- 26 Jul, 2020 2 commits
-
-
Stefan Gerlach authored
-
Stefan Gerlach authored
-
- 25 Jul, 2020 4 commits
-
-
Alexander Semke authored
-
Stefan Gerlach authored
-
Alexander Semke authored
class.
-
Alexander Semke authored
-
- 24 Jul, 2020 3 commits
-
-
Alexander Semke authored
-
Alexander Semke authored
changes: 1. initialize the locale in the constructors of dock widgets and update it later on setting changes. No need to set the locale every time the the selection in the project explorer is happening - settings are changed less frequently than the selection in the project explorer. 2. added the implementation for the locale update in Image, CustomPoint, ReferenceLine and PlotLegend.
-
Script Kiddy authored
In case of conflict in i18n, keep the version of the branch "ours" To resolve a particular conflict, "git checkout --ours path/to/file.desktop"
-
- 23 Jul, 2020 7 commits
-
-
Stefan Gerlach authored
-
Alexander Semke authored
-
Stefan Gerlach authored
-
Stefan Gerlach authored
-
Alexander Semke authored
-
Alexander Semke authored
invisible.
-
Alexander Semke authored
properties widgets.
-
- 22 Jul, 2020 4 commits
-
-
Stefan Gerlach authored
-
Stefan Gerlach authored
-
Stefan Gerlach authored
-
Alexander Semke authored
in the histogram properties widget.
-
- 20 Jul, 2020 2 commits
-
-
Alexander Semke authored
axis is under the mouse, no need to select it anymore.
-
Alexander Semke authored
Automatically update locale dependent widgets in Axis, Curve and Label properties widgets on settings changes.
-
- 19 Jul, 2020 4 commits
-
-
Alexander Semke authored
-
Alexander Semke authored
properties widgets on settings changes. Needs to be done similarly for all other properties widgets.
-
Alexander Semke authored
restarting the application.
-
Pino Toscano authored
-
- 18 Jul, 2020 3 commits
-
-
Alexander Semke authored
there were any changes done there.
-
Alexander Semke authored
of the spreadsheet header (show column type and plot designation or not).
-
Alexander Semke authored
SettingsGeneralPage::decimalSeparatorLocale() since this case is also handled later in the switch-case statement. This caused the selection "Comma" being not saved properly.
-
- 17 Jul, 2020 1 commit
-
-
Stefan Gerlach authored
-
- 15 Jul, 2020 2 commits
-
-
Stefan Gerlach authored
-
Stefan Gerlach authored
-
- 14 Jul, 2020 1 commit
-
-
Stefan Gerlach authored
-
- 13 Jul, 2020 1 commit
-
-
Script Kiddy authored
In case of conflict in i18n, keep the version of the branch "ours" To resolve a particular conflict, "git checkout --ours path/to/file.desktop"
-
- 12 Jul, 2020 1 commit
-
-
Alexander Semke authored
-
- 11 Jul, 2020 3 commits
-
-
Stefan Gerlach authored
-
Stefan Gerlach authored
-
Alexander Semke authored
column statistics. A lot of time was spent in the calculation of the frequencies of values. For this QMap was used and the sorting in this container is expensive. The performance of unordered_map is much better. For 10 Mil random doubles the calculation of the statistics went down from 15.5s to 8.5s on i7-8700. The next step would be to move out the calculation of the frequencies and the sorting of the data as well as all dependent calculations to new threads.
-
- 10 Jul, 2020 2 commits
-
-
Alexander Semke authored
Statistics Dialog.
-
Stefan Gerlach authored
-