Mayeul Cantan
5f086cd93d
Simplify PainterHighQualityEnabler code
...
There is no need to iterate over a list, flags can be applied and stored
simultaneously.
4 years ago
Mayeul Cantan
6219604ff8
Smooth avatars in widgets
4 years ago
Mayeul Cantan
2c542c398a
Smooth pictures in timeline
4 years ago
Mayeul Cantan
a176f0bf35
Smooth Avatars in timeline
...
This helps on low-dpi screens, getting rid of the jaggies.
4 years ago
DeepBlueV7.X
c3524ba89b
Merge pull request #313 from MayeulC/shrug-text
...
Allow sending text after `shrug`
4 years ago
Mayeul Cantan
a66046aaf0
Allow sending text after `shrug`
...
¯\_(ツ)_/¯ IDK, I like to write something after, sometimes
Allow sending:
¯\_(ツ)_/¯ some text
By entering:
/shrug some text
It's supported in Element. If you did it in nheko, you just used to lose the
extra text.
Not putting text is still supported, a ternary operator makes sure a
space is only inserted if the text isn't empty, to avoid having a trailing
space.
4 years ago
DeepBlueV7.X
5fb3d4ede8
Merge pull request #310 from MayeulC/fix-typo
...
Improve wording in multiple strings.
4 years ago
Mayeul Cantan
eea7aecc04
Wording: replace "encrypted room" with "encrypted private chat"
...
This is for consistency with "Start a private chat", and is more
specific.
4 years ago
Mayeul Cantan
bb1f2da4dc
Wording: change "Mobile mode" for "Touchscreen mode"
...
This is less ambiguous. Moreover, this mode might be useful on a
computer touchscreen.
4 years ago
Mayeul Cantan
7564de4f70
Wording: change "trusted users" for "verified users"
...
This is less ambiguous, as it aligns with the other uses.
Trusted might refer to something else, like the reputation project.
You can trust a user you haven't verified.
Also mention devices as this shares keys with verified devices, for when device
verification was performed without cross-signing.
4 years ago
Mayeul Cantan
a9a0635c02
Wording: Verification request isn't a request anymore once accepted
...
Replace it with "verification process".
4 years ago
DeepBlueV7.X
aafc214997
Merge pull request #312 from trilene/webrtc-video
...
Fix crash when stun server selected
4 years ago
trilene
20d2c44329
Fix crash when stun server selected
4 years ago
Nicolas Werner
888d004764
Supress unused var warning for STUN_SERVER (used only if gstreamer supported)
4 years ago
DeepBlueV7.X
b64e6e9cd5
Merge pull request #311 from trilene/webrtc-video
...
Support video calls
4 years ago
trilene
b260e7eeee
Unused variable
4 years ago
trilene
a19c66b79f
Remove unused variable
4 years ago
trilene
2838061f10
Avoid std::from_chars for now
4 years ago
trilene
51a559ab4a
Document better rtp payload types
4 years ago
trilene
c370dd8313
Avoid ugly error if pipeline creation fails
4 years ago
Joseph Donofry
0a004b87de
Fix clipboard image pasting crash on macos
4 years ago
trilene
fd479a91be
Merge remote-tracking branch 'upstream/master' into webrtc-video
4 years ago
Nicolas Werner
2143881997
Make back button bigger as it is hard to tap with your thumb
4 years ago
DeepBlueV7.X
fd4f173966
Merge pull request #308 from Nheko-Reborn/build-opt
...
Optimize build
4 years ago
Weblate
1ba08f1ae7
Translated using Weblate (Russian)
...
Currently translated at 31.3% (129 of 411 strings)
Co-authored-by: Priit Jõerüüt <nhkwlate@joeruut.com>
Translate-URL: https://weblate.nheko.im/projects/nheko/nheko-master/ru/
Translation: Nheko/nheko
4 years ago
Weblate
3524e6f80d
Translated using Weblate (Finnish)
...
Currently translated at 50.1% (206 of 411 strings)
Co-authored-by: Priit Jõerüüt <nhkwlate@joeruut.com>
Translate-URL: https://weblate.nheko.im/projects/nheko/nheko-master/fi/
Translation: Nheko/nheko
4 years ago
Weblate
6ef8e1729d
Translated using Weblate (French)
...
Currently translated at 100.0% (411 of 411 strings)
Co-authored-by: Mayeul Cantan <mayeul.cantan@gmail.com>
Translate-URL: https://weblate.nheko.im/projects/nheko/nheko-master/fr/
Translation: Nheko/nheko
4 years ago
Weblate
775699d578
Translated using Weblate (Estonian)
...
Currently translated at 100.0% (411 of 411 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
4 years ago
Nicolas Werner
70f35de449
Don't pass around empty timeline
4 years ago
trilene
b1300aff46
Fix crash on exit
4 years ago
Nicolas Werner
2bac6d6c75
Fix ambiguous namespace on gcc7
4 years ago
Nicolas Werner
e939a6b396
No roomid on leave
4 years ago
trilene
d9ca5309ac
Merge remote-tracking branch 'upstream/master' into webrtc-video
4 years ago
trilene
d1f3a3ef40
Support video calls
4 years ago
Nicolas Werner
12fff7408e
Optimize build
4 years ago
Weblate
8047442661
Translated using Weblate (English)
...
Currently translated at 100.0% (411 of 411 strings)
Co-authored-by: Joseph Donofry <rubberduckie3554@gmail.com>
Translate-URL: https://weblate.nheko.im/projects/nheko/nheko-master/en/
Translation: Nheko/nheko
4 years ago
Nicolas Werner
7f2d18c36d
Fix small scope issue
4 years ago
Joseph Donofry
62651fab02
Run update-translations
4 years ago
Nicolas Werner
0e7baa21ab
Disable new MessageInput, until you can paste images
4 years ago
Nicolas Werner
3d64df41da
Split up TimelineView into separate components
4 years ago
Nicolas Werner
3a0e55e97b
Qml message input mockup
4 years ago
DeepBlueV7.X
da085db6d6
Merge pull request #307 from LorenDB/ctrl-u
...
Delete text on Ctrl-U
4 years ago
Nicolas Werner
3d7bb22df4
Fix login
4 years ago
DeepBlueV7.X
592bf42640
Merge pull request #306 from LorenDB/master
...
Add option for separate profiles
4 years ago
LorenDB
a2bd266c11
Add option for unique config
4 years ago
Nicolas Werner
3172811ca7
Add mobile mode which improves scrolling
4 years ago
Nicolas Werner
53734607cf
Fix copying text
4 years ago
Nicolas Werner
4797b9fa96
Fix infinite pagination properly now.
4 years ago
Nicolas Werner
1ab20e0ee3
Fix share keys setting not working
4 years ago
Nicolas Werner
e537ece88d
Reload message on m.room_key
4 years ago