[Marble-commits] branches/KDE/4.5/kdeedu/marble/src

Jens-Michael Hoffmann jensmh at gmx.de
Tue Aug 24 22:35:10 CEST 2010


SVN commit 1167524 by jmhoffmann:

Backport commit 1167517:

Switch Marble Qt version to maps-4.5.php.

In Marble 0.10 (released with KDE 4.5) there have been changes in the
way the clouds layer is handled. It now uses the generic blending classes.
Currently there are three map themes available for download which have a clouds
layer and for which we have to provide versions for Marble versions 0.10+.

In addition to that we might (hopefully) see new map themes which use the
blending feature. These maps will not work in Marble versions before 0.10.


 M  +1 -1      QtMainWindow.cpp  


--- branches/KDE/4.5/kdeedu/marble/src/QtMainWindow.cpp #1167523:1167524
@@ -406,7 +406,7 @@
 
 void MainWindow::openMapSite()
 {
-    if( !QDesktopServices::openUrl( QUrl( "http://edu.kde.org/marble/maps.php" ) ) )
+    if( !QDesktopServices::openUrl( QUrl( "http://edu.kde.org/marble/maps-4.5.php" ) ) )
     qDebug() << "URL not opened";
 }
 


More information about the Marble-commits mailing list