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

List:       kde-commits
Subject:    branches/KDE/4.1/kdeedu/marble
From:       Torsten Rahn <tackat () kde ! org>
Date:       2008-08-22 22:25:30
Message-ID: 1219443930.325969.25372.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 851112 by rahn:

- Color update for clownesque Precipitation maps
- Icon update
- Version update



 M             data/maps/earth/precip-dec/precip-dec-preview.png  
 M  +9 -9      data/maps/earth/precip-dec/precip-dec.dgml  
 M             data/maps/earth/precip-july/precip-july-preview.png  
 M  +9 -9      data/maps/earth/precip-july/precip-july.dgml  
 M  +10 -10    data/precipcolors.leg  
 M             src/icons/application-exit.png  
 M             src/icons/document-open.png  
 M             src/icons/document-save-as.png  
 M             src/icons/zoom-in.png  
 M             src/icons/zoom-out.png  
 M  +1 -1      src/kdemain.cpp  
 M  +1 -1      src/lib/CMakeLists.txt  
 M  +2 -2      src/lib/global.h  
 M  +1 -1      src/marble_part.cpp  


--- branches/KDE/4.1/kdeedu/marble/data/maps/earth/precip-dec/precip-dec.dgml #851111:851112
@@ -249,39 +249,39 @@
                 <heading>Precipitation</heading>
 
                 <item name="precip0">
-                    <icon color="#ec7331"/>
+                    <icon color="#f1edc8"/>
                     <text>0 mm</text>
                 </item>
                 <item name="precip10">
-                    <icon color="#f29b68"/>
+                    <icon color="#ddc98a"/>
                     <text>10 mm</text>
                 </item>
                 <item name="precip40">
-                    <icon color="#ffe429"/>
+                    <icon color="#bac596"/>
                     <text>40 mm</text>
                 </item>
                 <item name="precip63">
-                    <icon color="#77b753"/>
+                    <icon color="#a4caa1"/>
                     <text>63 mm</text>
                 </item>
                 <item name="precip89">
-                    <icon color="#009966"/>
+                    <icon color="#bfd5ee"/>
                     <text>89 mm</text>
                 </item>
                 <item name="precip127">
-                    <icon color="#00a7b3"/>
+                    <icon color="#a3c3e6"/>
                     <text>127 mm</text>
                 </item>
                 <item name="precip256">
-                    <icon color="#2c72c7"/>
+                    <icon color="#89b0da"/>
                     <text>256 mm</text>
                 </item>
                 <item name="precip512">
-                    <icon color="#0057ae"/>
+                    <icon color="#6b99c9"/>
                     <text>512 mm</text>
                 </item>
                 <item name="precip1024">
-                    <icon color="#00438a"/>
+                    <icon color="#5182b4"/>
                     <text>1024 mm or more</text>
                 </item>
             </section>
--- branches/KDE/4.1/kdeedu/marble/data/maps/earth/precip-july/precip-july.dgml #851111:851112
@@ -249,39 +249,39 @@
                 <heading>Precipitation</heading>
 
                 <item name="precip0">
-                    <icon color="#ec7331"/>
+                    <icon color="#f1edc8"/>
                     <text>0 mm</text>
                 </item>
                 <item name="precip10">
-                    <icon color="#f29b68"/>
+                    <icon color="#ddc98a"/>
                     <text>10 mm</text>
                 </item>
                 <item name="precip40">
-                    <icon color="#ffe429"/>
+                    <icon color="#bac596"/>
                     <text>40 mm</text>
                 </item>
                 <item name="precip63">
-                    <icon color="#77b753"/>
+                    <icon color="#a4caa1"/>
                     <text>63 mm</text>
                 </item>
                 <item name="precip89">
-                    <icon color="#009966"/>
+                    <icon color="#bfd5ee"/>
                     <text>89 mm</text>
                 </item>
                 <item name="precip127">
-                    <icon color="#00a7b3"/>
+                    <icon color="#a3c3e6"/>
                     <text>127 mm</text>
                 </item>
                 <item name="precip256">
-                    <icon color="#2c72c7"/>
+                    <icon color="#89b0da"/>
                     <text>256 mm</text>
                 </item>
                 <item name="precip512">
-                    <icon color="#0057ae"/>
+                    <icon color="#6b99c9"/>
                     <text>512 mm</text>
                 </item>
                 <item name="precip1024">
-                    <icon color="#00438a"/>
+                    <icon color="#5182b4"/>
                     <text>1024 mm or more</text>
                 </item>
             </section>
--- branches/KDE/4.1/kdeedu/marble/data/precipcolors.leg #851111:851112
@@ -1,10 +1,10 @@
-#ec7331=0
-#f29b68=0.04
-#ffe429=0.16
-#77b753=0.25
-#009966=0.35
-#00a7b3=0.5
-#2c72c7=0.75
-#0057ae=0.87
-#00438a=0.93
-#00316e=1
+#f1edc8=0.00
+#ddc98a=0.04
+#bac596=0.16
+#a4caa1=0.25
+#bfd5ee=0.35
+#a3c3e6=0.50
+#89b0da=0.75
+#6b99c9=0.87
+#5182b4=0.93
+#4374a7=1.00
--- branches/KDE/4.1/kdeedu/marble/src/kdemain.cpp #851111:851112
@@ -31,7 +31,7 @@
 {
     KAboutData aboutData( "marble", 0, 
                           ki18n( "Marble Desktop Globe" ),
-                          "0.6 -- KDE 4.1 Release", 
+                          "0.6.1 -- KDE 4.1.1 Release", 
                           ki18n( "A World Atlas." ),
                           KAboutData::License_LGPL, ki18n( "(c) 2007" ),
                           KLocalizedString(),
--- branches/KDE/4.1/kdeedu/marble/src/lib/CMakeLists.txt #851111:851112
@@ -19,7 +19,7 @@
 INCLUDE(geodata/CMakeLists.txt)
 
 if (QTONLY)
-  set(GENERIC_LIB_VERSION "0.6.0")
+  set(GENERIC_LIB_VERSION "0.6.1")
   set(GENERIC_LIB_SOVERSION "6")
 endif (QTONLY)
 
--- branches/KDE/4.1/kdeedu/marble/src/lib/global.h #851111:851112
@@ -117,14 +117,14 @@
 // Version definitions to use with an external application (as digiKam)
 
 // String for about dialog.
-const QString MARBLE_VERSION_STRING = QString::fromLatin1( "0.6 - KDE 4.1 Release" );
+const QString MARBLE_VERSION_STRING = QString::fromLatin1( "0.6.1 - KDE 4.1.1 Release" );
 
 // API Version id:
 // form : 0xMMmmpp
 //        MM = major revision.
 //        mm = minor revision.
 //        pp = patch revision.
-#define MARBLE_VERSION 0x000600
+#define MARBLE_VERSION 0x000601
 
 static const char NOT_AVAILABLE[] = QT_TR_NOOP("not available");
 
--- branches/KDE/4.1/kdeedu/marble/src/marble_part.cpp #851111:851112
@@ -113,7 +113,7 @@
 
 KAboutData *MarblePart::createAboutData()
 {
-  	return new KAboutData( I18N_NOOP( "marble_part" ), 0, ki18n( "A Desktop Globe" ), "0.6" );
+  	return new KAboutData( I18N_NOOP( "marble_part" ), 0, ki18n( "A Desktop Globe" ), "0.6.1" );
 }
 
 bool MarblePart::openUrl( const KUrl &url )
[prev in list] [next in list] [prev in thread] [next in thread] 

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