| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2023-09-03 | GIT_SILENT Sync po/docbooks with svn | l10n daemon script | |
| 2023-09-02 | fix test in FreeBsd KItemListControllerExpandTest::testDirExpand | Méven Car | |
| 2023-09-02 | Add focusOut and focusIn event support for KFileItemListView and update ↵ | Méven Car | |
| selected widget on focus change | |||
| 2023-09-02 | k[standard]itemlistwidget: Account for view focus in selection highlight | Oliver Beard | |
| 2023-09-02 | GIT_SILENT Sync po/docbooks with svn | l10n daemon script | |
| 2023-09-01 | Enable GitLab CI for Flatpak | Julius Enriquez | |
| 2023-09-01 | GIT_SILENT Sync po/docbooks with svn | l10n daemon script | |
| 2023-08-31 | GIT_SILENT Sync po/docbooks with svn | l10n daemon script | |
| 2023-08-30 | GIT_SILENT Sync po/docbooks with svn | l10n daemon script | |
| 2023-08-29 | Fix a bunch of clazy warnings | Méven Car | |
| 2023-08-29 | GIT_SILENT Sync po/docbooks with svn | l10n daemon script | |
| 2023-08-28 | Use KMessageBox::warningContinueCancel when appropriate | Méven Car | |
| This will prevent saving the "Cancel" + "don't show again" result, which is meaningless. | |||
| 2023-08-28 | Confirmations 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-28 | Clean obsolete ifdefs since dolphin requires KF 5.101+ | Méven Car | |
| 2023-08-28 | GIT_SILENT Sync po/docbooks with svn | l10n daemon script | |
| 2023-08-27 | GIT_SILENT Sync po/docbooks with svn | l10n daemon script | |
| 2023-08-26 | GIT_SILENT Sync po/docbooks with svn | l10n daemon script | |
| 2023-08-25 | GIT_SILENT Sync po/docbooks with svn | l10n daemon script | |
| 2023-08-24 | Special case file opening with middle click for executable scripts | Méven Car | |
| Since the first action would launch the script, we can use the first application associated to open the file. | |||
| 2023-08-24 | GIT_SILENT Sync po/docbooks with svn | l10n daemon script | |
| 2023-08-23 | KStandardItemListWidget: Render pixmap with explicit dpr | Kai Uwe Broulik | |
| Instead of using the one from QApplication, use the one from the window. | |||
| 2023-08-23 | Merge branch 'master' into kf6 | Méven Car | |
| 2023-08-23 | Allow to not ask again confirmation when opening 5 or more files or terminal ↵ | Felix Ernst | |
| at once BUG: 473513 | |||
| 2023-08-23 | On middle-click, open file with the second application for the file mime | Méven Car | |
| FEATURE: 390631 | |||
| 2023-08-23 | Re-Allow to set settings in Settings-> View-> General page | Méven Car | |
| Regressed in 489b56b68bb29e81337e115c490eea4403001b71 Simplify implementation by sharing making class ViewSettingsPage implement SettingsPageBase sharing implementation with other tabs in viewsettingspage | |||
| 2023-08-23 | GIT_SILENT Sync po/docbooks with svn | l10n daemon script | |
| 2023-08-22 | Swap "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-22 | GIT_SILENT Sync po/docbooks with svn | l10n daemon script | |
| 2023-08-21 | GIT_SILENT Sync po/docbooks with svn | l10n daemon script | |
| 2023-08-20 | KItemListView: Use own palette rather than go hunt for the scene | Kai 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-20 | GIT_SILENT Sync po/docbooks with svn | l10n daemon script | |
| 2023-08-19 | GIT_SILENT Sync po/docbooks with svn | l10n daemon script | |
| 2023-08-18 | Adapt to KNotifcations API change | Nicolas Fella | |
| 2023-08-18 | Dolphin settings revamp | Dimosthenis 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-18 | GIT_SILENT Sync po/docbooks with svn | l10n daemon script | |
| 2023-08-17 | Set Maximum Tab Width for folders to Tab bar | K. 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-16 | GIT_SILENT Update Appstream for new release | Heiko Becker | |
| (cherry picked from commit c08f661a2cb9bacc533bd278d0dd39c63c33448a) | |||
| 2023-08-14 | Adapt to kbookmarks API change | Nicolas Fella | |
| 2023-08-13 | Don't compute size for non-local urls | Méven Car | |
| Hide progressInfo for listDir job on the non-recursize path. BUG: 472912 | |||
| 2023-08-11 | Fix musl build by using fts_* from external library | Bart 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-11 | GIT_SILENT Sync po/docbooks with svn | l10n daemon script | |
| 2023-08-10 | Merge branch 'master' into kf6 | Nicolas Fella | |
| 2023-08-10 | Set Notify flag on close running terminal app prompt | Kai Uwe Broulik | |
| Ensures the warning sound is played. | |||
| 2023-08-10 | GIT_SILENT Sync po/docbooks with svn | l10n daemon script | |
| 2023-08-09 | GIT_SILENT Sync po/docbooks with svn | l10n daemon script | |
| 2023-08-08 | GIT_SILENT Sync po/docbooks with svn | l10n daemon script | |
| 2023-08-06 | GIT_SILENT Sync po/docbooks with svn | l10n daemon script | |
| 2023-08-05 | GIT_SILENT Sync po/docbooks with svn | l10n daemon script | |
| 2023-08-04 | GIT_SILENT Sync po/docbooks with svn | l10n daemon script | |
| 2023-08-03 | Adjust to changes in KToolBarPopupAction | Kai Uwe Broulik | |
| `menu()` will be null, instead use the provided `popupMenu()`. Use `KToolBarPopupAction`'s mode enum instead of `QToolBar`'s | |||
