Patch #3055 2010-08-30 16:28

cryogen

Added image tools to wxSmith
Download
3055-Added_image_to.patch (141.1 KB)
Category
Plugin::FeatureAdd
Status
Accepted
Close date
2010-09-21 05:21
Assigned to
mortenmacfly
Index: src/plugins/contrib/wxSmith/wxSmith-unix.cbp
===================================================================
--- src/plugins/contrib/wxSmith/wxSmith-unix.cbp    (revision 6562)
+++ src/plugins/contrib/wxSmith/wxSmith-unix.cbp    (working copy)
@@ -46,13 +46,12 @@
             <Add option="-DwxPG_USE_WXMODULE=0" />
             <Add directory="../../../include" />
             <Add directory="../../../sdk/wxscintilla/include" />
+            <Add directory="../../../sdk/wxpropgrid/include" />
             <Add directory="../../../include/scripting/include" />
             <Add directory="../../../include/scripting/squirrel" />
             <Add directory="../../../include/scripting/sqplus" />
             <Add directory="../../../include/scripting/bindings" />
-            <Add directory="propgrid/contrib/include" />
             <Add directory="../../../include/mozilla_chardet" />
-            <Add directory="../../../sdk/wxpropgrid/include" />
         </Compiler>
         <Linker>
             <Add option="`wx-config --libs`" />
@@ -474,6 +473,18 @@
         <Unit filename="wxwidgets/defitems/wxshyperlinkctrl.h">
             <Option target="wxSmithLib" />
         </Unit>
+        <Unit filename="wxwidgets/defitems/wxsimage.cpp">
+            <Option target="wxSmithLib" />
+        </Unit>
+        <Unit filename="wxwidgets/defitems/wxsimage.h">
+            <Option target="wxSmithLib" />
+        </Unit>
+        <Unit filename="wxwidgets/defitems/wxsimagelist.cpp">
+            <Option target="wxSmithLib" />
+        </Unit>
+        <Unit filename="wxwidgets/defitems/wxsimagelist.h">
+            <Option target="wxSmithLib" />
+        </Unit>
         <Unit filename="wxwidgets/defitems/wxslistbook.cpp">
             <Option target="wxSmithLib" />
         </Unit>
@@ -834,6 +845,12 @@
         <Unit filename="wxwidgets/properties/wxsdimensionproperty.h">
             <Option target="wxSmithLib" />
         </Unit>
+        <Unit filename="wxwidgets/properties/wxseditenumproperty.cpp">
+            <Option target="wxSmithLib" />
+        </Unit>
+        <Unit filename="wxwidgets/properties/wxseditenumproperty.h">
+            <Option target="wxSmithLib" />
+        </Unit>
         <Unit filename="wxwidgets/properties/wxsfonteditordlg.cpp">
             <Option target="wxSmithLib" />
         </Unit>
@@ -852,6 +869,24 @@
         <Unit filename="wxwidgets/properties/wxsfontproperty.h">
             <Option target="wxSmithLib" />
         </Unit>
+        <Unit filename="wxwidgets/properties/wxsimagelistdlg.cpp">
+            <Option target="wxSmithLib" />
+        </Unit>
+        <Unit filename="wxwidgets/properties/wxsimagelistdlg.h">
+            <Option target="wxSmithLib" />
+        </Unit>
+        <Unit filename="wxwidgets/properties/wxsimagelistproperty.cpp">
+            <Option target="wxSmithLib" />
+        </Unit>
+        <Unit filename="wxwidgets/properties/wxsimagelistproperty.h">
+            <Option target="wxSmithLib" />
+        </Unit>
+        <Unit filename="wxwidgets/properties/wxsimageproperty.cpp">
+            <Option target="wxSmithLib" />
+        </Unit>
+        <Unit filename="wxwidgets/properties/wxsimageproperty.h">
+            <Option target="wxSmithLib" />
+        </Unit>
         <Unit filename="wxwidgets/properties/wxspositionsizeproperty.cpp">
             <Option target="wxSmithLib" />
         </Unit>
Index: src/plugins/contrib/wxSmith/wxSmith.cbp
===================================================================
--- src/plugins/contrib/wxSmith/wxSmith.cbp    (revision 6562)
+++ src/plugins/contrib/wxSmith/wxSmith.cbp    (working copy)
@@ -503,6 +503,18 @@
         <Unit filename="wxwidgets\defitems\wxshyperlinkctrl.h">
             <Option target="wxSmithLib" />
         </Unit>
+        <Unit filename="wxwidgets\defitems\wxsimage.cpp">
+            <Option target="wxSmithLib" />
+        </Unit>
+        <Unit filename="wxwidgets\defitems\wxsimage.h">
+            <Option target="wxSmithLib" />
+        </Unit>
+        <Unit filename="wxwidgets\defitems\wxsimagelist.cpp">
+            <Option target="wxSmithLib" />
+        </Unit>
+        <Unit filename="wxwidgets\defitems\wxsimagelist.h">
+            <Option target="wxSmithLib" />
+        </Unit>
         <Unit filename="wxwidgets\defitems\wxslistbook.cpp">
             <Option target="wxSmithLib" />
         </Unit>
@@ -863,6 +875,12 @@
         <Unit filename="wxwidgets\properties\wxsdimensionproperty.h">
             <Option target="wxSmithLib" />
         </Unit>
+        <Unit filename="wxwidgets\properties\wxseditenumproperty.cpp">
+            <Option target="wxSmithLib" />
+        </Unit>
+        <Unit filename="wxwidgets\properties\wxseditenumproperty.h">
+            <Option target="wxSmithLib" />
+        </Unit>
         <Unit filename="wxwidgets\properties\wxsfonteditordlg.cpp">
             <Option target="wxSmithLib" />
         </Unit>
@@ -881,6 +899,24 @@
         <Unit
download for full patch...
cryogen 2010-08-30 16:29