1
0
mirror of https://invent.kde.org/system/dolphin synced 2024-07-02 16:31:23 +00:00
Commit Graph

8090 Commits

Author SHA1 Message Date
Zakhar Afonin
825520fca3 Merge branch 'work/zakharafoniam/useful-groups' into 'master'
Separate criteria for grouping and sorting (like Explorer and Finder do)

See merge request system/dolphin!785
2024-06-25 02:17:31 +00:00
l10n daemon script
97abdaaa90 GIT_SILENT Sync po/docbooks with svn 2024-06-25 01:27:37 +00:00
Felix Ernst
d953875b60 DolphinViewContainer: Use KMessageWidget::MessageType instead of own type
This slightly simplifies code and allows showing
KMessageWidget::Positive message boxes.
2024-06-24 17:06:09 +00:00
Zakhar Afonin
2b6d8aac0b "Grouped sorting" defaults to true. Grouping is still disabled by default because of "none" as default group role. 2024-06-24 01:19:31 +03:00
leia uwu
3ccd49e586 fix information panel icon
see https://invent.kde.org/frameworks/breeze-icons/-/merge_requests/364#note_969048
2024-06-23 16:45:58 +00:00
Zakhar Afonin
9663bfbc23 "No grouping" chosen as the default grouping setting for first startup. 2024-06-23 10:24:09 +03:00
l10n daemon script
dae29117aa GIT_SILENT Sync po/docbooks with svn 2024-06-23 01:32:17 +00:00
Zakhar Afonin
b500c27e11 Fixed empty files being erroneously grouped together with folders in "By size" grouping 2024-06-22 15:49:07 +03:00
Zakhar Afonin
e5e824f876 Merge branch 'work/zakharafoniam/useful-groups' of https://invent.kde.org/zakharafoniam/dolphin into work/zakharafoniam/useful-groups 2024-06-22 15:14:02 +03:00
Zakhar Afonin
f1da070fd5 Implemented grouping-related slots to match sorting in some obscure places. 2024-06-22 15:12:38 +03:00
Zakhar Afonin
040122c1f5 Apply 1 suggestion(s) to 1 file(s)
Co-authored-by: Méven Car <meven@kde.org>
2024-06-22 10:39:50 +00:00
Zakhar Afonin
f631747a0c Corrected description of applySortRole() 2024-06-22 13:39:24 +03:00
Zakhar Afonin
9167b30a35 Reverted an incorrect change 2024-06-22 13:13:03 +03:00
Zakhar Afonin
9aaf305410 Some code cleanup as per suggestions 2024-06-22 12:31:29 +03:00
l10n daemon script
99f5dfc73b GIT_SILENT Sync po/docbooks with svn 2024-06-22 01:37:04 +00:00
l10n daemon script
af7e37139d SVN_SILENT made messages (.desktop file) - always resolve ours
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"
2024-06-22 01:22:28 +00:00
l10n daemon script
6af359f2c7 GIT_SILENT Sync po/docbooks with svn 2024-06-21 01:29:27 +00:00
Felix Ernst
9108534ce0 Prevent inconsistent status bar progress reporting states
Merge setting title and progress percent into one method. This
makes sure that the method can be called from all over the place
and will still always show a consistent state instead of partially
showing the progress percent for one progress but the label for
a different one.

This is to enable various tasks reporting progress at the same time
in a way that doesn't lead to a confusing mess for users. Usually
multiple tasks do not show progress at the same time, but when it
happens this commit should make sure that the user experience is
at least bearable.

