Joseph Donofry
9504d02f18
Add Qt.WindowTitleHint to qml dialogs
3 years ago
Nicolas Werner
87e81498b7
Fix window placement on wayland and add close buttons
...
We explicitly set a parent. We can't assign to
ApplicationWindow.transientParent though, only to
Window.transientParent, so we just call setTransientParent in C++.
3 years ago
Nicolas Werner
d8c0d4874b
Render community items
4 years ago
Joseph Donofry
284ca27fdc
Add nheko logo spinner to relevant places in UI
4 years ago
Nicolas Werner
f2bc184550
Fix device list not showing up and UserProfile blocking the window
4 years ago
Nicolas Werner
a7f8b23b52
Make palette global in Qml
4 years ago
Nicolas Werner
84b2cf08a1
Set Dialog flag on Dialogs
...
Relates to #538
4 years ago
Nicolas Werner
05c636a8d4
Fix qml license headers again
4 years ago
Nicolas Werner
1961312b15
Improve sorting and sizing of completions a bit
4 years ago
Nicolas Werner
c03f716e8b
Fix conflict between qmlformat and license check
4 years ago
Nicolas Werner
bb6ff8cec8
Show mxid on hovering username
...
fixes #507
4 years ago
Nicolas Werner
a6f0d2ea7d
Update license headers
4 years ago
trilene
150046233b
Fix typo
4 years ago
Nicolas Werner
ca54de0b50
Update translations
4 years ago
Nicolas Werner
826a5cfb14
Use minimum required versions for qml imports
4 years ago
Nicolas Werner
6090d00251
Revert "Update QtQuick versions to match Qt 5.10"
...
This reverts commit 74e32dd96b
.
4 years ago
Nicolas Werner
31881e14d9
Make it easier to understand, what button to click for verification from profile
4 years ago
Nicolas Werner
81762119b9
Make device verification request dialogs easier to understand.
4 years ago
Joseph Donofry
74e32dd96b
Update QtQuick versions to match Qt 5.10
4 years ago
Mayeul Cantan
a9a0635c02
Wording: Verification request isn't a request anymore once accepted
...
Replace it with "verification process".
4 years ago
Nicolas Werner
1a029112d9
Lint qml with qml-format
4 years ago
Nicolas Werner
7b6fab3373
Calculate verification status from cross-signing sigs and update dynamically
4 years ago
Nicolas Werner
64d5a193f1
Fix in room verification
4 years ago
Nicolas Werner
8a4d85f801
Show different verification errors
4 years ago
Nicolas Werner
bca29a4227
Make steps in verification flow explicit
4 years ago
Nicolas Werner
51964c4fd7
Clean up verification pages a bit
4 years ago
Nicolas Werner
54e3c2c96b
Fix verification start to start with request
4 years ago
CH Chethan Reddy
8eb74daf76
Split qml part of Device Verification
4 years ago
Chethan2k1
a27662dc08
Making sure Verification Objects are deleted properly
4 years ago
Chethan2k1
e70b4e4268
Fix wrong tran_id issue
4 years ago
CH Chethan Reddy
0d1dd29b19
Small Fixes
4 years ago
CH Chethan Reddy
2e20049b36
[WIP] Room-Verification Messages
4 years ago
CH Chethan Reddy
3635c185e9
Add Room Verification Messages
4 years ago
CH Chethan Reddy
1103cc15cf
Adding icons to UserProfile
4 years ago
CH Chethan Reddy
ffa61095b8
Error Handling and some fixes
4 years ago
CH Chethan Reddy
00e36b6068
Add some Userprofile buttons
4 years ago
Nicolas Werner
4862be06be
Fix presence indicator
4 years ago
CH Chethan Reddy
1633650303
Some more changes
...
- remove unnecessary field sender in userprofile.qml
- cover user facing string with qsTr to get picked by translations
- add spacing and fix theming issue
- increase and add color to username
- change back to QVector from QLinkedList cause I have mistaken
better time complexity to give better benchmark
red
4 years ago
CH Chethan Reddy
d49ab15656
Some Improvements
...
- DeviceVerificationList change to LinkedList to improve time
complexity while deleting
- Downgrade the flow to not use key.verification.done and
key.verification.ready
4 years ago
CH Chethan Reddy
ce013e67a6
Add some more slots and mac
4 years ago
CH Chethan Reddy
67367d0004
Shared secret with decimal and emoji works!
4 years ago
CH Chethan Reddy
41b6ef0c32
Add DeviceVerificationList to keep track of all flows and Popup on
...
recieving start or request
4 years ago
Chethan2k1
1eb162cb6f
Handle Device Verification related to_device messages
4 years ago
Chethan2k1
cd5dd0e39b
Add SAS Method choice and Add send_to_device API call
4 years ago
Chethan2k1
b628f485ff
Tweak UI for device verification and Add more slots
4 years ago
Chethan2k1
a54a973ad6
Adding DeviceList for userprofile
4 years ago
Nicolas Werner
707248fea3
Add DeviceVerificationFlow dummy and verification test button
4 years ago
Nicolas Werner
b1362ca69f
Use label in device verification dialogs (for proper theming)
4 years ago
Nicolas Werner
fed0463e57
Make emojis a bit smaller
4 years ago
Nicolas Werner
480c4bc8f5
Set proper emoji font for device verification
4 years ago