- finish rename to Noo + switch version to 0.9.5

This commit is contained in:
Dmytro Bogovych 2022-08-03 14:53:27 +03:00
parent ea7b412fb1
commit 81765e136f
7 changed files with 20 additions and 20 deletions

View File

@ -27,7 +27,7 @@ set (CMAKE_INCLUDE_CURRENT_DIR ON)
# Instruct CMake to run uic automatically when needed.
set (CMAKE_AUTOUIC ON)
set (APP_SKIP_BUILD_NUMBER OFF CACHE BOOL "Skip Litt build number increase.")
set (APP_SKIP_BUILD_NUMBER OFF CACHE BOOL "Skip Noo build number increase.")
# App version is expected as APP_VERSION variable
#if (NOT APP_VERSION)
@ -272,7 +272,7 @@ if (TARGET_OSX)
set_target_properties( ${EXE_NAME} PROPERTIES MACOSX_BUNDLE_LONG_VERSION_STRING "${APP_VERSION}")
set_target_properties( ${EXE_NAME} PROPERTIES MACOSX_BUNDLE TRUE
MACOSX_BUNDLE_GUI_IDENTIFIER "com.satorilight.litt"
MACOSX_BUNDLE_GUI_IDENTIFIER "com.satorilight.noo"
RESOURCE "${RESOURCE_FILES}")
endif()

View File

@ -15,7 +15,7 @@
<key>CFBundleExecutable</key>
<string>Litt</string>
<key>CFBundleIdentifier</key>
<string>com.yourcompany.Litt</string>
<string>com.satorilight.com.noo</string>
<key>NOTE</key>
<string>This file was generated by Qt/QMake.</string>
</dict>

View File

@ -2,31 +2,31 @@
#define __APP_CONFIG_H
// Application name
#define APPNAME "noo"
#define APPNAME "noo"
// Company name
#define COMPANY "voipobjects.com"
#define COMPANY "satorilight.com"
// Default database name
#define DATABASENAME "database.db"
#define DATABASENAME "database.noo"
// Log file name
#define LOGNAME "noo-log.txt"
#define LOGNAME "noo-log.txt"
// About text
#define ABOUTTEXT "Tiny outliner with time tracking capabilities"
#define ABOUTTEXT "Tiny outliner with time tracking capabilities"
// Text for message box with "not implemented" notification
#define NOTIMPLEMENTEDTEXT "Not implemented in this version"
#define NOTIMPLEMENTEDTEXT "Not implemented in this version"
// Settings file name
#define SETTINGS_FILENAME "noo.ini"
#define SETTINGS_FILENAME "noo.ini"
// No password string
#define NOPASSWORDSTRING ""
#define NOPASSWORDSTRING ""
// Mime type of task items
#define NODE_MIME_TYPE "application/noo-node"
#define NODE_MIME_TYPE "application/noo-node"
// Exit code to signal about problems with database
#define EXITCODE_NO_DATABASE (1)
@ -39,7 +39,7 @@
#define APP_VERSION_MAJOR 0
#define APP_VERSION_MINOR 9
#define APP_VERSION_SUFFIX 4
#define APP_VERSION_SUFFIX 5
//#ifdef TARGET_OSX
#define ICONS ":/assets/images"

View File

@ -12,7 +12,7 @@ set (QT_USE_QTNETWORK true)
set (QT_USE_QTWEBKIT true)
set (FERVOR_APP_VERSION "${APP_VERSION}")
set (FERVOR_APP_NAME "Litt")
set (FERVOR_APP_NAME "Noo")
# Instruct CMake to run moc automatically when needed.
set (CMAKE_AUTOMOC ON)

View File

@ -17,7 +17,7 @@
</sizepolicy>
</property>
<property name="windowTitle">
<string notr="true">Litt</string>
<string notr="true">Noo</string>
</property>
<widget class="QWidget" name="centralWidget">
<property name="sizePolicy">
@ -583,10 +583,10 @@
<normaloff>:/assets/images/buttons/format-justify-fill.png</normaloff>:/assets/images/buttons/format-justify-fill.png</iconset>
</property>
<property name="text">
<string>Show Litt window</string>
<string>Show Noo window</string>
</property>
<property name="toolTip">
<string>Bring Litt window to foreground</string>
<string>Bring Noo window to foreground</string>
</property>
</action>
<action name="mFocusTaskTreeAction">

View File

@ -31,8 +31,8 @@
</font>
</property>
<property name="text">
<string>Litt discovered user activity after idle interval.
Should Litt start tracking on %TASK%?</string>
<string>Noo discovered user activity after idle interval.
Should Noo start tracking on %TASK%?</string>
</property>
<property name="alignment">
<set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set>

View File

@ -28,7 +28,7 @@
</font>
</property>
<property name="text">
<string>Litt discovered idle interval at %TIME%.
<string>Noo discovered idle interval at %TIME%.
Should app to continue work tracking?</string>
</property>
<property name="scaledContents">