Menu

SVN-temp Commit Log


Commit Date  
[r814] by knut_f

- Fixed some bugs in Plot3DDialog. Updated other deprecated uses of
setCurrentItem(int) in order to avoid similar bugs.
- Fixed floor.xpm and graph.xpm.
- Removed Qt::Tool window flag from instantiations of LineDialog, because it
caused some strange behaviour when switching workspaces. Besides, it's a modal
dialog so this flag doesn't really seem appropriate here. Strangely enough,
SymbolDialog doesn't suffer from the same problem.

2008-02-28 19:42:05 Tree
[r813] by knut_f

Updated several screenshots and deleted some unreferenced ones. Some parts of
the manual still have to be updated (several dialogs were merged into the "Plot
details" dialog, some preferences are not described, menus and toobars have
changed etc.). If all screenshots would use the same style, this would be a
bonus (style options for the updated screenshots are described in README.style).

2008-02-28 19:22:58 Tree
[r812] by knut_f

- Added a generic interface for import filters (AbstractImportFilter) and a
matching dialog (ImportDialog). This is supposed to improve usability (I want
to import something -> open import dialog -> see what filters are available)
and make implementing new import filter much easier.
- Implemented import of ASCII tables.

2008-02-25 23:21:44 Tree
[r811] by knut_f

Some minor clarifications.

2008-02-25 21:37:50 Tree
[r810] by knut_f

Removed superfluous executable bits and converted some files to unix format. Thanks to erictanguy for spotting these.

2008-02-25 19:32:02 Tree
[r809] by thzs

- fixed unique name generation
- fixed ordering of Column children in Table

2008-02-24 02:18:35 Tree
[r808] by thzs

- fixed context menu in TableView
- adjusted column- and table-test to the new framework
- fixed a crash when inserting rows into a table
(double signal connection due to copy&paste mistake)
- fixed a crash when calling Column::setColumnMode()
twice (wrong check for ownership in dtor of
AspectChildRemoveCmd)

2008-02-24 01:18:55 Tree
[r807] by knut_f

- AbstractAspect enforces unique names among siblings.
- Removed SciDAVis::Date and SciDAVis::Time - the import filter for the legacy
file format will map them to SciDAVis::DateTime.
- Renamed "options tabs" to "control tabs" and tried to make the layout more
compact.
- Removed manual from trunk; manuals should go to /manual/<major.minor>.

2008-02-21 19:04:13 Tree
[r806] by knut_f

Merged in changes from trunk.

2008-02-21 18:43:46 Tree
[r805] by knut_f

- Ported AbstractAspect to the 5-layer-model conventions.
- Renamed "note" directory to "notes" for consistency.
- Improved build system. In debug mode, modules are now built as dynamic
libraries in order to speed up the edit-compile-test cycle. The modules to be
built can be selected in common.pri. While few users will want to build
without table or notes, this will provide an easy way to avoid having to
install dependencies of modules one does not use, e.g. python or graph3D.
- Added String-IO wrapper around Column in order to avoid creating a temporary
column and reconnecting in/out filters for every access to TableModel.

2008-02-20 18:11:17 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.