┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2023-08-28GIT_SILENT Sync po/docbooks with svnl10n daemon script
2023-08-27GIT_SILENT Sync po/docbooks with svnl10n daemon script
2023-08-26GIT_SILENT Sync po/docbooks with svnl10n daemon script
2023-08-25GIT_SILENT Sync po/docbooks with svnl10n daemon script
2023-08-24Special case file opening with middle click for executable scriptsMéven Car
Since the first action would launch the script, we can use the first application associated to open the file.
2023-08-24GIT_SILENT Sync po/docbooks with svnl10n daemon script
2023-08-23KStandardItemListWidget: Render pixmap with explicit dprKai Uwe Broulik
Instead of using the one from QApplication, use the one from the window.
2023-08-23Merge branch 'master' into kf6Méven Car
2023-08-23Allow to not ask again confirmation when opening 5 or more files or terminal ↵Felix Ernst
at once BUG: 473513
2023-08-23On middle-click, open file with the second application for the file mimeMéven Car
FEATURE: 390631
2023-08-23Re-Allow to set settings in Settings-> View-> General pageMéven Car
Regressed in 489b56b68bb29e81337e115c490eea4403001b71 Simplify implementation by sharing making class ViewSettingsPage implement SettingsPageBase sharing implementation with other tabs in viewsettingspage
2023-08-23GIT_SILENT Sync po/docbooks with svnl10n daemon script
2023-08-22Swap "Open Path in New Tab" and "Open Path in New Window"Ilya Bizyaev
Looks like I missed it back in https://invent.kde.org/system/dolphin/-/commit/402f7f3041d45d8c5969f3bc202fe9156891cd2e — so fixing now :)
2023-08-22GIT_SILENT Sync po/docbooks with svnl10n daemon script
2023-08-21GIT_SILENT Sync po/docbooks with svnl10n daemon script
2023-08-20KItemListView: Use own palette rather than go hunt for the sceneKai Uwe Broulik
Documentation for `QGraphicsWidget::palette` says: > When a widget's palette changes, it resolves its entries against its > parent widget, or if it doesn't have a parent widget, it resolves against the scene. So I don't see why we would need to do that ourselves. More importantly, though, it seems in Qt 6 the palette isn't updated in time, so when changing color schemes, Dolphin picks the old color instead of the new one, leading to illegible font when e.g. switching between Breeze Light and Dark.
2023-08-20GIT_SILENT Sync po/docbooks with svnl10n daemon script
2023-08-19GIT_SILENT Sync po/docbooks with svnl10n daemon script
2023-08-18Adapt to KNotifcations API changeNicolas Fella
2023-08-18Dolphin settings revampDimosthenis Krallis
It includes a move of the settings in the Navigation and Startup sections to the Interface (formerly Behavior) section. It also includes a new tab in the View (formerly View Mode) section, called General where some settings regarding Display style, Browsing and Miscellaneous settings The Interface section has new tabs named Folders & Tabs and Status & Location bars respectively where most of the Startup and Navigation settings moved. The `dolphin/kcms/kcm_dolphinnavigation` kcm is removed.
2023-08-18GIT_SILENT Sync po/docbooks with svnl10n daemon script
2023-08-17Set Maximum Tab Width for folders to Tab barK. Cottonears
There is no limit to the width of tabs with the tab bar of the main window. If the directory name is too long, tabs can take up a lot of space and can lead to inconsistent tab widths. To alleviate this, set a maximum tab bar text width of 40 characters for each folder. BUG: 420870
2023-08-16GIT_SILENT Update Appstream for new releaseHeiko Becker
(cherry picked from commit c08f661a2cb9bacc533bd278d0dd39c63c33448a)
2023-08-14Adapt to kbookmarks API changeNicolas Fella
2023-08-13Don't compute size for non-local urlsMéven Car
Hide progressInfo for listDir job on the non-recursize path. BUG: 472912
2023-08-11Fix musl build by using fts_* from external libraryBart Ribbers
musl does not support fts. There is however a standalone package that can be used, but it must be linked against. This commit adds a check that makes sure to link to the external library if it is required.
2023-08-11GIT_SILENT Sync po/docbooks with svnl10n daemon script
2023-08-10Merge branch 'master' into kf6Nicolas Fella
2023-08-10Set Notify flag on close running terminal app promptKai Uwe Broulik
Ensures the warning sound is played.
2023-08-10GIT_SILENT Sync po/docbooks with svnl10n daemon script
2023-08-09GIT_SILENT Sync po/docbooks with svnl10n daemon script
2023-08-08GIT_SILENT Sync po/docbooks with svnl10n daemon script
2023-08-06GIT_SILENT Sync po/docbooks with svnl10n daemon script
2023-08-05GIT_SILENT Sync po/docbooks with svnl10n daemon script
2023-08-04GIT_SILENT Sync po/docbooks with svnl10n daemon script
2023-08-03Adjust to changes in KToolBarPopupActionKai Uwe Broulik
`menu()` will be null, instead use the provided `popupMenu()`. Use `KToolBarPopupAction`'s mode enum instead of `QToolBar`'s
2023-08-03Add alternate shortcut for replaceLocation actionAmol Godbole
Alt + D is a common shortcut for replacing location. Add this as an alternate shortcut. BUG: 468445
2023-08-03DolphinView: initialize m_controlWheelAccumulatedDeltaAmol Godbole
Ctrl + scroll wheel zoom was not working as designed after Dolphin is launched. Initialize m_controlWheelAccumulatedDelta in DolphinView's constructor. BUG: 469354
2023-08-03GIT_SILENT Sync po/docbooks with svnl10n daemon script
2023-08-02GIT_SILENT Sync po/docbooks with svnl10n daemon script
2023-08-01Enter selection mode by tap-and-holding an already selected itemSteffen Hartleib
Allow entering selection mode by touching an already selected item. BUG: 462778
2023-08-01Fix incorrect file selection after file renameAmol Godbole
forceUrlsSelection() needs to be called only when new name of renamed file does not exist. BUG: 417930
2023-07-31GIT_SILENT Sync po/docbooks with svnl10n daemon script
2023-07-30Don't request kio-extras on FreeBSDNicolas Fella
It's not available on freebsd-qt6
2023-07-28GIT_SILENT Sync po/docbooks with svnl10n daemon script
2023-07-28SVN_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-07-27Avoid unwanted drag and drop actionSteffen Hartleib
Use the screen position for a touch event to calculate the start drag distance. BUG: 464594
2023-07-27Minor code improvementMéven Car
NO_CHANGELOG
2023-07-27GIT_SILENT Sync po/docbooks with svnl10n daemon script
2023-07-26Update following removing of KIO::FileSystemFreeSpaceJob::result overloadMéven Car
NO_CHANGELOG