Catchup to latest Symbian^4 GCC_SURGE
authorWilliam Roberts <williamr@symbian.org>
Thu, 22 Jul 2010 16:33:32 +0100
branchGCC_SURGE
changeset 51 525c140ec8db
parent 38 c9962d0368d9 (diff)
parent 49 f291796e213d (current diff)
Catchup to latest Symbian^4
conf/slideshowsettings.confml
conf/slideshowsettings_20007194.crml
data/fullscreen.docml
data/qgn_menu_ovi_photos.svg
data/slideshow.docml
data/transitionrotate0.fxml
data/transitionrotate180.fxml
data/transitionrotate270.fxml
data/transitionrotate90.fxml
gallery/sis/createsis_udeb.bat
gallery/sis/glxgallery.pkg
gallery/sis/glxgallery.sis
gallery/sis/glxgallery.sisx
gallery/sis/glxgallery_stub.mk
gallery/sis/glxgallery_stub.pkg
gallery/sis/glxgallery_stub.sis
gallery/sis/glxgallery_udeb.pkg
gallery/sis/photosqt_stub.pkg
gallery/sis/photosqt_stub.sis
tvout/tvoutengine/rom/glxtvout.iby
ui/views/detailsview/inc/glxdetailscustomwidgets.h
ui/views/effectengine/effectplugin/inc/glxbackwardtransitionplugin.h
ui/views/effectengine/effectplugin/inc/glxeffectpluginbase.h
ui/views/effectengine/effectplugin/inc/glxfadeplugin.h
ui/views/effectengine/effectplugin/inc/glxforwardtransitionplugin.h
ui/views/effectengine/effectplugin/src/glxbackwardtransitionplugin.cpp
ui/views/effectengine/effectplugin/src/glxfadeplugin.cpp
ui/views/effectengine/effectplugin/src/glxforwardtransitionplugin.cpp
ui/views/effectengine/inc/glxeffectengine.h
ui/views/effectengine/src/glxeffectengine.cpp
ui/views/fullscreenview/inc/glxzoomcontrol.h
ui/views/fullscreenview/inc/glxzoomslider.h
ui/views/fullscreenview/src/glxzoomcontrol.cpp
ui/views/fullscreenview/src/glxzoomslider.cpp
--- a/inc/glxlog.h	Tue Jul 06 14:16:16 2010 +0300
+++ b/inc/glxlog.h	Thu Jul 22 16:33:32 2010 +0100
@@ -70,7 +70,7 @@
     #else
         // put full file paths off for __FILE__ macro to make the log entries shorter
         #pragma fullpath_file off*/
-        #define GLX_DEBUG_STR( cat, str ) __FILE__ "(%d) : " ##cat " : " ##str
+        #define GLX_DEBUG_STR( cat, str ) __FILE__ "(%d) : " cat " : " str
 //    #endif
 
     /**
--- a/ui/commandhandlers/commandhandlerbase/inc/glxcommandhandler.h	Tue Jul 06 14:16:16 2010 +0300
+++ b/ui/commandhandlers/commandhandlerbase/inc/glxcommandhandler.h	Thu Jul 22 16:33:32 2010 +0100
@@ -19,6 +19,7 @@
 #define GLXCOMMANDHANDLER_H
 
 #include <QObject>
+#include <QModelIndex>
 
 #ifdef BUILD_COMMANDHANDLERBASE
 #define GLX_COMMANDHANDLERBASE_EXPORT Q_DECL_EXPORT
@@ -26,7 +27,6 @@
 #define GLX_COMMANDHANDLERBASE_EXPORT Q_DECL_IMPORT
 #endif
 
-class QModelIndex;
 class GLX_COMMANDHANDLERBASE_EXPORT GlxCommandHandler : public QObject
 {
 public:
--- a/ui/viewmanagement/statehandler/inc/glxactionhandler.h	Tue Jul 06 14:16:16 2010 +0300
+++ b/ui/viewmanagement/statehandler/inc/glxactionhandler.h	Thu Jul 22 16:33:32 2010 +0100
@@ -22,9 +22,9 @@
 
 #include <QObject>
 #include <QHash>
+#include <QModelIndex>
 
 class GlxCommandHandler;
-class QModelIndex;
 
 class GlxActionHandler : public QObject
 {