Allow not having a "Stop" button next to the progress report for
tasks that cannot be stopped.
2024-06-20 09:45:32 +00:00
l10n daemon script
15eff9f5ad GIT_SILENT Sync po/docbooks with svn 2024-06-19 01:29:38 +00:00
Albert Astals Cid
0b3f99d606 CI: Disable Craft Windows
It has been broken for 4 consecutive weeks
2024-06-18 22:44:09 +02:00
Nate Graham
3c22512d8c AppData: use non-deprecated form of developer ID 2024-06-18 09:12:45 -06:00
Zakhar Afonin
27ca9bd64e Minor fix on sizeRoleGroup and directories 2024-06-18 00:07:47 +03:00
Zakhar Afonin
e7804cff52 Fixed crashing when initial grouping is by size. Fixed size grouping ignoring directory size. 2024-06-18 00:03:51 +03:00
Zakhar Afonin
6f6f080bb8 "Group by - Type" now respects "Folders first" setting. Minor code cleanup 2024-06-17 13:04:16 +03:00
Zakhar Afonin
8d30497f71 Fix for necessary roles not being fetched before grouping. Visual polish 2024-06-17 12:09:21 +03:00
l10n daemon script
e96e724136 GIT_SILENT Sync po/docbooks with svn 2024-06-17 01:33:06 +00:00
l10n daemon script
ba8026df82 SVN_SILENT made messages (.desktop file) - always resolve ours
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"
2024-06-17 01:19:40 +00:00
l10n daemon script
e843589057 GIT_SILENT made messages (after extraction) 2024-06-17 00:41:17 +00:00
Zakhar Afonin
187933a7a6 Fixed crash on text/text sorting/grouping. Missed a collatorLock :/ 2024-06-17 00:42:46 +03:00
Zakhar Afonin
91273c8b03 Implemented the possibility for sorting/grouping behaviors that are not tied to roles. Reintroducedd the original grouping as one of grouping options. 2024-06-16 18:49:09 +03:00
Zakhar Afonin
e9b056dcf0 Fixed grouping again, implemented permission and rating grouping. 2024-06-16 14:27:11 +03:00
Zakhar Afonin
38d293ae41 Implemented ItemGroupInfo in place of QVariant in roleRoleGroup functions 2024-06-16 13:02:24 +03:00
Marius P
22d5283eb7 Prefer en_US, "colour" -> "color" 2024-06-16 03:43:20 +03:00
Zakhar Afonin
3e4392bed8 Apply 1 suggestion(s) to 1 file(s)
Co-authored-by: Méven Car <meven@kde.org>
2024-06-15 13:55:01 +00:00
Zakhar Afonin
1682358bea Apply 1 suggestion(s) to 1 file(s)
Co-authored-by: Méven Car <meven@kde.org>
2024-06-15 13:54:42 +00:00
Zakhar Afonin
f2474c344a Apply 1 suggestion(s) to 1 file(s)
Co-authored-by: Méven Car <meven@kde.org>
2024-06-15 13:44:16 +00:00
l10n daemon script
a5efe00f0b GIT_SILENT Sync po/docbooks with svn 2024-06-14 01:26:15 +00:00
Zakhar Afonin
b5eea6e5c5 Reverted resortAllItems() in favor of a group comparator for lessThan. Minor bug fixes 2024-06-13 09:33:52 +03:00
l10n daemon script
9e6c90421d GIT_SILENT Sync po/docbooks with svn 2024-06-13 01:27:06 +00:00
l10n daemon script
d2d5921194 GIT_SILENT Sync po/docbooks with svn 2024-06-12 01:33:25 +00:00
l10n daemon script
02422bca89 SVN_SILENT made messages (.desktop file) - always resolve ours
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"
2024-06-12 01:20:11 +00:00
l10n daemon script
bee17990d0 GIT_SILENT made messages (after extraction) 2024-06-12 00:41:14 +00:00
l10n daemon script
7330d75d8e GIT_SILENT Sync po/docbooks with svn 2024-06-11 01:34:32 +00:00
l10n daemon script
5d2b495c44 SVN_SILENT made messages (.desktop file) - always resolve ours
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"
2024-06-11 01:19:51 +00:00
l10n daemon script
c14de67536 GIT_SILENT made messages (after extraction) 2024-06-11 00:41:09 +00:00
l10n daemon script
7ef6169026 GIT_SILENT Sync po/docbooks with svn 2024-06-10 01:48:00 +00:00
Heiko Becker
b94346e945 GIT_SILENT Update Appstream for new release
(cherry picked from commit 5d4729973d)
2024-06-09 23:51:29 +02:00
Zakhar Afonin
cdccbf471a "Group by" exists, group sorting rule is separate from sorting rule. Very WIP and buggy 2024-06-09 22:40:26 +03:00
l10n daemon script
bfacf4218a GIT_SILENT Sync po/docbooks with svn 2024-06-08 01:34:00 +00:00
l10n daemon script
642aa8d8ca GIT_SILENT Sync po/docbooks with svn 2024-06-06 01:32:37 +00:00