Commit Graph

4711 Commits

Author SHA1 Message Date
Nicolas Werner 732b82c04d
Allow summary tag 2022-08-20 23:45:38 +02:00
Forest f66ed4bea5 Reactions: avoid highlight color misuse, subdue border color
This addresses a few problems with reaction colors:

- The state-checking conditionals for reaction text, background, and border
  were inconsistent, making it difficult to choose colors for each state
  (normal, hovered, and self reactions) that worked well in all themes.
- The QPalette::Highlight color was being misused as a text/foreground color.
  This color role is intended for background areas.  It has little contrast
  against the background in themes like KDE Plasma's Breeze High Contrast,
  so using it for text and icons makes those things difficult to read.
  https://doc.qt.io/qt-5/qpalette.html#ColorRole-enum
- The reaction border was drawn in the same color as normal text, making it
  so bright in some dark themes that it distracted from reading nearby text.

Fixes Nheko-Reborn/nheko#1159
2022-08-19 21:14:58 -07:00
Forest 4d1a01c829
Focus message input box when pressing Esc
This helps with #1065, although I think making sure the message input box gets focus by default would be worthwhile.
2022-08-19 07:41:22 +00:00
Nicolas Werner ff87bef030
Fix inline image escape order 2022-08-18 22:05:47 +02:00
Nicolas Werner 08b304eccf
Break http images and implement barebones spoiler support when not in mobile mode
see #1042
see #483
2022-08-17 01:35:40 +02:00
DeepBlueV7.X 0e4932d973
Merge pull request #1155 from foresto/grammar-apostrophe
Grammar fix:  Group's sidebar -> Groups sidebar
2022-08-16 19:26:33 +00:00
Forest a4bd65ee1e Grammar fix: Group's sidebar -> Groups sidebar 2022-08-15 21:49:57 -07:00
Nicolas Werner e8d5829c1f
Reduce memory usage when compiling slightly 2022-08-15 20:03:45 +02:00
Nicolas Werner b51ad45dc2
Make member search case insensitive 2022-08-13 18:13:42 +02:00
Nicolas Werner 1cfbac4c92
Fix crash when device has no keys to verify 2022-08-13 18:01:16 +02:00
Nicolas Werner 242b7d5506
Fix crash when fetching global profile 2022-08-13 16:28:41 +02:00
Nicolas Werner 9570c3ccc4
Enable encryption for DMs when started from the profile 2022-08-13 15:51:04 +02:00
Nicolas Werner 9714486447
Hide uneditable spaces from menu 2022-08-10 00:28:23 +02:00
Nicolas Werner 376612e4eb
Support editing space children 2022-08-10 00:20:44 +02:00
Nicolas Werner 68c02da6c8
Change preview title for spaces 2022-08-08 22:55:23 +02:00
Nicolas Werner f14c192231
Fix c&p error on room names in previews 2022-08-08 22:54:36 +02:00
Weblate 52a3df88cd Translated using Weblate (Finnish)
Currently translated at 100.0% (807 of 807 strings)

Co-authored-by: Lurkki14 <jussi.kuokkanen@protonmail.com>
Translate-URL: https://weblate.nheko.im/projects/nheko/nheko-master/fi/
Translation: Nheko/nheko
2022-08-06 13:21:36 -04:00
Nicolas Werner cd289e0587
Fix macos shadowing 2022-08-05 22:10:22 +02:00
Nicolas Werner 9d8d6b4bca
Show a room preview in the join confirmation dialog
Requires MSC3266

Fixes #1129
2022-08-05 21:57:54 +02:00
Joseph Donofry 213a28eee3
Add notification authorization for badges on macOS 2022-08-04 17:57:43 -04:00
Nicolas Werner a1968110d5
Fix notification format on windows
fixes #1137
2022-08-01 23:43:20 +02:00
Weblate 3517b6506c Translated using Weblate (Polish)
Currently translated at 99.8% (806 of 807 strings)

