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

List:       kde-commits
Subject:    branches/koffice/1.5/koffice/krita (silent)
From:       Leo Savernik <l.savernik () aon ! at>
Date:       2006-04-06 17:18:32
Message-ID: 1144343912.114205.6157.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 527039 by savernik:

SVN_SILENT gcc-2.95 fixes


 M  +1 -0      core/kis_filter.h  
 M  +1 -1      plugins/filters/cimg/Makefile.am  
 M  +1 -1      ui/kis_doc.cc  
 M  +1 -0      ui/kis_ruler.cc  
 M  +1 -1      ui/layerlist.cpp  


--- branches/koffice/1.5/koffice/krita/core/kis_filter.h #527038:527039
@@ -28,6 +28,7 @@
 #include "kis_types.h"
 #include "kis_filter_registry.h"
 #include "kis_id.h"
+#include "kis_paint_device.h"
 #include "kis_progress_subject.h"
 #include "kis_filter_configuration.h"
 #include "kis_colorspace.h"
--- branches/koffice/1.5/koffice/krita/plugins/filters/cimg/Makefile.am \
#527038:527039 @@ -1,4 +1,4 @@
-KDE_CXXFLAGS = $(USE_EXCEPTIONS)
+KDE_CXXFLAGS = $(USE_EXCEPTIONS) -D_POSIX_C_SOURCE=199309L
 
 kde_services_DATA = kritacimg.desktop
 
--- branches/koffice/1.5/koffice/krita/ui/kis_doc.cc #527038:527039
@@ -844,7 +844,7 @@
 KisImageSP KisDoc::newImage(const QString& name, Q_INT32 width, Q_INT32 height, \
KisColorSpace * colorstrategy)  {
     if (!init())
-        return false;
+        return 0;
 
     setUndo(false);
 
--- branches/koffice/1.5/koffice/krita/ui/kis_ruler.cc #527038:527039
@@ -18,6 +18,7 @@
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
  */
 #include <qpainter.h>
+#include <qstyle.h>
 
 #include "kdebug.h"
 
--- branches/koffice/1.5/koffice/krita/ui/layerlist.cpp #527038:527039
@@ -890,7 +890,7 @@
     QListViewItemIterator it(this);
 
     while (it.current()) {
-        if (it.current() == item) {
+        if (static_cast<const LayerItem *>(it.current()) == item) {
             return true;
         }
         ++it;


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

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