summaryrefslogtreecommitdiffstats
path: root/src/ui/UserProfile.cpp
AgeCommit message (Expand)Author
2023-02-24Show rooms you share with someoneNicolas Werner
2023-02-21Get rid of year in license headersNicolas Werner
2023-01-09Add some more error loggingNicolas Werner
2023-01-07Fix crash in migrations during secrets deletionNicolas Werner
2023-01-02A whole new year full of excitement and possibilities!Nicolas Werner
2022-10-03cppcheck stuff (#1200)Loren Burkholder
2022-08-13Fix crash when fetching global profileNicolas Werner
2022-06-16Simplify includes a bitNicolas Werner
2022-05-07Rework focus handlingNicolas Werner
2022-03-30Cleanup some unused codeNicolas Werner
2022-03-29Add backend for new room creation dialogsNicolas Werner
2022-01-01Update year in copyright notice to shut up lint jobNicolas Werner
2021-12-29Reserve size of some containers we are fillingNicolas Werner
2021-12-29Reduce allocations using QStringLiteralNicolas Werner
2021-12-28Fix more warnings and remove dead codeNicolas Werner
2021-11-08Improve fetching of device keys after loginNicolas Werner
2021-10-20Allow changing device names, display last seen time and IPThulinma
2021-10-17move device verification management to its own fileNicolas Werner
2021-10-17Move voip and encryption stuff into their own directoriesNicolas Werner
2021-10-17Add support for listing devices that do not support encryption, add support f...Thulinma
2021-10-07Simplify device list refresh logicDeepBlueV7.X
2021-10-07Remove duplicated verification status calculationNicolas Werner
2021-10-06Added support for refreshing the device list, marking current device with a c...Thulinma
2021-09-18Change indentation to 4 spacesNicolas Werner
2021-09-08More profile improvements:Thulinma
2021-09-05Improvements to user profiles:Thulinma
2021-06-12Don't read avatarUrl from local profile, if no global avatar is setNicolas Werner
2021-05-22Fix device list not showing up and UserProfile blocking the windowNicolas Werner
2021-05-15Basic header and footer of room listNicolas Werner
2021-05-07Show verification status next to messagesNicolas Werner
2021-03-05Merge pull request #505 from Nheko-Reborn/license-headersDeepBlueV7.X
2021-03-04Fix lintingJoseph Donofry
2021-03-05Update license headersNicolas Werner
2021-03-04Properly format matrix errors in spdlog statementsJoseph Donofry
2021-02-09Fix lintingNicolas Werner
2021-02-09Remove unused variablesNicolas Werner
2021-02-03Merge branch 'master' into avatar_username_featureDeepBlueV7.X
2021-02-02Fix unused capture warningNicolas Werner
2021-02-02fixed global avatar updation in the dialogJedi18
2021-02-02add loading indicatorJedi18
2021-02-02add error message and update avatars on avatar change in timeline and user pr...Jedi18
2021-02-01update room and global avatar through user profileJedi18
2021-01-29shifted isUsernameEditingAllowed to qml from c++Jedi18
2021-01-29made requeste changesJedi18
2021-01-29fix linting 2Jedi18
2021-01-29Shifted fetching of global username fom timeline model to user profileJedi18
2021-01-28fix lintingJedi18
2021-01-28Changed edit method from double clicking to an edit buttonJedi18
2021-01-28Username can be edited by double clicking on text, added global user profile ...Jedi18
2021-01-27update room specific username from userprofileJedi18