From: <nsm...@us...> - 2008-06-23 14:24:51
|
Revision: 2248 http://csp.svn.sourceforge.net/csp/?rev=2248&view=rev Author: nsmoooose Date: 2008-06-23 07:22:19 -0700 (Mon, 23 Jun 2008) Log Message: ----------- Refactoring to make all wf (window framework) files into its own shared lib. Modified Paths: -------------- branches/wf_as_shared_lib/csp/SConstruct branches/wf_as_shared_lib/csp/csplib/SConscript branches/wf_as_shared_lib/csp/cspsim/CSPSim.cpp branches/wf_as_shared_lib/csp/cspsim/CSPSim.h branches/wf_as_shared_lib/csp/cspsim/GameScreen.cpp branches/wf_as_shared_lib/csp/cspsim/GameScreen.h branches/wf_as_shared_lib/csp/cspsim/MenuScreen.cpp branches/wf_as_shared_lib/csp/cspsim/MenuScreen.h branches/wf_as_shared_lib/csp/cspsim/SConscript branches/wf_as_shared_lib/csp/cspsim/VirtualScene.cpp Added Paths: ----------- branches/wf_as_shared_lib/csp/cspwf/ branches/wf_as_shared_lib/csp/cspwf/Button.cpp branches/wf_as_shared_lib/csp/cspwf/Button.h branches/wf_as_shared_lib/csp/cspwf/Check.cpp branches/wf_as_shared_lib/csp/cspwf/Check.h branches/wf_as_shared_lib/csp/cspwf/CheckBox.cpp branches/wf_as_shared_lib/csp/cspwf/CheckBox.h branches/wf_as_shared_lib/csp/cspwf/Container.cpp branches/wf_as_shared_lib/csp/cspwf/Container.h branches/wf_as_shared_lib/csp/cspwf/Control.cpp branches/wf_as_shared_lib/csp/cspwf/Control.h branches/wf_as_shared_lib/csp/cspwf/ControlCallback.cpp branches/wf_as_shared_lib/csp/cspwf/ControlCallback.h branches/wf_as_shared_lib/csp/cspwf/ControlGeometryBuilder.cpp branches/wf_as_shared_lib/csp/cspwf/ControlGeometryBuilder.h branches/wf_as_shared_lib/csp/cspwf/Image.cpp branches/wf_as_shared_lib/csp/cspwf/Image.h branches/wf_as_shared_lib/csp/cspwf/InputInterfaceManager.cpp branches/wf_as_shared_lib/csp/cspwf/InputInterfaceManager.h branches/wf_as_shared_lib/csp/cspwf/Label.cpp branches/wf_as_shared_lib/csp/cspwf/Label.h branches/wf_as_shared_lib/csp/cspwf/ListBox.cpp branches/wf_as_shared_lib/csp/cspwf/ListBox.h branches/wf_as_shared_lib/csp/cspwf/ListBoxItem.cpp branches/wf_as_shared_lib/csp/cspwf/ListBoxItem.h branches/wf_as_shared_lib/csp/cspwf/Model.cpp branches/wf_as_shared_lib/csp/cspwf/Model.h branches/wf_as_shared_lib/csp/cspwf/MultiControlContainer.cpp branches/wf_as_shared_lib/csp/cspwf/MultiControlContainer.h branches/wf_as_shared_lib/csp/cspwf/Padding.h branches/wf_as_shared_lib/csp/cspwf/Point.h branches/wf_as_shared_lib/csp/cspwf/Rectangle.h branches/wf_as_shared_lib/csp/cspwf/ResourceLocator.cpp branches/wf_as_shared_lib/csp/cspwf/ResourceLocator.h branches/wf_as_shared_lib/csp/cspwf/SConscript branches/wf_as_shared_lib/csp/cspwf/ScrollBar.cpp branches/wf_as_shared_lib/csp/cspwf/ScrollBar.h branches/wf_as_shared_lib/csp/cspwf/Serialization.cpp branches/wf_as_shared_lib/csp/cspwf/Serialization.h branches/wf_as_shared_lib/csp/cspwf/Signal.cpp branches/wf_as_shared_lib/csp/cspwf/Signal.h branches/wf_as_shared_lib/csp/cspwf/SignalData.cpp branches/wf_as_shared_lib/csp/cspwf/SignalData.h branches/wf_as_shared_lib/csp/cspwf/SingleControlContainer.cpp branches/wf_as_shared_lib/csp/cspwf/SingleControlContainer.h branches/wf_as_shared_lib/csp/cspwf/Size.h branches/wf_as_shared_lib/csp/cspwf/Slot.cpp branches/wf_as_shared_lib/csp/cspwf/Slot.h branches/wf_as_shared_lib/csp/cspwf/StringResourceManager.cpp branches/wf_as_shared_lib/csp/cspwf/StringResourceManager.h branches/wf_as_shared_lib/csp/cspwf/Style.cpp branches/wf_as_shared_lib/csp/cspwf/Style.h branches/wf_as_shared_lib/csp/cspwf/StyleBuilder.cpp branches/wf_as_shared_lib/csp/cspwf/StyleBuilder.h branches/wf_as_shared_lib/csp/cspwf/Tab.cpp branches/wf_as_shared_lib/csp/cspwf/Tab.h branches/wf_as_shared_lib/csp/cspwf/TableControlContainer.cpp branches/wf_as_shared_lib/csp/cspwf/TableControlContainer.h branches/wf_as_shared_lib/csp/cspwf/Window.cpp branches/wf_as_shared_lib/csp/cspwf/Window.h branches/wf_as_shared_lib/csp/cspwf/WindowManager.cpp branches/wf_as_shared_lib/csp/cspwf/WindowManager.h branches/wf_as_shared_lib/csp/cspwf/cspwf.i Removed Paths: ------------- branches/wf_as_shared_lib/csp/cspsim/wf/ branches/wf_as_shared_lib/csp/cspwf/Button.cpp branches/wf_as_shared_lib/csp/cspwf/Button.h branches/wf_as_shared_lib/csp/cspwf/Check.cpp branches/wf_as_shared_lib/csp/cspwf/Check.h branches/wf_as_shared_lib/csp/cspwf/CheckBox.cpp branches/wf_as_shared_lib/csp/cspwf/CheckBox.h branches/wf_as_shared_lib/csp/cspwf/Container.cpp branches/wf_as_shared_lib/csp/cspwf/Container.h branches/wf_as_shared_lib/csp/cspwf/Control.cpp branches/wf_as_shared_lib/csp/cspwf/Control.h branches/wf_as_shared_lib/csp/cspwf/ControlCallback.cpp branches/wf_as_shared_lib/csp/cspwf/ControlCallback.h branches/wf_as_shared_lib/csp/cspwf/ControlGeometryBuilder.cpp branches/wf_as_shared_lib/csp/cspwf/ControlGeometryBuilder.h branches/wf_as_shared_lib/csp/cspwf/Image.cpp branches/wf_as_shared_lib/csp/cspwf/Image.h branches/wf_as_shared_lib/csp/cspwf/InputInterfaceManager.cpp branches/wf_as_shared_lib/csp/cspwf/InputInterfaceManager.h branches/wf_as_shared_lib/csp/cspwf/Label.cpp branches/wf_as_shared_lib/csp/cspwf/Label.h branches/wf_as_shared_lib/csp/cspwf/ListBox.cpp branches/wf_as_shared_lib/csp/cspwf/ListBox.h branches/wf_as_shared_lib/csp/cspwf/ListBoxItem.cpp branches/wf_as_shared_lib/csp/cspwf/ListBoxItem.h branches/wf_as_shared_lib/csp/cspwf/Model.cpp branches/wf_as_shared_lib/csp/cspwf/Model.h branches/wf_as_shared_lib/csp/cspwf/MultiControlContainer.cpp branches/wf_as_shared_lib/csp/cspwf/MultiControlContainer.h branches/wf_as_shared_lib/csp/cspwf/Padding.h branches/wf_as_shared_lib/csp/cspwf/Point.h branches/wf_as_shared_lib/csp/cspwf/Rectangle.h branches/wf_as_shared_lib/csp/cspwf/ResourceLocator.cpp branches/wf_as_shared_lib/csp/cspwf/ResourceLocator.h branches/wf_as_shared_lib/csp/cspwf/ScrollBar.cpp branches/wf_as_shared_lib/csp/cspwf/ScrollBar.h branches/wf_as_shared_lib/csp/cspwf/Serialization.cpp branches/wf_as_shared_lib/csp/cspwf/Serialization.h branches/wf_as_shared_lib/csp/cspwf/Signal.cpp branches/wf_as_shared_lib/csp/cspwf/Signal.h branches/wf_as_shared_lib/csp/cspwf/SignalData.cpp branches/wf_as_shared_lib/csp/cspwf/SignalData.h branches/wf_as_shared_lib/csp/cspwf/SingleControlContainer.cpp branches/wf_as_shared_lib/csp/cspwf/SingleControlContainer.h branches/wf_as_shared_lib/csp/cspwf/Size.h branches/wf_as_shared_lib/csp/cspwf/Slot.cpp branches/wf_as_shared_lib/csp/cspwf/Slot.h branches/wf_as_shared_lib/csp/cspwf/StringResourceManager.cpp branches/wf_as_shared_lib/csp/cspwf/StringResourceManager.h branches/wf_as_shared_lib/csp/cspwf/Style.cpp branches/wf_as_shared_lib/csp/cspwf/Style.h branches/wf_as_shared_lib/csp/cspwf/StyleBuilder.cpp branches/wf_as_shared_lib/csp/cspwf/StyleBuilder.h branches/wf_as_shared_lib/csp/cspwf/Tab.cpp branches/wf_as_shared_lib/csp/cspwf/Tab.h branches/wf_as_shared_lib/csp/cspwf/TableControlContainer.cpp branches/wf_as_shared_lib/csp/cspwf/TableControlContainer.h branches/wf_as_shared_lib/csp/cspwf/Window.cpp branches/wf_as_shared_lib/csp/cspwf/Window.h branches/wf_as_shared_lib/csp/cspwf/WindowManager.cpp branches/wf_as_shared_lib/csp/cspwf/WindowManager.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <nsm...@us...> - 2008-06-30 14:11:02
|
Revision: 2252 http://csp.svn.sourceforge.net/csp/?rev=2252&view=rev Author: nsmoooose Date: 2008-06-30 07:10:51 -0700 (Mon, 30 Jun 2008) Log Message: ----------- Removed unneeded includes to files in cspsim. Fixed some small compiler warnings. Python bindings for wf is still within cspsim_module. Modified Paths: -------------- branches/wf_as_shared_lib/csp/cspsim/cspsim.i branches/wf_as_shared_lib/csp/cspwf/Button.cpp branches/wf_as_shared_lib/csp/cspwf/CheckBox.cpp branches/wf_as_shared_lib/csp/cspwf/ListBox.cpp branches/wf_as_shared_lib/csp/cspwf/SConscript branches/wf_as_shared_lib/csp/cspwf/StyleBuilder.h branches/wf_as_shared_lib/csp/cspwf/Tab.cpp branches/wf_as_shared_lib/csp/cspwf/Tab.h branches/wf_as_shared_lib/csp/cspwf/WindowManager.cpp branches/wf_as_shared_lib/csp/tools/layout2/cpp/CspLayoutApplication.cpp Added Paths: ----------- branches/wf_as_shared_lib/csp/todo.sh This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <nsm...@us...> - 2008-07-01 10:45:49
|
Revision: 2253 http://csp.svn.sourceforge.net/csp/?rev=2253&view=rev Author: nsmoooose Date: 2008-07-01 03:45:39 -0700 (Tue, 01 Jul 2008) Log Message: ----------- Layout tool is now also compiled when you do: scons all Moved and renamed InputInterfaceManager class into cspsim since it depends on InputInterface. Modified Paths: -------------- branches/wf_as_shared_lib/csp/cspsim/GameScreen.cpp branches/wf_as_shared_lib/csp/cspsim/GameScreen.h branches/wf_as_shared_lib/csp/cspsim/SConscript branches/wf_as_shared_lib/csp/cspsim/swig/Screens.i branches/wf_as_shared_lib/csp/cspwf/SConscript branches/wf_as_shared_lib/csp/cspwf/cspwf.i branches/wf_as_shared_lib/csp/data/ui/scripts/utils.py branches/wf_as_shared_lib/csp/tools/layout2/SConscript Added Paths: ----------- branches/wf_as_shared_lib/csp/cspsim/InputInterfaceWfAdapter.cpp branches/wf_as_shared_lib/csp/cspsim/InputInterfaceWfAdapter.h Removed Paths: ------------- branches/wf_as_shared_lib/csp/cspsim/swig/wf.i branches/wf_as_shared_lib/csp/cspwf/InputInterfaceManager.cpp branches/wf_as_shared_lib/csp/cspwf/InputInterfaceManager.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <nsm...@us...> - 2008-07-01 14:22:21
|
Revision: 2254 http://csp.svn.sourceforge.net/csp/?rev=2254&view=rev Author: nsmoooose Date: 2008-07-01 07:22:08 -0700 (Tue, 01 Jul 2008) Log Message: ----------- Removed Config.h dependency between cspwf and cspsim. Modified Paths: -------------- branches/wf_as_shared_lib/csp/cspsim/CSPSim.cpp branches/wf_as_shared_lib/csp/cspsim/CSPSim.h branches/wf_as_shared_lib/csp/cspsim/MenuScreen.cpp branches/wf_as_shared_lib/csp/cspwf/ControlGeometryBuilder.cpp branches/wf_as_shared_lib/csp/cspwf/ResourceLocator.cpp branches/wf_as_shared_lib/csp/cspwf/ResourceLocator.h branches/wf_as_shared_lib/csp/cspwf/Serialization.cpp branches/wf_as_shared_lib/csp/cspwf/Serialization.h branches/wf_as_shared_lib/csp/cspwf/cspwf.i This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <nsm...@us...> - 2008-07-02 06:46:45
|
Revision: 2255 http://csp.svn.sourceforge.net/csp/?rev=2255&view=rev Author: nsmoooose Date: 2008-07-01 23:46:38 -0700 (Tue, 01 Jul 2008) Log Message: ----------- Removed the last include dependency between cspwf -> cspsim. Modified Paths: -------------- branches/wf_as_shared_lib/csp/cspsim/MenuScreen.cpp branches/wf_as_shared_lib/csp/cspsim/VirtualScene.cpp branches/wf_as_shared_lib/csp/cspwf/WindowManager.cpp branches/wf_as_shared_lib/csp/cspwf/WindowManager.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <nsm...@us...> - 2008-07-02 16:28:49
|
Revision: 2256 http://csp.svn.sourceforge.net/csp/?rev=2256&view=rev Author: nsmoooose Date: 2008-07-02 09:28:32 -0700 (Wed, 02 Jul 2008) Log Message: ----------- Some dll export fixes for windows. Modified Paths: -------------- branches/wf_as_shared_lib/csp/__init__.py branches/wf_as_shared_lib/csp/cspwf/ResourceLocator.cpp branches/wf_as_shared_lib/csp/cspwf/ResourceLocator.h branches/wf_as_shared_lib/csp/cspwf/SConscript This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |