Commit Graph

9861 Commits

Author SHA1 Message Date
Heiko Becker
596721ad3d GIT_SILENT Update Appstream for new release v25.04.3 2025-06-30 18:03:34 +02:00
Heiko Becker
cc95205c5e GIT_SILENT Upgrade release service version to 25.04.3. 2025-06-30 17:56:01 +02:00
l10n daemon script
5ac9a3afdf GIT_SILENT Sync po/docbooks with svn 2025-06-22 03:33:24 +00:00
l10n daemon script
0fea648109 GIT_SILENT Sync po/docbooks with svn 2025-06-11 03:35:15 +00:00
l10n daemon script
fabdfe6e4e GIT_SILENT Sync po/docbooks with svn 2025-06-04 03:17:17 +00:00
Heiko Becker
2055fba96d GIT_SILENT Update Appstream for new release v25.04.2 2025-06-02 22:11:25 +02:00
Heiko Becker
3a9b4dc828 GIT_SILENT Upgrade release service version to 25.04.2. 2025-06-02 21:57:39 +02:00
l10n daemon script
b855c6d547 GIT_SILENT Sync po/docbooks with svn 2025-05-29 03:29:03 +00:00
Kurt Hindenburg
09d20dea10 Clear the arguments if the command is not found
This mimics what other terminals do.

(cherry picked from commit 39ffddb777)
2025-05-28 19:07:33 -04:00
l10n daemon script
15a39e3591 GIT_SILENT made messages (after extraction) 2025-05-27 02:37:44 +00:00
l10n daemon script
e4e509da93 GIT_SILENT Sync po/docbooks with svn 2025-05-26 03:22:07 +00:00
l10n daemon script
756b864486 GIT_SILENT Sync po/docbooks with svn 2025-05-25 04:10:10 +00:00
l10n daemon script
2d11308889 GIT_SILENT Sync po/docbooks with svn 2025-05-19 03:25:26 +00:00
l10n daemon script
bfc7239fac GIT_SILENT Sync po/docbooks with svn 2025-05-10 03:19:29 +00:00
l10n daemon script
5d139a589b GIT_SILENT Sync po/docbooks with svn v25.04.1 2025-05-05 03:19:13 +00:00
l10n daemon script
3e57b23b4c GIT_SILENT Sync po/docbooks with svn 2025-05-04 03:29:46 +00:00
l10n daemon script
0e7540fdd3 GIT_SILENT Sync po/docbooks with svn 2025-05-03 03:12:22 +00:00
Heiko Becker
51da5c2459 GIT_SILENT Update Appstream for new release 2025-05-02 23:09:54 +02:00
Heiko Becker
3de66db2c1 GIT_SILENT Upgrade release service version to 25.04.1. 2025-05-02 22:54:58 +02:00
l10n daemon script
6b07f4a376 GIT_SILENT Sync po/docbooks with svn 2025-04-17 03:13:40 +00:00
Nate Graham
5903b3e840 Update kconf update script version to 6
This allows it to run for people upgrading from an ancient version
straight to the current one, and also prevents an error message in the
journal log.

(cherry picked from commit a5a3422337)
2025-04-16 18:58:39 -04:00
Christoph Cullmann
193ff3cd4d wrap output it html document & body
ensure right encoding is set

BUG: 500515
(cherry picked from commit 7ef31a7977)
2025-04-16 17:06:04 -04:00
Christoph Cullmann
b301f7145b allow /path/to/file.cpp:123:123 paths
allow that no trailing : is behind the column

BUG: 501004
(cherry picked from commit f8036be745)
2025-04-16 17:05:43 -04:00
Wendi Gan
126158785f Fix search wrapping behavior at boundaries
Issues:
- At the second-to-last line, "Find Next" doesn't wrap to the start.
- At the second line, "Find Previous" doesn't wrap to the end.

These issues occurred because the initial value of startLine equaled
endLine, causing the loop to terminate after one cycle.

Changes:
- Added a continueLoop flag: In wrap mode, the loop only terminates
  when hasWrapped is true.
- Added an invertDirection flag to control the continueLoop flag in
   no-wrap mode.

