1
0
mirror of https://invent.kde.org/system/dolphin synced 2024-07-07 10:51:45 +00:00
Commit Graph

7211 Commits

Author SHA1 Message Date
Nicolas Fella
6d21deb6e4 Properly use X11 startup ids
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-30 12:33:01 +00:00
l10n daemon script
414311b8c8 GIT_SILENT Sync po/docbooks with svn 2022-12-30 10:06:37 +00:00
l10n daemon script
b2c8d3c995 GIT_SILENT Sync po/docbooks with svn 2022-12-30 02:48:16 +00:00
l10n daemon script
36fda229fe SVN_SILENT made messages (.desktop file) - always resolve ours
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-30 02:12:34 +00:00
l10n daemon script
88c504b381 GIT_SILENT Sync po/docbooks with svn 2022-12-28 02:26:54 +00:00
l10n daemon script
df11f2f168 SVN_SILENT made messages (.desktop file) - always resolve ours
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-28 02:03:50 +00:00
l10n daemon script
42fd1964bd GIT_SILENT made messages (after extraction) 2022-12-28 00:52:36 +00:00
Laurent Montel
2aa64b2c38 Not use forward and includes 2022-12-26 13:22:44 +01:00
l10n daemon script
02fd1c1ecb GIT_SILENT Sync po/docbooks with svn 2022-12-25 03:17:06 +00:00
l10n daemon script
ce492eb685 GIT_SILENT Sync po/docbooks with svn 2022-12-24 02:19:38 +00:00
l10n daemon script
73d025b896 GIT_SILENT Sync po/docbooks with svn 2022-12-23 02:15:30 +00:00
l10n daemon script
b508215d34 GIT_SILENT Sync po/docbooks with svn 2022-12-21 02:16:43 +00:00
Laurent Montel
7d3bf84e9d Remove duplicate headers between cpp/h files 2022-12-20 21:54:57 +01:00
l10n daemon script
2fd151774c GIT_SILENT Sync po/docbooks with svn 2022-12-17 12:38:52 +00:00
l10n daemon script
64710d0197 GIT_SILENT Sync po/docbooks with svn 2022-12-17 02:23:12 +00:00
l10n daemon script
42b57060dc GIT_SILENT Sync po/docbooks with svn 2022-12-16 02:30:54 +00:00
l10n daemon script
0e22101ac3 GIT_SILENT Sync po/docbooks with svn 2022-12-15 02:25:22 +00:00
l10n daemon script
bf019fe5f1 GIT_SILENT Sync po/docbooks with svn 2022-12-14 03:14:48 +00:00
l10n daemon script
3040bbf3c9 GIT_SILENT Sync po/docbooks with svn 2022-12-13 02:41:34 +00:00
ivan tkachenko
d55099ad47
Add zsh completions
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-12 21:19:42 +03:00
ivan tkachenko
a19f29f4e5
Ensure there's a dot at the end of each --help options description
It will help make --help output more uniform, which in turn will be used
in Tab-completions for zsh.
2022-12-12 21:19:41 +03:00
l10n daemon script
80522b1cd0 GIT_SILENT Sync po/docbooks with svn 2022-12-12 02:37:27 +00:00
l10n daemon script
8d631c1183 GIT_SILENT Sync po/docbooks with svn 2022-12-10 02:09:24 +00:00
l10n daemon script
5257231d34 GIT_SILENT Sync po/docbooks with svn 2022-12-05 02:13:20 +00:00
l10n daemon script
5472358e19 GIT_SILENT Sync po/docbooks with svn 2022-12-04 02:12:38 +00:00
l10n daemon script
0c46880957 GIT_SILENT Sync po/docbooks with svn 2022-12-03 02:18:54 +00:00
l10n daemon script
0ed5317668 GIT_SILENT Sync po/docbooks with svn 2022-12-02 03:25:30 +00:00
l10n daemon script
7fb57006fe GIT_SILENT Sync po/docbooks with svn 2022-12-01 02:11:57 +00:00
Kai Uwe Broulik
fcdb202577 DolphinView: Add placeholder label for AFC kio
Similar to how it's special-cased for MTP
2022-11-30 13:28:53 +00:00
l10n daemon script
628a2bbb64 GIT_SILENT Sync po/docbooks with svn 2022-11-30 02:12:58 +00:00
Heiko Becker
34167be708 GIT_SILENT Update Appstream for new release
(cherry picked from commit 37db7aeaa3)
2022-11-30 00:52:50 +01:00
Méven Car
a2c9c05de2 Exit the deleted directory when it is removed
If current directory is a local file, try to find nearest dir ancestor and
open it. Display warning to the user.
2022-11-29 18:16:59 +00:00
Kai Uwe Broulik
de289800b2 Places Panel: Delegate open file error to KIO
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-29 10:22:19 +00:00
l10n daemon script
f5bb760186 GIT_SILENT Sync po/docbooks with svn 2022-11-29 02:15:51 +00:00
Nicolas Fella
61de8da9ea Port away from deprecated KDirLister API 2022-11-28 09:40:22 +00:00
l10n daemon script
2a98965a3e GIT_SILENT Sync po/docbooks with svn 2022-11-28 02:17:42 +00:00
l10n daemon script
6707ff37b5 GIT_SILENT Sync po/docbooks with svn 2022-11-27 02:08:48 +00:00
l10n daemon script
a929806e1b GIT_SILENT Sync po/docbooks with svn 2022-11-26 02:09:41 +00:00
Shivodit Gill
1c22a23d90 Fixed build-time deprecation warning about KStandardGuiItem::yes()
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-25 10:58:07 +00:00
l10n daemon script
a7c63f7af7 GIT_SILENT Sync po/docbooks with svn 2022-11-24 02:10:08 +00:00
Haozhe Jiang
dfe05c587b Use \r to terminate command in integrated terminal
\r should be used instead of \n

BUG: 458411
2022-11-23 17:46:00 +00:00
l10n daemon script
9811eb803e GIT_SILENT Sync po/docbooks with svn 2022-11-22 02:25:39 +00:00
l10n daemon script
a67b89cd7c GIT_SILENT Sync po/docbooks with svn 2022-11-20 03:03:40 +00:00
l10n daemon script
0888e16119 GIT_SILENT Sync po/docbooks with svn 2022-11-19 02:14:08 +00:00
l10n daemon script
b72f800ac4 SVN_SILENT made messages (.desktop file) - always resolve ours
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-19 01:51:46 +00:00
l10n daemon script
c1a5c5076d GIT_SILENT Sync po/docbooks with svn 2022-11-16 02:34:12 +00:00
l10n daemon script
56c47da299 GIT_SILENT Sync po/docbooks with svn 2022-11-15 02:24:56 +00:00
l10n daemon script
8e2882de27 GIT_SILENT Sync po/docbooks with svn 2022-11-12 02:14:32 +00:00
l10n daemon script
9105e7ebfc GIT_SILENT Sync po/docbooks with svn 2022-11-11 02:15:56 +00:00
l10n daemon script
28903f618f GIT_SILENT Sync po/docbooks with svn 2022-11-10 02:13:56 +00:00