Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix emoji verification dialogue being cut off | Brayd | 2024-04-19 | 1 | -1/+1 |
| | |||||
* | Fix verification with multiple devices in parallel | Nicolas Werner | 2024-01-15 | 1 | -0/+2 |
| | | | | Fixes #1125 | ||||
* | Enable even more qml linter warnings | Nicolas Werner | 2023-10-26 | 3 | -3/+0 |
| | |||||
* | More qml cleanups | Nicolas Werner | 2023-10-26 | 1 | -4/+4 |
| | |||||
* | Fix palette access and QMediaPlayer errors | Nicolas Werner | 2023-06-08 | 7 | -16/+15 |
| | |||||
* | 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 | 8 | -24/+8 |
| | | | | | | 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 | 8 | -0/+8 |
| | |||||
* | Various grammar fixes (mostly removing commas) | Loren Burkholder | 2022-09-30 | 1 | -2/+2 |
| | |||||
* | Warn about emojis looking different in different clients | Nicolas Werner | 2022-07-03 | 1 | -0/+11 |
| | | | | fixes #919 | ||||
* | Fix emoji verification clipped on sway | Nicolas Werner | 2022-07-03 | 7 | -593/+560 |
| | | | | 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 | 8 | -67/+46 |
| | |||||
* | Update year in copyright notice to shut up lint job | Nicolas Werner | 2022-01-01 | 9 | -0/+9 |
| | |||||
* | Prompt user when there are unverified devices | Nicolas Werner | 2021-11-01 | 1 | -1/+4 |
| | |||||
* | move device verification management to its own file | Nicolas Werner | 2021-10-17 | 1 | -1/+1 |
| | |||||
* | Add missing qsTr | Nicolas Werner | 2021-09-20 | 1 | -1/+1 |
| | |||||
* | Fix a few verification typos | Nicolas Werner | 2021-09-20 | 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++. | ||||
* | Merge remote-tracking branch 'origin/master' into nheko_loading_spinner | Joseph Donofry | 2021-07-08 | 1 | -0/+1 |
|\ | |||||
| * | Render community items | Nicolas Werner | 2021-06-11 | 1 | -0/+1 |
| | | |||||
* | | Add nheko logo spinner to relevant places in UI | Joseph Donofry | 2021-06-09 | 2 | -3/+6 |
|/ | |||||
* | 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 | 8 | -14/+14 |
| | |||||
* | 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 | 9 | -0/+9 |
| | |||||
* | Show mxid on hovering username | Nicolas Werner | 2021-03-07 | 9 | -9/+0 |
| | | | | fixes #507 | ||||
* | Update license headers | Nicolas Werner | 2021-03-05 | 9 | -0/+36 |
| | |||||
* | Fix typo | trilene | 2021-01-18 | 1 | -1/+1 |
| | |||||
* | Update translations | Nicolas Werner | 2021-01-15 | 1 | -1/+1 |
| | |||||
* | Use minimum required versions for qml imports | Nicolas Werner | 2021-01-12 | 9 | -9/+9 |
| | |||||
* | Revert "Update QtQuick versions to match Qt 5.10" | Nicolas Werner | 2021-01-12 | 9 | -17/+17 |
| | | | | This reverts commit 74e32dd96b8ed04d46802226551e72b68ab17e48. | ||||
* | Make it easier to understand, what button to click for verification from profile | Nicolas Werner | 2021-01-12 | 1 | -3/+3 |
| | |||||
* | Make device verification request dialogs easier to understand. | Nicolas Werner | 2021-01-12 | 1 | -2/+18 |
| | |||||
* | Update QtQuick versions to match Qt 5.10 | Joseph Donofry | 2021-01-11 | 9 | -17/+17 |
| | |||||
* | Wording: Verification request isn't a request anymore once accepted | Mayeul Cantan | 2020-10-31 | 1 | -2/+2 |
| | | | | Replace it with "verification process". | ||||
* | Lint qml with qml-format | Nicolas Werner | 2020-10-08 | 9 | -465/+841 |
| | |||||
* | 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 | 3 | -16/+17 |
| | |||||
* | Make steps in verification flow explicit | Nicolas Werner | 2020-10-05 | 10 | -168/+91 |
| | |||||
* | Clean up verification pages a bit | Nicolas Werner | 2020-10-02 | 9 | -122/+17 |
| | |||||
* | Fix verification start to start with request | Nicolas Werner | 2020-10-02 | 2 | -2/+1 |
| | |||||
* | Split qml part of Device Verification | CH Chethan Reddy | 2020-09-14 | 11 | -588/+635 |
| | |||||
* | 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 | 2 | -16/+16 |
| | |||||
* | Make emojis a bit smaller | Nicolas Werner | 2020-07-30 | 2 | -3/+28 |
| | |||||
* | 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 | 2 | -33/+57 |
| | |||||
* | First design iteration of device verification dialogs | Nicolas Werner | 2020-07-30 | 3 | -0/+471 |