Nicolas Werner
02e459b4e6
Fix unused variable
4 years ago
Nicolas Werner
1be42045ee
fix linting
4 years ago
Nicolas Werner
626d8bf151
Remove tweeny
4 years ago
Joseph Donofry
4b12b53133
Fix linting
4 years ago
Nicolas Werner
a6f0d2ea7d
Update license headers
4 years ago
Joseph Donofry
87bf761dc2
Properly format matrix errors in spdlog statements
4 years ago
Nicolas Werner
af9b66dd3e
Linkify topic in room settings and use non-deprecated MessageDialog
4 years ago
Jedi18
b5e351ab02
Replace rowlayouts with gridlayout and fix room settings initializer list
4 years ago
Nicolas Werner
d43607d01c
Fix hover handling in the timeline
4 years ago
Jedi18
1a406f79e6
replaced with togglebutton using qtquickcontrols2
4 years ago
Jedi18
f3596aed55
added room topic
4 years ago
Jedi18
35aa0126ac
added changing of name through edit modal, removed old roomsettings
4 years ago
Jedi18
f044e2d2a1
fix avatar update on timeline sync
4 years ago
Jedi18
a7d7d18e92
shifted room avatar changing
4 years ago
Jedi18
473b14ed0f
added roomversion, roomid etc
4 years ago
Jedi18
7401bd13b2
added notifications and encryption for the new roomsettings
4 years ago
Jedi18
b70f37194f
ui almost looks the same, midway between transition from old room settings to new room settings
4 years ago
Nicolas Werner
8d95532b28
Fix linting
4 years ago
Nicolas Werner
0285bf5e4e
Remove unused variables
4 years ago
Nicolas Werner
935abee62e
Fix unused capture warning
4 years ago
Jedi18
2ff3c0c97e
fixed global avatar updation in the dialog
4 years ago
Jedi18
cd3f719e43
add loading indicator
4 years ago
Jedi18
d535cc5e75
add error message and update avatars on avatar change in timeline and user profile dialog
4 years ago
Jedi18
c3e02240bf
update room and global avatar through user profile
4 years ago
Jedi18
e09e587796
shifted isUsernameEditingAllowed to qml from c++
4 years ago
Jedi18
9b5a287d14
made requeste changes
4 years ago
Jedi18
195bb0499b
fix linting 2
4 years ago
Jedi18
fa7ad4f234
Shifted fetching of global username fom timeline model to user profile
4 years ago
Jedi18
3b82b2ff97
fix linting
4 years ago
Jedi18
b3f29f592b
Changed edit method from double clicking to an edit button
4 years ago
Jedi18
87490c29cd
Username can be edited by double clicking on text, added global user profile menu action in user info widget
4 years ago
Jedi18
5e3f513655
update room specific username from userprofile
4 years ago
Nicolas Werner
31881e14d9
Make it easier to understand, what button to click for verification from profile
4 years ago
Nicolas Werner
39f9b7d90a
Handle matrix scheme
...
Link opening only works on Linux for now.
See https://github.com/matrix-org/matrix-doc/pull/2312
4 years ago
Kirillpt
68b2f6cb4f
Improve Register page ( #346 )
...
* add username error label, add word wrapping for error labels
* make lint
* last commits
* remove font, and remove some lambdas
* add QRegularExpression for regex
* improve review things
* add isModified() for checkFields()
* add check isModified() for all fields in checkFields
* Update src/RegisterPage.cpp
Co-authored-by: DeepBlueV7.X <nicolas.werner@hotmail.de>
* remove emit call for showError
Co-authored-by: DeepBlueV7.X <nicolas.werner@hotmail.de>
4 years ago
kirillpt
5a3905b337
change Toggle behavior
4 years ago
kirillpt
f0eb4bfe1e
fix validation feature in TextInput, it was trouble in password field in the login page
4 years ago
Nicolas Werner
c74077a41f
Implement Qml drag and drop
4 years ago
kirillpt
46605d86f2
maybe fix toggle work in code
4 years ago
DeepBlueV7.X
ebe0cd79d7
Update src/ui/TextField.cpp
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
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
Nicolas Werner
12fff7408e
Optimize build
4 years ago
Nicolas Werner
7b6fab3373
Calculate verification status from cross-signing sigs and update dynamically
4 years ago
Nicolas Werner
bca29a4227
Make steps in verification flow explicit
4 years ago
Nicolas Werner
94690ebd4c
Clean up verification and key cache a bit
4 years ago
Chethan2k1
e8eeb480d5
Fix Wrong Emojis Issue in Room Verification
4 years ago
Nicolas Werner
10f09d4f43
Fix catch by value warning
4 years ago
CH Chethan Reddy
0d1dd29b19
Small Fixes
4 years ago