Commit Graph

9989 Commits

Author SHA1 Message Date
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
Paul Brown
365908e3ff removing last year's fundraiser supporters 2025-10-13 12:18:15 +00:00
l10n daemon script
eef753a23b GIT_SILENT Sync po/docbooks with svn 2025-10-11 10:40:19 +00:00
Wendi Gan
7919ae7f28 Support multi-line input in HTML decoder tests
Change:
- Support multi-line test input by using '\n' as line breaks.
- Added a new test case "multi-line with bold style".
2025-10-10 19:31:03 +02:00
Wendi Gan
b04c4ec523 HTMLDecoder: fix missing span on subsequent lines
Issue:
When saving output as HTML, for multiple lines with the same style, only the first line had a `<span>`, while subsequent lines lack styling.

Change:
For the first character, if there is no style change, apply the stored `_style`.

BUG: 509784
2025-10-10 19:31:03 +02:00
l10n daemon script
6872bd0d05 GIT_SILENT Sync po/docbooks with svn 2025-10-09 01:51:44 +00:00
l10n daemon script
2079916ab6 GIT_SILENT Sync po/docbooks with svn 2025-10-06 01:54:11 +00:00
Heiko Becker
6d992a9dcd GIT_SILENT Update Appstream for new release
(cherry picked from commit d56065fe4b)
2025-09-30 23:30:10 +02:00
l10n daemon script
81e46d23bc GIT_SILENT Sync po/docbooks with svn 2025-09-30 01:56:41 +00:00
l10n daemon script
23e3e702b1 GIT_SILENT Sync po/docbooks with svn 2025-09-29 01:47:17 +00:00
l10n daemon script
effdeb0721 GIT_SILENT Sync po/docbooks with svn 2025-09-28 01:55:28 +00:00
l10n daemon script
165ae71292 GIT_SILENT Sync po/docbooks with svn 2025-09-27 01:47:08 +00:00
l10n daemon script
650d77a753 GIT_SILENT Sync po/docbooks with svn 2025-09-26 01:46:23 +00:00
l10n daemon script
685d650055 GIT_SILENT Sync po/docbooks with svn 2025-09-25 01:48:38 +00:00
l10n daemon script
8c96c918e6 GIT_SILENT Sync po/docbooks with svn 2025-09-24 01:45:38 +00:00
Laurent Montel
c4c49f1a56 GIT_SILENT: Don't duplicate headers between .h/.cpp 2025-09-23 11:38:11 +00:00
l10n daemon script
68a083ef71 GIT_SILENT Sync po/docbooks with svn 2025-09-23 01:55:47 +00:00
Christoph Cullmann
613f776216 add config option to expose security sensitive dbus api
default is off

I think the defaults should be safe, for people that need
it for scripting, which is for sure a minimal fraction
of the users, one click will turn it on.

(or one patched config file)
2025-09-21 23:07:47 +02:00
Luca Carlon
4522bfae90 Improvements to curly underline
This commit tried to improves the look of curly underline implemented
in 5ab23a96 by replacing arcs with quadratic Bezier curves. The
performance of the render is mostly unaltered.

Enabling antialiasing provides an even better result, but the
performance impact is too relevant.
2025-09-20 00:16:40 +02:00
l10n daemon script
82799b4be8 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-09-19 01:37:44 +00:00
l10n daemon script
837d5aacc1 GIT_SILENT Sync po/docbooks with svn 2025-09-15 01:45:55 +00:00
l10n daemon script
92167fb91d GIT_SILENT Sync po/docbooks with svn 2025-09-14 01:42:53 +00:00
l10n daemon script
fb9f2d0484 GIT_SILENT Sync po/docbooks with svn 2025-09-13 01:53:40 +00:00
l10n daemon script
86eb938a8b GIT_SILENT Sync po/docbooks with svn 2025-09-12 01:43:09 +00:00
Jack Xu
95c324615e Do not change auto save action visibility and title when auto save task failed to be spawned.
"Auto save output as" still became "Stop Autosave" when cancelling in file dialog.

Make SessionTask::execute return value that indicates the task has been spawned
successfully or not. So SessionController::autoSaveHistory could decide whether
to change the visibility of _startAutoSaveAction and _stopAutoSaveAction.

BUG: 507069
2025-09-11 02:01:19 +00:00
l10n daemon script
c74dc5156f GIT_SILENT Sync po/docbooks with svn 2025-09-11 01:42:14 +00:00
Waqar Ahmed
6d43440ca6 Fix processId() for flatpak
processId() was returning the pid of flatpak-spawn, while we want the
shell process id.

