- 29 Apr, 2021 3 commits
-
-
Arjen Hiemstra authored
In certain cases, we will have a current URL that is not shown in the thumbnail view and selection will fail. In that case, do not clear the URL because that hides the image we are currently trying to view.
-
Arjen Hiemstra authored
Since we now prefer the contents when determining whether to load things, use the preferredSuffix from that mimetype as format hint rather than the filename extension, since the mimetype suffix should be more correct.
-
Arjen Hiemstra authored
QMimeDatabase::mimeTypeForFileNameAndData() will prefer using the filename for mime type determination. This allow it to be fooled when the filename is something different than the contents. To avoid this, reverse the logic and first try to determine the mimetype from the file's contents and only use filename if that fails. BUG: 329140
-
- 26 Apr, 2021 2 commits
-
-
Noah Davis 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"
-
- 25 Apr, 2021 1 commit
-
-
Nate Graham authored
The recently-added resize() is working around a bug in frameworks that is fixed now. See frameworks/kxmlgui!53
-
- 21 Apr, 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"
-
- 15 Apr, 2021 5 commits
-
-
Arjen Hiemstra authored
Rather than generating thumbnails for everything, which will lead to a lot of invisible thumbnails being kept in memory, easily ballooning memory usage to large amounts for a directory with 10000 items. An attempt is made to keep some additional thumbnails next to the ones currently visible so when scrolling they are already loaded, but that process is not exhaustive.
-
Arjen Hiemstra authored
Otherwise we may end up with things not showing up at all
-
Arjen Hiemstra authored
Otherwise we're delaying thumbnail generation until the entire directory has finished loading, which can be a long time for a directory with a lot of items.
-
Arjen Hiemstra authored
KFileItem supports hashing so we can construct a set directly from mItems rather than needing to insert things manually.
-
Arjen Hiemstra authored
-
- 14 Apr, 2021 2 commits
-
-
Heiko Becker authored
(cherry picked from commit ddabd353)
-
Noah Davis authored
-
- 09 Apr, 2021 1 commit
-
-
Laurent Montel authored
-
- 06 Apr, 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"
-
- 03 Apr, 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"
-
- 02 Apr, 2021 4 commits
-
-
Nate Graham authored
-
* Fixes exif metadata being lost Signed-off-by:
Madhav Kanbur <abcdjdj@gmail.com>
-
Nate Graham authored
-
Nate Graham authored
-
- 01 Apr, 2021 3 commits
-
-
Laurent Montel authored
-
Laurent Montel authored
-
Laurent Montel authored
-
- 30 Mar, 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
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 Mar, 2021 1 commit
-
-
Noah Davis authored
Apparently using box layout size constraints is way more limited than using widget size policies.
-
- 24 Mar, 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"
-
- 22 Mar, 2021 2 commits
-
-
Noah Davis authored
BUG: 434786
-
Nicolas Fella authored
Newer CMake versions offer nice benefits like imported targets for common libs Plasma requires 3.16 so there is precedent for it
-
- 20 Mar, 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 Mar, 2021 2 commits
-
-
Noah Davis authored
-
Noah Davis authored
It was too difficult to keep track of what happens when
-
- 17 Mar, 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
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"
-
- 13 Mar, 2021 2 commits
-
-
Albert Astals Cid authored
-
Albert Astals Cid authored
-
- 06 Mar, 2021 1 commit
-
-
Méven Car authored
BUG: 434046
-
- 05 Mar, 2021 2 commits
-
-
-
Apply the same change[^1] as we did a while ago for KDirOperator and Dolphin to effectively reduce the scroll speed when using large thumbnails, otherwise scroll with a mouse wheel ends up being useless. [1]: frameworks/kio@59b94447 BUG: 297853
-