0
I Use This!
Very High Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Mar 22, 2025 — Mar 22, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Corrected the previos bug-fix for deleting the last child of the aspect. More... over 15 years ago
Line properties in the LineSymbolCurveDock. Code cleanup. More... over 15 years ago
Small bug fixing. More... over 15 years ago
Implemented several line types (line, segments, drop lines, steps) in LineSymbolCurve. Cleanup in the code. More... over 15 years ago
Added a "none"-symbol. More... over 15 years ago
Removing of the last child aspect doesn't cause the program to crash anymore. More... over 15 years ago
Small changes in the kde frontend. More... over 15 years ago
Don't try to show the popup of the combobox, if there was no model set. More... over 15 years ago
Made the decision, what kind of aspects can be selected in the model view, customizable. More... over 15 years ago
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... about 16 years ago
Selection of columns in the view More... about 16 years ago
1. Slot and action for "Fit to selction" 2. Slot for the selection of an item More... about 16 years ago
Started implementing the coupling of the selected items in the project explorer and the corresponding items in the views. More... about 16 years ago