Update of /src/master/dx/src/uipp/dxui
In directory opendx.watson.ibm.com:/tmp/cvs-serv11530/dxui

Modified Files:
        MacroDefinition.C Makefile.am 
Added Files:
        OpenFileCommand.h 
Log Message:
- checked in many files that comprise 2 significant changes:
1) file history menu
2) tool selector switch from 2-list to outliner.

- involes the following classes:
    Application:
        Fix to save resource settings on the pc on behalf of startupui
    IBMApplication:
        Ability to save any resource setting based on application 
        class name.
    MainWindow:
        Remove some old junk.
    Strings:
        Remove a duplicate def of DOS2UNIX
    TextSelector:
        - Allow the use of the object without its "..." button
        - Case insensitive string matching.
    MacroDefinition:
        - changes due to the change in API of tool selector
    DXAnchorWindow, DXWindow, ImageWindow, EditorWindow:
        - file history menu created in DXWindow superclass.
    DXApplication:
        - initialize the global resource manager
    EditorToolSelector,ToolSelector:
        - remove the 2-list implementation and use an outliner instead
    EditorWindow:
        - removed some dead code.
        - small layout changes because of the new tool selector
    Network:
        - track changes in .net file name in order to maintain
        an up-to-date file history.

- creates the following classes:
    Notebook, TreeView, ResourceManager, OpenFileCommand

Reply via email to