From: Heli Hyvättinen Date: Tue, 25 Oct 2011 11:06:50 +0000 (+0300) Subject: Upped the version to 0.4.0 X-Git-Tag: v0.4.0~1 X-Git-Url: https://vcs.maemo.org/git/?a=commitdiff_plain;h=019576277748f546b64b3557299103a76d8a65d9;p=ghostsoverboard Upped the version to 0.4.0 Also fixed a typo and the layout in the about "box". --- diff --git a/ghostsoverboard.pro b/ghostsoverboard.pro index f546741..1193d0f 100644 --- a/ghostsoverboard.pro +++ b/ghostsoverboard.pro @@ -10,7 +10,7 @@ QT += declarative TARGET = ghostsoverboard TEMPLATE = app -VERSION = 0.3.0 +VERSION = 0.4.0 SOURCES += main.cpp\ diff --git a/main.cpp b/main.cpp index c8c2ae6..36936da 100644 --- a/main.cpp +++ b/main.cpp @@ -28,7 +28,7 @@ Q_DECL_EXPORT int main(int argc, char *argv[]) QApplication a(argc, argv); a.setApplicationName("Ghosts Overboard"); a.setOrganizationName("Ghosts Overboard"); - a.setApplicationVersion("0.3.0"); + a.setApplicationVersion("0.4.0"); a.setWindowIcon(QIcon(":/pix/laiva_3aave.png")); SeaView w; #if defined(Q_WS_S60) diff --git a/qtc_packaging/debian_harmattan/changelog b/qtc_packaging/debian_harmattan/changelog index be55966..88059db 100644 --- a/qtc_packaging/debian_harmattan/changelog +++ b/qtc_packaging/debian_harmattan/changelog @@ -1,3 +1,22 @@ +ghostsoverboard (0.4.0) unstable; urgency=low + + * Another set of levels + * Highscore for individual levels and levelsets. Only completed levels + are counted in the levelset score (not restarted ones). Time spent paused + is not included in the high score times. + * Vibration works + * Treshold for ship movement is now 12 degrees instead of 3. Ship no longer + keeps moving when the device is laying on a table. + * No longer vulnerable to other programs changing the accelometer frequency: + ship movement is connected to a timer now instead of arrival of new values. + Ship speed may have changed a bit because of these changes. + * Only single instance running at time + * New application manager icon + * Harmattan specific packaging issues: added XB-Maemo_Flags and + XB-MeeGo-Desktop-Entry-Filename fields to the control file + + -- Heli Hyvättinen Tue, 25 Oct 2011 13:39:00 +0300 + ghostsoverboard (0.3.0) unstable; urgency=low * First Release for 'Meego 1.2 Harmattan' diff --git a/seascene.cpp b/seascene.cpp index f6e5dd3..43939f4 100644 --- a/seascene.cpp +++ b/seascene.cpp @@ -883,9 +883,9 @@ void SeaScene::createAboutBoxItems() "%1 Version %2" "

Copyright 2011 Heli Hyvättinen" "

License: GNU General Public License v2" - "

The source code of this game is available trough it's web pages." - "

Web: http://ghostsoverboard.garage.maemo.org/
" - "Bug Reports:
https://bugs.maemo.org/" + "

The source code of this game is available trough its web pages." + "

Web: http://ghostsoverboard.garage.maemo.org/" + "

Bug Reports:
https://bugs.maemo.org/" "enter_bug.cgi?product=Ghosts%20Overboard" ).arg(QApplication::applicationName(),QApplication::applicationVersion()));