summary refs log tree commit diff
path: root/src/ui/UserProfile.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Reduce allocations using QStringLiteralNicolas Werner2021-12-291-2/+2
|
* Some qt6 prepNicolas Werner2021-12-281-1/+1
|
* Allow changing device names, display last seen time and IPThulinma2021-10-201-1/+4
|
* Add support for listing devices that do not support encryption, add support ↵Thulinma2021-10-171-1/+17
| | | | | | for logging out devices. Ticks off another box in #23!
* Remove duplicated verification status calculationNicolas Werner2021-10-071-1/+5
|
* Added support for refreshing the device list, marking current device with a ↵Thulinma2021-10-061-0/+2
| | | | checkmark instead of a lock
* Change indentation to 4 spacesNicolas Werner2021-09-181-101/+100
|
* Improvements to user profiles:Thulinma2021-09-051-0/+1
| | | | | | | | - 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)
* Fix device list not showing up and UserProfile blocking the windowNicolas Werner2021-05-221-1/+2
|
* Show verification status next to messagesNicolas Werner2021-05-071-5/+7
|
* Only show actions, when you have permissions to do themNicolas Werner2021-05-021-0/+2
|
* Update license headersNicolas Werner2021-03-051-0/+4
|
* fixed global avatar updation in the dialogJedi182021-02-021-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-1/+3
| | | | profile dialog
* update room and global avatar through user profileJedi182021-02-011-0/+6
|
* shifted isUsernameEditingAllowed to qml from c++Jedi182021-01-291-8/+2
|
* made requeste changesJedi182021-01-291-2/+2
|
* fix linting 2Jedi182021-01-291-1/+1
|
* Shifted fetching of global username fom timeline model to user profileJedi182021-01-291-3/+7
|
* fix lintingJedi182021-01-281-3/+3
|
* Changed edit method from double clicking to an edit buttonJedi182021-01-281-2/+3
|
* Username can be edited by double clicking on text, added global user profile ↵Jedi182021-01-281-0/+9
| | | | menu action in user info widget
* update room specific username from userprofileJedi182021-01-271-0/+1
|
* Make it easier to understand, what button to click for verification from profileNicolas Werner2021-01-121-0/+6
|
* Optimize buildNicolas Werner2020-10-271-6/+0
|
* Calculate verification status from cross-signing sigs and update dynamicallyNicolas Werner2020-10-081-2/+6
|
* Make steps in verification flow explicitNicolas Werner2020-10-051-2/+8
|
* Fix Wrong Emojis Issue in Room VerificationChethan2k12020-09-041-1/+1
|
* [WIP] Room-Verification MessagesCH Chethan Reddy2020-08-091-2/+4
|
* Adding Room Key Verification StuffCH Chethan Reddy2020-07-301-0/+4
|
* Updating keys of outdated encrypted usersCH Chethan Reddy2020-07-301-2/+1
|
* Adding icons to UserProfileCH Chethan Reddy2020-07-301-1/+3
|
* Refactor UserProfileNicolas Werner2020-07-301-43/+77
|
* Some issue with UserProfileCH Chethan Reddy2020-07-301-18/+36
|
* [WIP] Add Caching for usersCH Chethan Reddy2020-07-301-0/+4
|
* Add some Userprofile buttonsCH Chethan Reddy2020-07-301-1/+4
|
* Add C++ Model for DeviceListCH Chethan Reddy2020-07-301-12/+10
|
* Adding DeviceList for userprofileChethan2k12020-07-301-6/+26
|
* Rewrite UserProfile in qmlCH Chethan Reddy2020-07-301-0/+29