0
I Use This!
Very High Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 2 days ago.
Aug 21, 2025 — Aug 21, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
1. Partially implemented the propagation of the multiple selection in the project explorer to the spreadsheet view and the other way around. TODO: Improve on the function naming or consider the implementation of the observer pattern instead of propagating the events via several objects. 2. Small fixes in ProjectExplorer More... over 16 years ago
Cleanup in MainWin: removed some compile and runtime warnings, made all slots private. More... over 16 years ago
Selection of columns in the view More... over 16 years ago
1. Slot and action for "Fit to selction" 2. Slot for the selection of an item More... over 16 years ago
Started implementing the coupling of the selected items in the project explorer and the corresponding items in the views. More... over 16 years ago
- Use mm as internal unit in Worksheet. - Removed knowledge of worksheet size from WorksheetView, ask Worksheet instead. More... over 16 years ago
- Changed scene coordinates to use mm instead of screen pixels, while keeping resolution-dependent calculations out of most zooming-related methods. - Avoid duplicating information from QGraphicsView::transform() by removing WorksheetView::m_scaleFactor. More... over 16 years ago
fixed warning about double entries in CMakeLists.txt More... over 16 years ago
1. Activated the "Worksheet" menu in MainWin (the same QMenu as used in the context menu of WorksheetView) 2. Removed the "View" menu 3. *Sheet-Actions in the toolbar are deactivated if there is no project yet. More... over 16 years ago
1. Removed Toolbox in WorksheetView and cleaned up the code 2. Implemented basic zooming (currently accessible via the context menu of the view only) More... over 16 years ago
The size of the scene is set in pixels and not in millimeters. More... over 16 years ago
- Fixed thinko in AbstractAspect::removeAllChildren(). - SignallingUndoCommand implementation changed in order to work with Qt < 4.5. More... over 16 years ago
Revision of the Aspect framework: More... over 16 years ago
- Fixed compilation issues in qtfrontend. More... over 16 years ago
CMakeLists updated More... over 16 years ago
Implemented import to a spreadsheet in the kde-frontend. More... over 16 years ago
1. Spreadsheet inherits from AbstractDataSource. 2. Moved the comments and some implementations in Spreadsheet.h to the cpp-file. 3. Implemented importing to a spreadsheet. 4. Small changes on the datasource-files. More... over 16 years ago
Implemented custom setting of the top-level items to be shown in the tree. More... over 16 years ago
minor changes More... over 16 years ago
removed duplicated datasource More... over 16 years ago
updated cmake to compile datasources More... over 16 years ago
Added actions and functions to handle the new ImportFileDialog in MainWin. Small cleanups in MainWin. More... over 16 years ago
Addes some data formats which should be supported in future. More... over 16 years ago
Added "Import to"-ComboBox and functions in ImportFileWidget/Dialog in order to support both ways of handling import of data - creation of data sources and direct import to spreadsheet. More... over 16 years ago
Small label naming fix. More... over 16 years ago
New versions of ImportFileWidget/Dialog, FileInfoDialog and import options widgets for ASCII and binary. This was messed up in the revision 185 (datasource instead of datasources as the name for the directory). More... over 16 years ago
New versions of ImportFileWidget/Dialog, FileInfoWidget and import options widgets for ASCII and binary More... over 16 years ago
ImportFileWidget-related ui-files. More... over 16 years ago
1st (and incomplete) implementation of the data source concept. Some basic stuff is implemented and the import of ASCII-data organized in vectors/columns. More... over 16 years ago
modularized build with cmake More... almost 17 years ago