[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    kdenonbeta/kgeography
From:       Albert Astals Cid <tsdgeos () terra ! es>
Date:       2004-12-25 23:00:54
Message-ID: 20041225230054.750A11CEA9 () office ! kde ! org
[Download RAW message or body]

CVS commit by aacid: 

Fix QImage::scale: Image is a null image problems


  M +4 -0      Changelog   1.27
  M +2 -0      TODO   1.8
  M +1 -1      src/main.cpp   1.11
  M +1 -1      src/mapwidget.cpp   1.14


--- kdenonbeta/kgeography/Changelog  #1.26:1.27
@@ -1,2 +1,6 @@
+2004-12-25 Albert Astals Cid <tsdgeos@terra.es>
+        * Fix QImage::scale: Image is a null image problems
+        * Bump version to 0.3.1
+
 2004-12-01 Albert Astals Cid <tsdgeos@terra.es>
         * Rename map class to KGmap so it does no collide with stl map

--- kdenonbeta/kgeography/TODO  #1.7:1.8
@@ -21,4 +21,6 @@
  - Add more maps ;-)
 
+ - The answers dialog of click on map is really bad
+
  - Have non political maps, support for geographical (rivers, mountains, etc) is \
almost there if the map is carefully   crafted. Example: Have the map all of the same \
color, then for each river, mountain, etc create a box big enough 

--- kdenonbeta/kgeography/src/main.cpp  #1.10:1.11
@@ -17,5 +17,5 @@
 int main(int argc, char *argv[])
 {
-        KAboutData about("kgeography", I18N_NOOP("KGeography"), "0.3", I18N_NOOP("A \
geography learning program"), KAboutData::License_GPL, 0, 0, \
"http://kgeography.berlios.de", "tsdgeos@terra.es"); +        KAboutData \
about("kgeography", I18N_NOOP("KGeography"), "0.3.1", I18N_NOOP("A geography learning \
program"), KAboutData::License_GPL, 0, 0, "http://kgeography.berlios.de", \
                "tsdgeos@terra.es");
         about.addAuthor("Albert Astals Cid", I18N_NOOP("Programmer and designer"), \
                "tsdgeos@terra.es");
         about.addAuthor("Yann Verley", I18N_NOOP("Contributed some maps and map \
generation tools"), "yann.verley@free.fr");

--- kdenonbeta/kgeography/src/mapwidget.cpp  #1.13:1.14
@@ -32,6 +32,6 @@ void mapWidget::init(const QString &path
 {
         p_originalImage.load(path);
-        setOriginalImage();
         emit updateMaximumSize(p_originalImage.width(), p_originalImage.height());
+        setOriginalImage();
 }
 


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic