summary refs log tree commit diff
path: root/src/PowerlevelsEditModels.cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
2023-01-08Fix potential crash from the room directoryNicolas Werner2-18/+48
2023-01-07Speedup quick switcherNicolas Werner5-38/+57
2023-01-07Fix clear button stylingNicolas Werner1-20/+7
2023-01-07Fix html in usernamesNicolas Werner2-2/+2
2023-01-07Navigate to space when room is selectedNicolas Werner5-3/+11
fixes #1260
2023-01-07Fix crash in migrations during secrets deletionNicolas Werner3-18/+53
We need to block the migrations returning until the migrations are done. Fixes #1258
2023-01-05Update .gitlab-ci.ymlDeepBlueV7.X1-0/+2
2023-01-05Update AppImageBuilder.ymlZhymabek Roman1-0/+8
Co-authored-by: DeepBlueV7.X <nicolas.werner@hotmail.de>
2023-01-05Try to fix blank screen in AppImage buildZhymabek Roman1-0/+1
2023-01-05Try to fix blank screen in AppImage buildZhymabek Roman1-2/+2
2023-01-05Fix stupid typo in AppImageZhymabek Roman1-0/+4
2023-01-05Fix appimage-builder package version query bugZhymabek Roman1-2/+6
See: https://github.com/AppImageCrafters/appimage-builder/issues/280
2023-01-02Bump mtxclient versionNicolas Werner2-2/+2
2023-01-02Maybe fix text selection in raw message dialogNicolas Werner1-0/+1
2023-01-02A whole new year full of excitement and possibilities!Nicolas Werner252-0/+252
2023-01-02Fix pagination after timeline clearNicolas Werner2-1/+8
2022-12-29Limit build jobs on small systemsNicolas Werner1