10034 Commits

Author SHA1 Message Date
l10n daemon script
a41a4a7b4c GIT_SILENT Sync po/docbooks with svn 2025-12-23 01:50:32 +00:00
l10n daemon script
ea1affab58 GIT_SILENT Sync po/docbooks with svn 2025-12-22 01:45:52 +00:00
l10n daemon script
23a3dfc969 GIT_SILENT Sync po/docbooks with svn 2025-12-21 01:51:58 +00:00
Waqar Ahmed
48ba7ea4c1 Fix context menu event handling
Konsole was using mousePressEvent with button == Qt::RightButton for
emulating a context menu event, which is wrong because there is a
dedicated event for context menu.

Due to this there were weird issues on wayland for e.g., you open the
context menu and then click somewhere else -> you get another context menu
if the target widget supports one. This happened because after
mousePressEvent, there is a mouseReleaseEvent, which konsole doesn't
handle always which then gets synthesized into a context menu event
and delivered to the widget where the click happened.

This is also a bug in Qt wayland I think and should be fixed there but
there is no reason for Konsole not to handle this properly.

To fix, move the logic for context menu event to contextMenuEvent.

BUG: 512130
2025-12-20 18:33:40 +01:00
l10n daemon script
16f1288b49 GIT_SILENT Sync po/docbooks with svn 2025-12-20 01:48:13 +00:00
l10n daemon script
169ce33d4b 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"
2025-12-20 01:37:16 +00:00
l10n daemon script
c93aa21875 GIT_SILENT Sync po/docbooks with svn 2025-12-16 07:52:56 +00:00
Kurt Hindenburg
5f4250b3cf Add nullptr checks to handle derefs (coverity) 2025-12-15 23:28:52 +00:00
Kurt Hindenburg
be8dc07b28 Remove un-needed optimization if()
After 4522bfae and a8927b4a qreal amplitude will not be 0

comparing floating-point with ‘==’ or ‘!=’ is unsafe
2025-12-13 14:09:23 -05:00
Kurt Hindenburg
5c61123d9a Initialize variables 2025-12-11 17:27:18 -05:00
Kurt Hindenburg
7cd37ab8d5 QSKIP() is used wrong here; just comment it out for now (coverity) 2025-12-10 15:50:52 -05:00
Justin Zobel
40edb2df4b CI - Flatpak - Update Runtime to 6.10 2025-12-10 22:04:45 +10:30
l10n daemon script
da6f774332 GIT_SILENT Sync po/docbooks with svn 2025-12-10 01:58:08 +00:00
Kurt Hindenburg
e3ab6bd36f Fix resource leaks (coverity) 2025-12-09 17:42:26 +00:00
l10n daemon script
045b214c6a GIT_SILENT Sync po/docbooks with svn 2025-12-08 01:46:45 +00:00
l10n daemon script
5bca406b61 GIT_SILENT Sync po/docbooks with svn 2025-12-07 01:52:38 +00:00
l10n daemon script
bac719df10 GIT_SILENT Sync po/docbooks with svn 2025-12-04 01:50:33 +00:00
Heiko Becker
5b8e6f6de4 GIT_SILENT Update Appstream for new release
(cherry picked from commit d713eafe66)
2025-12-03 23:23:56 +01:00
l10n daemon script
2c14424103 GIT_SILENT Sync po/docbooks with svn 2025-12-03 01:52:44 +00:00
l10n daemon script
4afd805193 GIT_SILENT Sync po/docbooks with svn 2025-12-02 01:46:07 +00:00
Kurt Hindenburg
a8927b4a8a Fix dividing integer issue (coverity) 2025-12-01 08:42:29 -05:00
l10n daemon script
0f62cdf411 GIT_SILENT Sync po/docbooks with svn 2025-12-01 01:52:10 +00:00
l10n daemon script
04d8fd208a GIT_SILENT Sync po/docbooks with svn 2025-11-30 01:52:10 +00:00
Kurt Hindenburg
807c2ce0a5 Fix creating part 2025-11-29 16:50:10 +01:00
Kurt Hindenburg
5d4c7a9c7d Fix uninitialized variables (coverity) 2025-11-29 16:50:10 +01:00
l10n daemon script
d7d7922c0b GIT_SILENT Sync po/docbooks with svn 2025-11-29 01:48:04 +00:00
l10n daemon script
ff89589c3c GIT_SILENT Sync po/docbooks with svn 2025-11-28 01:47:08 +00:00
l10n daemon script
dac922a74a GIT_SILENT Sync po/docbooks with svn 2025-11-27 01:49:04 +00:00
Matan Ziv-Av
53b3a06f00 Add two keyboard actions for focusing on next/prev in split view mode
This commit adds two keyboard action for focusing on next or previous
view in split view tab.

