┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2023-10-01GIT_SILENT Sync po/docbooks with svnl10n daemon script
2023-09-30DolphinPlacesModel: remove usage of alternativeApplicationNameMéven Car
This is now not needed anymore since `PlacesItemModel::cleanupBookmarks` (now removed) from https://phabricator.kde.org/D9333 has run for on users systems.
2023-09-30GIT_SILENT Sync po/docbooks with svnl10n daemon script
2023-09-28TerminalPanel: Disconnect signal in destructor only when we have a konsolePartMéven Car
2023-09-26GIT_SILENT Sync po/docbooks with svnl10n daemon script
2023-09-25GIT_SILENT Sync po/docbooks with svnl10n daemon script
2023-09-23selection: fix rubberband verticesMarco Savelli
2023-09-23selection: select-on-rubberband-on-row as new defaultMarco Savelli
Sets a rectangular, non-full-width rubberband as the new default. User selection is made wherever the rubberband intersects with the row.
2023-09-19TerminalPanel: Disconnect destroyed signal in destructorKai Uwe Broulik
Otherwise, when QObject cleanup, which runs after our destructor, destroys the terminalPart, it would call back into us when we're already half-destroyed. This trips an assert in Qt "Called object is not of the correct type (class destructor may have already run)"
2023-09-19Merge branch 'master' into kf6Nate Graham
2023-09-19GIT_SILENT Sync po/docbooks with svnl10n daemon script
2023-09-18GIT_SILENT Sync po/docbooks with svnl10n daemon script
2023-09-17GIT_SILENT Sync po/docbooks with svnl10n daemon script
2023-09-16terminalpanel: Improve Konsole missing messageOliver Beard
It now forces the pane to fit its height, and will animate on every appearance.
2023-09-16GIT_SILENT Sync po/docbooks with svnl10n daemon script
2023-09-14GIT_SILENT Sync po/docbooks with svnl10n daemon script
2023-09-13GIT_SILENT Sync po/docbooks with svnl10n daemon script
2023-09-12GIT_SILENT Sync po/docbooks with svnl10n daemon script
2023-09-11Improve README, add screenshotJoshua Goins
I didn't touch any of the content - save for removing that weird header formatting and removing the soon-to-be-obsolete UserBase link. A screenshot has been added.
2023-09-11GIT_SILENT Sync po/docbooks with svnl10n daemon script
2023-09-10Merge remote-tracking branch 'origin/master' into kf6Méven Car
2023-09-10Add .git-blame-ignore-revsMéven Car
2023-09-10Replace qAsConst with std::as_constMéven Car
2023-09-10Copy Location: Make sure to export path with native separatorsMéven Car
2023-09-10GIT_SILENT Sync po/docbooks with svnl10n daemon script
2023-09-09Add open in split view actionEric Armbruster
This action is shown only if a single folder is selected. The action opens the selected folder in the inactive split view (and opens the split view if necessary). FEATURE: 465500
2023-09-09GIT_SILENT Update Appstream for new releaseHeiko Becker
(cherry picked from commit 6fe9932a17e0973a804a69a467b3e8c8386ed25a)
2023-09-07GIT_SILENT Sync po/docbooks with svnl10n daemon script
2023-09-06DolphinContextMenu: Use targetUrl in addOpenParentFolderActionsMéven Car
Amends 3aa8cf00ee90b0414fa9b17f01eaade4507c4642
2023-09-06Add open containing folder options for files in recentlyused:/Méven Car
2023-09-05DolphinView: Reset scrollbars before changing view modeAmol Godbole
When view modes are changed, the scrollbars are not reset. This can cause the scroll area to be moved out of view after changing the view mode, making the view unusable. This commit resets the scrollbars. BUG: 393152
2023-09-05KItemListView: Fix inconsistencies in requiredWidth calculationAmol Godbole
Commits d3839617 and 3bf471e0 introduced a few changes to requiredWidth calculation. This commit makes the calculation of requiredWidth consistent across KItemListView.
2023-09-05GIT_SILENT Sync po/docbooks with svnl10n daemon script
2023-09-04Restore the URL when DolphinSearchBox is clearedAmol Godbole
Currently, the URL navigator is not updated when the search box is cleared. This MR restores the URL, by closing and reopening the box. The call for emitting closeRequest() on pressing Esc has been replaced with emitCloseRequest(). The wait duration before starting a search has been reduced to 500ms to increase responsiveness. Also, the bugfix for BUG: 423328 is slightly incorrect and causes the search term to not be displayed when opening a saved search for the first time. As a better solution for this bug, DolphinSearchBox::setText() now updates the text only if the text has changed. BUG: 473775
2023-09-04KFileItemModel: Delay emitting currentDirectoryRemoved() signalAmol Godbole
The KCoreDirLister object is modified before KCoreDirListerCache::deleteDir() returns because the signal currentDirectoryRemoved() is emitted. This prevents removal of the deleted lister from dirData.listersCurrentlyHolding in KCoreDirListerCache::forgetDirs() when the tab is closed, which causes the crash described in the bug. Hence, the signal currentDirectoryRemoved() is delayed to ensure this does not occur. BUG: 473377
2023-09-04GIT_SILENT Sync po/docbooks with svnl10n daemon script
2023-09-03GIT_SILENT Sync po/docbooks with svnl10n daemon script
2023-09-02fix test in FreeBsd KItemListControllerExpandTest::testDirExpandMéven Car
2023-09-02Add focusOut and focusIn event support for KFileItemListView and update ↵Méven Car
selected widget on focus change
2023-09-02k[standard]itemlistwidget: Account for view focus in selection highlightOliver Beard
2023-09-02GIT_SILENT Sync po/docbooks with svnl10n daemon script
2023-09-01Enable GitLab CI for FlatpakJulius Enriquez
2023-09-01GIT_SILENT Sync po/docbooks with svnl10n daemon script
2023-08-31GIT_SILENT Sync po/docbooks with svnl10n daemon script
2023-08-30GIT_SILENT Sync po/docbooks with svnl10n daemon script
2023-08-29Fix a bunch of clazy warningsMéven Car
2023-08-29GIT_SILENT Sync po/docbooks with svnl10n daemon script
2023-08-28Use KMessageBox::warningContinueCancel when appropriateMéven Car
This will prevent saving the "Cancel" + "don't show again" result, which is meaningless.
2023-08-28Confirmations setting: Add checkbox for ConfirmOpenManyFolders and ↵Méven Car
ConfirmOpenManyTerminals We have to special handle the values saved as it is interpreted by KMessageBox
2023-08-28Clean obsolete ifdefs since dolphin requires KF 5.101+Méven Car