Upped version number to 2.0.0
authorHeli Hyvättinen <heli.hyvattinen@kymp.net>
Fri, 18 Nov 2011 10:56:44 +0000 (12:56 +0200)
committerHeli Hyvättinen <heli.hyvattinen@kymp.net>
Fri, 18 Nov 2011 11:05:44 +0000 (13:05 +0200)
Also upped chessclocks qml import version to 1.2

chessclock.pro
main.cpp
qml/AboutPage.qml
qml/ClocksPage.qml
qml/MainPage.qml
qml/NewGameDialogPage.qml
qtc_packaging/debian_harmattan/changelog

index 1afab8a..55125ef 100644 (file)
@@ -6,7 +6,7 @@ QML_IMPORT_PATH =
 QT+= declarative
 symbian:TARGET.UID3 = 0xE00C40B5
 
-VERSION = 1.9.1
+VERSION = 2.0.0
 
 # Smart Installer package's UID
 # This UID is from the protected range and therefore the package will
index e15ef84..2a8f48c 100644 (file)
--- a/main.cpp
+++ b/main.cpp
@@ -36,8 +36,8 @@ Q_DECL_EXPORT int main(int argc, char *argv[])
 
     pApp->setStyleSheet("* {color: white}");
 
-    qmlRegisterType<WrappedClocksWidget>("ChessClocks", 1, 1, "WrappedClocksWidget");
-    qmlRegisterType<Settings>("ChessClocks", 1, 1, "Settings");
+    qmlRegisterType<WrappedClocksWidget>("ChessClocks", 1, 2, "WrappedClocksWidget");
+    qmlRegisterType<Settings>("ChessClocks", 1, 2, "Settings");
 
     QDeclarativeView * pView = MDeclarativeCache::qDeclarativeView();
     pView->setSource(QUrl("qrc:/qml/main.qml"));
index ec12b50..2a897d9 100644 (file)
@@ -42,7 +42,7 @@ Page
 Text
 {
     id: title
-    text: "Chess Clock 1.9.1"
+    text: "Chess Clock 2.0.0"
     color: "white"
     font.pointSize: 42
 
index 6ed613b..01968a0 100644 (file)
@@ -22,7 +22,7 @@
 import QtQuick 1.0
 import com.nokia.meego 1.0
 import QtQuick 1.1 
-import ChessClocks 1.1
+import ChessClocks 1.2
 
 
 
index ca87f84..9fd2316 100644 (file)
@@ -22,7 +22,7 @@
 
 import QtQuick 1.1
 import com.nokia.meego 1.0
-import ChessClocks 1.1
+import ChessClocks 1.2
 
 
 
index fcb71f8..a14bafb 100644 (file)
@@ -24,7 +24,7 @@ import QtQuick 1.1
 import com.nokia.meego 1.0
 import QtQuick 1.0
 import com.nokia.extras 1.0
-import ChessClocks 1.1
+import ChessClocks 1.2
 
 
 Page
index 507f0e1..bb752ec 100755 (executable)
@@ -1,4 +1,14 @@
-chessclock (1.9.1) unstable; urgency=low
+chessclock (2.0.0) unstable; urgency=low
+
+  * Addition before now works correctly also when 'turns per addition' is greater
+    than one
+  * Pause button is hidden when the game is paused for the confirm quit dialog
+  * Uses splashscreen
+  * Uses com.nokia.meego instead of com.meego as the include for Harmattan components
+
+ -- Heli Hyvättinen <heli.hyvattinen@kymp.net>  Fri, 18 Nov 2011 13:00:00 +0200
+
+chessclock (2.0.0) unstable; urgency=low
 
   * Uses buttons instead of text fields to trigger change value dialogs in
     the start game dialog page, no longer need to tap twice to launch a
@@ -10,7 +20,7 @@ chessclock (1.9.1) unstable; urgency=low
 
  -- Heli Hyvättinen <heli.hyvattinen@kymp.net>  Thu, 13 Oct 2011 11:57:00 +0300
 
-chessclock (1.9.1) unstable; urgency=low
+chessclock (2.0.0) unstable; urgency=low
 
   * First release for Harmattan
   * User interface partly changed to QML and conforms to Harmattan style