Skip to content
  • promayon's avatar
    NEW Close All action (application family) · c6ed7438
    promayon authored
    NEW Save As action (application family)
    NEW Save All action (application family)
    NEW Quit action (application family)
    NEW ClearSelection action (application family)
    NEW About... action (application family)
    NEW ShowConsole action (application family)
    NEW application actions are now used in MainWindow (e.g. Open Action...)
    NEW better management of recent documents list (now in Application)
    NEW all actions are now embedded by default
    NEW All dynamic extensions (component and action extensions) are now managed by ExtensionManager -> ActionManager and Component/ExtensionManager deleted
    NEW All instances of Action and Component + the selection are now managed by Application -> ComponentManager deleted
    NEW PhysicalModel Component shows properties
    NEW Action has now an apply status
    NEW Application icon in color and better resolution
    NEW Application needs a name (identifier)
    NEW MainWindow can now save its complete state (state of the docks) and geometry, it also depends on the application's name (e.g. geometry of simple is a different setting as the geometry of imp)
    NEW ImpMainWindow can now restore the default state for docks, toolbar, status bar and geometry
    NEW Viewer.cpp (I always knew it was bound to create this file at some stage)
    NEW renamed DefaultActionWidget -> ActionWidget
    NEW Action has now a default getWidget (simplification for everyone)
    NEW ActionViewer update the family combo box accoring to Celine's standard
    NEW Contextual menu / Action menu is now sorted by family (alphabetically) and then by action (alphabetically)
    FIXED Action header/API
    FIXED better architecture for RigidTransfrom action
    FIXED cleaner code/MVC architecture for Decimation action
    FIXED Decimation dialog: details now disabled by default
    FIXED Code cleaning for some #include that were not needed anymore (mainly ExtensionsManager)
    FIXED Action name is now also QObject name
    FIXED macro action_extension can now install action headers using HEADERS_TO_INSTALL (but should never be needed)
    FIXED generation of Doxyfile from doxyconf.in
    FIXED MainWindow code cleaning (due to the extensive use of application actions)
    FIXED clean vtkMeshComponentPopup -> towards pure actions
    FIXED MML popup does not need close anymore (using the Application Action now)
    FIXED ImpMainWindow Save action now available when the component has been modified
    FIXED ImpMainWindow subtitle update using the currently selected filename + add a "*" at the end of the name is the top level component is modified
    FIXED InteractiveViewer settings now are dependent of the application's name (fancy does not change the background in imp!)
    FIXED Closing the main window (or derived) is the same as quitting the application (prompt user if needed to save modified data, save state and quit)
    FIXED MainWindow now should preferably accessed through Application
    FIXED Application/MainWindow headers include cleaning
    FIXED removing all "slot" prefix for slot method names
    FIXED ImageComponent and MeshComponent instanciated directly using vtkImageData and vtkPointSet are now initially marked as modified (i.e., unsaved)
    
    
    
    git-svn-id: svn+ssh://scm.forge.imag.fr/var/lib/gforge/chroot/scmrepos/svn/camitk/trunk/camitk@128 ec899d31-69d1-42ba-9299-647d76f65fb3
    c6ed7438