- 25 Oct, 2020 5 commits
-
-
Robert Krawitz authored
-
Robert Krawitz authored
-
Robert Krawitz authored
-
Robert Krawitz authored
-
Pino Toscano authored
This desktop file is used to invoke kphotoalbum as application handler for RAW files.
-
- 15 Oct, 2020 1 commit
-
-
Robert Krawitz authored
-
- 11 Oct, 2020 1 commit
-
-
Johannes Zarl-Zierl authored
The palette was set before the ImageDisplay was created, leading to a "normal" bright background color instead of a dark one.
-
- 10 Oct, 2020 1 commit
-
-
Robert Krawitz authored
-
- 05 Oct, 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"
-
- 26 Sep, 2020 8 commits
-
-
Robert Krawitz authored
needs to be as written for performance). Remove no longer needed setTimeSpec in DateBarWidget, as the rationale for that has gone away.
-
Robert Krawitz authored
-
Robert Krawitz authored
-
Robert Krawitz authored
-
Robert Krawitz authored
-
Robert Krawitz authored
-
Robert Krawitz authored
-
Robert Krawitz authored
The FastDateTime class implements a datetime that is much faster than QDateTime for comparing dates. It caches the linear time since the epoch for use in comparisons. See https://bugreports.qt.io/browse/QTBUG-41714 and https://bugreports.qt.io/browse/QTBUG-75585 for an explanation of why the standard QDateTime is extremely slow (on the order of 1 usec per comparison).
-
- 14 Sep, 2020 1 commit
-
-
Johannes Zarl-Zierl authored
BUG: 426538
-
- 06 Sep, 2020 3 commits
-
-
Johannes Zarl-Zierl authored
-
Johannes Zarl-Zierl authored
-
Script Kiddy authored
-
- 05 Sep, 2020 3 commits
-
-
Johannes Zarl-Zierl authored
The ImageSearchInfo compiled data only needs to be invalidated when the search conditions that are changed actually are covered by the compiled data.
-
Johannes Zarl-Zierl authored
-
Johannes Zarl-Zierl authored
-
- 31 Aug, 2020 1 commit
-
-
Johannes Zarl-Zierl authored
-
- 09 Aug, 2020 1 commit
-
-
Johannes Zarl-Zierl authored
-
- 08 Aug, 2020 5 commits
-
-
Johannes Zarl-Zierl authored
-
Johannes Zarl-Zierl authored
While the basic assertion, that the "most aggregated" GeoCluster collection should have at least one entry (i.e. aggregation can not lead to empty clusters), this can of course only be true when the base cluster is not already empty.
-
Tobias Leupold authored
This reverts commit f3b2539d.
-
Tobias Leupold authored
-
Tobias Leupold authored
-
- 06 Aug, 2020 3 commits
-
-
Tobias Leupold authored
-
Tobias Leupold authored
-
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"
-
- 02 Aug, 2020 1 commit
-
-
Script Kiddy authored
-
- 27 Jul, 2020 2 commits
-
-
Johannes Zarl-Zierl authored
Instead of changing the palette of a widget, it is often possible to change the foreground and/or background role to use different colors of the standard palette. This way, changes in the palette can propagete to the widget without additional work. When this is not an option, the widget needs to react to palette changes explicitly and (re-)adjust the palette accordingly. UI changes: The exif grid now uses regular highlight colors instead of hardcoded bright red. A very big thank you to David Redondo for helping me get a better understanding of the palette system and for pointing out how to avoid breaking palette propagation!
-
Johannes Zarl-Zierl authored
Implementing global stylesheets (04a3d5e8) had the side-effect that font and style propagation of qwidgets was no longer active. Unfortunately, since this work was done after the work on color schemes, I did not catch this immediately. Thanks to David Redondo for pointing me into the right direction!
-
- 26 Jul, 2020 3 commits
-
-
Johannes Zarl-Zierl authored
This works well enough so far - just paste Changelog entries and get markdown. You will need to fix some line breaks (add '<br/>' where appropriate), but otherwise it should "just work"...
-
Johannes Zarl-Zierl authored
-
Johannes Zarl-Zierl authored
This is a follow-up to commit 4ec9ae53
-