l10n daemon script
efbf6d96d4
GIT_SILENT Sync po/docbooks with svn
2025-11-30 01:45:44 +00:00
l10n daemon script
b8cd3c69c2
GIT_SILENT Sync po/docbooks with svn
2025-11-29 01:42:47 +00:00
renner 03
1da24191f0
Fix krunner integration with Flatpak
2025-11-28 09:38:51 -05:00
l10n daemon script
2ecc567792
GIT_SILENT Sync po/docbooks with svn
2025-11-28 01:41:47 +00:00
l10n daemon script
66e1fe067d
GIT_SILENT Sync po/docbooks with svn
2025-11-27 01:43:17 +00:00
Nate Graham
d08f014def
Rephrase a British English wording for the base string
...
"X has put Y out of the room" is a British English style sentence. Which
is fine, but I'm using en_US, not en_UK.
Re-phrase this to sound a bit more American (which is the linguistic
style we use for the base strings), and then count on the en_UK
translators bringing back the old phrasing for en_UK.
2025-11-25 22:15:45 -07:00
l10n daemon script
63941d6685
GIT_SILENT Sync po/docbooks with svn
2025-11-26 01:41:17 +00:00
Tobias Fella
38523c97c5
Implement drag&drop support for flatpaks
...
BUG: 495552
2025-11-25 10:27:38 +00:00
l10n daemon script
65c6f4c1d3
GIT_SILENT Sync po/docbooks with svn
2025-11-25 01:41:04 +00:00
Heiko Becker
0cb3fd32f4
Drop unused dependencies
...
Both KF6Crash and KF6IconThemes aren't used anymore after porting to
KirigamiApp in eab45e761a .
2025-11-24 21:51:55 +01:00
l10n daemon script
b02cb0157e
GIT_SILENT Sync po/docbooks with svn
2025-11-24 01:42:36 +00:00
l10n daemon script
ca163fc169
GIT_SILENT Sync po/docbooks with svn
2025-11-23 01:43:18 +00:00
l10n daemon script
5687eb33e1
GIT_SILENT Sync po/docbooks with svn
2025-11-21 01:43:31 +00:00
l10n daemon script
fc795e50b3
GIT_SILENT Sync po/docbooks with svn
2025-11-20 01:41:22 +00:00
l10n daemon script
c4adfe7939
GIT_SILENT Sync po/docbooks with svn
2025-11-19 01:39:53 +00:00
l10n daemon script
ce96232bbd
GIT_SILENT Sync po/docbooks with svn
2025-11-18 02:00:53 +00:00
l10n daemon script
95653cf3f7
GIT_SILENT Sync po/docbooks with svn
2025-11-17 13:25:28 +00:00
l10n daemon script
0c11cd331f
GIT_SILENT Sync po/docbooks with svn
2025-11-17 01:40:07 +00:00
Tobias Fella
3c8ca0d421
Simplify key backup unlocking
...
Replaces the separate text fields for security keys and backup passphrases with a single on; internally, both methods are then tried.
2025-11-16 14:21:26 +00:00
l10n daemon script
52f71d5c55
GIT_SILENT Sync po/docbooks with svn
2025-11-16 01:40:16 +00:00
l10n daemon script
00f7dd5175
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-16 01:34:16 +00:00
l10n daemon script
52da8415e9
GIT_SILENT Sync po/docbooks with svn
2025-11-15 01:41:08 +00:00
l10n daemon script
953e4cd792
GIT_SILENT Sync po/docbooks with svn
2025-11-14 01:41:28 +00:00
Tobias Fella
ee4b1578b1
Consider highlights when determining whether a room can be marked as read
...
BUG: 501080
2025-11-13 20:11:06 +00:00
Paul Brown
ae24424a32
Adding anthropy@mastodon.derg.nz to list of supporters
2025-11-13 19:32:43 +00:00
l10n daemon script
51be282824
GIT_SILENT Sync po/docbooks with svn
2025-11-13 01:42:02 +00:00
Tobias Fella
c539dfc352
Fix crash when poll answer has fewer selections than possible
...
BUG: 511909
2025-11-12 12:29:53 +00:00
Carl Schwan
fe734206df
Add Thibault Molleman to the donnors
2025-11-12 11:14:38 +01:00
l10n daemon script
79a49165f1
GIT_SILENT Sync po/docbooks with svn
2025-11-11 01:51:20 +00:00
Tobias Fella
ada5eef088
Remove outdated flatpak font config
2025-11-10 17:27:25 +00:00
Tobias Fella
9cc5778126
Remove secret backup feature flag
...
There isn't really a point in hiding this behind a flag and it just makes the process even more confusing
2025-11-10 18:04:50 +01:00
l10n daemon script
b129805f94
GIT_SILENT Sync po/docbooks with svn
2025-11-10 01:44:58 +00:00
Joshua Goins
887865c0aa
Improve invited room counting
...
I didn't realize when redoing the tooltip for DMs that directChatInvites
was a boolean, not an integer type. Now it's changed to an integer type,
which fixes the DM invite count.
NeoChat apparently didn't count normal room invites until now either, so
now Home is highlighted in that case. Now it should be harder to miss
these kinds of invites.
2025-11-09 12:03:17 -05:00
Joshua Goins
1336194cf4
Don't send an erroneous SetTypingJob on start-up
...
You can see this while starting NeoChat, as it always fails because
localMember() isn't valid at this point. This is called during the
ChatBar setup as we're setting up the text, which also happens during
room switch.
2025-11-09 10:55:05 -05:00
Joshua Goins
5a7ae3563e
Fix alignment on the room invitation page
...
I forgot to horizontally center the room alias label, so it was usually
stuck to the left-side. I also don't know why I put the room alias on
top and the room name on the bottom, so those are swapped now too.
2025-11-09 10:54:54 -05:00
Joshua Goins
7c56e24fdc
Manually update badge count in initActiveConnection
...
Without doing this, it's possible to start NeoChat and have no badge
count despite having notable notifications. The reason for this is if
badgeNotificationCount was updated and changed before this function
call, and a call to refreshBadgeNotificationCount doesn't emit the
changed signal.
This is easy to work around by calling updateBadgeNotificationCount
ourselves.
2025-11-09 10:19:55 -05:00
Joshua Goins
e6b9abeca3
Account for pending invites in the badge notification count
2025-11-09 10:18:28 -05:00
l10n daemon script
1b45784a88
GIT_SILENT Sync po/docbooks with svn
2025-11-09 01:48:27 +00:00
Albert Astals Cid
a12b0d5282
GIT_SILENT Upgrade release service version to 26.03.70.
2025-11-06 18:29:06 +01:00
Paul Brown
a6d75f2ff5
Adding Joshua Strobl to list of supporters
2025-11-06 17:01:19 +00:00
l10n daemon script
b8f7f33b9a
GIT_SILENT Sync po/docbooks with svn
2025-11-06 16:14:20 +00:00
l10n daemon script
273d962707
GIT_SILENT Sync po/docbooks with svn
2025-11-06 01:40:42 +00:00
Paul Brown
5e8b44fea6
Adding Akseli as supporter
2025-11-05 21:56:17 +00:00
l10n daemon script
be9e2ec7d0
GIT_SILENT Sync po/docbooks with svn
2025-11-05 01:48:44 +00:00
l10n daemon script
ee042cc1a2
GIT_SILENT Sync po/docbooks with svn
2025-11-04 01:47:11 +00:00
Kristen McWilliam
25c0bc131a
feat: add font size scaling setting
...
Adds an option in Appearance Settings to adjust font size scaling,
improving accessibility and user customization.
2025-11-03 10:18:23 -05:00
Paul Brown
7def8c066c
Added anonymous donot to list of supporters
2025-11-03 12:50:59 +00:00
l10n daemon script
1ddaf37e52
GIT_SILENT Sync po/docbooks with svn
2025-11-02 01:39:31 +00:00
Heiko Becker
40694f502a
Fix version in appstream file
...
GIT_SILENT
2025-11-01 20:01:46 +01:00
l10n daemon script
d9f4a0a032
GIT_SILENT Sync po/docbooks with svn
2025-11-01 01:44:57 +00:00