10035 Commits

Author SHA1 Message Date
Waqar Ahmed
923c40eab3 Check lastColonPos is valid before using it 2025-02-08 11:23:45 +05:00
Waqar Ahmed
3c2565a128 Avoid unnecessary getpid() calls
Just cache the value and reuse it.
2025-02-08 10:46:49 +05:00
Waqar Ahmed
c9e1f94cf4 Avoid possible infinite loop
Doing an infinite loop is a bad idea. This is linux, things can always
fail. The new logic only does 2 checks with a 5ms wait in between.

Due to the old code Kate often freezes during startup.
2025-02-08 10:44:14 +05:00
l10n daemon script
8536e714fb GIT_SILENT Sync po/docbooks with svn 2025-02-07 01:47:11 +00:00
l10n daemon script
7532a113ba GIT_SILENT Sync po/docbooks with svn 2025-02-05 01:42:13 +00:00
l10n daemon script
eb2cd5088f GIT_SILENT Sync po/docbooks with svn 2025-02-04 01:39:21 +00:00
l10n daemon script
34c45d9c4c GIT_SILENT Sync po/docbooks with svn 2025-02-03 01:38:22 +00:00
l10n daemon script
603457f186 GIT_SILENT Sync po/docbooks with svn 2025-02-02 01:44:08 +00:00
l10n daemon script
2ef48b8068 GIT_SILENT Sync po/docbooks with svn 2025-02-01 01:39:03 +00:00
Laurent Montel
5baeaa7170 Add xml/yaml linting 2025-01-31 20:03:02 +00:00
Anthony Wang
152eba6e0c Fix typo in message for force-killing session 2025-01-31 14:54:40 -05:00
Heiko Becker
95be35fc5b GIT_SILENT Update Appstream for new release
(cherry picked from commit 23a06d1740)
2025-01-31 00:41:53 +01:00
Laurent Montel
a86df0e838 Remove optional as we depend against ecm > 6.0 2025-01-25 23:27:38 +00:00
l10n daemon script
09f9139718 GIT_SILENT Sync po/docbooks with svn 2025-01-25 01:43:06 +00:00
l10n daemon script
83186b7ba8 GIT_SILENT Sync po/docbooks with svn 2025-01-20 01:45:41 +00:00
Jan-Florian Hilgenberg
f8c3d51437 fix calling hosts that are defined in ~/.ssh/config
This shall fix a minor bug calling hosts that are defined in ~/.ssh/config by their identifier name rather than its HostName.

> Definition:
> "identifier" is called Host in .ssh/config.

Example config in ~/.ssh/config:

> Host core
> 
> HostName core.company.com
> 
> User sshadmin

You want Konsole to run "ssh core", since calling ssh with a
config identifier makes ssh pull all config from .ssh/config.

Currently Konsole runs "ssh core.company.com" so it takes the hostname
instead of the config identifier.

In the end it does not match any entity in ssh's config and Konsole
would need to establish a correct set of parameters in the call to the
ssh binary.

That error I think is laying in sshmanagerplugin.cpp:205-216
where we need to evolve the if statement.

There was already a merge request for this issue report:

> BUG: https://bugs.kde.org/show_bug.cgi?id=450891

> MR: https://invent.kde.org/utilities/konsole/-/merge_requests/1055

But I think that MR is a bit of a shortcoming and does not take full
advantage of having the ssh binary do its job.

Let me know in case something needs to be aligned with your requirements.

I am new to sw dev and this is my very first patch to a KDE or any cpp/Qt project.
2025-01-12 21:03:46 +00:00
BZZZZ DZZZZ
e2f7ff14dc make vt100_graphics static const inside Vt102Emulation.cpp
• vt100_graphics is not exported in libkonsoleprivate.so.25.03.70
• vt100_graphics is not used in any other *.cpp file
2025-01-10 22:15:03 +00:00
l10n daemon script
a4dfe903cd GIT_SILENT Sync po/docbooks with svn 2025-01-10 10:32:36 +00:00
l10n daemon script
3f110813bc GIT_SILENT Sync po/docbooks with svn 2025-01-09 01:41:33 +00:00
l10n daemon script
596189c15d GIT_SILENT Sync po/docbooks with svn 2025-01-08 01:41:50 +00:00
l10n daemon script
e44e84d000 GIT_SILENT Sync po/docbooks with svn 2025-01-07 01:41:05 +00:00
l10n daemon script
613a3b1150 GIT_SILENT Sync po/docbooks with svn 2025-01-06 01:44:06 +00:00
Heiko Becker
d604d92a16 GIT_SILENT Update Appstream for new release
(cherry picked from commit 0c4f1bd9f6)
2025-01-02 14:01:30 +01:00
l10n daemon script
987b849351 GIT_SILENT Sync po/docbooks with svn 2025-01-01 01:38:37 +00:00
Jonas Schäfer
72ad572211 Only use file URLs from OSC 7 if they point at the local host
Otherwise, we may try to enter a directory which doesn't even exist on
the local host when opening a new tab, which leads to the session
failing to start with a big red scary error message.
2024-12-31 19:59:29 +00:00
Deft Dawg
5c7ffaed34 Add Copy keyboard shortcut alternate bind to Ctrl+Ins
Adds `Ctrl+Insert` as a shortcut to `Copy`; this is an alternate keybinding to `Copy` that works across both KDE and Windows and doesn't conflict with `Ctrl+C` used to terminate terminal programs.
2024-12-31 19:58:07 +00:00
Tino Lorenz
c15faa0dd2 Fix opening Tab Properties when spamming middle click
Make the Tab Properties window only show up when double clicking a tab with the left
(rather than any) mouse button.

