0
I Use This!
Very High Activity

Commits : Listings

Analyzed about 7 hours ago. based on code collected about 18 hours ago.
Aug 23, 2025 — Aug 23, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Moved old (and partially already obsolete) code in kdefrontend to legacy directory. More... almost 15 years ago
Added printing of the complete worksheet (also with preview). More... almost 15 years ago
Added export to svg and png. More... almost 15 years ago
fixed OK button in ExportWorksheetDialog More... almost 15 years ago
Implemented the export of the complete scene to PDF and EPS in WorksheetView. More... almost 15 years ago
Added ExportWorksheetDialog. More... almost 15 years ago
Small fixes. More... almost 15 years ago
Added the painting of a (primitive) selection box for a couple of objects. More... almost 15 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... about 15 years ago
Made the view protected (required for FileDataSorce). Fixed the include for SpreadsheetView (the one from commonfrontend is used now). More... about 15 years ago
Made FileDataSorce inheriting from Spreadsheet. More... about 15 years ago
fix compile error by adding WorksheetView::exportToFile() More... about 15 years ago
Improved the openning and closing of projects. No crashes on multiple open and close actions anymore. More... about 15 years ago
The currently selected spreadsheet in MainWin (if any) is set as current in ImportFileDialog. More... about 15 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... about 15 years ago
Small layout improvements. More... about 15 years ago
Removed debug messages. More... about 15 years ago
"Activated" the new PlotAreaDock in KDE frontend. Added an export-Action in MainWin. More... about 15 years ago
Added the dockwidget for PlotArea. More... about 15 years ago
Made a couple of properties in PlotArea customizable. More... about 15 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... about 15 years ago
Removed hiding of the function in the base class. More... about 15 years ago
"Renamed" linesymbolcurvedock.ui to xycurvedock.ui More... about 15 years ago
"Renamed" LineSymbolCurveDock to XYCurveDock More... about 15 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... about 15 years ago
Renamed LineSymbolCurve to XYCurve. Didn't manage to rename the files in kdesvn properly, sorry for that. More... about 15 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... about 15 years ago
Removed the obsolete code (forgot to remove this in the previous commit) More... about 15 years ago
Added test code to MainWin More... about 15 years ago
removed worksheettestcode.h from the repository. More... about 15 years ago