┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2024-03-08GIT_SILENT Sync po/docbooks with svnl10n daemon script
2024-03-07Add option to completely disable directory size countingNico Kreipke
Dolphin shows the size of directories by listing their contents, which for some users might cause unwanted load on the file system. Depending on the size of the subdirectories in question and how the storage is accessed, this might cause noticeable delays and even freezing. This commit adds a new option under "View -> Content Display" that enables users to set "Folder size:" to "No size", completely disabling directory size counting. Directory size counting is still enabled by default. As a third option for "Folder size" is added, the DirectorySizeCount boolean setting is replaced with a DirectorySizeMode enum setting. The old setting is migrated using a kconf_update script. FEATURE: 477187 GUI:
2024-03-06Remove 'Id' field from JSON plugin metadataJonathan Marten
KPluginMetaData (since kcoreaddons commit be10ddbf) now derives the plugin ID from the file name and ignores the ID field. Eliminates many runtime warnings of the form: konqueror/kf.coreaddons KPluginMetaData::KPluginMetaData: The plugin "/usr/lib64/plugins/kf6/parts/dolphinpart.so" explicitly states an 'Id' in the embedded metadata. This value should be removed, the resulting pluginId will not be affected by it
2024-03-06flatpak: Switch to non-preview runtimeAlbert Astals Cid
2024-03-05GIT_SILENT Sync po/docbooks with svnl10n daemon script
2024-03-03Open KFind with current dirNicolas Fella
Amends 2cd3d58eec5695899c26ca66a631fb79867b6584 BUG: 482343
2024-03-01GIT_SILENT Sync po/docbooks with svnl10n daemon script
2024-02-29DragAndDropHelper::updateDropAction: use StatJob for remote URLsJin Liu
When dragging onto tabs/Places from a remote URL, we don't process the QDropEvent immediately, but start a StatJob and process the event when it finishes. Also, the result of the StatJob is cached for 30 seconds, to avoid starting duplicate jobs.
2024-02-29GIT_SILENT Sync po/docbooks with svnl10n daemon script
2024-02-28GIT_SILENT Sync po/docbooks with svnl10n daemon script
2024-02-27Fix compile with Qt 6.7nerdopolis turfwalker
2024-02-27Fix: can't drop into remote dirJin Liu
KFileItem::isDir() only works when it's created from listDir(), or from a local QUrl. For a remote QUrl, isDir always returns false, so we can't use that in supportsDropping(). As a workaround, now supportsDropping() always returns true in remote dirs -- we don't check if a remote dir is writable when dropping.
2024-02-26GIT_SILENT Sync po/docbooks with svnl10n daemon script
2024-02-26GIT_SILENT made messages (after extraction)l10n daemon script
2024-02-24GIT_SILENT Sync po/docbooks with svnl10n daemon script
2024-02-24GIT_SILENT made messages (after extraction)l10n daemon script
2024-02-23Resolve conflict between activateSoonAnimation and hoverSequenceAnimationFelix Ernst
Prior to this commit, the activateSoonAnimation would not play for folders using previews. That was because the hoverSequences of folder previews would always take priority over the activateSoonAnimation. This commit prioritises the activateSoonAnimation for the quick moments in which it is active.
2024-02-23Add drag-open animationFelix Ernst
This commit adds an animation for folders that makes clear that they will open or expand soon. This is the case when the option to open folders during drag operations is enabled and a user drags an item on top of a folder. The animation goes like this: - Replace the folder's icon with the "folder-open" icon - Go back to the folder's original icon - Replace the folder's icon with the "folder-open" icon once more
2024-02-23Avoid searching for the knetattach service on startupFelix Ernst
The installed services might change while Dolphin is running, so it is better to only search when they are actually needed instead. The very first time such a search happens (e.g. after updating the system), is also somewhat slow, which could slow down the very first Dolphin startup. This commit might also produce a very slight general startup speed improvement. However, the measured change is within the margin of error.
2024-02-22GIT_SILENT Sync po/docbooks with svnl10n daemon script
2024-02-21Fix a crash in DolphinSearchBox::hideEvent()Vlad Zahorodnii
BUG: 481553
2024-02-21GIT_SILENT Sync po/docbooks with svnl10n daemon script
2024-02-20GIT_SILENT Sync po/docbooks with svnl10n daemon script
2024-02-19GIT_SILENT Sync po/docbooks with svnl10n daemon script
2024-02-19GIT_SILENT made messages (after extraction)l10n daemon script
2024-02-18Add documentationFelix Ernst
2024-02-18GIT_SILENT Sync po/docbooks with svnl10n daemon script
2024-02-18GIT_SILENT made messages (after extraction)l10n daemon script
2024-02-17Improve DnD handling in read-only dirsJin Liu
1. Places panel and tabbar update drag status in read-only dir 2. Don't create drop job in readonly directories
2024-02-16GIT_SILENT Update Appstream for new releaseHeiko Becker
(cherry picked from commit 1228582f92f7482937a47b5662dd0a3731ccebb8)
2024-02-14GIT_SILENT Sync po/docbooks with svnl10n daemon script
2024-02-14GIT_SILENT made messages (after extraction)l10n daemon script
2024-02-11GIT_SILENT made messages (after extraction)l10n daemon script
2024-02-10GIT_SILENT Sync po/docbooks with svnl10n daemon script
2024-02-10GIT_SILENT made messages (after extraction)l10n daemon script
2024-02-09GIT_SILENT Update Appstream for new releaseHeiko Becker
(cherry picked from commit 2510ec245ec055852d9958d7ea910cf0b7ed38af)
2024-02-09GIT_SILENT Sync po/docbooks with svnl10n daemon script
2024-02-09GIT_SILENT made messages (after extraction)l10n daemon script
2024-02-08GIT_SILENT Sync po/docbooks with svnl10n daemon script
2024-02-06GIT_SILENT Sync po/docbooks with svnl10n daemon script
2024-02-06GIT_SILENT made messages (after extraction)l10n daemon script
2024-02-05GIT_SILENT Sync po/docbooks with svnl10n daemon script
2024-02-05GIT_SILENT made messages (after extraction)l10n daemon script
2024-02-04GIT_SILENT Sync po/docbooks with svnl10n daemon script
2024-02-04GIT_SILENT made messages (after extraction)l10n daemon script
2024-02-03GIT_SILENT Sync po/docbooks with svnl10n daemon script
2024-02-02org.kde.dolphin.appdata: Add developer_nameTimothée Ravier
Fixes the following lint errors for Flathub: ``` { "errors": [ "appstream-missing-developer-name" ] } ``` See: https://github.com/flathub/org.kde.dolphin/pull/207 See: https://github.com/flathub-infra/flatpak-builder-lint/issues/274 See: https://freedesktop.org/software/appstream/docs/chap-Metadata.html#tag-developer See: https://freedesktop.org/software/appstream/docs/chap-Metadata.html#tag-developer_name
2024-02-02flatpak: Use specific tag for balooCarl Schwan
2024-02-02Fix flatpakCarl Schwan
Update with the state of the manifest on github and install icons at the correct location
2024-02-02Fix flatpakCarl Schwan
Update with the state of the manifest on github and install icons at the correct location