Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Reorganize all the dialogs into the dialogs folder | Loren Burkholder | 2021-09-29 | 1 | -326/+0 |
| | |||||
* | More profile improvements: | Thulinma | 2021-09-08 | 1 | -228/+242 |
| | | | | | | | | | - Now scrolls entire profile instead of only device list, improving the experience on smaller screens - Fixed centering of room name - Allow profile to be sized smaller to match the new scrolling behavior - Silenced warning about room being null for global profiles - Matrix URLs now open global profiles instead of room-specific profiles if the user is not in the currently opened room - Opening global profile from room specific profile now uses openGlobalUserProfile function instead of reinventing the wheel | ||||
* | Improvements to user profiles: | Thulinma | 2021-09-05 | 1 | -8/+50 |
| | | | | | | | | - Set a minimum width on the profile window (avatar size + margins) - Made avatar editing a separate button, so you can zoom in on your own avatars - Added hover text to avatar/displayname change buttons, which clarify where they will apply for global/room-specific profiles - Added display of room name for room-specific profiles, with hover text that explains what that means. - Added way to open global profile for users from their room-specific profiles (globe button next to room name) | ||||
* | 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 | -6/+8 |
| | | | | | | We explicitly set a parent. We can't assign to ApplicationWindow.transientParent though, only to Window.transientParent, so we just call setTransientParent in C++. | ||||
* | Port to explicit connect syntax | Nicolas Werner | 2021-07-27 | 1 | -2/+3 |
| | | | | Also fix a lot of warnings. | ||||
* | Add nheko logo spinner to relevant places in UI | Joseph Donofry | 2021-06-09 | 1 | -1/+3 |
| | |||||
* | 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 | -6/+6 |
| | |||||
* | Show verification status next to messages | Nicolas Werner | 2021-05-07 | 1 | -4/+4 |
| | |||||
* | Only show actions, when you have permissions to do them | Nicolas Werner | 2021-05-02 | 1 | -12/+15 |
| | |||||
* | Update translations | Nicolas Werner | 2021-04-17 | 1 | -1/+0 |
| | |||||
* | Set Dialog flag on Dialogs | Nicolas Werner | 2021-04-15 | 1 | -0/+2 |
| | | | | Relates to #538 | ||||
* | Use qsTr() for strings | Loren Burkholder | 2021-03-31 | 1 | -3/+3 |
| | |||||
* | 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 |
| | |||||
* | Fix miscalculation of padding in timeline | Nicolas Werner | 2021-02-20 | 1 | -0/+1 |
| | |||||
* | Merge branch 'master' into room_settings_qml | Akhil Nair | 2021-02-14 | 1 | -4/+9 |
|\ | |||||
| * | make lint | trilene | 2021-02-07 | 1 | -4/+9 |
| | | |||||
* | | added changing of name through edit modal, removed old roomsettings | Jedi18 | 2021-02-12 | 1 | -1/+0 |
|/ | |||||
* | Merge branch 'master' into avatar_username_feature | DeepBlueV7.X | 2021-02-03 | 1 | -9/+15 |
|\ | |||||
| * | Try to fix format script and fix linting | Joseph Donofry | 2021-02-02 | 1 | -9/+8 |
| | | |||||
| * | Merge pull request #431 from Jedi18/avatar_username_feature | DeepBlueV7.X | 2021-02-01 | 1 | -2/+32 |
| |\ | | | | | | | Username editing (room specific and global) | ||||
| * | | Close user profile dialog on Esc | Loren Burkholder | 2021-01-29 | 1 | -0/+5 |
| | | | |||||
| * | | Center user info dialog on the screen | Loren Burkholder | 2021-01-29 | 1 | -0/+2 |
| | | | |||||
* | | | add loading indicator | Jedi18 | 2021-02-02 | 1 | -0/+7 |
| | | | |||||
* | | | add error message and update avatars on avatar change in timeline and user ↵ | Jedi18 | 2021-02-02 | 1 | -0/+31 |
| | | | | | | | | | | | | profile dialog | ||||
* | | | update room and global avatar through user profile | Jedi18 | 2021-02-01 | 1 | -1/+1 |
| |/ |/| | |||||
* | | focus and select text on clicking edit button | Jedi18 | 2021-01-30 | 1 | -0/+2 |
| | | |||||
* | | shifted isUsernameEditingAllowed to qml from c++ | Jedi18 | 2021-01-29 | 1 | -5/+12 |
| | | |||||
* | | made requeste changes | Jedi18 | 2021-01-29 | 1 | -5/+5 |
| | | |||||
* | | Changed edit method from double clicking to an edit button | Jedi18 | 2021-01-28 | 1 | -7/+15 |
| | | |||||
* | | Username can be edited by double clicking on text, added global user profile ↵ | Jedi18 | 2021-01-28 | 1 | -36/+15 |
| | | | | | | | | menu action in user info widget | ||||
* | | update room specific username from userprofile | Jedi18 | 2021-01-27 | 1 | -0/+34 |
|/ | |||||
* | Fix UserProfile's behavior in dark theme | Loren Burkholder | 2021-01-22 | 1 | -0/+1 |
| | |||||
* | Remove unused stuff in profile | Nicolas Werner | 2021-01-18 | 1 | -8/+0 |
| | |||||
* | Revert "Update QtQuick versions to match Qt 5.10" | Nicolas Werner | 2021-01-12 | 1 | -3/+3 |
| | | | | This reverts commit 74e32dd96b8ed04d46802226551e72b68ab17e48. | ||||
* | Make it easier to understand, what button to click for verification from profile | Nicolas Werner | 2021-01-12 | 1 | -1/+10 |
| | |||||
* | Update QtQuick versions to match Qt 5.10 | Joseph Donofry | 2021-01-11 | 1 | -3/+3 |
| | |||||
* | Clean up Avatar click event handling | Joseph Donofry | 2021-01-11 | 1 | -0/+1 |
| | |||||
* | Lint qml with qml-format | Nicolas Werner | 2020-10-08 | 1 | -164/+167 |
| | |||||
* | Calculate verification status from cross-signing sigs and update dynamically | Nicolas Werner | 2020-10-08 | 1 | -2/+1 |
| | |||||
* | Make steps in verification flow explicit | Nicolas Werner | 2020-10-05 | 1 | -28/+3 |
| | |||||
* | Clean up verification and key cache a bit | Nicolas Werner | 2020-10-02 | 1 | -1/+1 |
| | |||||
* | Split qml part of Device Verification | CH Chethan Reddy | 2020-09-14 | 1 | -2/+2 |
| | |||||
* | Single line click handler | Nicolas Werner | 2020-09-13 | 1 | -13/+7 |
| | |||||
* | Clean up UserProfile a bit | Nicolas Werner | 2020-09-13 | 1 | -197/+143 |
| | |||||
* | Some fixes | Chethan2k1 | 2020-09-12 | 1 | -3/+3 |
| | |||||
* | Fix wrong tran_id issue | Chethan2k1 | 2020-09-10 | 1 | -2/+2 |
| | |||||
* | [WIP] Room Verification Works! | CH Chethan Reddy | 2020-08-18 | 1 | -1/+1 |
| | |||||
* | [WIP] Room-Verification Messages | CH Chethan Reddy | 2020-08-09 | 1 | -4/+11 |
| | |||||
* | Adding Room Key Verification Stuff | CH Chethan Reddy | 2020-07-30 | 1 | -1/+21 |
| | |||||
* | Adding icons to UserProfile | CH Chethan Reddy | 2020-07-30 | 1 | -34/+47 |
| | |||||
* | Refactor UserProfile | Nicolas Werner | 2020-07-30 | 1 | -213/+204 |
| | |||||
* | Some issue with UserProfile | CH Chethan Reddy | 2020-07-30 | 1 | -23/+21 |
| | |||||
* | [WIP] Add Caching for users | CH Chethan Reddy | 2020-07-30 | 1 | -5/+6 |
| | |||||
* | Error Handling and some fixes | CH Chethan Reddy | 2020-07-30 | 1 | -9/+7 |
| | |||||
* | Add some Userprofile buttons | CH Chethan Reddy | 2020-07-30 | 1 | -3/+59 |
| | |||||
* | Some more fixes | CH Chethan Reddy | 2020-07-30 | 1 | -13/+17 |
| | |||||
* | Fix presence indicator | Nicolas Werner | 2020-07-30 | 1 | -1/+2 |
| | |||||
* | Some more changes | CH Chethan Reddy | 2020-07-30 | 1 | -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 on | CH Chethan Reddy | 2020-07-30 | 1 | -4/+6 |
| | | | | recieving start or request | ||||
* | Handle Device Verification related to_device messages | Chethan2k1 | 2020-07-30 | 1 | -9/+10 |
| | |||||
* | Add SAS Method choice and Add send_to_device API call | Chethan2k1 | 2020-07-30 | 1 | -1/+18 |
| | |||||
* | Tweak UI for device verification and Add more slots | Chethan2k1 | 2020-07-30 | 1 | -9/+29 |
| | |||||
* | Add C++ Model for DeviceList | CH Chethan Reddy | 2020-07-30 | 1 | -22/+36 |
| | |||||
* | Adding DeviceList for userprofile | Chethan2k1 | 2020-07-30 | 1 | -1/+17 |
| | |||||
* | Rewrite UserProfile in qml | CH Chethan Reddy | 2020-07-30 | 1 | -0/+85 |