Co-authored-by: Przemysław Romanik <github@rom4nik.pl>
Translate-URL: https://weblate.nheko.im/projects/nheko/nheko-master/pl/
Translation: Nheko/nheko
2022-08-01 11:29:40 -04:00
Weblate 5ba444b596 Translated using Weblate (Estonian)
Currently translated at 100.0% (807 of 807 strings)

Co-authored-by: Priit Jõerüüt <nhkwlate@joeruut.com>
Translate-URL: https://weblate.nheko.im/projects/nheko/nheko-master/et/
Translation: Nheko/nheko
2022-07-31 02:02:10 -04:00
Nicolas Werner 18f4f4351a
Fix room members dialog opening room member dialog of the wrong room 2022-07-30 16:47:56 +02:00
Nicolas Werner db43743697
Fix too many fmt parameters 2022-07-30 16:47:55 +02:00
Nicolas Werner 3c480d47f1
Make code compile with hidden friends 2022-07-29 04:04:44 +02:00
Weblate b594242358 Translated using Weblate (Polish)
Currently translated at 99.8% (806 of 807 strings)

Co-authored-by: Przemysław Romanik <github@rom4nik.pl>
Translate-URL: https://weblate.nheko.im/projects/nheko/nheko-master/pl/
Translation: Nheko/nheko
2022-07-25 22:32:26 -04:00
Weblate c97aa84618 Translated using Weblate (Polish)
Currently translated at 99.8% (806 of 807 strings)

Co-authored-by: Przemysław Romanik <github@rom4nik.pl>
Translate-URL: https://weblate.nheko.im/projects/nheko/nheko-master/pl/
Translation: Nheko/nheko
2022-07-24 19:50:42 -04:00
Weblate 82db4ec16a Translated using Weblate (Polish)
Currently translated at 99.8% (806 of 807 strings)

Co-authored-by: Przemysław Romanik <github@rom4nik.pl>
Translate-URL: https://weblate.nheko.im/projects/nheko/nheko-master/pl/
Translation: Nheko/nheko
2022-07-24 16:42:03 -04:00
Weblate c1758bb22c Translated using Weblate (Polish)
Currently translated at 99.8% (806 of 807 strings)

Co-authored-by: Przemysław Romanik <github@rom4nik.pl>
Translate-URL: https://weblate.nheko.im/projects/nheko/nheko-master/pl/
Translation: Nheko/nheko
2022-07-24 08:53:43 -04:00
Nicolas Werner d5a6a46bc5
Pass context object to properly disconnect when this is deleted 2022-07-23 13:55:53 +02:00
Nicolas Werner 12cae4d0ba
Explicitly upgrade ca-certs 2022-07-23 13:55:48 +02:00
DeepBlueV7.X 87365c4b5f
Merge pull request #1126 from nenomius/master
Do less work when building completion trie
2022-07-23 13:00:11 +02:00
Nicolas Werner 251afa7270
Update clazy baseimage 2022-07-23 12:34:50 +02:00
nenomius 5e99bace90 Do less work when building completion trie
Convert to lower case only once per string.
2022-07-23 13:33:36 +03:00
Weblate b9a940166e Translated using Weblate (English)
Currently translated at 100.0% (807 of 807 strings)

Co-authored-by: Przemysław Romanik <github@rom4nik.pl>
Translate-URL: https://weblate.nheko.im/projects/nheko/nheko-master/en/
Translation: Nheko/nheko
2022-07-23 04:54:00 -04:00
Weblate 1614555fee Translated using Weblate (Polish)
Currently translated at 99.8% (806 of 807 strings)

Translated using Weblate (Polish)

Currently translated at 99.8% (806 of 807 strings)

Translated using Weblate (Polish)

Currently translated at 99.8% (806 of 807 strings)

Translated using Weblate (Polish)

