- 16 Feb, 2021 1 commit
-
-
Dawid Wróbel authored
-
- 15 Feb, 2021 17 commits
-
-
Dawid Wróbel authored
(cherry picked from commit fc0e9812)
-
Dawid Wróbel authored
-
Hopefully this will fix the build job by fetching the alkimia dependency correctly.
-
apt uses several fsync() calls on each package it installs, and that's very slow, especially on non-SSD. eatmydata turns fsync into no-op, which makes package installation much faster (it can cause corruption if there's power loss or similar, but that doesn't matter in CI where we throw away the whole container anyway). Currently the build_local_ubuntu_2004 job in GitLab CI takes 11 minutes to install dependencies. Using eatmydata it went down to 2 minutes.
-
Currently the build_local_ubuntu_2004 CI job is using 'make' without any parallelism. Our 8-core build server uses only 1 core to compile kmymoney. This commit switches to using 'ninja', which uses all CPUs by default. The build was taking 25 minutes, now it takes 5 minutes.
-
-
-
-
-
-
-
Dawid Wróbel authored
-
Dawid Wróbel authored
-
Dawid Wróbel authored
-
Dawid Wróbel authored
-
Dawid Wróbel authored
-
Dawid Wróbel authored
-
- 14 Feb, 2021 1 commit
-
-
Dawid Wróbel authored
-
- 13 Feb, 2021 1 commit
-
-
Thomas Baumgart authored
-
- 12 Feb, 2021 1 commit
-
-
Script Kiddy authored
-
- 08 Feb, 2021 1 commit
-
-
Dawid Wróbel authored
-
- 07 Feb, 2021 1 commit
-
- 21 Jan, 2021 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"
-
- 18 Jan, 2021 3 commits
-
-
Thomas Baumgart authored
In certain circumstances, price entries were generated with the conversion from currency to security. This caused the automatic price update to fail. This change prevents those entries in that it corrects the order and uses the reciprocal price. Already existing entries causing the problem are not corrected by this fix. See also https://forum.kde.org/viewtopic.php?f=69&t=169077 BUG: 431482 FIXED-IN: 5.1.2
-
Thomas Baumgart authored
-
Script Kiddy authored
-
- 12 Jan, 2021 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"
-
- 11 Jan, 2021 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"
-
- 09 Jan, 2021 3 commits
-
-
Thomas Baumgart authored
When selecting a payee that has a default category assigned and then switching to a payee that does not have a default category assigned leaves the text of the category as is for the first payee. When the default category is now enabled, the user has the impression that the setting is made, but it is not stored. This change clears the text so that the user has to select the category in any case which resolves the problem. BUG: 431248 FIXED-IN: 5.1.2
-
Thomas Baumgart authored
BUG: 431294 FIXED-IN: 5.1.2 (cherry picked from commit 5f8ca760)
-
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"
-
- 08 Jan, 2021 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"
-
- 07 Jan, 2021 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"
-
- 06 Jan, 2021 2 commits
-
-
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"
-
Script Kiddy authored
-
- 02 Jan, 2021 2 commits
-
-
Thomas Baumgart authored
CCBUG: 425752
-
Thomas Baumgart authored
With active filters, it could happen in the register that Shift+PgUp and Shift+PgDn result in an endless loop leaving the application unresponsive to user input. This change prevents such endless loops. BUG: 430176 FIXED-IN: 5.1.2
-
- 26 Dec, 2020 1 commit
-
-
Thomas Baumgart authored
(cherry picked from commit f27974d6)
-
- 25 Dec, 2020 1 commit
-
-
ISO 639-1 symbol for Danish is "da", not "dk" BUG: 430813 (cherry picked from commit 8607e81a)
-