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
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
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
71651b81a8
Get rid of reply fallback in text messages since MSC2781 is merged
2024-11-17 20:17:39 +01:00
Integral
b7a5d714c6
refactor: use fmt lib to avoid back-and-forth conversion
2024-10-19 16:49:12 +08: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
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
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
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
Nicolas Werner
c8c3d1c611
Suppress warning for unused previousCount on macOS
2024-08-05 20:50:26 +02:00
DeepBlueV7.X
50f9edfe19
Merge pull request #1774 from Integral-Tech/add-trayicon-tooltip
...
Add number of unread messages to tray icon toolTip
2024-08-04 11:56:55 +00:00
Integral
aac96d6f50
Use %n to make the plural forms work properly
2024-07-28 00:57:25 +08:00
Vitaly
8ff2824527
Fixed build against fmt 11.
2024-07-16 12:41:30 +02:00
Integral
01cc12fede
Add number of unread messages to tray icon toolIip
2024-07-07 23:28:36 +08:00
Schrijvers Luc
019cb11abf
No wayland on Haiku, fixes build errors
2024-06-24 20:04:43 +02:00
DeepBlueV7.X
9eac31627a
Merge pull request #1734 from Integral-Tech/confirm-passwd
...
Add dialog for repeating password when exporting keys
2024-06-20 20:04:53 +00:00
Nicolas Werner
3357dc21a5
Skip users we don't share a room with in invite dialog
...
Fixes #1757
2024-06-20 21:56:12 +02:00
Nicolas Werner
311d9ad31e
Allow setting a scale factor on Windows
...
Fixes #1756
2024-06-20 21:40:53 +02:00
Nicolas Werner
a486d8d7fc
Fix tray icon badge count not getting updated since 838b091acd
2024-06-20 21:35:55 +02:00
Nicolas Werner
941f7f5ed5
Fix QT_CONFIG check for wayland is only available since Qt6.7
2024-06-20 20:16:33 +02:00
Nicolas Werner
2142a8dd9c
Fix compilation on systems without specific platform interfaces
...
fixes #1749
2024-06-20 17:07:30 +02:00
Nicolas Werner
c7483aed98
Fix crash on empty mxid in ignore commands
...
fixes #1753
2024-06-20 17:00:23 +02:00
Integral
992468d6c1
Place repeatedPassword after first check & remove unnecessary empty check
2024-06-17 11:00:56 +08:00
Nicolas Werner
1d252ae66f
Generate event links only using room ids
2024-06-14 14:53:27 +02:00
Nicolas Werner
20f17aaa36
Fix avatar change rendering
2024-06-14 00:05:26 +02:00
Nicolas Werner
b39ffc2f1a
Fix disabling a room ping
2024-06-13 04:36:34 +02:00
Nicolas Werner
64bba3736d
Update changelog
2024-06-10 02:16:20 +02:00
Nicolas Werner
96a066f246
lint
2024-06-09 15:56:09 +02:00
Nicolas Werner
3533f104bd
Properly restore room mentions state after edit
2024-06-09 15:30:30 +02:00
Nicolas Werner
777c41daa1
Support authenticated media
2024-06-06 01:34:23 +02:00
Nicolas Werner
d0d95df89d
Fix marking newly created rooms as DM automatically
...
fixes #1718
2024-06-04 00:37:23 +02:00
Nicolas Werner
9f5982e180
Prevent opening empty profiles
...
Should fix 1707
2024-06-04 00:19:20 +02:00
Nicolas Werner
ec9af40fc5
fix mentions with markdown and in edits
2024-05-31 18:28:16 +02:00
Nicolas Werner
1c5f747856
Disable image loaded workaround for Qt 6.7 and up
...
(since it is fixed there)
2024-05-27 22:28:28 +02:00
Nicolas Werner
3ad0f15f6d
Fix an empty profile name allowing you to open a profile twice
2024-05-27 21:15:44 +02:00
Integral
95dc80ddec
Update src/UserSettingsPage.cpp
...
Co-authored-by: Urszula <u.wnuk@proton.me>
2024-05-26 02:22:14 +00:00
DeepBlueV7.X
d3561d7939
Merge pull request #1727 from checkraisefold/test_linux_fix
...
Fix OpenGL video sinkchain crash
2024-05-24 21:37:01 +00:00
Integral
1ab3a37056
Add dialog for repeating password when exporting keys
2024-05-19 13:25:18 -07:00
checkraisefold
8a35cf4c5a
Fix OpenGL video sinkchain crash
2024-05-17 14:55:33 -07:00
DeepBlueV7.X
f1f7f8e730
Merge pull request #1731 from q234rty/master
...
Use `XDG_ACTIVATION_TOKEN` from environment variables by default
2024-05-16 11:32:02 +00:00
Nicolas Werner
6150979270
Don't show spoilers in sidebar or notifications if possible
...
fixes #1247
2024-05-16 13:12:37 +02:00
q234rty
2a6cd88b7a
Use XDG_ACTIVATION_TOKEN from environment variables by default
2024-05-16 19:00:55 +08:00
checkraisefold
e7d28b96da
Windows screenshare/video call support, general call improvements ( #1725 )
...
* Initial support for d3d11 qml video item
* Windows screenshare support, D3D11
* misc fixes
* further window visibility checks
* preview updates
* fix qml preview
* fix compositor
* add libnice plugin dep
* re-run formatter
* final formatter fix [skip ci]
* fix tumbleweed build
---------
Co-authored-by: Joseph Donofry <rubberduckie3554@gmail.com>
2024-05-10 15:22:58 -04:00