[SCM] Kaboom - Debian KDE 3->4 migration tool branch, master, updated. master/1.1.0-4-gfebb39a

George Kiagiadakis gkiagia-guest at alioth.debian.org
Thu Apr 9 22:02:58 UTC 2009


The following commit has been merged in the master branch:
commit febb39ad9281fd2fd901dbd9d9060ac0b6fc40ff
Author: George Kiagiadakis <gkiagia at users.sourceforge.net>
Date:   Fri Apr 10 01:00:39 2009 +0300

    Force showing kaboom at the upper left corner of the screen,
    so that it doesn't get outside of the screen when it grows bigger.

diff --git a/debian/changelog b/debian/changelog
index c61812e..ecddd39 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,7 +4,12 @@ kaboom (1.1.1~pre1) UNRELEASED; urgency=low
 
   * Update Italian translation.
 
- -- Debian Qt/KDE Maintainers <debian-qt-kde at lists.debian.org>  Sat, 06 Mar 2009 23:54:05 +0200
+  +++ Changes by George Kiagiadakis:
+
+  * Force showing kaboom at the upper left corner of the screen,
+    so that it doesn't get outside of the screen when it grows bigger.
+
+ -- Debian Qt/KDE Maintainers <debian-qt-kde at lists.debian.org>  Fri, 10 Apr 2009 00:57:13 +0300
 
 kaboom (1.1.0) unstable; urgency=low
 
diff --git a/migrationtool.cpp b/migrationtool.cpp
index 7090a32..125f9c5 100644
--- a/migrationtool.cpp
+++ b/migrationtool.cpp
@@ -51,6 +51,7 @@ MigrationTool::MigrationTool(QWidget *parent) : QWizard(parent)
   setPage(Migration,d->migration);
 
   setStartId(MigrationTool::Intro);
+  move(0,0);
 }
 
 QSize MigrationTool::minimumSizeHint() const

-- 
Kaboom - Debian KDE 3->4 migration tool



More information about the pkg-kde-commits mailing list