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

List:       kde-commits
Subject:    kdeextragear-1/gwenview
From:       Aurélien Gâteau <aurelien.gateau () mail ! dotcom ! fr>
Date:       2003-01-31 21:34:12
[Download RAW message or body]

CVS commit by gateau: 

Fixed compilation with KDE 3.0.


  M +3 -0      CREDITS   1.7
  M +4 -0      NEWS   1.34
  M +8 -1      src/gvarchive.cpp   1.4
  M +1 -1      src/main.cpp   1.13


--- kdeextragear-1/gwenview/CREDITS  #1.6:1.7
@@ -34,2 +34,5 @@
 Patch to prevent Gwenview from exiting when trying to thumbnail a broken JPEG
 (v0.16.0).
+
+- GeniusR13 <geniusr13@gmx.net>
+Patch to fix compilation with KDE 3.0 (v0.16.1).

--- kdeextragear-1/gwenview/NEWS  #1.33:1.34
@@ -1,2 +1,6 @@
+2003.01.31 - v0.16.1
+- Fixes:
+ - Fixed compilation failure with KDE 3.0 (Thanks to GeniusR13)
+
 2003.01.30 - v0.16.0
 - New features:

--- kdeextragear-1/gwenview/src/gvarchive.cpp  #1.3:1.4
@@ -56,5 +56,12 @@ bool protocolIsArchive(const QString& pr
 
 QStringList mimeTypes() {
-        return mimeTypeProtocols().keys();
+        const MimeTypeProtocols& map=mimeTypeProtocols();
+        MimeTypeProtocols::ConstIterator it;
+        QStringList strlist;
+        for (it=map.begin();it!=map.end();++it) {
+                strlist+=it.key();
+        }
+        return strlist;
+        //return mimeTypeProtocols().keys(); // keys() does not exist in Qt 3.0
 }
 

--- kdeextragear-1/gwenview/src/main.cpp  #1.12:1.13
@@ -33,5 +33,5 @@ static KCmdLineOptions options[] = {
 };
 
-static const char* version="0.16.0";
+static const char* version="0.16.1";
 
 


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

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