Nicolas Werner
aa63e50cea
Merge remote-tracking branch 'origin/perSpaceNotifs' into perSpaceNotifs
2 years ago
Weblate
aaa078a520
Translated using Weblate (French)
...
Currently translated at 86.9% (671 of 772 strings)
Co-authored-by: Guillaume Girol <symphorien+github@xlumurb.eu>
Translate-URL: https://weblate.nheko.im/projects/nheko/nheko-master/fr/
Translation: Nheko/nheko
2 years ago
Nicolas Werner
9056ca8615
Use normal instead of recursive mutex
2 years ago
Nicolas Werner
eeaf16e442
Fix race condition in dbus API
2 years ago
Nicolas Werner
d5b06939fd
Fix aliases being duplicated in the aliases list in some cases
2 years ago
Nicolas Werner
ac0de5779e
Fix command in flatpak
2 years ago
Nicolas Werner
3b9da48671
Set output name after the variable is defined
2 years ago
Nicolas Werner
b654064cd9
Fix output name for flatpak
2 years ago
Nicolas Werner
6ead7b0ba2
Fix rooms failing to load over dbus if image can't be downloaded
2 years ago
Nicolas Werner
af03138527
Try to fix titlebar on room dir
2 years ago
Nicolas Werner
11fa4821aa
Support rendering policy rules
2 years ago
Weblate
14c7e82846
Translated using Weblate (French)
...
Currently translated at 86.3% (667 of 772 strings)
Co-authored-by: Guillaume Girol <symphorien+github@xlumurb.eu>
Translate-URL: https://weblate.nheko.im/projects/nheko/nheko-master/fr/
Translation: Nheko/nheko
2 years ago
Nicolas Werner
b516202a8c
Fix clazy warning
2 years ago
Nicolas Werner
931855441a
Allow editing aliases
2 years ago
Nicolas Werner
42b53817e0
Fix users with @room in the name pinging the whole room when replied to
2 years ago
Nicolas Werner
f099ec63d1
Warn about emojis looking different in different clients
...
fixes #919
2 years ago
Nicolas Werner
f387e3b033
Fix emoji verification clipped on sway
...
fixes #917
2 years ago
Nicolas Werner
678806749d
Add a /command to redact all visible messages sent by a user
2 years ago
Nicolas Werner
7198cee85e
Fix crash on empty user cache stored
2 years ago
Nicolas Werner
7ebf43ce38
Fix crash when closing room directory window
2 years ago
DeepBlueV7.X
5bb0c676bd
Merge pull request #1111 from q234rty/master
...
Fix regressions after #1108
2 years ago
Weblate
91f1c00eba
Translated using Weblate (Chinese (Simplified))
...
Currently translated at 23.1% (179 of 772 strings)
Co-authored-by: ling <xll520yzl@gmail.com>
Translate-URL: https://weblate.nheko.im/projects/nheko/nheko-master/zh_Hans/
Translation: Nheko/nheko
2 years ago
q234rty
fd87dc615c
Fix emoji picker
2 years ago
q234rty
bda88a0379
Fix room member list
2 years ago
Loren Burkholder
e2e5e4926e
make lint
2 years ago
Loren Burkholder
885a790b1f
Simplify space notification options
2 years ago
Loren Burkholder
f264941615
make license
2 years ago
Loren Burkholder
7cbde0712f
Allow muting spaces; other general improvements
2 years ago
Loren Burkholder
4428e0e0b8
make lint
2 years ago
Loren Burkholder
7e9646cc25
Add notifications to all sidebar items
2 years ago
Loren Burkholder
f03c506bdf
Inform Qt that loud notifications changed
2 years ago
Loren Burkholder
863eaa1910
Add space notification configuration
2 years ago
Loren Burkholder
c2b6728955
Add space notifs to room list
2 years ago
Loren Burkholder
8ec0577807
Make the notification bubble its own component
2 years ago
Loren Burkholder
e446e3d679
Add loud notifications for spaces
2 years ago
Loren Burkholder
169384f0fa
Add space notifications to room list
2 years ago
Loren Burkholder
e7c24b094f
Fix typoed variable name
2 years ago
Loren Burkholder
2df2046d1d
Display unread notifications for spaces
2 years ago
Nicolas Werner
b6bbbdeae7
Fix bad timestamps being stored for room infos
2 years ago
q234rty
7a29531739
Fix blurriness of svg icons ( #1108 )
2 years ago
Nicolas Werner
3256d9bafe
Fix clazy complaint about detatch
2 years ago
brausepulver
98de51042a
Get large avatar images as scale and crop locally ( #1107 )
...
Resolves #1069
The Matrix spec requires servers to provide thumbnails at (96x96, crop) and (320x240, scale) among others. [1] The avatars in Nheko's global/room profile and room settings are sized 130x130 on normal scaling and 260x260 on 2x scaling like on a HiDPI device. In both cases the avatar is requested as cropped and that way displayed at 96x96, making it look blurry.
This can be solved by requesting scaled avatars rather than cropped where appropriate, and cropping to the requested size afterwards.
HiDPI can be simulated in Qt by setting QT_SCALE_FACTOR=2.
[1] https://spec.matrix.org/v1.3/client-server-api/#thumbnails
2 years ago
Weblate
e16d297d0c
Translated using Weblate (Finnish)
...
Currently translated at 100.0% (772 of 772 strings)
Co-authored-by: Lurkki14 <jussi.kuokkanen@protonmail.com>
Translate-URL: https://weblate.nheko.im/projects/nheko/nheko-master/fi/
Translation: Nheko/nheko
2 years ago
Nicolas Werner
1145610694
Fix timestamps after loading
2 years ago
Nicolas Werner
dc4a06517c
Add an option to define new power levels
2 years ago
Nicolas Werner
c25aeac4ca
Fix linting
2 years ago
Nicolas Werner
5772447874
Require matrix v1.1 or greater
2 years ago
Nicolas Werner
6e97f3da06
Refresh last message when paginating backwards
2 years ago
Nicolas Werner
dc4fbd167e
Fix linting
2 years ago
brausepulver
09c646d3fa
Add copy link to room context menu ( #1101 )
2 years ago