Menu

SVN-temp Commit Log


Commit Date  
[r833] by thzs

- fixed bug 1926075: labels are swapped when duplicating graph

2008-03-30 12:10:36 Tree
[r832] by thzs

- some small fixes in Table/TableView (including 2 icons)
- fixed current subwindow <-> current aspect synchronization in
the project explorer
- added matrix commands for format and coordinates
- designed matrix control tabs
- added actions and context menus in Matrix
- added several methods in Matrix
- fixed several bugs in Matrix
- MatrixModel now shows the coordinates in the headers

2008-03-22 23:35:26 Tree
[r831] by thzs

- add ActionManager support to ProjectWindow

2008-03-21 19:53:59 Tree
[r830] by thzs

- improved the table project menu and added an action
to resize the table
- removed undo/redo from context menus
(does anyone object?)
- improved context menus for Folder and Project
- moved all actions from Project to ProjectWindow
- fixed window visibility policy
- implemented windows menu

2008-03-21 19:38:40 Tree
[r829] by thzs

- changed the way the project window menu for the active part
is managed; the new solution avoids constant creation of
new menus or actions/slots as well as cluttering the menu bar with
lots of inactive menus
- renamed the "Outer" functions in AbstractAspect to "prepareAspectRemoval()"
and "completeAspectInsertion()" and implemented them for Table
- added ActionManager and project menu support to Matrix
- added lib/macros.h for things like the ACCESSOR macros
- removed some obsolete/superfluous code

2008-03-21 16:05:47 Tree
[r828] by thzs

- added a mechanism to customize application-wide/module-wide
keyboard shortcuts (ActionManager)
- added a dialog class which records key combinations from
the keyboard and assigns them to an action managed
by an ActionManager (ShortcutsDialog)
- added a "keyboard shortcuts" entry to the edit menu in
ProjectWindow which opens a ShortcutsDialog
- implemented action management/keyboard shortcut customization
for Table

2008-03-16 16:51:53 Tree
[r827] by knut_f

- Fixed icon resource files (broken in r822).
- ImageExportDialog remembers page orientation.

2008-03-08 18:03:07 Tree
[r826] by knut_f

- Changing config.pri now triggers recompilation of core/staticplugins.cpp.
After changing MODULES, a simple "make" will now suffice to update everything.
- Some minor fixes.

2008-03-08 17:58:21 Tree
[r825] by thzs

- fixed several issues in Matrix and related classes

2008-03-07 21:11:58 Tree
[r824] by knut_f

Some improvements regarding const-correctness:

Signals of AbstractAspect and AbstractColumn are emitted from within undo
commands. Hence, changing the originator in reaction to these signals is almost
certainly a bug. In other words, the pointer to the Aspect/Column being changed
is conceptually const.

Likewise, having a filter change its inputs is dangerous and should be
discouraged. SimpleMappingFilter needs some rethinking; if possible in the
context of an actual use case.

2008-03-07 18:37:52 Tree
Older >
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.