/[freeride]/freeride/ChangeLog
ViewVC logotype

Diff of /freeride/ChangeLog

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.16 by richkilmer, Wed Oct 23 18:19:24 2002 UTC revision 1.17 by richkilmer, Sat Oct 26 05:33:57 2002 UTC
# Line 1  Line 1 
1    2002-10-26 01:00 richkilmer
2      * plugins/System_Commands/AppCommands.rb
3      Added command 'App/File/Load' which is not in the menu but
4      can be called and passed a (fully qualified) file path to
5      load.
6      * plugins/System_GuiCore/ComponentLayout.xml
7      Added View menu
8      * plugins/System_GuiCore/DockPanes.rb
9      Refactored quite a bit.  Now, you build docpanes and simply
10      dock them to a (named) docbar (with the dock command) instead
11      of having to use the dockbar attach method.  The data for a
12      dockpane is used by a renderer...it can be whatever the
13      render requires.  In Fox, the is the FX component that will
14      be held within the dockpane
15      * plugins/System_GuiRenderFox/DockBarRenderFox.rb
16      Minor changes...most of the functionality is in DockPane
17      * plugins/System_GuiRenderFox/DockPaneRenderFox.rb
18      Major changes.  Implements the dock and undock commands of its
19      DockPane abstract component.  The frame is built by default but
20      not a tab.  The tab is constructing if the dockpane is docked
21      to a bar.  This removed the need for the faketab hack.  This
22      mechnism now fully works...you can create docpanes and dock
23      them to the west and south dockbars.
24      * plugins/System_GuiRenderFox/foxhacks.rb
25      removed the east dock pane (it was causing resize issues.)
26      tabs are (right now) on the top instead of sideways.  I find it
27      hard to read when stuff is sideways.
28      * plugins/DatabusInspector/DatabusInspector.rb
29      remove the close button since the x is available in the upper
30      right corner.  added the ability to invoke command slots, which
31      can help in debugging commands.
32      * plugins/FileBrowser/*
33      Added file browser plugin which adds itself to the View menu and
34      is a simple example of using the DockPane.
35    
36  2002-10-23 11:30  richkilmer  2002-10-23 11:30  richkilmer
37    * plugins/System_Commands/AppCommand.rb    * plugins/System_Commands/AppCommand.rb
38    updated to prevent opening a file twice    updated to prevent opening a file twice

Legend:
Removed from v.1.16  
changed lines
  Added in v.1.17

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26