freeride-cvsevents
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[FR-cvsevents] freeride/plugins DatabusInspector/DatabusInspec...


From: Richard Kilmer
Subject: [FR-cvsevents] freeride/plugins DatabusInspector/DatabusInspec...
Date: Sat, 26 Oct 2002 01:28:09 -0400

CVSROOT:        /cvsroot/freeride
Module name:    freeride
Changes by:     Richard Kilmer <address@hidden> 02/10/26 01:28:07

Modified files:
        plugins/DatabusInspector: DatabusInspector.rb 
        plugins/System_Commands: AppCommands.rb 
        plugins/System_GuiCore: ComponentLayout.xml DockPanes.rb 
        plugins/System_GuiRenderFox: DockBarRenderFox.rb 
                                     DockPaneRenderFox.rb 
                                     EditPaneRenderFox.rb foxhacks.rb 

Log message:
        * plugins/System_Commands/AppCommands.rb
        Added command 'App/File/Load' which is not in the menu but
        can be called and passed a (fully qualified) file path to
        load.
        * plugins/System_GuiCore/ComponentLayout.xml
        Added View menu
        * plugins/System_GuiCore/DockPanes.rb
        Refactored quite a bit.  Now, you build docpanes and simply
        dock them to a (named) docbar (with the dock command) instead
        of having to use the dockbar attach method.  The data for a
        dockpane is used by a renderer...it can be whatever the
        render requires.  In Fox, the is the FX component that will
        be held within the dockpane
        * plugins/System_GuiRenderFox/DockBarRenderFox.rb
        Minor changes...most of the functionality is in DockPane
        * plugins/System_GuiRenderFox/DockPaneRenderFox.rb
        Major changes.  Implements the dock and undock commands of its
        DockPane abstract component.  The frame is built by default but
        not a tab.  The tab is constructing if the dockpane is docked
        to a bar.  This removed the need for the faketab hack.  This
        mechnism now fully works...you can create docpanes and dock
        them to the west and south dockbars.
        * plugins/System_GuiRenderFox/foxhacks.rb
        removed the east dock pane (it was causing resize issues.)
        tabs are (right now) on the top instead of sideways.  I find it
        hard to read when stuff is sideways.
        * plugins/DatabusInspector/DatabusInspector.rb
        remove the close button since the x is available in the upper
        right corner.  added the ability to invoke command slots, which
        can help in debugging commands.

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/freeride/freeride/plugins/DatabusInspector/DatabusInspector.rb.diff?tr1=1.9&tr2=1.10&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/freeride/freeride/plugins/System_Commands/AppCommands.rb.diff?tr1=1.18&tr2=1.19&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/freeride/freeride/plugins/System_GuiCore/ComponentLayout.xml.diff?tr1=1.3&tr2=1.4&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/freeride/freeride/plugins/System_GuiCore/DockPanes.rb.diff?tr1=1.7&tr2=1.8&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/freeride/freeride/plugins/System_GuiRenderFox/DockBarRenderFox.rb.diff?tr1=1.4&tr2=1.5&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/freeride/freeride/plugins/System_GuiRenderFox/DockPaneRenderFox.rb.diff?tr1=1.6&tr2=1.7&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/freeride/freeride/plugins/System_GuiRenderFox/EditPaneRenderFox.rb.diff?tr1=1.15&tr2=1.16&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/freeride/freeride/plugins/System_GuiRenderFox/foxhacks.rb.diff?tr1=1.6&tr2=1.7&r1=text&r2=text





reply via email to

[Prev in Thread] Current Thread [Next in Thread]