0
I Use This!
Very High Activity

Commits : Listings

Analyzed about 1 hour ago. based on code collected about 1 hour ago.
Jun 17, 2024 — Jun 17, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
GIT_SILENT Sync po/docbooks with svn More... 3 months ago
[worksheet] new application setting to control the size of the thumbnails in the worksheet preview panel. More... 3 months ago
format fix and minor comment in README.coverity. More... 3 months ago
Adressed a couple of division by zero and numerical underflow issues reported by Coverity. More... 3 months ago
GIT_SILENT Sync po/docbooks with svn More... 3 months ago
[frontend]: give notebook menu a default action which persists on app restart More... 3 months ago
[pbc] deactivated setting of the line styles in ProcessBehaviorChart::loadThemeConfig() to avoid crashes in undo/redo, will be changed later. More... 3 months ago
GIT_SILENT Sync po/docbooks with svn More... 3 months ago
[frontend]: fixed minor logic issue in the notebook menus; one on the main tool bar and one under file > add new More... 3 months ago
[pbc] minor changes to improve the initial appearance of the chart. More... 3 months ago
Fix More... 3 months ago
Add more tests More... 3 months ago
format More... 3 months ago
Simplify More... 3 months ago
Fix tests for decreasing More... 3 months ago
Add more tests More... 3 months ago
Add more tests More... 3 months ago
Fix IndexForValue for the start value More... 3 months ago
Format More... 3 months ago
reuse more More... 3 months ago
[worksheet] activated back the antialiasing during the export again (regression introduce in the previous change in this area). More... 3 months ago
[examples] new example project for the linear regression based on NIST datasets. More... 3 months ago
GIT_SILENT Sync po/docbooks with svn More... 3 months ago
Bounding Box fixes More... 3 months ago
When creating new objects via AspectFactory during copy&paste or duplicate workflows, path the loading parameter everywhere to do less initialization (parameters will be initialized in load() anyway) and to avoid bugs like duplicated range definitions in CartesianPlot etc. More... 3 months ago
Removed compiler warning to dangling references in Project.cpp. More... 3 months ago
Don't try to calculate the error bars path in XYCurve, when the parent plot and the coordinate system are not available yet - this happens when the curve is created via the plot data dialog in the spreadsheet. This fixes the crash when creating "y-error scatter plot" via plot data dialog. More... 3 months ago
GIT_SILENT Sync po/docbooks with svn More... 3 months ago
Don't trigger the recalculate in the analysis curves when a new plot is added to the parent plot area, this can be very expensive and should be handled differently. More... 3 months ago
Moved the logic with the wait cursor into XYAnalysisCurvePrivate::recalculate() so don't need to repeat it in all analysis dock widgets and can benefit from it when the analysis curve is added directly via the contenxt menu on the plot area and the calculation is triggered directly. More... 3 months ago