The default shortcuts are `ctrl-F11` for next view and `ctrl=shift-F11`
for previous view. I find these shortcuts more useful in some situations
than the currently available shortcuts for moving the focus
up/down/left/right. The order of the views in the list is the one
returned by `ViewSplitter::findChildren<TerminalDisplay *>`, so it
does not correlate exactly to their positions.
2025-11-26 18:30:56 +00:00
Sune Vuorela
8ed45adea0 Add option to ignore ZModem terminal codes
It is sufficiently a rarity that it is more likely that people get
confused by unexpected zmodem terminal codes than the handful of users actually expecting them.

See also: https://bugs.debian.org/1119976

GUI:
2025-11-26 17:22:08 +00:00
Wendi Gan
33d0fa3b32 Remove extra character and nulls in HTML export for lines with CJK
Issue:  
When exporting lines containing CJK characters, the HTML output may
contain an extra character at the end of the line and null
characters between CJK characters.

Change:
- Mark the position after a CJK character as the right half of a
  double-width character (null character).
- Ignore null characters when exporting to HTML.

BUG: 511323
2025-11-24 23:18:19 +00:00
l10n daemon script
210546f103 GIT_SILENT Sync po/docbooks with svn 2025-11-18 02:21:48 +00:00
l10n daemon script
e1659761a9 GIT_SILENT Sync po/docbooks with svn 2025-11-17 13:50:41 +00:00
l10n daemon script
cf7cf04acd GIT_SILENT Sync po/docbooks with svn 2025-11-11 02:02:28 +00:00
l10n daemon script
a98918c88a GIT_SILENT Sync po/docbooks with svn 2025-11-10 01:53:22 +00:00
l10n daemon script
0bc61e7859 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"
2025-11-09 01:38:17 +00:00
Albert Astals Cid
e925613c90 GIT_SILENT Upgrade release service version to 26.03.70. 2025-11-06 18:01:28 +01:00
l10n daemon script
1074457d9b GIT_SILENT Sync po/docbooks with svn 2025-11-04 01:59:26 +00:00
l10n daemon script
720f5aa10b 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"
2025-11-04 01:35:56 +00:00
Heiko Becker
f928fad1aa Fix version in appstream file
GIT_SILENT

(cherry picked from commit 71fbfe628d8d8ba444e23d09605bc228b76414ca)
2025-10-31 22:32:43 +01:00
Heiko Becker
3bdd61c35d GIT_SILENT Update Appstream for new release
(cherry picked from commit 846f67d9f3)
2025-10-31 00:22:24 +01:00
l10n daemon script
057a967e4c GIT_SILENT Sync po/docbooks with svn 2025-10-25 01:47:03 +00:00
l10n daemon script
d50085f665 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"
2025-10-21 01:36:13 +00:00
l10n daemon script
d5ced96645 GIT_SILENT made messages (after extraction) 2025-10-21 00:46:10 +00:00
l10n daemon script
ab51a18cab GIT_SILENT Sync po/docbooks with svn 2025-10-20 01:47:38 +00:00
l10n daemon script
0423ffc557 GIT_SILENT Sync po/docbooks with svn 2025-10-19 01:48:00 +00:00
l10n daemon script
f0288ed5f0 GIT_SILENT Sync po/docbooks with svn 2025-10-18 02:22:52 +00:00
l10n daemon script
7ad3847f9d 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"
2025-10-18 01:40:04 +00:00
l10n daemon script
0275667e62 GIT_SILENT Sync po/docbooks with svn 2025-10-17 02:16:18 +00:00
Paul Brown
9818dbd35a Removing sections that causes pipeline to break
The "adoptees" section seems to break the pipeline if empty or contains a blank. Removing it altogether until we start the "adopt and app section" of the fundraiser.
2025-10-14 09:33:47 +00:00