From: <nsm...@us...> - 2009-05-24 19:46:00
|
Revision: 2372 http://csp.svn.sourceforge.net/csp/?rev=2372&view=rev Author: nsmoooose Date: 2009-05-24 19:45:54 +0000 (Sun, 24 May 2009) Log Message: ----------- Added the ControlMoveEventHandler class to manu user interface windows. This makes it possible to move them with left mouse button and dragging them. Modified Paths: -------------- trunk/csp/bin/sim2.py trunk/csp/cspsim/CSPViewer.cpp trunk/csp/cspsim/CSPViewer.h trunk/csp/cspsim/MenuScreen.cpp trunk/csp/cspwf/ControlMoveEventHandler.cpp trunk/csp/cspwf/ControlMoveEventHandler.h trunk/csp/cspwf/cspwf.i trunk/csp/data/ui/scripts/windows/help.py trunk/csp/data/ui/scripts/windows/library.py trunk/csp/data/ui/scripts/windows/messagebox.py trunk/csp/data/ui/scripts/windows/options.py trunk/csp/data/ui/scripts/windows/pause.py trunk/csp/data/ui/scripts/windows/quitresume.py trunk/csp/data/ui/scripts/windows/tutorials.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <nsm...@us...> - 2009-05-26 18:25:01
|
Revision: 2374 http://csp.svn.sourceforge.net/csp/?rev=2374&view=rev Author: nsmoooose Date: 2009-05-26 18:24:12 +0000 (Tue, 26 May 2009) Log Message: ----------- Added first example demonstrating scrollbars with the window framework. Modified Paths: -------------- trunk/csp/SConstruct trunk/csp/cspwf/ScrollBar.cpp trunk/csp/cspwf/ScrollBar.h Added Paths: ----------- trunk/csp/examples/wf-scrollbars/ trunk/csp/examples/wf-scrollbars/Program.cpp trunk/csp/examples/wf-scrollbars/SConscript This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <nsm...@us...> - 2009-05-26 18:25:41
|
Revision: 2375 http://csp.svn.sourceforge.net/csp/?rev=2375&view=rev Author: nsmoooose Date: 2009-05-26 18:24:34 +0000 (Tue, 26 May 2009) Log Message: ----------- Added more implemenation for scrollbars. It is now possible to display and style them as any control. Modified Paths: -------------- trunk/csp/cspwf/MultiControlContainer.cpp trunk/csp/cspwf/ScrollBar.cpp trunk/csp/examples/wf-scrollbars/Program.cpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <nsm...@us...> - 2009-05-29 07:42:49
|
Revision: 2378 http://csp.svn.sourceforge.net/csp/?rev=2378&view=rev Author: nsmoooose Date: 2009-05-29 07:42:34 +0000 (Fri, 29 May 2009) Log Message: ----------- Fixed wf-python example that crashed caused by missing path to the font files. Also made the resource loading more robust. If a resource is missing we simply skip generating geometry for that. Modified Paths: -------------- trunk/csp/cspwf/ControlGeometryBuilder.cpp trunk/csp/cspwf/ResourceLocator.cpp trunk/csp/cspwf/ResourceLocator.h trunk/csp/cspwf/cspwf.i trunk/csp/examples/wf-python/wf-python.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <nsm...@us...> - 2009-05-29 14:54:23
|
Revision: 2379 http://csp.svn.sourceforge.net/csp/?rev=2379&view=rev Author: nsmoooose Date: 2009-05-29 14:54:22 +0000 (Fri, 29 May 2009) Log Message: ----------- Added a new example demonstrating logging classes from python. Added more logging to when window framework fails to find resources (images, fonts, models). Modified Paths: -------------- trunk/csp/cspwf/ControlGeometryBuilder.cpp Added Paths: ----------- trunk/csp/examples/logging/ trunk/csp/examples/logging/log.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <min...@us...> - 2009-06-01 14:14:13
|
Revision: 2381 http://csp.svn.sourceforge.net/csp/?rev=2381&view=rev Author: minaultm Date: 2009-06-01 14:14:07 +0000 (Mon, 01 Jun 2009) Log Message: ----------- Moved SDL window management code to SDLViewer and SDLGraphicsWindow classes. Modified Paths: -------------- trunk/csp/cspsim/CSPSim.cpp trunk/csp/cspsim/CSPSim.h trunk/csp/cspsim/GameScreen.cpp trunk/csp/cspsim/GameScreen.h trunk/csp/cspsim/SConscript trunk/csp/cspsim/SDLViewer.cpp trunk/csp/cspsim/SDLViewer.h trunk/csp/cspsim/swig/CSPSim.i trunk/csp/cspwf/WindowManager.cpp Added Paths: ----------- trunk/csp/cspsim/SDLEventHandler.cpp trunk/csp/cspsim/SDLEventHandler.h trunk/csp/cspsim/SDLGraphicsWindow.cpp trunk/csp/cspsim/SDLGraphicsWindow.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <nsm...@us...> - 2009-06-07 14:48:47
|
Revision: 2384 http://csp.svn.sourceforge.net/csp/?rev=2384&view=rev Author: nsmoooose Date: 2009-06-07 14:48:26 +0000 (Sun, 07 Jun 2009) Log Message: ----------- Added debug log messages for: * control creation and destruction. * signals on the csp::wf::Control class. Modified Paths: -------------- trunk/csp/cspwf/Control.cpp trunk/csp/examples/wf-scrollbars/Program.cpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <nsm...@us...> - 2009-06-07 14:49:16
|
Revision: 2385 http://csp.svn.sourceforge.net/csp/?rev=2385&view=rev Author: nsmoooose Date: 2009-06-07 14:49:09 +0000 (Sun, 07 Jun 2009) Log Message: ----------- Merge branch 'scrolls' Modified Paths: -------------- trunk/csp/cspwf/Control.h trunk/csp/cspwf/ScrollBar.cpp trunk/csp/cspwf/ScrollBar.h trunk/csp/examples/wf-scrollbars/Program.cpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <nsm...@us...> - 2009-06-09 20:44:55
|
Revision: 2387 http://csp.svn.sourceforge.net/csp/?rev=2387&view=rev Author: nsmoooose Date: 2009-06-09 20:43:47 +0000 (Tue, 09 Jun 2009) Log Message: ----------- Added images for scrollbars. Images fetched from the Tango library. Modified Paths: -------------- trunk/csp/cspwf/ControlGeometryBuilder.cpp trunk/csp/examples/wf-scrollbars/Program.cpp Added Paths: ----------- trunk/csp/data/ui/themes/default/images/go-down.png trunk/csp/data/ui/themes/default/images/go-down.svg trunk/csp/data/ui/themes/default/images/go-left.png trunk/csp/data/ui/themes/default/images/go-left.svg trunk/csp/data/ui/themes/default/images/go-right.png trunk/csp/data/ui/themes/default/images/go-right.svg trunk/csp/data/ui/themes/default/images/go-up.png trunk/csp/data/ui/themes/default/images/go-up.svg This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <nsm...@us...> - 2009-06-10 20:26:18
|
Revision: 2389 http://csp.svn.sourceforge.net/csp/?rev=2389&view=rev Author: nsmoooose Date: 2009-06-10 20:26:10 +0000 (Wed, 10 Jun 2009) Log Message: ----------- Added a csp::wf::ListBox example program. Modified Paths: -------------- trunk/csp/SConstruct Added Paths: ----------- trunk/csp/examples/wf-listbox/ trunk/csp/examples/wf-listbox/Program.cpp trunk/csp/examples/wf-listbox/SConscript This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <min...@us...> - 2009-06-14 21:42:38
|
Revision: 2390 http://csp.svn.sourceforge.net/csp/?rev=2390&view=rev Author: minaultm Date: 2009-06-14 21:41:08 +0000 (Sun, 14 Jun 2009) Log Message: ----------- Dispatching input::RawEvent in place of SDLEvent. Modified Paths: -------------- trunk/csp/bin/sim.ini trunk/csp/cspsim/CSPSim.cpp trunk/csp/cspsim/CSPSim.h trunk/csp/cspsim/GameScreen.cpp trunk/csp/cspsim/GameScreen.h trunk/csp/cspsim/MenuScreen.cpp trunk/csp/cspsim/MenuScreen.h trunk/csp/cspsim/SConscript trunk/csp/cspsim/SDLEventHandler.cpp trunk/csp/cspsim/SDLEventHandler.h trunk/csp/cspsim/SDLGraphicsWindow.cpp trunk/csp/cspsim/SDLViewer.cpp trunk/csp/cspsim/SDLViewer.h trunk/csp/cspsim/input/EventMapIndex.cpp trunk/csp/cspsim/input/EventMapIndex.h trunk/csp/cspsim/input/EventMapping.cpp trunk/csp/cspsim/input/EventMapping.h trunk/csp/cspsim/input/HID.cpp trunk/csp/cspsim/input/HID.h trunk/csp/cspsim/input/InputInterface.h Added Paths: ----------- trunk/csp/cspsim/input/RawEvent.h Removed Paths: ------------- trunk/csp/cspsim/input/InputEvent.cpp trunk/csp/cspsim/input/InputEvent.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <nsm...@us...> - 2009-06-26 22:33:13
|
Revision: 2398 http://csp.svn.sourceforge.net/csp/?rev=2398&view=rev Author: nsmoooose Date: 2009-06-26 22:33:04 +0000 (Fri, 26 Jun 2009) Log Message: ----------- Windows can change focus meaning that z order of windows change when you click on them. Modified Paths: -------------- trunk/csp/cspwf/Control.cpp trunk/csp/cspwf/Control.h trunk/csp/cspwf/Window.cpp trunk/csp/cspwf/Window.h trunk/csp/cspwf/WindowManager.cpp trunk/csp/cspwf/WindowManager.h trunk/csp/cspwf/WindowManagerViewer.cpp trunk/csp/data/ui/help/aircraft_controls.xml trunk/csp/data/ui/help/f16_first_steps.xml trunk/csp/data/ui/help/index.xml trunk/csp/data/ui/help/joystick.xml trunk/csp/data/ui/help/mouse.xml trunk/csp/data/ui/help/view_controls.xml trunk/csp/data/ui/library/index.xml trunk/csp/data/ui/themes/default/desktop.xml trunk/csp/data/ui/themes/default/main_menu.xml trunk/csp/data/ui/themes/default/messagebox.xml trunk/csp/data/ui/themes/default/options.xml trunk/csp/data/ui/themes/default/topmenu.xml trunk/csp/data/ui/tutorials/index.xml trunk/csp/data/ui/tutorials/takeoff/help.xml trunk/csp/data/ui/tutorials/takeoff/mission.xml trunk/csp/data/ui/tutorials/timeofday/dawn.xml trunk/csp/data/ui/tutorials/timeofday/day.xml trunk/csp/data/ui/tutorials/timeofday/dusk.xml trunk/csp/data/ui/tutorials/timeofday/night.xml trunk/csp/data/ui/tutorials/vehicles/mission.xml trunk/csp/data/ui/window_document.xsd This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <min...@us...> - 2009-07-19 17:28:06
|
Revision: 2400 http://csp.svn.sourceforge.net/csp/?rev=2400&view=rev Author: minaultm Date: 2009-07-19 17:28:00 +0000 (Sun, 19 Jul 2009) Log Message: ----------- Work in progress to switch from SDL to OSG Windows. Can't go further, without a change in the way keyboard events are transmitted by OSG. We need Virtual key code rather than ASCII char code. See this topic: http://forum.openscenegraph.org/viewtopic.php?t=2820 Modified Paths: -------------- trunk/csp/cspsim/SDLEventHandler.cpp trunk/csp/cspsim/SDLEventHandler.h trunk/csp/cspsim/SDLViewer.cpp trunk/csp/cspsim/SDLViewer.h trunk/csp/cspsim/input/RawEvent.h trunk/csp/tools/hid/compiler.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <min...@us...> - 2009-08-01 16:54:59
|
Revision: 2410 http://csp.svn.sourceforge.net/csp/?rev=2410&view=rev Author: minaultm Date: 2009-08-01 16:54:46 +0000 (Sat, 01 Aug 2009) Log Message: ----------- Added persistence to layout2 mainframe position and size. Work in progress: Adding terrain generation capability. Modified Paths: -------------- trunk/csp/tools/layout2/SConscript trunk/csp/tools/layout2/cpp/OsgGraphicsWindow.cpp trunk/csp/tools/layout2/cpp/OsgGraphicsWindow.h trunk/csp/tools/layout2/cpp/OsgModelWindow.cpp trunk/csp/tools/layout2/cpp/OsgModelWindow.h trunk/csp/tools/layout2/cpp/OsgSceneWindow.cpp trunk/csp/tools/layout2/cpp/OsgSceneWindow.h trunk/csp/tools/layout2/layout.i trunk/csp/tools/layout2/scripts/data/DataTree.py trunk/csp/tools/layout2/scripts/ui/LayoutApplication.py trunk/csp/tools/layout2/scripts/ui/MainFrame.py trunk/csp/tools/layout2/scripts/ui/commands/FileCommandRegistry.py trunk/csp/tools/layout2/scripts/ui/commands/OpenCustomLayoutModelFileCommand.py trunk/csp/tools/layout2/scripts/ui/commands/OpenSelectedFileCommand.py trunk/csp/tools/layout2/scripts/ui/controls/DocumentNotebook.py trunk/csp/tools/layout2/scripts/ui/controls/GraphicsWindow.py Added Paths: ----------- trunk/csp/data/xml/terrain/test.xml trunk/csp/tools/layout2/cpp/OsgTerrainOverviewManipulator.cpp trunk/csp/tools/layout2/cpp/OsgTerrainOverviewManipulator.h trunk/csp/tools/layout2/cpp/OsgTerrainOverviewWindow.cpp trunk/csp/tools/layout2/cpp/OsgTerrainOverviewWindow.h trunk/csp/tools/layout2/cpp/OsgTrackballGraphicsWindow.cpp trunk/csp/tools/layout2/cpp/OsgTrackballGraphicsWindow.h trunk/csp/tools/layout2/cpp/ReaderWriterGoogleMapsOverview.cpp trunk/csp/tools/layout2/cpp/ReaderWriterTiledMapServiceOverview.cpp trunk/csp/tools/layout2/cpp/ReaderWriterTiledMapServiceOverview.h trunk/csp/tools/layout2/cpp/ReaderWriterVirtualEarthOverview.cpp trunk/csp/tools/layout2/scripts/document/TerrainDocument.py trunk/csp/tools/layout2/scripts/ui/commands/OpenGenericOsgTerrainFileCommand.py trunk/csp/tools/layout2/scripts/ui/commands/OpenXmlFileCommand.py trunk/csp/tools/layout2/scripts/ui/commands/XmlFileCommand.py trunk/csp/tools/layout2/scripts/ui/controls/TerrainWindow.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |