Debian Patches

Status for dolphin/4:25.04.3-1

Patch Description Author Forwarded Bugs Origin Last update
relax-baloo-widgets-version.patch no
require-baloo-widgets.patch no
upstream_dd2cc41f_kfileitemmodelrolesupdater-reset-size-and-count-before-updating-folders.patch [PATCH] KFileItemModelRolesUpdater: reset size and count before updating folders

Folder count would not update properly when user would delete file from
a folder, or add a new file to it.

Previously when size value is set to -2 after update, the update will
never be called again unless user presses F5. This change will instead
reset that -2 to 0 whenever we are requesting for calculating
directory sizes.

We never updated the count when a file was deleted, so that has been added as well.

This change also calculates the item counts from the processedAmount, which is the total amount of items we're processing. From there we remove the unwanted items and get the final count.

For remote files, we set the count to -1 since we don't calculate them.
Akseli Lahtinen <akselmo@akselmo.dev> no upstream 2025-03-13
upstream_1e5bc5b3_KFileItemListWidget-wrong-selection-when-renamed-file-ends-with-a-dot.patch [PATCH] KFileItemListWidget: wrong selection when renamed file ends with a dot

When a file name ends with a dot, it should be treated like there is no
extension. When triggering a rename, the file name except the
extension should be selected, which is equal to the full file name when
the file ends with a dot.
Shitong Xu <xushitong@uniontech.com> no 2025-03-23
upstream_b64bf8ca_DolphinView-Don-t-end-anchored-selection-in-updateSelectionState.patch [PATCH] DolphinView: Don't end anchored selection in updateSelectionState

Do not end anchored selection when selection state is updated, such as
when Dolphin is started with --select "thing.txt" flag.

If we end here, and user wants to press shift to select from
current item to X items, this would cause the anchored selection
to start from the clicked item, not from the first selected item.
Akseli Lahtinen <akselmo@akselmo.dev> no upstream 2025-04-24
upstream_3e4d9ca1_fix-incorrect-view-reset-when-unmounting-similarly-named-devices.patch [PATCH] fix incorrect view reset when unmounting similarly-named devices

Previously, unmounting a device would incorrectly reset views containing:
- Paths with similar names (e.g. "/media/disk" and "/media/disk_2")
- Substrings of the mounted path

Now only resets views showing either:
1. The exact mounted path (e.g. "/media/disk")
2. Its subdirectories (e.g. "/media/disk/docs")
Vladislav Kachegov <vladkachegov@gmail.com> no 2025-05-23
upstream_6dd55251_DolphinView-display-errorMessage-when-copy-errors-occurs.patch [PATCH] DolphinView: display errorMessage when copy errors occurs
when copying multiple files.

CopyJob skip those by default (CopyJobPrivate::slotSubError), and emits warning.
Hook this to errorMessage.

We would need to improve this as only the last error Message will be
visible.
=?UTF-8?q?M=C3=A9ven=20Car?= <meven@kde.org> no upstream 2025-06-29
upstream_c4ffe88c_DolphinView-display-errorMessage-when-copy-errors-occurs.patch [PATCH] DolphinView: display errorMessage when copy errors occurs
when copying multiple files.

CopyJob skip those by default (CopyJobPrivate::slotSubError), and emits warning.
Hook this to errorMessage.

We would need to improve this as only the last error Message will be
visible.
=?UTF-8?q?M=C3=A9ven=20Car?= <meven@kde.org> no upstream 2025-06-29

All known versions for source package 'dolphin'

Links