0
I Use This!
Very High Activity

Commits : Listings

Analyzed about 22 hours ago. based on code collected about 23 hours ago.
Feb 11, 2025 — Feb 11, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Adjusted the path for the header files (potential compiling problem) More... over 15 years ago
Added the "filling enabled" property for the symbols. More... over 15 years ago
Added a dock widget for LineSymboDock. First version of this dockwidget contain only functions for testing the appearance of and the interface to the symbol painting. More... over 15 years ago
Added an overriden paint-function. More... over 15 years ago
Add the symbol opacity property in the LineSymbolCurve. More... over 15 years ago
Added a couple of symbols to the standard symbol factory More... over 15 years ago
Added a slot and a signal for handling of multiple selection in the ProjectExplorer - this was previously partially (and wrongly) implemented in AspectTreeModel. Small adjustments in kdefrontend. More... over 15 years ago
1. "Converted" the old AxisWidget to the new AxisDock. 2. Small changes in the dock ui-files. More... over 15 years ago
Added a selection relevant slot. More... over 15 years ago
Added GuiObserver and "activated" the dock widgets in MainWin. Switched to the spreadsheet view from the common frontend. More... over 15 years ago
Added signal emmited on the selection changes in the project explorer. More... over 15 years ago
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