BUG: 396510
(cherry picked from commit b83680a693)
2025-04-16 17:05:01 -04:00
owl from-hogvarts
40f69aa701 fix: disable copy action even when semantic integration is detected
(cherry picked from commit ff6246f999)
2025-04-16 17:04:46 -04:00
owan wang
fc0093466b feat(TerminalDisplay): Copy to X11 selection immediately on mouse release
(cherry picked from commit 3c2f1bec91)
2025-04-16 17:04:03 -04:00
l10n daemon script
9a7f61b8c6 GIT_SILENT Sync po/docbooks with svn 2025-04-12 03:09:14 +00:00
Heiko Becker
79a9bcc62b GIT_SILENT Update Appstream for new release v25.04.0 2025-04-07 22:52:58 +02:00
Heiko Becker
8b41e71074 GIT_SILENT Upgrade release service version to 25.04.0. 2025-04-07 22:36:46 +02:00
l10n daemon script
5acc755520 GIT_SILENT Sync po/docbooks with svn 2025-04-07 03:34:04 +00:00
l10n daemon script
4a745f30c1 GIT_SILENT Sync po/docbooks with svn 2025-04-05 03:24:43 +00:00
l10n daemon script
73e11ca2a6 GIT_SILENT Sync po/docbooks with svn 2025-04-04 03:26:50 +00:00
Albert Astals Cid
05846c2ba8 GIT_SILENT Upgrade release service version to 25.03.90. v25.03.90 2025-03-27 10:42:23 +01:00
l10n daemon script
973eeeb9cf GIT_SILENT Sync po/docbooks with svn 2025-03-26 03:15:42 +00:00
l10n daemon script
c6618d5fe4 GIT_SILENT Sync po/docbooks with svn v25.03.80 2025-03-10 04:03:12 +00:00
Johannes Altmanninger
059c9f2407 Vt102: don't interpret private mode CSI < as ECMA-48 command
We treat

    printf '\033[u'
    printf '\033[<u'

the same way; both reset the cursor position but only the first
(DECRC) should.

ECMA-48 CSI commands whose first parameter byte is one of "<=>?",
are "private" commands reserved for other protocols.  Specifically,
the kitty keyboard protocol defines the above sequence (CSI < u).

We already ignore private-mode commands starting with "=>?"
(except for those we already recognize).

We don't recognize any CSI command starting with "<".  As a result
we accidentally treat CSI < u as a non-private sequence.

(cherry picked from commit 41a7bd8673)
2025-03-09 13:10:29 -04:00
Albert Astals Cid
b3fa69b3f5 GIT_SILENT Upgrade release service version to 25.03.80. 2025-03-08 18:12:37 +01:00
l10n daemon script
a29c7998fb GIT_SILENT Sync po/docbooks with svn 2025-03-08 01:49:49 +00:00
Jonathan Marten
58d5c687fb Fix crash when double clicking on terminal scroll bar
Only one QPainter can be active at a time, and QScrollBar's paint event
will use its own internally.  So call the base class before doing any of
our own painting.  As a side effect, this means that the search markers
(originally painted first) are not overwritten by the main scroll bar,
and both those and position markers are shown.

BUG:501191
2025-03-07 19:15:18 +00:00
l10n daemon script
649d41ccb2 GIT_SILENT Sync po/docbooks with svn 2025-03-07 01:44:58 +00:00
Kurt Hindenburg
64e070c6df Remove unused code
There's no where that this code is used and it adds complexity to the
decodeLine method in PlainTextDecoder.  Also note that the removing
leading spaces didn't work.
2025-03-06 20:40:07 +00:00
l10n daemon script
dc598f21fd GIT_SILENT Sync po/docbooks with svn 2025-03-06 01:45:37 +00:00
l10n daemon script
4af81292fd GIT_SILENT Sync po/docbooks with svn 2025-03-05 02:08:00 +00:00
l10n daemon script
9bcfa6a148 GIT_SILENT Sync po/docbooks with svn 2025-03-04 01:42:15 +00:00
Kurt Hindenburg
bd7655dc22 Comment out code unused after 21be95c1 2025-03-03 09:12:58 -05:00
lzwind lzwind
70452321ce Return early when SSH config file cannot be opened
When attempting to import SSH configurations, the code previously continued
execution even when the config file could not be opened. This could lead
to undefined behavior or crashes when trying to read from an invalid file
handle.

The fix adds an early return statement when file opening fails, ensuring
proper error handling and preventing potential issues downstream.
2025-03-03 13:21:37 +00:00
l10n daemon script
7f3739e023 GIT_SILENT Sync po/docbooks with svn 2025-03-03 01:44:03 +00:00
lzwind lzwind
11ec321de8 Correct CSS property for underline style
Change 'font-decoration' to 'text-decoration' in HTMLDecoder.cpp.
'font-decoration' is not a valid CSS property, while 'text-decoration'
is the correct property for adding underline to text.
2025-03-01 23:31:55 +00:00
Kurt Hindenburg
e62050b035 Correct funcArgNamesDifferent 2025-03-01 14:34:17 -05:00
Kurt Hindenburg
84afe7d8d4 Fix comment spelling errors 2025-03-01 14:07:52 -05:00