Currently translated at 99.8% (806 of 807 strings)

Co-authored-by: AXD <dexkingcrazy@gmail.com>
Co-authored-by: Przemysław Romanik <github@rom4nik.pl>
Co-authored-by: Stanisław Borowy <stabor7@protonmail.com>
Co-authored-by: luff eman <userx@disroot.org>
Translate-URL: https://weblate.nheko.im/projects/nheko/nheko-master/pl/
Translation: Nheko/nheko
2022-07-23 04:54:00 -04:00
Weblate 6f05cebf25 Translated using Weblate (Polish)
Currently translated at 77.6% (627 of 807 strings)

Translated using Weblate (Polish)

Currently translated at 77.6% (627 of 807 strings)

Co-authored-by: Przemysław Romanik <github@rom4nik.pl>
Co-authored-by: Weblate <noreply@weblate.org>
Co-authored-by: luff eman <userx@disroot.org>
Translate-URL: https://weblate.nheko.im/projects/nheko/nheko-master/pl/
Translation: Nheko/nheko
2022-07-22 16:54:01 -04:00
Weblate bd38e71229 Translated using Weblate (Polish)
Currently translated at 77.3% (624 of 807 strings)

Translated using Weblate (Polish)

Currently translated at 77.3% (624 of 807 strings)

Co-authored-by: Przemysław Romanik <github@rom4nik.pl>
Co-authored-by: Weblate <noreply@weblate.org>
Co-authored-by: luff eman <userx@disroot.org>
Translate-URL: https://weblate.nheko.im/projects/nheko/nheko-master/pl/
Translation: Nheko/nheko
2022-07-22 16:53:34 -04:00
Weblate 47d93053b8 Translated using Weblate (Polish)
Currently translated at 70.0% (565 of 807 strings)

Translated using Weblate (Polish)

Currently translated at 70.0% (565 of 807 strings)

Co-authored-by: Przemysław Romanik <github@rom4nik.pl>
Co-authored-by: Weblate <noreply@weblate.org>
Co-authored-by: luff eman <userx@disroot.org>
Translate-URL: https://weblate.nheko.im/projects/nheko/nheko-master/pl/
Translation: Nheko/nheko
2022-07-22 16:21:21 -04:00
Weblate 2df813cb28 Translated using Weblate (Polish)
Currently translated at 69.8% (564 of 807 strings)

Translated using Weblate (Polish)

Currently translated at 69.8% (564 of 807 strings)

Co-authored-by: Przemysław Romanik <github@rom4nik.pl>
Co-authored-by: Weblate <noreply@weblate.org>
Co-authored-by: luff eman <userx@disroot.org>
Translate-URL: https://weblate.nheko.im/projects/nheko/nheko-master/pl/
Translation: Nheko/nheko
2022-07-22 16:19:08 -04:00
Weblate f5651f6bf1 Translated using Weblate (Polish)
Currently translated at 69.6% (562 of 807 strings)

Translated using Weblate (Polish)

Currently translated at 69.6% (562 of 807 strings)

Co-authored-by: Przemysław Romanik <github@rom4nik.pl>
Co-authored-by: Weblate <noreply@weblate.org>
Co-authored-by: luff eman <userx@disroot.org>
Translate-URL: https://weblate.nheko.im/projects/nheko/nheko-master/pl/
Translation: Nheko/nheko
2022-07-22 16:18:32 -04:00
Weblate 3d1a905590 Translated using Weblate (Polish)
Currently translated at 69.5% (561 of 807 strings)

Translated using Weblate (Polish)

Currently translated at 69.5% (561 of 807 strings)

Co-authored-by: Przemysław Romanik <github@rom4nik.pl>
Co-authored-by: Weblate <noreply@weblate.org>
Co-authored-by: luff eman <userx@disroot.org>
Translate-URL: https://weblate.nheko.im/projects/nheko/nheko-master/pl/
Translation: Nheko/nheko
2022-07-22 16:17:25 -04:00
Weblate 6ad727e5e8 Translated using Weblate (Polish)
Currently translated at 69.2% (559 of 807 strings)

