DeepBlueV7.X
b9dcdbcb81
Merge pull request #337 from trilene/master
...
Mitigate webrtc race condition
4 years ago
trilene
9a8a584fa8
Mitigate webrtc race condition
4 years ago
DeepBlueV7.X
45e91a7ee4
Merge pull request #334 from Kirillpt/issue_292
...
fix #292
4 years ago
DeepBlueV7.X
d13a1c6494
Apply suggestions from code review
4 years ago
DeepBlueV7.X
ebe0cd79d7
Update src/ui/TextField.cpp
4 years ago
kirillpt
4e8a2d8c9e
remove QFontMEtrics declaration
4 years ago
kirillpt
daf8531e3f
fixed error_label_ below login button, now it's calculating height and uses correct word wrapping
4 years ago
kirillpt
3047f1a89f
remove some useless matrixid layout, and move error_label_ under homeserver input(FIXME)
4 years ago
kirillpt
b00ee2c1c5
fix word wraping for matrixid error message
4 years ago
kirillpt
566987bdf9
make lint
4 years ago
kirillpt
ac73f10eba
move error_matrixid label below matrixid input, made hide/show for the label, made red underline for invalid input, add to TextField class isValid() setValid() for custom validation
4 years ago
kirillpt
4032f6e113
make lint
4 years ago
kirillpt
8a2cfddf7e
Added QLabel for matrixIdError output and added new function which output input id error, improve code like suggest @deepbluev7 , return for error_label setWordWrap
4 years ago
kirillpt
ec34af3d85
make lint
4 years ago
kirillpt
89d28d3b69
fixed issue 292, but removed wordWrap from error_label_, because hint looks bad with it
4 years ago
DeepBlueV7.X
40a487109d
Merge pull request #332 from Kirillpt/russian-translate
...
Russian translate
4 years ago
kirillpt
b63c3a4d95
make update-translations
4 years ago
kirillpt
e2c18a3195
add more russian translations
4 years ago
Nicolas Werner
5df47c4b4a
Make reply background a bit less saturated
4 years ago
Nicolas Werner
081bd8d5f1
Add some padding between scrollbar and messages
4 years ago
Weblate
7e0f3e1278
Added translation using Weblate (Swedish)
...
Co-authored-by: Emilie <em@nao.sh>
4 years ago
Nicolas Werner
0afc55626a
Fix tags and world buttons leaking as communities leaking over the network
4 years ago
Nicolas Werner
371e5a2991
Silence signal syntax deprecated
4 years ago
DeepBlueV7.X
3ec8a291b6
Merge pull request #327 from kamathmanu/qtBackwardsCompatability
...
Make compatible with qt 5.12
4 years ago
kamathmanu
eb72fd2cf9
Make compatible with qt 5.12
4 years ago
DeepBlueV7.X
4d9d049f2a
Merge pull request #325 from trilene/webrtc-video
...
Make incoming call ringtone a user setting
4 years ago
trilene
ee543254e8
clang-format
4 years ago
trilene
8c037f83c5
Make incoming call ringtone a user setting
4 years ago
DeepBlueV7.X
9c4148cca3
Merge pull request #314 from MayeulC/smoothie-2
...
Smooth all the things [v2]
4 years ago
DeepBlueV7.X
27bf654d92
Merge pull request #320 from trilene/webrtc-video
...
Video calls: add local webcam view
4 years ago
DeepBlueV7.X
a2332934af
Merge pull request #319 from HarHarLinks/patch-1
...
Update README with element.io
4 years ago
trilene
d391404b79
Video calls: add local webcam view
4 years ago
Kim Brose
dabaceea67
Update README with element.io
4 years ago
Weblate
57b4b606ce
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
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