0
I Use This!
Very High Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Feb 25, 2025 — Feb 25, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
do not scale pen width by using setCosmetic() More... over 13 years ago
simplified symbol painting More... over 13 years ago
updated SVN checkout infos for new repo More... over 13 years ago
1. Draw drop lines for points only that are currently visible in the plot. 2. Draw drop lines not from the symbol point to 0, but to the current minimal value of the coordinate system. More... over 13 years ago
under->below More... over 13 years ago
marked bug #3583420 TODO More... over 13 years ago
Reintroduced childSelected() and void childDeselected() in WorkhsheetElementContainer again. We need these function to forward the selections from the project explorer to the worksheet. More... over 13 years ago
1. Removed unused function in WorksheetElementContainer that hide the virtual funcions in AbstractAspect. 2. Corrected initialization order of private members in Axis. More... over 13 years ago
1. Provide a direct access to the data-container of a column. 2. Small corrections thoughout the code (removed unused variables, includes relative to src/ etc.) More... over 13 years ago
1. Select the newly added items also in the worksheet view 2. When changing the selection in worksheet view, forward the deselection of items to the project explorer prior to the forwarding of the selection of new items in order to avoid unwanted multiple selections in the project explorer. More... over 13 years ago
Delete the d-pointer in PlotArea and TextLabel. More... over 13 years ago
1. Fixed the initialization of AbstractPlot. 2. While zooming in plot, only change the properties of the axes if there were really changes. More... over 13 years ago
debug option in compile script More... over 13 years ago
Change correctly from "in ticks" to "out ticks" or vice versa while changing the offset of the axis. More... over 13 years ago
Fixed two very annoying misbehaviours: 1. Currently added objects get selected now in the project explorer 2. Current item in the project explorer don't get deselected anymore when labplot loses the focus (modal window is opened or the user switches to another application) and gets it back (modal window is closed or the user switches back to labplot). More... over 13 years ago
Added four zooming icons, already available in the repo, but with another names. Because of some weird naming stuff, the icons with the old names were not properly shown. More... over 13 years ago
svg icons. More... over 13 years ago
Added an icon for XYCurve. More... over 13 years ago
Small refactoring and code cleanup in Axis. More... over 13 years ago
Added major and minor grid capabilities to Axis. More... over 13 years ago
Activated grid settings in AxisDock. Added public interface for grid options to Axis. The actual implementation of grid painting will follow soon. More... over 13 years ago
When doing auto scale/fit, we don't want the min and max values of the curves to lie on the axes (to correspond to the start/end values of the ranges). -> Provide a 5% offset for this. TODO: make this offset optional. More... over 13 years ago
Scale setting in CartesianPlot and CartesianPlotDock. More... over 13 years ago
Added preview of the imported data in ImportFileWidget. More... over 13 years ago
Fade-in/out effects for appearance/disappearance of worksheet elements on the worksheet view. TODO: Fade-out doesn't work yet. More... over 13 years ago
The appearence of newly added plots is animated now (opacity raises from 0 to 1). More... over 13 years ago
Don't create any negative values for axis labels precision. More... over 13 years ago
Value strings are only determined for those points that are currently visible in the plot. Labplot doesn't crash anymore while zooming with activated values. More... over 13 years ago
Forgot to commit the changes in CartesianPlot.h in the previous commit. Sorry. More... over 13 years ago
1. Changes of x- and y-ranges of the coordinate system are forwarded to the CartesianPlotDock and the other way around. 2. Auto-Fit option in CartesianPlotDock 3. Redesigned CartesianPlotDock: scale ranges are now in the first tab, since this is one of the most important information and will be often accessed. More... over 13 years ago