Translated using Weblate (Polish)

Currently translated at 69.2% (559 of 807 strings)

Co-authored-by: Przemysław Romanik <github@rom4nik.pl>
Co-authored-by: Weblate <noreply@weblate.org>
Co-authored-by: luff eman <userx@disroot.org>
Translate-URL: https://weblate.nheko.im/projects/nheko/nheko-master/pl/
Translation: Nheko/nheko
2022-07-22 16:14:48 -04:00
Weblate c4ede51ff6 Translated using Weblate (Polish)
Currently translated at 69.0% (557 of 807 strings)

Translated using Weblate (Polish)

Currently translated at 69.0% (557 of 807 strings)

Co-authored-by: Przemysław Romanik <github@rom4nik.pl>
Co-authored-by: Weblate <noreply@weblate.org>
Co-authored-by: luff eman <userx@disroot.org>
Translate-URL: https://weblate.nheko.im/projects/nheko/nheko-master/pl/
Translation: Nheko/nheko
2022-07-22 16:14:13 -04:00
Weblate 4d68d26cb1 Translated using Weblate (Polish)
Currently translated at 68.7% (555 of 807 strings)

Translated using Weblate (Polish)

Currently translated at 68.7% (555 of 807 strings)

Co-authored-by: Przemysław Romanik <github@rom4nik.pl>
Co-authored-by: Weblate <noreply@weblate.org>
Co-authored-by: luff eman <userx@disroot.org>
Translate-URL: https://weblate.nheko.im/projects/nheko/nheko-master/pl/
Translation: Nheko/nheko
2022-07-22 16:11:35 -04:00
Weblate c580adefb9 Translated using Weblate (Polish)
Currently translated at 68.2% (551 of 807 strings)

Translated using Weblate (Polish)

Currently translated at 68.2% (551 of 807 strings)

Co-authored-by: Przemysław Romanik <github@rom4nik.pl>
Co-authored-by: Weblate <noreply@weblate.org>
Co-authored-by: luff eman <userx@disroot.org>
Translate-URL: https://weblate.nheko.im/projects/nheko/nheko-master/pl/
Translation: Nheko/nheko
2022-07-22 16:07:03 -04:00
Weblate 5303807dd6 Translated using Weblate (Polish)
Currently translated at 68.1% (550 of 807 strings)

Co-authored-by: luff eman <userx@disroot.org>
Translate-URL: https://weblate.nheko.im/projects/nheko/nheko-master/pl/
Translation: Nheko/nheko
2022-07-22 16:04:14 -04:00
Weblate 7851c3be8c Translated using Weblate (Polish)
Currently translated at 68.0% (549 of 807 strings)

Translated using Weblate (Polish)

Currently translated at 68.0% (549 of 807 strings)

Co-authored-by: Przemysław Romanik <github@rom4nik.pl>
Co-authored-by: Weblate <noreply@weblate.org>
Co-authored-by: luff eman <userx@disroot.org>
Translate-URL: https://weblate.nheko.im/projects/nheko/nheko-master/pl/
Translation: Nheko/nheko
2022-07-22 16:02:07 -04:00
Weblate 2440a93b3c Translated using Weblate (Polish)
Currently translated at 67.6% (546 of 807 strings)

Translated using Weblate (Polish)

Currently translated at 67.6% (546 of 807 strings)

Co-authored-by: Przemysław Romanik <github@rom4nik.pl>
Co-authored-by: Weblate <noreply@weblate.org>
Co-authored-by: luff eman <userx@disroot.org>
Translate-URL: https://weblate.nheko.im/projects/nheko/nheko-master/pl/
Translation: Nheko/nheko
2022-07-22 16:00:05 -04:00