0
I Use This!
High Activity

Commits : Listings

Analyzed about 12 hours ago. based on code collected 2 days ago.
Sep 16, 2025 — Sep 16, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
GIT_SILENT Sync po/docbooks with svn More... 2 days ago
GIT_SILENT Sync po/docbooks with svn More... 3 days ago
GIT_SILENT Sync po/docbooks with svn More... 4 days ago
Added additional compile guard for Script in AspectFactory. More... 5 days ago
GIT_SILENT Sync po/docbooks with svn More... 5 days ago
[scripting] refactored the logic for copy and paste for Script, simplified also save and load. Also, define HAVE_SCRIPTING only when scripting is enabled. More... 6 days ago
Extended the logic in FITSFilter.cpp to validate the provided file name to also support "selectors". More... 6 days ago
[scripting] add a new option to control if the output widget should be automatically shown if there is a new output and added more shortcuts. More... 6 days ago
[scripting] implemented copy and duplicate actions for Script. More... 6 days ago
[scripting] added tool buttons above the output widget to toggle and to clear it, no need to have this in the main toolbar and in the contenxt menu. More... 6 days ago
format fix. More... 6 days ago
[scripting] fixed more warnings in bindings.xml. More... 6 days ago
[scripting] suppress warnings in the shiboken generated code also for AppleClang and added more debug output in cmake. More... 6 days ago
[scripting] adjusted the example projects to the current API. More... 6 days ago
[scripting] simpliefied the handling of analysis curves by automatically triggering the recalculate after such a curve was added to the parent plot, no need for the user to call this explicitily in the scripts. This also simplifies a bit the logic in the c++ code. More... 6 days ago
[scripting] added file validation to all filter classes. More... 6 days ago
[scripting] added an example project for the piecewise linear regression that is comparing LabPlot's implementation with the python package pwlf. More... 6 days ago
[scripting] fixes: * handle SystemExit (called via sys.exit()) ourselves and print a message to the ScriptEditor's output instead of terminating the whole application. * latent use-after-free: pyUnicodeToQString() was decref'ing the temporary bytes object before reading the char* that points into it — converting to QString before the decref instead. More... 6 days ago
GIT_SILENT Sync po/docbooks with svn More... 7 days ago
GIT_SILENT Sync po/docbooks with svn More... 8 days ago
GIT_SILENT Sync po/docbooks with svn More... 9 days ago
GIT_SILENT Sync po/docbooks with svn More... 10 days ago
python: also fix changepointLines() More... 11 days ago
Use QList instead of QVector in bindings.xml for HypothesisTest since this is what shiboken understands and maps to python objects. More... 11 days ago
flatpak: replace unreliable gsl mirror More... 11 days ago
GIT_SILENT Sync po/docbooks with svn More... 11 days ago
GIT_SILENT Sync po/docbooks with svn More... 12 days ago
Fix StatisticsSpreadsheet updates on project load. More... 13 days ago
Added missing changepoint method enum to bindings.xml. More... 13 days ago
Added a couple of tests for the piecewise linear fit. More... 13 days ago