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

List:       kde-commits
Subject:    branches/KDE/4.0/kdeedu/marble/src
From:       Torsten Rahn <tackat () kde ! org>
Date:       2008-01-29 22:00:27
Message-ID: 1201644027.813502.8888.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 768369 by rahn:

2008-01-29  Torsten Rahn  <rahn@kde.org>

    * src/kdemain.cpp:
    * src/lib/global.h:
    * src/marble_part.cpp:
    - Marbleheads of the World, Rejoice: we are at version 0.5.1 now!

    * src/lib/FlatScanlineTextureMapper.cpp:
    - Fixing valgrind's finding of "invalid write (4 bytes)".



 M  +1 -1      kdemain.cpp  
 M  +1 -1      lib/FlatScanlineTextureMapper.cpp  
 M  +1 -1      lib/global.h  
 M  +1 -1      marble_part.cpp  


--- branches/KDE/4.0/kdeedu/marble/src/kdemain.cpp #768368:768369
@@ -31,7 +31,7 @@
 {
     KAboutData aboutData( "marble", 0, 
                           ki18n( "Marble Desktop Globe" ),
-                          "0.5 -- KDE 4.0 Branch", 
+                          "0.5.1 -- KDE 4.0 Branch", 
                           ki18n( "A World Atlas." ),
                           KAboutData::License_LGPL, ki18n( "(c) 2007" ),
                           KLocalizedString(),
--- branches/KDE/4.0/kdeedu/marble/src/lib/FlatScanlineTextureMapper.cpp #768368:768369
@@ -102,7 +102,7 @@
 
     for ( int y = clearStart; y < clearStop; ++y ) {
         m_scanLine = (QRgb*)( canvasImage->scanLine( y ) );
-        for ( int x = 0; x <= m_imageWidth; ++x ) {
+        for ( int x = 0; x < m_imageWidth; ++x ) {
             *(m_scanLine + x) = 0;
         }
     }
--- branches/KDE/4.0/kdeedu/marble/src/lib/global.h #768368:768369
@@ -29,7 +29,7 @@
 const double DEG2RAD = M_PI / 180.0;
 const double RAD2DEG = 180.0 / M_PI;
 
-const QString MARBLE_VERSION_STRING = QString::fromLatin1( "0.5 -- KDE 4 Branch" );
+const QString MARBLE_VERSION_STRING = QString::fromLatin1( "0.5.1 -- KDE 4 Branch" );
 
 const QString NOT_AVAILABLE = QObject::tr("not available");
 
--- branches/KDE/4.0/kdeedu/marble/src/marble_part.cpp #768368:768369
@@ -84,7 +84,7 @@
 
 KAboutData *MarblePart::createAboutData()
 {
-  	return new KAboutData( I18N_NOOP( "marble_part" ), 0, ki18n( "A Desktop Globe" ), "0.5" );
+  	return new KAboutData( I18N_NOOP( "marble_part" ), 0, ki18n( "A Desktop Globe" ), "0.5.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