summary refs log tree commit diff
path: root/resources/qml/UserProfile.qml (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Lint qml with qml-formatNicolas Werner2020-10-081-164/+167
|
* Calculate verification status from cross-signing sigs and update dynamicallyNicolas Werner2020-10-081-2/+1
|
* Make steps in verification flow explicitNicolas Werner2020-10-051-28/+3
|
* Clean up verification and key cache a bitNicolas Werner2020-10-021-1/+1
|
* Split qml part of Device VerificationCH Chethan Reddy2020-09-141-2/+2
|
* Single line click handlerNicolas Werner2020-09-131-13/+7
|
* Clean up UserProfile a bitNicolas Werner2020-09-131-197/+143
|
* Some fixesChethan2k12020-09-121-3/+3
|
* Fix wrong tran_id issueChethan2k12020-09-101-2/+2
|
* [WIP] Room Verification Works!CH Chethan Reddy2020-08-181-1/+1
|
* [WIP] Room-Verification MessagesCH Chethan Reddy2020-08-091-4/+11
|
* Adding Room Key Verification StuffCH Chethan Reddy2020-07-301-1/+21
|
* Adding icons to UserProfileCH Chethan Reddy2020-07-301-34/+47
|
* Refactor UserProfileNicolas Werner2020-07-301-213/+204
|
* Some issue with UserProfileCH Chethan Reddy2020-07-301-23/+21
|
* [WIP] Add Caching for usersCH Chethan Reddy2020-07-301-5/+6
|
* Error Handling and some fixesCH Chethan Reddy2020-07-301-9/+7
|
* Add some Userprofile buttonsCH Chethan Reddy2020-07-301-3/+59
|
* Some more fixesCH Chethan Reddy2020-07-301-13/+17
|
* Fix presence indicatorNicolas Werner2020-07-301-1/+2
|
* Some more changesCH Chethan Reddy2020-07-301-11/+25
| | | | | | | | | | | - 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
* Add DeviceVerificationList to keep track of all flows and Popup onCH Chethan Reddy2020-07-301-4/+6
| | | | recieving start or request
* Handle Device Verification related to_device messagesChethan2k12020-07-301-9/+10
|
* Add SAS Method choice and Add send_to_device API callChethan2k12020-07-301-1/+18
|
* Tweak UI for device verification and Add more slotsChethan2k12020-07-301-9/+29
|
* Add C++ Model for DeviceListCH Chethan Reddy2020-07-301-22/+36
|
* Adding DeviceList for userprofileChethan2k12020-07-301-1/+17
|
* Rewrite UserProfile in qmlCH Chethan Reddy2020-07-301-0/+85