- finish rename to Noo + switch version to 0.9.5
This commit is contained in:
parent
ea7b412fb1
commit
81765e136f
@ -27,7 +27,7 @@ set (CMAKE_INCLUDE_CURRENT_DIR ON)
|
|||||||
# Instruct CMake to run uic automatically when needed.
|
# Instruct CMake to run uic automatically when needed.
|
||||||
set (CMAKE_AUTOUIC ON)
|
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
|
# App version is expected as APP_VERSION variable
|
||||||
#if (NOT APP_VERSION)
|
#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_LONG_VERSION_STRING "${APP_VERSION}")
|
||||||
|
|
||||||
set_target_properties( ${EXE_NAME} PROPERTIES MACOSX_BUNDLE TRUE
|
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}")
|
RESOURCE "${RESOURCE_FILES}")
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
|
|||||||
@ -15,7 +15,7 @@
|
|||||||
<key>CFBundleExecutable</key>
|
<key>CFBundleExecutable</key>
|
||||||
<string>Litt</string>
|
<string>Litt</string>
|
||||||
<key>CFBundleIdentifier</key>
|
<key>CFBundleIdentifier</key>
|
||||||
<string>com.yourcompany.Litt</string>
|
<string>com.satorilight.com.noo</string>
|
||||||
<key>NOTE</key>
|
<key>NOTE</key>
|
||||||
<string>This file was generated by Qt/QMake.</string>
|
<string>This file was generated by Qt/QMake.</string>
|
||||||
</dict>
|
</dict>
|
||||||
|
|||||||
@ -5,10 +5,10 @@
|
|||||||
#define APPNAME "noo"
|
#define APPNAME "noo"
|
||||||
|
|
||||||
// Company name
|
// Company name
|
||||||
#define COMPANY "voipobjects.com"
|
#define COMPANY "satorilight.com"
|
||||||
|
|
||||||
// Default database name
|
// Default database name
|
||||||
#define DATABASENAME "database.db"
|
#define DATABASENAME "database.noo"
|
||||||
|
|
||||||
// Log file name
|
// Log file name
|
||||||
#define LOGNAME "noo-log.txt"
|
#define LOGNAME "noo-log.txt"
|
||||||
@ -39,7 +39,7 @@
|
|||||||
|
|
||||||
#define APP_VERSION_MAJOR 0
|
#define APP_VERSION_MAJOR 0
|
||||||
#define APP_VERSION_MINOR 9
|
#define APP_VERSION_MINOR 9
|
||||||
#define APP_VERSION_SUFFIX 4
|
#define APP_VERSION_SUFFIX 5
|
||||||
|
|
||||||
//#ifdef TARGET_OSX
|
//#ifdef TARGET_OSX
|
||||||
#define ICONS ":/assets/images"
|
#define ICONS ":/assets/images"
|
||||||
|
|||||||
@ -12,7 +12,7 @@ set (QT_USE_QTNETWORK true)
|
|||||||
set (QT_USE_QTWEBKIT true)
|
set (QT_USE_QTWEBKIT true)
|
||||||
|
|
||||||
set (FERVOR_APP_VERSION "${APP_VERSION}")
|
set (FERVOR_APP_VERSION "${APP_VERSION}")
|
||||||
set (FERVOR_APP_NAME "Litt")
|
set (FERVOR_APP_NAME "Noo")
|
||||||
|
|
||||||
# Instruct CMake to run moc automatically when needed.
|
# Instruct CMake to run moc automatically when needed.
|
||||||
set (CMAKE_AUTOMOC ON)
|
set (CMAKE_AUTOMOC ON)
|
||||||
|
|||||||
@ -17,7 +17,7 @@
|
|||||||
</sizepolicy>
|
</sizepolicy>
|
||||||
</property>
|
</property>
|
||||||
<property name="windowTitle">
|
<property name="windowTitle">
|
||||||
<string notr="true">Litt</string>
|
<string notr="true">Noo</string>
|
||||||
</property>
|
</property>
|
||||||
<widget class="QWidget" name="centralWidget">
|
<widget class="QWidget" name="centralWidget">
|
||||||
<property name="sizePolicy">
|
<property name="sizePolicy">
|
||||||
@ -583,10 +583,10 @@
|
|||||||
<normaloff>:/assets/images/buttons/format-justify-fill.png</normaloff>:/assets/images/buttons/format-justify-fill.png</iconset>
|
<normaloff>:/assets/images/buttons/format-justify-fill.png</normaloff>:/assets/images/buttons/format-justify-fill.png</iconset>
|
||||||
</property>
|
</property>
|
||||||
<property name="text">
|
<property name="text">
|
||||||
<string>Show Litt window</string>
|
<string>Show Noo window</string>
|
||||||
</property>
|
</property>
|
||||||
<property name="toolTip">
|
<property name="toolTip">
|
||||||
<string>Bring Litt window to foreground</string>
|
<string>Bring Noo window to foreground</string>
|
||||||
</property>
|
</property>
|
||||||
</action>
|
</action>
|
||||||
<action name="mFocusTaskTreeAction">
|
<action name="mFocusTaskTreeAction">
|
||||||
|
|||||||
@ -31,8 +31,8 @@
|
|||||||
</font>
|
</font>
|
||||||
</property>
|
</property>
|
||||||
<property name="text">
|
<property name="text">
|
||||||
<string>Litt discovered user activity after idle interval.
|
<string>Noo discovered user activity after idle interval.
|
||||||
Should Litt start tracking on %TASK%?</string>
|
Should Noo start tracking on %TASK%?</string>
|
||||||
</property>
|
</property>
|
||||||
<property name="alignment">
|
<property name="alignment">
|
||||||
<set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set>
|
<set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set>
|
||||||
|
|||||||
@ -28,7 +28,7 @@
|
|||||||
</font>
|
</font>
|
||||||
</property>
|
</property>
|
||||||
<property name="text">
|
<property name="text">
|
||||||
<string>Litt discovered idle interval at %TIME%.
|
<string>Noo discovered idle interval at %TIME%.
|
||||||
Should app to continue work tracking?</string>
|
Should app to continue work tracking?</string>
|
||||||
</property>
|
</property>
|
||||||
<property name="scaledContents">
|
<property name="scaledContents">
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user