0
I Use This!
Very High Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Feb 20, 2025 — Feb 20, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
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
Removed the obsolete code (forgot to remove this in the previous commit) More... over 14 years ago
Added test code to MainWin More... over 14 years ago
removed worksheettestcode.h from the repository. More... over 14 years ago
Removed the test code. More... over 14 years ago
1. Added a context menu in the project explorer for the subwindow visibility policy. 2. Add Actions for hiding/showing the dock widgets. 3. Update of the window title on changes in the project. 4. Cleanup in the code. More... almost 15 years ago
Added changed()-signal More... almost 15 years ago
Replaced QTextEdit by QLineEdit for the comments in the dock widgets. More... almost 15 years ago
build and install elements subdir More... almost 15 years ago
Crashed if no spreadsheet was selected in the combobox, fixed. Added a button for creating a new spreadsheet in the dialog (not implemented yet) More... almost 15 years ago
fixed compile problem More... almost 15 years ago
Removed references to old and obsolete classes. More... almost 15 years ago
Bugfixing. Added caption for the contextmenu in the header (KDE/KMenu only). More... almost 15 years ago
Deleted LinearAxis and LogAxis. Different scalings are implemented now in Axis. More... almost 15 years ago
Unified and simplified the handling of context menus and actions in the header of the tree view and in the view itself. More... almost 15 years ago
Removed the dependencies on the old Axes- and Values-stuff. More... almost 15 years ago
Deleted the ui-files for AxesWidget and ValuesWidget. More... almost 15 years ago
Deleted Axes- and Values-Widgets/Dialogs. The functionality is now implementend in the dockwidgets. More... almost 15 years ago
Imlemented some basic filter features in the project explorer. Extended the context menu of the tree view. More... almost 15 years ago
Imlemented some basic filter features. More... almost 15 years ago
fixed gcc 4.5 problems More... almost 15 years ago
Fixed the error when compiling against Qt 4.7 More... almost 15 years ago
Added/activated the new features in Axis to the dock widget in kde frontend. More... almost 15 years ago
Update in the worksheet test code, uses the new Axis-class. More... almost 15 years ago
Implemented a couple of features in Axis. More... almost 15 years ago