summary refs log tree commit diff
path: root/resources/qml/UserProfile.qml (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Reorganize all the dialogs into the dialogs folderLoren Burkholder2021-09-291-326/+0
|
* More profile improvements:Thulinma2021-09-081-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:Thulinma2021-09-051-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 dialogsJoseph Donofry2021-08-191-1/+1
|
* Fix window placement on wayland and add close buttonsNicolas Werner2021-08-041-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 syntaxNicolas Werner2021-07-271-2/+3
| | | | Also fix a lot of warnings.
* Add nheko logo spinner to relevant places in UIJoseph Donofry2021-06-091-1/+3
|
* Fix device list not showing up and UserProfile blocking the windowNicolas Werner2021-05-221-1/+1
|
* Make palette global in QmlNicolas Werner2021-05-131-6/+6
|
* Show verification status next to messagesNicolas Werner2021-05-071-4/+4
|
* Only show actions, when you have permissions to do themNicolas Werner2021-05-021-12/+15
|
* Update translationsNicolas Werner2021-04-171-1/+0
|
* Set Dialog flag on DialogsNicolas Werner2021-04-151-0/+2
| | | | Relates to #538
* Use qsTr() for stringsLoren Burkholder2021-03-311-3/+3
|
* Fix conflict between qmlformat and license checkNicolas Werner2021-03-071-0/+1
|
* Show mxid on hovering usernameNicolas Werner2021-03-071-1/+0
| | | | fixes #507
* Update license headersNicolas Werner2021-03-051-0/+4
|
* Fix miscalculation of padding in timelineNicolas Werner2021-02-201-0/+1
|
* Merge branch 'master' into room_settings_qmlAkhil Nair2021-02-141-4/+9
|\
| * make linttrilene2021-02-071-4/+9
| |
* | added changing of name through edit modal, removed old roomsettingsJedi182021-02-121-1/+0
|/
* Merge branch 'master' into avatar_username_featureDeepBlueV7.X2021-02-031-9/+15
|\
| * Try to fix format script and fix lintingJoseph Donofry2021-02-021-9/+8
| |
| * Merge pull request #431 from Jedi18/avatar_username_featureDeepBlueV7.X2021-02-011-2/+32
| |\ | | | | | | Username editing (room specific and global)
| * | Close user profile dialog on EscLoren Burkholder2021-01-291-0/+5
| | |
| * | Center user info dialog on the screenLoren Burkholder2021-01-291-0/+2
| | |
* | | add loading indicatorJedi182021-02-021-0/+7
| | |
* | | add error message and update avatars on avatar change in timeline and user ↵Jedi182021-02-021-0/+31
| | | | | | | | | | | | profile dialog
* | | update room and global avatar through user profileJedi182021-02-011-1/+1
| |/ |/|
* | focus and select text on clicking edit buttonJedi182021-01-301-0/+2
| |
* | shifted isUsernameEditingAllowed to qml from c++Jedi182021-01-291-5/+12
| |
* | made requeste changesJedi182021-01-291-5/+5
| |
* | Changed edit method from double clicking to an edit buttonJedi182021-01-281-7/+15
| |
* | Username can be edited by double clicking on text, added global user profile ↵Jedi182021-01-281-36/+15
| | | | | | | | menu action in user info widget
* | update room specific username from userprofileJedi182021-01-271-0/+34
|/
* Fix UserProfile's behavior in dark themeLoren Burkholder2021-01-221-0/+1
|
* Remove unused stuff in profileNicolas Werner2021-01-181-8/+0
|
* Revert "Update QtQuick versions to match Qt 5.10"Nicolas Werner2021-01-121-3/+3
| | | | This reverts commit 74e32dd96b8ed04d46802226551e72b68ab17e48.
* Make it easier to understand, what button to click for verification from profileNicolas Werner2021-01-121-1/+10
|
* Update QtQuick versions to match Qt 5.10Joseph Donofry2021-01-111-3/+3
|
* Clean up Avatar click event handlingJoseph Donofry2021-01-111-0/+1
|
* 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