BUG: 449390
2024-12-30 13:54:39 +00:00
Yaron Shahrabani
fac9b8e347 Inverted wrong boolean condition 2024-12-30 11:25:41 +00:00
Yaron Shahrabani
c80d2f44b7 Revert "Inverted this boolean in order to use additional ssh parameters"
This reverts commit b0181be891
2024-12-30 11:24:03 +00:00
Yaron Shahrabani
b0181be891 Inverted this boolean in order to use additional ssh parameters 2024-12-30 10:13:05 +00:00
l10n daemon script
c756ded409 GIT_SILENT Sync po/docbooks with svn 2024-12-30 01:47:05 +00:00
l10n daemon script
001067d042 GIT_SILENT Sync po/docbooks with svn 2024-12-29 01:48:41 +00:00
Carl Schwan
04a1625bfe Fix compilation with Qt 6.9 2024-12-28 17:45:07 +00:00
l10n daemon script
348f53e9c8 GIT_SILENT Sync po/docbooks with svn 2024-12-28 01:51:28 +00:00
l10n daemon script
7849326628 GIT_SILENT Sync po/docbooks with svn 2024-12-26 01:45:18 +00:00
l10n daemon script
09e3800ba0 GIT_SILENT Sync po/docbooks with svn 2024-12-25 02:04:42 +00:00
l10n daemon script
fbf1b8fb49 GIT_SILENT Sync po/docbooks with svn 2024-12-24 01:37:35 +00:00
l10n daemon script
1d7f467601 GIT_SILENT Sync po/docbooks with svn 2024-12-22 01:38:18 +00:00
l10n daemon script
1e379fbd35 GIT_SILENT Sync po/docbooks with svn 2024-12-21 01:59:10 +00:00
Anael González Paz
a114a16215 Fix TERM env argument being misplaced in Flatpak
As it was previously, it only worked as intended if the user had only
the binary as the start command (e.g. /bin/bash). Otherwise, it would
had appended the flatpak-spawn related argument after the start command
program.

Instead of passing the start command args to KSandbox::makeHostContext,
this will append them to the ones returned by makeHostContext on the
'postProcessArgs' function. In case Konsole is being run as a Flatpak,
all of said args would be added after '--env=TERM=xterm-256color' and
the program name.

BUG: 497519
2024-12-20 16:35:03 +00:00
l10n daemon script
8ac7158614 GIT_SILENT Sync po/docbooks with svn 2024-12-20 01:43:21 +00:00
l10n daemon script
8600d93bff GIT_SILENT Sync po/docbooks with svn 2024-12-17 01:51:07 +00:00
l10n daemon script
78b1997ec1 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"
2024-12-16 01:44:34 +00:00
l10n daemon script
5ed94c22f2 GIT_SILENT Sync po/docbooks with svn 2024-12-15 02:16:55 +00:00
l10n daemon script
be9b5f7204 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"
2024-12-15 01:45:15 +00:00
l10n daemon script
25f178005f GIT_SILENT Sync po/docbooks with svn 2024-12-14 02:22:32 +00:00
l10n daemon script
7e03bfd73f GIT_SILENT made messages (after extraction) 2024-12-14 00:59:22 +00:00
l10n daemon script
cfdfdb838d GIT_SILENT Sync po/docbooks with svn 2024-12-12 01:35:43 +00:00
l10n daemon script
c84cd0d7c4 GIT_SILENT made messages (after extraction) 2024-12-12 00:43:48 +00:00
l10n daemon script
6f88d1d9ec GIT_SILENT Sync po/docbooks with svn 2024-12-11 01:34:54 +00:00