┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2023-01-02GIT_SILENT made messages (after extraction)l10n daemon script
2023-01-01GIT_SILENT Sync po/docbooks with svnl10n daemon script
2022-12-30Properly use X11 startup idsNicolas Fella
When one instance of Dolphin activates another it passes a startupId (X11) / activation token (wayland) along. On X11 this is passed using the DESKTOP_STARTUP_ID environment variable. The code tries to read that through KStartupInfo::startupId(). That doesn't work though, since Qt at startup reads the environment variable afterwards. However, it is nice enough to allow us to access it through QX11Info::nextStartupId(). Use that to read the token in the first instance and pass it to the second instance like we do on Wayland The user-facing impact of this is minimal since KStartupInfo::setNewStartupId internally falls back to KWindowSystem::forceActiveWindow when no startupId is passed.
2022-12-30GIT_SILENT Sync po/docbooks with svnl10n daemon script
2022-12-30GIT_SILENT Sync po/docbooks with svnl10n daemon script
2022-12-30SVN_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"
2022-12-28GIT_SILENT Sync po/docbooks with svnl10n daemon script
2022-12-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"
2022-12-28GIT_SILENT made messages (after extraction)l10n daemon script
2022-12-26Not use forward and includesLaurent Montel
2022-12-25GIT_SILENT Sync po/docbooks with svnl10n daemon script
2022-12-24GIT_SILENT Sync po/docbooks with svnl10n daemon script
2022-12-23GIT_SILENT Sync po/docbooks with svnl10n daemon script
2022-12-21GIT_SILENT Sync po/docbooks with svnl10n daemon script
2022-12-20Remove duplicate headers between cpp/h filesLaurent Montel
2022-12-17GIT_SILENT Sync po/docbooks with svnl10n daemon script
2022-12-17GIT_SILENT Sync po/docbooks with svnl10n daemon script
2022-12-16GIT_SILENT Sync po/docbooks with svnl10n daemon script
2022-12-15GIT_SILENT Sync po/docbooks with svnl10n daemon script
2022-12-14GIT_SILENT Sync po/docbooks with svnl10n daemon script
2022-12-13GIT_SILENT Sync po/docbooks with svnl10n daemon script
2022-12-12Add zsh completionsivan tkachenko
Completes all non-generic-Qt options listed in --help output. Note: it uses the new variable KDE_INSTALL_ZSHAUTOCOMPLETEDIR, which was added in ECM 5.101. Read more: https://invent.kde.org/frameworks/extra-cmake-modules/-/merge_requests/310
2022-12-12Ensure there's a dot at the end of each --help options descriptionivan tkachenko
It will help make --help output more uniform, which in turn will be used in Tab-completions for zsh.
2022-12-12GIT_SILENT Sync po/docbooks with svnl10n daemon script
2022-12-10GIT_SILENT Sync po/docbooks with svnl10n daemon script
2022-12-05GIT_SILENT Sync po/docbooks with svnl10n daemon script
2022-12-04GIT_SILENT Sync po/docbooks with svnl10n daemon script
2022-12-03GIT_SILENT Sync po/docbooks with svnl10n daemon script
2022-12-02GIT_SILENT Sync po/docbooks with svnl10n daemon script
2022-12-01GIT_SILENT Sync po/docbooks with svnl10n daemon script
2022-11-30DolphinView: Add placeholder label for AFC kioKai Uwe Broulik
Similar to how it's special-cased for MTP
2022-11-30GIT_SILENT Sync po/docbooks with svnl10n daemon script
2022-11-30GIT_SILENT Update Appstream for new releaseHeiko Becker
(cherry picked from commit 37db7aeaa325fbe418959cc7bc57cd6906d79ea1)
2022-11-29Exit the deleted directory when it is removedMéven Car
If current directory is a local file, try to find nearest dir ancestor and open it. Display warning to the user.
2022-11-29Places Panel: Delegate open file error to KIOKai Uwe Broulik
This functionality is now provided by `KFilePlacesModel` as long as you tell it to do the teardown rather than calling into the device yourself.
2022-11-29GIT_SILENT Sync po/docbooks with svnl10n daemon script
2022-11-28Port away from deprecated KDirLister APINicolas Fella
2022-11-28GIT_SILENT Sync po/docbooks with svnl10n daemon script
2022-11-27GIT_SILENT Sync po/docbooks with svnl10n daemon script
2022-11-26GIT_SILENT Sync po/docbooks with svnl10n daemon script
2022-11-25Fixed build-time deprecation warning about KStandardGuiItem::yes()Shivodit Gill
While building dolphin, a warning comes up about KStandardGuiItem::yes() being deprecated, and that another action verb should be using instead. This commit fixes the warning by replacing KStandardGuiItem::yes() with a KGuiItem constructor in the file src/views/dolphinview.cpp. The icon for the "Rename and Hide" button has also been changed from a check mark (dialog-ok) to an eye with a cross (view-hidden) to make the button look more unique and grab the attention of the user.
2022-11-24GIT_SILENT Sync po/docbooks with svnl10n daemon script
2022-11-23Use \r to terminate command in integrated terminalHaozhe Jiang
\r should be used instead of \n BUG: 458411
2022-11-22GIT_SILENT Sync po/docbooks with svnl10n daemon script
2022-11-20GIT_SILENT Sync po/docbooks with svnl10n daemon script
2022-11-19GIT_SILENT Sync po/docbooks with svnl10n daemon script
2022-11-19SVN_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"
2022-11-16GIT_SILENT Sync po/docbooks with svnl10n daemon script
2022-11-15GIT_SILENT Sync po/docbooks with svnl10n daemon script
2022-11-12GIT_SILENT Sync po/docbooks with svnl10n daemon script