0
I Use This!
Very High Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 2 days ago.
Aug 27, 2025 — Aug 27, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Small bug fixes. Removed couple of compiler warnings. More... over 14 years ago
1. AbstractCoordinateSystem doesn't inherit from WorksheetElementContainer anymore. CoordinateSystem is to be regarded now as a part of the corresponding plot and not as a stand-alone object in the project hierarchy. 2. PlotArea is not a WorksheetElementContainer anymore, but inherits just from AbsractWorksheetElement - PlotArea is simply a child of a plot/container. 3. Corrected the handling of the visibility for WorksheetElementContainer. Setting of "visible" for a plot hides the object now realy completely. 4. The adjustment of the plot size on worksheet size changes with checked "rescale the content" works better now. Though, still a couple of things to do... More... over 14 years ago
XYCurves retransform on page size changes. More... over 14 years ago
Typo corrected. More... over 14 years ago
Adjust layouts in the tabs in WorksheetDock. More... over 14 years ago
Added signal-slot connection that triggers repainting of the background in WorksheetView on background properties changes in Worksheet. More... over 14 years ago
Added setter and getter for the backgound options in Worksheet. More... over 14 years ago
fixed background image center tiled More... over 14 years ago
removed debug code and fixed test code x2 axis More... over 14 years ago
change default worksheet size to nicer value More... over 14 years ago
changed to out-of-source compilation More... over 14 years ago
synched new code from plots/PlotArea.* More... over 14 years ago
implemented background image for PlotArea More... over 14 years ago
Switched to QDoubleSpinBox in the XYCurveDock. Added conversion from/to millimeters from points. More... over 14 years ago
fixed compiling error with gcc 4.6 More... over 14 years ago
1. PlotArea inherits now from AbstractWorksheetElement. 2. Added "visible"-option, "opacity"-option for the plot area border and geometry properties in the cartesian plot dock (geometry not implemented yet). 3. Removed PlotAreaDock from CMakeList. More... over 14 years ago
Improvements in AxisDock: switsched to QSpinBox to QDoubleSpinBox, added units for line width, length etc. (conversion to mm internaly). More... over 14 years ago
Added two static functions for the conversion from/to millimeters (scene units) from different units (cm, inch, point), which can be used in GUI. More... over 14 years ago
1. Added a "resize content on size changes" to worksheet and WorksheetDock. TODO: The resizing/rescaling doesn't work properly for all children of the worksheet, "undo" needs to be tested and improved in this case too. 2. Changed the default size of a worksheet to 15cm x 15 cm and activated only a single plot in projecttestcode.h for easier testing. 3. Added an icon for Worksheet and CartesianPlot. More... almost 15 years ago
Extended WorksheetDock. Added widgets for changing the geometry, background and layout of a worksheet. Only the change of the size is "activated" at the moment. The change of the size can be done via the list with a couple of "standard" paper sizes. More... almost 15 years ago
"Activated" the new code in worksheet/plots/ in kdefrontend. More... almost 15 years ago
Small corrections. More... almost 15 years ago
The bounding box of a container is always painted (added for tests). More... almost 15 years ago
ui for CartesianPlotDock. More... almost 15 years ago
First version of CartesianPlotDock. Contains at the moment only the stuff previously placed in PlotAreaDock. More... almost 15 years ago
1. Redesigned the object hierarchy. PlotArea and CoordinateSystem are now members of AbstractPlot and not children as before. This leads to a more clear structure in the project explorer. There is no PlotArea or CoordinateSystem anymore in the tree-view. All the relevant settings are now done at the plot level. 2. Created a plot directory for plot related stuff in the worksheet. The new code contains the slight changes required for the first point plus code cleanup on several places. The previous code is still residing in worksheet/. More... almost 15 years ago
Moved GridDialog to kdefrontend/worksheet/. More... almost 15 years ago
Activated SortDialog in SpreadsheetView. Added actions for quick sorting of a single column (ascending or descending, without having to open the sort dialog). More... almost 15 years ago
Added SortDialog to kde frontend (sorting of the selected columns in the spredsheetview). More... almost 15 years ago
Added a couple of standard actions for each aspect. Activated the actions and menus in SpreadsheetView. Made the ContextMenus available in the ProjectExplorer and in the views. Many of the actions are meant as placeholders, the functionality still needs to be implemented. More... almost 15 years ago