Menu

Commit [r739]  Maximize  Restore  History

- worked a lot on the aspect framework and its integration with Column:

* unified some class/method/member names
* unified change notifications: removed the observer pattern in
favor of signals/slots connections
* shared_ptr is now used for memory management of aspects, columns, and filters
* column commands now operate on ColumnPrivate only (following the model
that the commands are really between Column and ColumnPrivate)
* all abstract classes use a wrapper for signals and slots, this
avoids the need to have QObject as a base class and prevents
multiple inheritance problems
* test status: aspect-test runs and column-test is passed w/o error
* known issues: some doxygen comments need to be updated to
the current implementation; some aspect related methods
are not yet properly implemented in the filter classes

thzs 2007-10-21

1 2 > >> (Page 1 of 2)
changed /trunk/aspect-test/Notes.h
changed /trunk/aspect-test/main.cpp
changed /trunk/column-test/ColumnTest.cpp
changed /trunk/core/AbstractAspect.cpp
changed /trunk/core/AbstractAspect.h
changed /trunk/core/AbstractColumn.h
changed /trunk/core/AbstractFilter.cpp
changed /trunk/core/AbstractFilter.h
changed /trunk/core/AbstractSimpleFilter.h
changed /trunk/core/AspectModel.cpp
changed /trunk/core/AspectModel.h
changed /trunk/core/AspectTreeModel.cpp
changed /trunk/core/AspectTreeModel.h
changed /trunk/core/MdiSubWindow.cpp
changed /trunk/core/MdiSubWindow.h
changed /trunk/core/Project.cpp
changed /trunk/core/Project.h
changed /trunk/core/ProjectWindow.cpp
changed /trunk/core/ProjectWindow.h
changed /trunk/core/aspectcommands.h
changed /trunk/core/column/Column.cpp
changed /trunk/core/column/Column.h
changed /trunk/core/column/ColumnPrivate.cpp
changed /trunk/core/column/ColumnPrivate.h
changed /trunk/core/column/columncommands.cpp
/trunk/aspect-test/Notes.h Diff Switch to side-by-side view
Loading...
/trunk/aspect-test/main.cpp Diff Switch to side-by-side view
Loading...
/trunk/column-test/ColumnTest.cpp Diff Switch to side-by-side view
Loading...
/trunk/core/AbstractAspect.cpp Diff Switch to side-by-side view
Loading...
/trunk/core/AbstractAspect.h Diff Switch to side-by-side view
Loading...
/trunk/core/AbstractColumn.h Diff Switch to side-by-side view
Loading...
/trunk/core/AbstractFilter.cpp Diff Switch to side-by-side view
Loading...
/trunk/core/AbstractFilter.h Diff Switch to side-by-side view
Loading...
/trunk/core/AbstractSimpleFilter.h Diff Switch to side-by-side view
Loading...
/trunk/core/AspectModel.cpp Diff Switch to side-by-side view
Loading...
/trunk/core/AspectModel.h Diff Switch to side-by-side view
Loading...
/trunk/core/AspectTreeModel.cpp Diff Switch to side-by-side view
Loading...
/trunk/core/AspectTreeModel.h Diff Switch to side-by-side view
Loading...
/trunk/core/MdiSubWindow.cpp Diff Switch to side-by-side view
Loading...
/trunk/core/MdiSubWindow.h Diff Switch to side-by-side view
Loading...
/trunk/core/Project.cpp Diff Switch to side-by-side view
Loading...
/trunk/core/Project.h Diff Switch to side-by-side view
Loading...
/trunk/core/ProjectWindow.cpp Diff Switch to side-by-side view
Loading...
/trunk/core/ProjectWindow.h Diff Switch to side-by-side view
Loading...
/trunk/core/aspectcommands.h Diff Switch to side-by-side view
Loading...
/trunk/core/column/Column.cpp Diff Switch to side-by-side view
Loading...
/trunk/core/column/Column.h Diff Switch to side-by-side view
Loading...
/trunk/core/column/ColumnPrivate.cpp Diff Switch to side-by-side view
Loading...
/trunk/core/column/ColumnPrivate.h Diff Switch to side-by-side view
Loading...
/trunk/core/column/columncommands.cpp Diff Switch to side-by-side view
Loading...
1 2 > >> (Page 1 of 2)
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.