0
I Use This!
Very High Activity

Commits : Listings

Analyzed about 16 hours ago. based on code collected about 17 hours ago.
Feb 16, 2025 — Feb 16, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Added dockwidgets for Column and Worksheet More... over 15 years ago
Dock widget for editing spreadsheet properties. More... over 15 years ago
First version of the dockwidgets for editing the properties of Spreadsheet, Column and Worksheet. More... over 15 years ago
compile error: declare MainWin::newSpreadsheet public to use it in ImportWidget More... almost 16 years ago
Placed (parts of) some SpreadsheetView related classes in qtfrontend, that are not limited to a specific frontend (Qt or KDE) into commonfrontend/spreadsheet. The doxygen documentation and the implementations of some small functions were moved to cpp-files. SpreadsheetView inherits now directly from QTableView and all the dependencies to specific GUI-elements (control tab in qtfrontend, actions and menus) were removed. All the other classes were taken over without further changes. More... almost 16 years ago
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... almost 16 years ago
Cleanup in MainWin: removed some compile and runtime warnings, made all slots private. More... almost 16 years ago
Selection of columns in the view More... almost 16 years ago
1. Slot and action for "Fit to selction" 2. Slot for the selection of an item More... almost 16 years ago
Started implementing the coupling of the selected items in the project explorer and the corresponding items in the views. More... almost 16 years ago
- Use mm as internal unit in Worksheet. - Removed knowledge of worksheet size from WorksheetView, ask Worksheet instead. More... almost 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... almost 16 years ago
fixed warning about double entries in CMakeLists.txt More... almost 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... almost 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... almost 16 years ago
The size of the scene is set in pixels and not in millimeters. More... almost 16 years ago
- Fixed thinko in AbstractAspect::removeAllChildren(). - SignallingUndoCommand implementation changed in order to work with Qt < 4.5. More... almost 16 years ago
Revision of the Aspect framework: More... almost 16 years ago
- Fixed compilation issues in qtfrontend. More... almost 16 years ago
CMakeLists updated More... almost 16 years ago
Implemented import to a spreadsheet in the kde-frontend. More... almost 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... almost 16 years ago
Implemented custom setting of the top-level items to be shown in the tree. More... almost 16 years ago
minor changes More... about 16 years ago
removed duplicated datasource More... about 16 years ago
updated cmake to compile datasources More... about 16 years ago
Added actions and functions to handle the new ImportFileDialog in MainWin. Small cleanups in MainWin. More... about 16 years ago
Addes some data formats which should be supported in future. More... about 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... about 16 years ago
Small label naming fix. More... about 16 years ago