summary refs log tree commit diff
path: root/src/ui/UserProfile.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Reserve size of some containers we are fillingNicolas Werner2021-12-291-9/+10
|
* Reduce allocations using QStringLiteralNicolas Werner2021-12-291-6/+6
|
* Fix more warnings and remove dead codeNicolas Werner2021-12-281-2/+0
|
* Improve fetching of device keys after loginNicolas Werner2021-11-081-0/+2
|
* Allow changing device names, display last seen time and IPThulinma2021-10-201-0/+19
|
* move device verification management to its own fileNicolas Werner2021-10-171-2/+2
|
* Move voip and encryption stuff into their own directoriesNicolas Werner2021-10-171-1/+1
|
* Add support for listing devices that do not support encryption, add support ↵Thulinma2021-10-171-0/+63
| | | | | | for logging out devices. Ticks off another box in #23!
* Simplify device list refresh logicDeepBlueV7.X2021-10-071-3/+1
|
* Remove duplicated verification status calculationNicolas Werner2021-10-071-47/+45
|
* Added support for refreshing the device list, marking current device with a ↵Thulinma2021-10-061-0/+12
| | | | checkmark instead of a lock
* Change indentation to 4 spacesNicolas Werner2021-09-181-265/+247
|
* More profile improvements:Thulinma2021-09-081-2/+1
| | | | | | | | | - 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-1/+9
| | | | | | | | - 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)
* Don't read avatarUrl from local profile, if no global avatar is setNicolas Werner2021-06-121-5/+3
|
* Fix device list not showing up and UserProfile blocking the windowNicolas Werner2021-05-221-1/+3
|
* Basic header and footer of room listNicolas Werner2021-05-151-11/+17
|
* Show verification status next to messagesNicolas Werner2021-05-071-1/+1
|
* Merge pull request #505 from Nheko-Reborn/license-headersDeepBlueV7.X2021-03-051-0/+4
|\ | | | | License headers
| * Update license headersNicolas Werner2021-03-051-0/+4
| |
* | Fix lintingJoseph Donofry2021-03-041-3/+4
| |
* | Properly format matrix errors in spdlog statementsJoseph Donofry2021-03-041-2/+2
|/
* Fix lintingNicolas Werner2021-02-091-11/+11
|
* Remove unused variablesNicolas Werner2021-02-091-3/+1
|
* Merge branch 'master' into avatar_username_featureDeepBlueV7.X2021-02-031-2/+2
|\
| * Fix unused capture warningNicolas Werner2021-02-021-2/+2
| |
* | fixed global avatar updation in the dialogJedi182021-02-021-11/+26
| |
* | add loading indicatorJedi182021-02-021-10/+31
| |
* | add error message and update avatars on avatar change in timeline and user ↵Jedi182021-02-021-2/+2
| | | | | | | | profile dialog
* | update room and global avatar through user profileJedi182021-02-011-12/+91
|/
* shifted isUsernameEditingAllowed to qml from c++Jedi182021-01-291-15/+0
|
* made requeste changesJedi182021-01-291-4/+4
|
* fix linting 2Jedi182021-01-291-2/+2
|
* Shifted fetching of global username fom timeline model to user profileJedi182021-01-291-3/+26
|
* fix lintingJedi182021-01-281-2/+2
|
* Changed edit method from double clicking to an edit buttonJedi182021-01-281-2/+4
|
* Username can be edited by double clicking on text, added global user profile ↵Jedi182021-01-281-33/+50
| | | | menu action in user info widget
* update room specific username from userprofileJedi182021-01-271-0/+39
|
* Make it easier to understand, what button to click for verification from profileNicolas Werner2021-01-121-6/+14
|
* Handle matrix schemeNicolas Werner2021-01-101-6/+1
| | | | | | Link opening only works on Linux for now. See https://github.com/matrix-org/matrix-doc/pull/2312
* Optimize buildNicolas Werner2020-10-271-2/+2
|
* Calculate verification status from cross-signing sigs and update dynamicallyNicolas Werner2020-10-081-105/+40
|
* Make steps in verification flow explicitNicolas Werner2020-10-051-38/+17
|
* Clean up verification and key cache a bitNicolas Werner2020-10-021-43/+27
|
* Fix catch by value warningNicolas Werner2020-09-031-3/+3
|
* Small FixesCH Chethan Reddy2020-08-291-4/+5
|
* Verify signatures and find trusted devicesCH Chethan Reddy2020-08-251-64/+117
|
* Cache FixCH Chethan Reddy2020-08-241-66/+111
|
* [WIP] Room Verification Works!CH Chethan Reddy2020-08-181-2/+3
|
* [WIP] Room-Verification MessagesCH Chethan Reddy2020-08-091-19/+37
|
* Adding Room Key Verification StuffCH Chethan Reddy2020-07-301-0/+34
|
* Updating keys of outdated encrypted usersCH Chethan Reddy2020-07-301-10/+7
|
* Adding icons to UserProfileCH Chethan Reddy2020-07-301-5/+6
|
* Refactor UserProfileNicolas Werner2020-07-301-42/+66
|
* Some issue with UserProfileCH Chethan Reddy2020-07-301-23/+48
|
* [WIP] Add Caching for usersCH Chethan Reddy2020-07-301-46/+60
|
* Add some Userprofile buttonsCH Chethan Reddy2020-07-301-0/+28
|
* Add C++ Model for DeviceListCH Chethan Reddy2020-07-301-19/+27
|
* Adding DeviceList for userprofileChethan2k12020-07-301-11/+33
|
* Rewrite UserProfile in qmlCH Chethan Reddy2020-07-301-0/+58