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

Modified Files:
        DXAnchorWindow.C DXAnchorWindow.h DXApplication.C 
        DXApplication.h DXWDefaultResources.h DXWindow.C DXWindow.h 
        EWDefaultResources.h EditorToolSelector.C EditorToolSelector.h 
        EditorWindow.C ImageWindow.C Makefile.am Network.C Network.h 
        ToolSelector.C ToolSelector.h 
Added Files:
        ResourceManager.C ResourceManager.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