summary refs log tree commit diff
path: root/src/ui/UserProfile.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Add /ignoreNepNep212023-12-111-0/+2
* Cleanup ignore user functionality slightlyNicolas Werner2023-10-241-2/+5
* Use propertiesNepNep212023-10-011-2/+1
* RebaseNepNep212023-10-011-1/+3
* Move to automatic type registrationNicolas Werner2023-06-191-0/+2
* Show rooms you share with someoneNicolas Werner2023-02-241-0/+27
* Get rid of year in license headersNicolas Werner2023-02-211-3/+1
* A whole new year full of excitement and possibilities!Nicolas Werner2023-01-021-0/+1
* Mark classes as final where possibleNicolas Werner2022-10-101-3/+3
* cppcheck stuff (#1200)Loren Burkholder2022-10-031-5/+5
* Switch to clang-format14Nicolas Werner2022-09-251-4/+8
* Fix crash when fetching global profileNicolas Werner2022-08-131-0/+13
* Use right linterNicolas Werner2022-05-101-6/+3
* More image dialog fixesNicolas Werner2022-05-101-3/+6
* Add backend for new room creation dialogsNicolas Werner2022-03-291-0/+1
* Update year in copyright notice to shut up lint jobNicolas Werner2022-01-011-0/+1
* 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 f...Thulinma2021-10-171-1/+17
* Remove duplicated verification status calculationNicolas Werner2021-10-071-1/+5
* Added support for refreshing the device list, marking current device with a c...Thulinma2021-10-061-0/+2
* Change indentation to 4 spacesNicolas Werner2021-09-181-101/+100
* Improvements to user profiles:Thulinma2021-09-051-0/+1
* 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 pr...Jedi182021-02-021-1/+3
* 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
* 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