| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2024-01-20 | GIT_SILENT Sync po/docbooks with svn | l10n daemon script | |
| 2024-01-19 | GIT_SILENT Sync po/docbooks with svn | l10n daemon script | |
| 2024-01-18 | Fix memory leak | Loren Burkholder | |
| 2024-01-18 | Resize the split button when the menu is removed | Loren Burkholder | |
| 2024-01-18 | Remove the menu from the split button when splitscreen is closed | Loren Burkholder | |
| 2024-01-18 | Remove popout action from toolbar when split screen is closed | Loren Burkholder | |
| It's pointless to show the popout action when splitscreen is closed, so we'll remove it as a child of the splitscreen action whenever the screen is not split. | |||
| 2024-01-18 | Use a separate menu action for split view action | Joshua Goins | |
| Now that it's a KMenuAction, it becomes impossible to trigger the root action when it's in a menu. To work around this, we create a new action that mirrors the state of the original. It also takes the default shortcut. | |||
| 2024-01-18 | Move popout action into split action dropdown | Loren Burkholder | |
| 2024-01-18 | Follow the setting for which view to close | Loren Burkholder | |
| 2024-01-18 | Always update the split view button | Loren Burkholder | |
| 2024-01-18 | Use better description for pop out action | Loren Burkholder | |
| 2024-01-18 | Allow popping out a split view | Loren Burkholder | |
| If you have a split view open, you can now pop the active half out into a new window by clicking the "Pop out" button in the toolbar or by activating "View > Pop out". BUG: 270604 | |||
| 2024-01-18 | GIT_SILENT Sync po/docbooks with svn | l10n daemon script | |
| 2024-01-17 | GIT_SILENT Sync po/docbooks with svn | l10n daemon script | |
| 2024-01-17 | SVN_SILENT made messages (.desktop file) - always resolve ours | l10n 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" | |||
| 2024-01-17 | GIT_SILENT made messages (after extraction) | l10n daemon script | |
| 2024-01-16 | Fix: "empty folder" placeholder text eating mouse events | Jin Liu | |
| BUG: 441070 | |||
| 2024-01-16 | GIT_SILENT Sync po/docbooks with svn | l10n daemon script | |
| 2024-01-15 | GIT_SILENT Sync po/docbooks with svn | l10n daemon script | |
| 2024-01-14 | Never emit the fileMiddleClickActivated signal if isTabsForFilesEnabled is true | Stefano Crocco | |
| Commit d27ee07d makes it impossible for applications embedding Dolphin part (for example, Konqueror) to react to middle mouse click on a file. If I understand correctly (I'm not familiar with Dolphin code) the `fileMiddleClickActivated` signal is connected with a slot in `DolphinViewContainer`, which is only used by Dolphin itself and not by `DolphinPart`. The result is that middle clicking on a file (except archives) from a Dolphin part has no effect. To avoid this situation, I removed the check for `!archiveProtocolIsEmpty()` in the `else if` condition. This way, if `isTabsForFilesEnabled()` is `true`, which should be true if and only if the view is inside a `DolphinPart`, the `activeTabRequested` or `tabRequested` signal will be emitted, allowing the embedding application to respond however it wants. When the view is inside the Dolphin application, instead, `isTabsForFilesEnabled()` will always be `false`, so the new behavior will be used. | |||
| 2024-01-14 | DolphinMainWindowTest: Add unit test for autosave session feature | Amol Godbole | |
| Adds a simple test to check if session is autosaved when a new tab is opened. | |||
| 2024-01-14 | DolphinView: Use SingleShot and Queued Connections | Amol Godbole | |
| A minor refactor where Qt::SingleShotConnection has been utilized. Also, signal delay using QTimer has been replaced with a Qt::QueuedConnection. | |||
| 2024-01-14 | DolphinMainWindow: autosave session | Amol Godbole | |
| Currently, the session is saved only when the app quits normally. Save the session after a fixed time interval from the last state change i.e. anytime the url is changed, or a tab is opened or closed, or the active view is changed. BUG: 425627 | |||
| 2024-01-14 | GIT_SILENT Sync po/docbooks with svn | l10n daemon script | |
| 2024-01-13 | Add setting also hide application/x-trash files when hiding hidden files | Méven Car | |
| BUG: 475805 | |||
| 2024-01-13 | Always automatically choose a new file name while duplicating | Eugene Popov | |
| Since now when duplicating items we automatically generate a name for the new item, we can do the same if an item with that name already exists. BUG: 475410 | |||
| 2024-01-13 | Fix: closing split view doesn't update tab name | Jin Liu | |
| BUG: 469316 | |||
| 2024-01-13 | GIT_SILENT Sync po/docbooks with svn | l10n daemon script | |
| 2024-01-12 | Explain free space button usage in tooltip | Felix Ernst | |
| This is to make sure that users do not have to guess why they would want to press the button. | |||
| 2024-01-11 | GIT_SILENT Upgrade release service version to 24.04.70. | Albert Astals Cid | |
| 2024-01-11 | GIT_SILENT Sync po/docbooks with svn | l10n daemon script | |
| 2024-01-10 | KItemListRoleEditor: Disable spellchecking | Akseli Lahtinen | |
| No need for spellchecking when renaming folders/filenames. BUG:477897 | |||
| 2024-01-10 | terminalpanel.cpp: Set m_konsolePart to nullptr during exit signal | Akseli Lahtinen | |
| If Dolphin terminal is open, and one types `exit` there and then closes Dolphin, Dolphin crashes due to a dangling pointer. Konsole KPart is deleting itself when Konsole session exits, but Dolphin tracks it as a child of the Terminal Panel. The Terminal Panel doesn't get destroyed when Konsole KPart does, and it tries to double free during children clean up. (Thanks @sitter !) Setting `m_konsolePart` to `nullptr` during exit signal fixes this, since there is already check in place for that in the destructor. BUG:479596 | |||
| 2024-01-10 | SVN_SILENT made messages (.desktop file) - always resolve ours | l10n 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" | |||
| 2024-01-09 | GIT_SILENT Upgrade release service version to 24.01.90. | Albert Astals Cid | |
| 2024-01-08 | GIT_SILENT Sync po/docbooks with svn | l10n daemon script | |
| 2024-01-07 | GIT_SILENT Sync po/docbooks with svn | l10n daemon script | |
| 2024-01-06 | DolphinView: merge update functions into set functions | Méven Car | |
| NO_CHANGELOG | |||
| 2024-01-06 | GIT_SILENT Sync po/docbooks with svn | l10n daemon script | |
| 2024-01-05 | GIT_SILENT Sync po/docbooks with svn | l10n daemon script | |
| 2024-01-05 | SVN_SILENT made messages (.desktop file) - always resolve ours | l10n 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" | |||
| 2024-01-05 | GIT_SILENT made messages (after extraction) | l10n daemon script | |
| 2024-01-04 | GIT_SILENT Sync po/docbooks with svn | l10n daemon script | |
| 2024-01-03 | Remove setUpdate KBookmarkManager call | Sune Vuorela | |
| It is related to receiving updates from dbus; but that's removed. Also, it defaults to true | |||
| 2024-01-03 | GIT_SILENT Sync po/docbooks with svn | l10n daemon script | |
| 2024-01-03 | Use correct KIO include | Nicolas Fella | |
| 2023-12-31 | GIT_SILENT Sync po/docbooks with svn | l10n daemon script | |
| 2023-12-31 | GIT_SILENT made messages (after extraction) | l10n daemon script | |
| 2023-12-29 | Fix using good baloo branch | Laurent Montel | |
| 2023-12-29 | Reenable flatpak CI support | Laurent Montel | |
