Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix palette access and QMediaPlayer errors | Nicolas Werner | 2023-06-08 | 1 | -3/+2 |
| | |||||
* | Add width to device verification window | 0xDEADCADE | 2023-03-21 | 1 | -0/+1 |
| | | | Fixes the device verification window being 0 or 1 pixels wide on some tiling window managers. | ||||
* | Get rid of year in license headers | Nicolas Werner | 2023-02-21 | 1 | -3/+1 |
| | | | | | | See also: https://daniel.haxx.se/blog/2023/01/08/copyright-without-years/ https://hynek.me/til/copyright-years/ | ||||
* | A whole new year full of excitement and possibilities! | Nicolas Werner | 2023-01-02 | 1 | -0/+1 |
| | |||||
* | Fix emoji verification clipped on sway | Nicolas Werner | 2022-07-03 | 1 | -14/+22 |
| | | | | fixes #917 | ||||
* | Fix focus and qml parenting with qml root | Nicolas Werner | 2022-01-26 | 1 | -1/+0 |
| | |||||
* | Fix device verification colors | Nicolas Werner | 2022-01-12 | 1 | -2/+4 |
| | |||||
* | Update year in copyright notice to shut up lint job | Nicolas Werner | 2022-01-01 | 1 | -0/+1 |
| | |||||
* | move device verification management to its own file | Nicolas Werner | 2021-10-17 | 1 | -1/+1 |
| | |||||
* | Add Qt.WindowTitleHint to qml dialogs | Joseph Donofry | 2021-08-19 | 1 | -1/+1 |
| | |||||
* | Fix window placement on wayland and add close buttons | Nicolas Werner | 2021-08-04 | 1 | -4/+3 |
| | | | | | | We explicitly set a parent. We can't assign to ApplicationWindow.transientParent though, only to Window.transientParent, so we just call setTransientParent in C++. | ||||
* | Fix device list not showing up and UserProfile blocking the window | Nicolas Werner | 2021-05-22 | 1 | -1/+1 |
| | |||||
* | Make palette global in Qml | Nicolas Werner | 2021-05-13 | 1 | -1/+1 |
| | |||||
* | Set Dialog flag on Dialogs | Nicolas Werner | 2021-04-15 | 1 | -0/+3 |
| | | | | Relates to #538 | ||||
* | Fix conflict between qmlformat and license check | Nicolas Werner | 2021-03-07 | 1 | -0/+1 |
| | |||||
* | Show mxid on hovering username | Nicolas Werner | 2021-03-07 | 1 | -1/+0 |
| | | | | fixes #507 | ||||
* | Update license headers | Nicolas Werner | 2021-03-05 | 1 | -0/+4 |
| | |||||
* | Use minimum required versions for qml imports | Nicolas Werner | 2021-01-12 | 1 | -1/+1 |
| | |||||
* | Revert "Update QtQuick versions to match Qt 5.10" | Nicolas Werner | 2021-01-12 | 1 | -1/+1 |
| | | | | This reverts commit 74e32dd96b8ed04d46802226551e72b68ab17e48. | ||||
* | Update QtQuick versions to match Qt 5.10 | Joseph Donofry | 2021-01-11 | 1 | -1/+1 |
| | |||||
* | Lint qml with qml-format | Nicolas Werner | 2020-10-08 | 1 | -90/+137 |
| | |||||
* | Calculate verification status from cross-signing sigs and update dynamically | Nicolas Werner | 2020-10-08 | 1 | -2/+2 |
| | |||||
* | Fix in room verification | Nicolas Werner | 2020-10-06 | 1 | -0/+2 |
| | |||||
* | Show different verification errors | Nicolas Werner | 2020-10-05 | 1 | -1/+0 |
| | |||||
* | Make steps in verification flow explicit | Nicolas Werner | 2020-10-05 | 1 | -31/+49 |
| | |||||
* | Fix verification start to start with request | Nicolas Werner | 2020-10-02 | 1 | -1/+0 |
| | |||||
* | Split qml part of Device Verification | CH Chethan Reddy | 2020-09-14 | 1 | -588/+33 |
| | |||||
* | Making sure Verification Objects are deleted properly | Chethan2k1 | 2020-09-10 | 1 | -14/+14 |
| | |||||
* | Fix wrong tran_id issue | Chethan2k1 | 2020-09-10 | 1 | -9/+10 |
| | |||||
* | Small Fixes | CH Chethan Reddy | 2020-08-29 | 1 | -1/+0 |
| | |||||
* | [WIP] Room-Verification Messages | CH Chethan Reddy | 2020-08-09 | 1 | -1/+3 |
| | |||||
* | Add Room Verification Messages | CH Chethan Reddy | 2020-07-30 | 1 | -1/+6 |
| | |||||
* | Adding icons to UserProfile | CH Chethan Reddy | 2020-07-30 | 1 | -0/+4 |
| | |||||
* | Error Handling and some fixes | CH Chethan Reddy | 2020-07-30 | 1 | -42/+10 |
| | |||||
* | Add some Userprofile buttons | CH Chethan Reddy | 2020-07-30 | 1 | -3/+12 |
| | |||||
* | Fix presence indicator | Nicolas Werner | 2020-07-30 | 1 | -8/+1 |
| | |||||
* | Some more changes | CH Chethan Reddy | 2020-07-30 | 1 | -46/+163 |
| | | | | | | | | | | | - 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 | ||||
* | Some Improvements | CH Chethan Reddy | 2020-07-30 | 1 | -11/+15 |
| | | | | | | | - DeviceVerificationList change to LinkedList to improve time complexity while deleting - Downgrade the flow to not use key.verification.done and key.verification.ready | ||||
* | Add some more slots and mac | CH Chethan Reddy | 2020-07-30 | 1 | -2/+2 |
| | |||||
* | Shared secret with decimal and emoji works! | CH Chethan Reddy | 2020-07-30 | 1 | -13/+13 |
| | |||||
* | Add DeviceVerificationList to keep track of all flows and Popup on | CH Chethan Reddy | 2020-07-30 | 1 | -9/+51 |
| | | | | recieving start or request | ||||
* | Handle Device Verification related to_device messages | Chethan2k1 | 2020-07-30 | 1 | -1/+1 |
| | |||||
* | Add SAS Method choice and Add send_to_device API call | Chethan2k1 | 2020-07-30 | 1 | -0/+16 |
| | |||||
* | Tweak UI for device verification and Add more slots | Chethan2k1 | 2020-07-30 | 1 | -2/+39 |
| | |||||
* | Adding DeviceList for userprofile | Chethan2k1 | 2020-07-30 | 1 | -8/+0 |
| | |||||
* | Add DeviceVerificationFlow dummy and verification test button | Nicolas Werner | 2020-07-30 | 1 | -0/+8 |
| | |||||
* | Use label in device verification dialogs (for proper theming) | Nicolas Werner | 2020-07-30 | 1 | -14/+14 |
| | |||||
* | Make emojis a bit smaller | Nicolas Werner | 2020-07-30 | 1 | -3/+3 |
| | |||||
* | Set proper emoji font for device verification | Nicolas Werner | 2020-07-30 | 1 | -0/+8 |
| | |||||
* | Add DeviceVerificationFlow dummy and verification test button | Nicolas Werner | 2020-07-30 | 1 | -20/+57 |
| | |||||
* | First design iteration of device verification dialogs | Nicolas Werner | 2020-07-30 | 1 | -0/+392 |