schwarzsascha
a9689a6f2d
Update nheko_de.ts
...
fixed typo
2025-02-21 12:01:41 +01:00
Nicolas Werner
8a5a004936
Update gpg key in flatpak refs
2025-01-31 00:38:49 +01:00
Nicolas Werner
be0a1bc39c
Fix reactions sometimes html encoding text
2025-01-18 20:07:56 +01:00
Nicolas Werner
101934b2ba
See if not disabling native menu items fixes them
2025-01-16 00:57:11 +01:00
Nicolas Werner
5fe8ebf335
Try to force a native menu item sync after adding the item
...
Hopefully this makes it visible and enabled properly.
2025-01-10 01:15:56 +01:00
Nicolas Werner
e9bbd61110
Try updating the menu after it is opened
...
Maybe this fixed the menus being in partial state on macos
2025-01-10 00:06:52 +01:00
Nicolas Werner
76f19d879e
Use ubuntu 24.10 for flatpak to fix flatpak builder issue
2025-01-09 18:44:21 +01:00
Nicolas Werner
1572f47c7e
Update flatmanager client
2025-01-09 18:12:04 +01:00
Nicolas Werner
ee795fb186
Bump flatpak runtime
2025-01-09 18:12:04 +01:00
DeepBlueV7.X
20c9e3d937
Merge pull request #1854 from Integral-Tech/add-frame-rates
...
fix: add more options for screen sharing frame rate
2025-01-08 18:16:04 +00:00
Integral
9df3bc1eb8
fix: add more options for screen sharing frame rate
...
Currently, the maximum frame rate of screen sharing is only 25fps.
Add more options to increase the maximum frame rate.
This PR fixes issue #1851 .
2025-01-09 02:10:07 +08:00
Nicolas Werner
cd21ff6993
Horrific hack to hide menu entries when invisible
...
Workaround for https://bugreports.qt.io/browse/QTBUG-54767 or
https://bugreports.qt.io/browse/QTBUG-130996 .
This is probably the worst code I have written in a while, but basically
we add a value interceptor to filter out any invisible menu entry. This
is pretty dangerous because one false step crashes the whole menu. Menu
entries are actually Cpp owned and need to be manually deleted unless
they are removed via removeItem. Care needs to be taken to not mess up
the contentData list.
I expect this to break soon.
2025-01-06 22:04:48 +01:00
Nicolas Werner
7db1711b09
Bump clazy version
2025-01-05 16:34:44 +01:00
Nicolas Werner
f6788ecf1f
Break up large key requests into smaller ones
...
Otherwise we might get stuck on requests exceeding the server side size
limits forever.
2025-01-05 15:32:25 +01:00
Nicolas Werner
96a07cf7d9
Fix space menu duplicate entries not getting removed
2025-01-05 01:26:19 +01:00
Nicolas Werner
51900a04f7
Fix "redacts" power level editing
2024-12-18 01:26:33 +01:00
Nicolas Werner
2ded62f77d
Fix video thumbnails for small videos
2024-11-30 02:05:03 +01:00
Nicolas Werner
a3219c71d7
Disable cmake re2 workaround on mac
2024-11-20 21:17:24 +01:00
Nicolas Werner
80b82f2261
Try to force parallel hunter build on macos
2024-11-20 21:17:24 +01:00
Nicolas Werner
18f13f187c
Upgrade macos apple silicon CI image
2024-11-20 21:17:19 +01:00
Joseph Donofry
bca05d38c4
Undo log artifact upload
2024-11-17 18:37:16 -05:00
Joseph Donofry
da91f83178
Make sure to upload on failure
2024-11-17 18:13:02 -05:00
Joseph Donofry
c1ef49ac54
Temporarily upload notarization error log
2024-11-17 18:12:58 -05:00
Nicolas Werner
a646e381e2
Fix broken homebrew in macos-as CI
2024-11-17 20:53:17 +01:00
Nicolas Werner
71651b81a8
Get rid of reply fallback in text messages since MSC2781 is merged
2024-11-17 20:17:39 +01:00
Nicolas Werner
0b368827bf
Update translations
2024-11-17 19:53:43 +01:00
Nicolas Werner
ae9d8ba4ae
Try to improve the native menu situation on Qt 6.8
2024-11-17 19:42:22 +01:00
DeepBlueV7.X
50859f2535
Merge pull request #1804 from Laevos/laevos/fix-untrusted-source-message
...
grammar fix for untrusted source message
2024-11-17 18:27:24 +00:00
DeepBlueV7.X
1a00d91316
Merge pull request #1833 from Integral-Tech/refactor-string-conversion
...
refactor: use fmt lib to avoid back-and-forth conversion
2024-10-30 01:10:07 +00:00
Integral
b7a5d714c6
refactor: use fmt lib to avoid back-and-forth conversion
2024-10-19 16:49:12 +08:00
DeepBlueV7.X
2f967978f2
Merge pull request #1825 from Integral-Tech/fix-tooltip
...
Add profile name to tooltip & fix message count
2024-10-13 22:19:09 +00:00
Integral
3b0df06629
Add profile name to tooltip & fix message count
2024-10-13 20:55:58 +08:00
Nicolas Werner
27683bedc4
Fix media deletion of animated files
2024-10-09 03:39:19 +02:00
Nicolas Werner
80a39cca17
Disable http3 support by default and warn if users enable it
2024-10-08 23:49:29 +02:00
Nicolas Werner
5523460f4e
Fix menu positions
2024-10-08 23:35:13 +02:00
Nicolas Werner
65c6e96e24
Get rid of platform dialogs/menus now that Qt6.8 supports native menus without them
...
This will look bad on some platforms and older versions for now, but
should fix a lot of crashes and we can report the rest as bugs.
2024-10-08 23:04:41 +02:00
Nicolas Werner
3a3c3def7c
Bump qt version in apple silicon build
2024-10-08 22:37:00 +02:00
Nicolas Werner
da2d7861d7
Move more templates out of the cache private header
2024-10-08 20:18:47 +02:00
Nicolas Werner
db68281a28
Limit status messages to 255 bytes
2024-10-08 16:55:07 +02:00
Laevos
ab64a8eaf5
update message to preserve meaning
2024-09-29 22:30:18 -07:00
Nicolas Werner
048af42780
Remove manual menu bar mangling on macos
...
This is causing probably more issues nowadays than it fixes. Qt should
be adding those menus for us now, so let's remove it and see, what
breaks!
2024-09-25 12:11:01 +02:00
DeepBlueV7.X
cc4ace3c12
Merge pull request #1795 from q234rty/remove-virtual-keyboard-check
...
Always allow sending messages by enter even with IMEs
2024-09-24 18:30:52 +00:00
DeepBlueV7.X
3ef92487fd
Merge pull request #1816 from p12tic/readme-debian-requirements
...
Do not fetch Qt from Debian experimental when building for Qt6
2024-09-24 18:29:45 +00:00
Povilas Kanapickas
037d7e6b35
Do not fetch Qt from Debian experimental when building for Qt6
...
Qt version in Debian Trixie is 6.6 as of September 2024. Therefore there
is no need to use experimental repositories.
2024-09-24 20:06:54 +03:00
Laevos
bb230179b4
grammar fix for untrusted source message
2024-09-17 14:58:48 -07:00
Nicolas Werner
25e552c6fa
Fix default insets on Qt6.7 in room and communities list
2024-09-09 23:30:17 +02:00
Nicolas Werner
1baf583f15
Remove boost references
2024-09-06 23:43:21 +02:00
Nicolas Werner
d1eb351975
Allow loading image only after explicit interactions
2024-08-21 00:29:11 +02:00
Nicolas Werner
c1038a3e4a
Warn about room name and topic not being encrypted
2024-08-17 00:46:01 +02:00
q234rty
87cb63e1fd
Always allow sending messages by enter even with IMEs
...
Qt.inputMethod.visible is true in kwin_wayland when maliit is enabled and activated,
however kwin does not actually show maliit w/o touch input [1].
Moreover, having send by enter might still be desired even for virtual keyboards.
Remove the check for virtual keyboards as suggested by @deepbluev7,
people could still use Settings.invertEnterKey for newlines.
[1]: https://invent.kde.org/plasma/kwin/-/blob/v6.1.4/src/inputmethod.cpp?ref_type=tags#L185
2024-08-14 16:52:50 +08:00