0
I Use This!
Very High Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Feb 16, 2025 — Feb 16, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Moved old plots, filter and parser to the legacy-dir. More... over 14 years ago
Moved elements to the legacy-dir. More... over 14 years ago
Removed the dependencies on the old code in CMakeLists. More... over 14 years ago
Moved old (and partially already obsolete) code in kdefrontend to legacy directory. More... over 14 years ago
Added printing of the complete worksheet (also with preview). More... over 14 years ago
Added export to svg and png. More... over 14 years ago
fixed OK button in ExportWorksheetDialog More... over 14 years ago
Implemented the export of the complete scene to PDF and EPS in WorksheetView. More... over 14 years ago
Added ExportWorksheetDialog. More... over 14 years ago
Small fixes. More... over 14 years ago
Added the painting of a (primitive) selection box for a couple of objects. More... over 14 years ago
Improved importing of ascii-data for the different modes (append, prepend or replace columns in the spreadsheet). The code needs more testing. More... over 14 years ago
Made the view protected (required for FileDataSorce). Fixed the include for SpreadsheetView (the one from commonfrontend is used now). More... over 14 years ago
Made FileDataSorce inheriting from Spreadsheet. More... over 14 years ago
fix compile error by adding WorksheetView::exportToFile() More... over 14 years ago
Improved the openning and closing of projects. No crashes on multiple open and close actions anymore. More... over 14 years ago
The currently selected spreadsheet in MainWin (if any) is set as current in ImportFileDialog. More... over 14 years ago
1. The ok-button in the ImportFileDialog gets enabled, when a spreadsheet is selected - the import to a spreadsheet is possibly only at the moment. 2. Added the "ImportMode"-feature (replace, append, prepend) to the filter interface. More... over 14 years ago
Small layout improvements. More... over 14 years ago
Removed debug messages. More... over 14 years ago
"Activated" the new PlotAreaDock in KDE frontend. Added an export-Action in MainWin. More... over 14 years ago
Added the dockwidget for PlotArea. More... over 14 years ago
Made a couple of properties in PlotArea customizable. More... over 14 years ago
Added actions for the context menus in the spreadsheet view. The initializaiton of actions and menus is deactivated at the moment because of a possible memory leak. The software crashes at very strange positions if this init-code is activated. More... over 14 years ago
Removed hiding of the function in the base class. More... over 14 years ago
"Renamed" linesymbolcurvedock.ui to xycurvedock.ui More... over 14 years ago
"Renamed" LineSymbolCurveDock to XYCurveDock More... over 14 years ago
Implemented the painting of an auxilary grid in the worksheet view. At the moment this feature is accessible via the context menu only. More... over 14 years ago
Renamed LineSymbolCurve to XYCurve. Didn't manage to rename the files in kdesvn properly, sorry for that. More... over 14 years ago
1. Reimplemented TreeViewComboBox. QComboBox doesn't work well with hierarchical views like QTreeView (setCurrentIndex etc. doesn't behave properly). Now the tree view is not set to the combobox in the constructor but gets shown in the showPopup()-method. It is possible now to select and to show the proper model indices (see for example the tree combo boxes in the curve dock widget). The new TreeViewComboBox still needs more attention in future (have a look at the "original" method QComboBox::showPopup()). 2. Adjusted/improved naming in several classes. More... over 14 years ago