┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2023-12-26Remove unneeded lambda captureAlexander Lohnau
2023-12-25Fix issues if QT_NO_CAST_FROM_ASCII is definedMarius P
Fix issues e.g. "error: ‘QString::QString(const QByteArray&)’ is private within this context".
2023-12-25main.cpp about data: update homepageMarius P
2023-12-25GIT_SILENT Sync po/docbooks with svnl10n daemon script
2023-12-24GIT_SILENT Sync po/docbooks with svnl10n daemon script
2023-12-23Add 38c34eeca to .git-blame-ignore-revsMéven Car
NO_CHANGELOG
2023-12-23GIT_SILENT Sync po/docbooks with svnl10n daemon script
2023-12-22Set viewFocus when DolphinViewContainer state is consistentAkseli Lahtinen
Read Felix' comment here: https://invent.kde.org/system/dolphin/-/merge_requests/679#note_835657 In short: > The above change moves the `m_view->setFocus()` towards a point in time in > which `DolphinViewContainer`'s selection mode state is consistent again. BUG:478724
2023-12-22GIT_SILENT Sync po/docbooks with svnl10n daemon script
2023-12-21GIT_SILENT Sync po/docbooks with svnl10n daemon script
2023-12-19GIT_SILENT Sync po/docbooks with svnl10n daemon script
2023-12-18GIT_SILENT Upgrade release service version to 24.01.85.Albert Astals Cid
2023-12-18DolphinView: Ensure to update the whole viewState after a job created filesMéven Car
BUG: 476670
2023-12-18GIT_SILENT Sync po/docbooks with svnl10n daemon script
2023-12-16GIT_SILENT Sync po/docbooks with svnl10n daemon script
2023-12-15Resort directory size count after refreshingAkseli Lahtinen
After refreshing the view when size count is selected as the sortRole, count is 0 at first. When the actual count is loaded, the sorting is done according to the count being 0. This can break the sort order and cause view and model to be out of sync. Making sure we always resort all items when the directory size/item count is changed fixes this BUG:473999
2023-12-15Change resortAllItemsInterval to 50msAkseli Lahtinen
Related to https://invent.kde.org/system/dolphin/-/merge_requests/675 Reduces the delay for sorting items when something changes
2023-12-15Set dockAction enabled according to settingsAkseli Lahtinen
Panels are unlocked even they're set locked in settings at start of the app. This sets panels locked according to the setting. BUG:478117
2023-12-14Dolphin: Remove unused code, fix clazy warningsMéven Car
2023-12-14GIT_SILENT Sync po/docbooks with svnl10n daemon script
2023-12-11GIT_SILENT Sync po/docbooks with svnl10n daemon script
2023-12-10GIT_SILENT Sync po/docbooks with svnl10n daemon script
2023-12-09GIT_SILENT Sync po/docbooks with svnl10n daemon script
2023-12-08Do not reset expandability when loading previewsAkseli Lahtinen
Fixes a weird bug with the treeview if one has ``` [PreviewSettings] Plugins=audiothumbnail ``` in their `dolphinrc`. It can be any PreviewSettings plugin, as long as there it at least one. Check the bug report for more, but in short, the bug is reproducible like this: ``` create folder tree inside a test folder with mkdir -p 1/A/B/C/D/E/F/G/H/I mkdir -p 2/A/B/C/D/E/F/G/H/I mkdir -p 3/A/B/C/D/E/F/G/H/I make sure you see the test folder, and expand it expand folder 1, no need to expand all sub folders expand folder 2 collapse and expand test folder 3 loses its expansion arrow if all folders are expanded, only 3 keeps its order if 1 and all its subfolders are expanded, then test is toggled, folder 2 also loses its expansion arrow ``` Video of the bug: ![Screencast_20231207_112700](/uploads/4fad2a62a5a9a67760fa7faa8e3bec40/Screencast_20231207_112700.webm) The path to the bug is: `KFileItemModelRolesUpdater::slotPreviewFailed` -> `KFileItemModelRolesUpdater::applyResolvedRoles` -> `KFileItemModelRolesUpdater::rolesData` -> `KFileItemModelRolesUpdater::startDirectorySizeCounting`. This causes Dolphin with preview plugins enabled trying to count the directories again, and the data gets reset even if there is something there. This then resets the `isExpandable` flag and that breaks the treeview, causing all kinds of issues, like being able to expand non-directories and makes things out of sync. BUG:477607
2023-12-08Do not cache indexes across async tasksDavid Edmundson
Capturing an index is unsafe as it could be out of date when this is processed. The user could have changed directory inserted a file or changed sorting order.
2023-12-08GIT_SILENT Sync po/docbooks with svnl10n daemon script
2023-12-06GIT_SILENT Sync po/docbooks with svnl10n daemon script
2023-12-05GIT_SILENT Sync po/docbooks with svnl10n daemon script
2023-12-04GIT_SILENT Sync po/docbooks with svnl10n daemon script
2023-11-30GIT_SILENT Update Appstream for new releaseHeiko Becker
(cherry picked from commit beb28a4bdeac3b2b0eb6ca559acfeca9af1b530e)
2023-11-30Fix building with activities after the kactivities -> plasma-activities renameAntonio Rojas
2023-11-29Set style to nullptr before painting listviewAkseli Lahtinen
Resolves any possible dangling pointers if application style is changed after toggling the selection mode BUG:477288
2023-11-29GIT_SILENT Sync po/docbooks with svnl10n daemon script
2023-11-28GIT_SILENT Sync po/docbooks with svnl10n daemon script
2023-11-27GIT_SILENT Sync po/docbooks with svnl10n daemon script
2023-11-26Places Panel: Swap "Open in Split View" and "Configure Trash"Kai Uwe Broulik
Ensure the "open" actions are all in a row.
2023-11-26GIT_SILENT Sync po/docbooks with svnl10n daemon script
2023-11-26SVN_SILENT made messages (.desktop file) - always resolve oursl10n daemon script
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"
2023-11-25Adapt to renamed activities library repoNicolas Fella
2023-11-25GIT_SILENT Sync po/docbooks with svnl10n daemon script
2023-11-25GIT_SILENT Upgrade release service version to 24.01.80.Albert Astals Cid
2023-11-24Reduce status bar minimum widthFelix Ernst
This is to make sure that when the window is resized it is less likely that the places panel will be resized only because the status bar doesn't want to become very narrow in width.
2023-11-24Turn free space label into a flat buttonFelix Ernst
The usage of a label to show this space information is problematic because there are features/actions hidden behind clicking the label. A button makes this clear. It also fixes the accessibility of this control because previously this info would never be read out by screen readers as it couldn't get keyboard focus. A side-effect of this change is that the free disk space bar looks more normal with non-Breeze styles. This had been a long-standing issue.
2023-11-24GIT_SILENT Sync po/docbooks with svnl10n daemon script
2023-11-23Port to KF6 rename of KUserFeedbackJonathan Esk-Riddell
2023-11-23Only use KActivities on Linux/BSDNicolas Fella
2023-11-23GIT_SILENT Sync po/docbooks with svnl10n daemon script
2023-11-22GIT_SILENT Sync po/docbooks with svnl10n daemon script
2023-11-21panels/information: Create pixmap with explicit devicePixelRatioKai Uwe Broulik
2023-11-21Create thumbnails with scene devicePixelRatioKai Uwe Broulik