BUG: 509309
2025-09-10 13:53:24 +05:00
Waqar Ahmed
8e9d7a70a4 Fix compilation for Qt < 6.9
readLineInto is not available in older Qt
2025-09-10 13:19:31 +05:00
Waqar Ahmed
578d7c0aa1 Fix windows build 2025-09-09 16:21:41 +05:00
Waqar Ahmed
ae277ad188 Use --device=all
otherwise for e.g., ttyname() fails and running "tty" command prints
"not a tty". See https://github.com/ghostty-org/ghostty/discussions/3201#discussioncomment-13177100
2025-09-09 16:21:41 +05:00
Waqar Ahmed
296f13230c Bump flatpak runtime to 6.9 2025-09-09 16:21:41 +05:00
Waqar Ahmed
62b6f2285e Fix process info not available in flatpak
Since we are in a sandbox, tcgetpgrp doesn't work. To work around
this limitation, get process info using ps

BUG: 507763
BUG: 508216
2025-09-09 16:21:41 +05:00
Arjen Hiemstra
0c426b42d6 Improve handling of systemd unit creation in ProcessInfo
Rather than just waiting 5ms and assuming things failed if nothing
happened after that, query the job we get from systemd to see if cgroup
creation is still running. This handles things a lot more gracefully
when systemd or DBus is slow(er) to respond.
2025-09-09 09:36:17 +02:00
Arjen Hiemstra
78b2f295fb Inherit parent's app ID when creating a new cgroup for tabs
When creating a cgroup for a tab, we would use a hardcoded string as
cgroup name that included `org.kde.konsole` as app ID. This leads to
tabs incorrectly being attributed to Konsole in System Monitor's
application page, even if the tab is actually embedded in a different
application such as Kate.

Instead of hardcoding the app ID, use the application's desktop file
name, so that if we lookup the app ID from a cgroup name, we get back to
the original application instead of Konsole.

BUG: 508716
2025-09-09 09:36:17 +02:00
l10n daemon script
0c943db0f7 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-09-09 02:13:48 +00:00
l10n daemon script
ddf1d54a4e GIT_SILENT made messages (after extraction) 2025-09-09 01:08:01 +00:00
l10n daemon script
8b420a3b9a GIT_SILENT Sync po/docbooks with svn 2025-09-08 02:18:32 +00:00
l10n daemon script
d16ce9237f 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-09-08 02:07:31 +00:00
l10n daemon script
d7bdaecf05 GIT_SILENT Sync po/docbooks with svn 2025-09-07 01:44:55 +00:00
l10n daemon script
b84d1c3f24 GIT_SILENT Sync po/docbooks with svn 2025-09-05 01:47:20 +00:00
Heiko Becker
0bdf040879 GIT_SILENT Update Appstream for new release
(cherry picked from commit 8bab30603a)
2025-09-04 00:17:52 +02:00
l10n daemon script
64aa8cbf02 GIT_SILENT Sync po/docbooks with svn 2025-09-03 01:53:02 +00:00
l10n daemon script
0dfc7bbbc3 GIT_SILENT Sync po/docbooks with svn 2025-09-02 02:06:34 +00:00
l10n daemon script
0f6ce8bb38 GIT_SILENT Sync po/docbooks with svn 2025-09-01 01:46:03 +00:00
l10n daemon script
f9baa65307 GIT_SILENT Sync po/docbooks with svn 2025-08-30 01:49:36 +00:00
Johannes Altmanninger
5ab23a964f Scale curly and double underlines with font size
Curly underlines are implemented by drawing two parallel, complementary-dashed
lines with a distance of 2 pixels.

This means they dont' scale with font size. They only look good with a small
font size. At a first glance, they are also not so easy to tell apart from
regular underlines.

Fix this by
1. drawing a cosine wave instead of of parallel dashed lines
2. always drawing a full wave period per glph, indendent of the font size
3. using the text line width, instead of always using 1px

A similar (but much less prominent) issue exists for double underlines.
Change them too, keeping the implementation consistent.

Tested with

    printf '\033[31m\033[4:3mcurly\033[4m\033[31m\033[4:2mdouble\033[4m'

Note that the curly underline overlaps with the "y".  Perhaps we should
fix this.

Probably there are more improvements to be made, and it's possible there is
a more elegant solution than repeated drawArc() calls.

Publishing this early nevertheless because it's hopefully close to an overall
improvement; But I did not have a chance to look into the bugs mentioned in
76f879cd7 (Draw characters in exact positions, 2022-08-06)
2025-08-28 18:31:31 +02:00