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

Modified Files:
        Application.C IBMApplication.C IBMApplication.h MainWindow.C 
        Makefile.am Strings.C TextSelector.C TextSelector.h 
Added Files:
        Notebook.C Notebook.h TreeNode.h TreeView.C TreeView.h 
        bottom_shadow60.bm minus.bm plus.bm top_shadow60.bm 
        top_shadow_pc60.bm 
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