┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2024-01-18GIT_SILENT Sync po/docbooks with svnl10n daemon script
2024-01-17GIT_SILENT Sync po/docbooks with svnl10n daemon script
2024-01-17SVN_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"
2024-01-17GIT_SILENT made messages (after extraction)l10n daemon script
2024-01-16Fix: "empty folder" placeholder text eating mouse eventsJin Liu
BUG: 441070
2024-01-16GIT_SILENT Sync po/docbooks with svnl10n daemon script
2024-01-15GIT_SILENT Sync po/docbooks with svnl10n daemon script
2024-01-14Never emit the fileMiddleClickActivated signal if isTabsForFilesEnabled is trueStefano 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-14DolphinMainWindowTest: Add unit test for autosave session featureAmol Godbole
Adds a simple test to check if session is autosaved when a new tab is opened.
2024-01-14DolphinView: Use SingleShot and Queued ConnectionsAmol Godbole
A minor refactor where Qt::SingleShotConnection has been utilized. Also, signal delay using QTimer has been replaced with a Qt::QueuedConnection.
2024-01-14DolphinMainWindow: autosave sessionAmol 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-14GIT_SILENT Sync po/docbooks with svnl10n daemon script
2024-01-13Add setting also hide application/x-trash files when hiding hidden filesMéven Car
BUG: 475805
2024-01-13Always automatically choose a new file name while duplicatingEugene 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-13Fix: closing split view doesn't update tab nameJin Liu
BUG: 469316
2024-01-13GIT_SILENT Sync po/docbooks with svnl10n daemon script
2024-01-12Explain free space button usage in tooltipFelix Ernst
This is to make sure that users do not have to guess why they would want to press the button.
2024-01-11GIT_SILENT Upgrade release service version to 24.04.70.Albert Astals Cid
2024-01-11GIT_SILENT Sync po/docbooks with svnl10n daemon script
2024-01-10KItemListRoleEditor: Disable spellcheckingAkseli Lahtinen
No need for spellchecking when renaming folders/filenames. BUG:477897
2024-01-10terminalpanel.cpp: Set m_konsolePart to nullptr during exit signalAkseli 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-10SVN_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"
2024-01-09GIT_SILENT Upgrade release service version to 24.01.90.Albert Astals Cid
2024-01-08GIT_SILENT Sync po/docbooks with svnl10n daemon script
2024-01-07GIT_SILENT Sync po/docbooks with svnl10n daemon script
2024-01-06DolphinView: merge update functions into set functionsMéven Car
NO_CHANGELOG
2024-01-06GIT_SILENT Sync po/docbooks with svnl10n daemon script
2024-01-05GIT_SILENT Sync po/docbooks with svnl10n daemon script
2024-01-05SVN_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"
2024-01-05GIT_SILENT made messages (after extraction)l10n daemon script
2024-01-04GIT_SILENT Sync po/docbooks with svnl10n daemon script
2024-01-03Remove setUpdate KBookmarkManager callSune Vuorela
It is related to receiving updates from dbus; but that's removed. Also, it defaults to true
2024-01-03GIT_SILENT Sync po/docbooks with svnl10n daemon script
2024-01-03Use correct KIO includeNicolas Fella
2023-12-31GIT_SILENT Sync po/docbooks with svnl10n daemon script
2023-12-31GIT_SILENT made messages (after extraction)l10n daemon script
2023-12-29Fix using good baloo branchLaurent Montel
2023-12-29Reenable flatpak CI supportLaurent Montel
2023-12-29GIT_SILENT Sync po/docbooks with svnl10n daemon script
2023-12-28Add separator in Dolphin Status BarCarl Schwan
See https://invent.kde.org/plasma/breeze/-/merge_requests/390 for explanation and screenshots
2023-12-28org.kde.dolphin.appdata.xml add launchableMarius P
Fix "appstreamcli validate --explain" issue "I: org.kde.dolphin.desktop:~: desktop-app-launchable-omitted This `desktop-application` component has no `desktop-id` launchable tag, however it contains all the necessary information to display the application. The omission of the launchable entry means that this application can not be launched directly from installers or software centers. If this is intended, this information can be ignored, otherwise it is strongly recommended to add a launchable tag as well.".
2023-12-28GIT_SILENT Sync po/docbooks with svnl10n daemon script
2023-12-28GIT_SILENT made messages (after extraction)l10n daemon script
2023-12-27GeneralViewSettingsPage: Initialize variables in header, avoid unused ↵Alexander Lohnau
variable depending on config
2023-12-27Revert "Remove unused m_showToolTips variable"Albert Astals Cid
This reverts commit 9a2fc1526c169fa179e49f8c097a0a0d421723eb.
2023-12-27Fix build with cmake >= 3.28Albert Astals Cid
Proposed by krop on #kde-devel Unless my bisect skills failed broken by https://gitlab.kitware.com/cmake/cmake/-/commit/ebc9e448b38378cc21a6b77df03a77d9732c24ac
2023-12-27kfileitemmodeltest: Include KIO/SimpleJob header instead of relying on ↵Alexander Lohnau
compat code Amends 3f92ac800c5e52d0a5622367ff8ffe8cbbdfa184
2023-12-26Do not rely on KIO source-code compat codeAlexander Lohnau
2023-12-26Remove unused m_showToolTips variableAlexander Lohnau
2023-12-26Remove unneeded lambda captureAlexander Lohnau