matrixion/src
2020-09-25 11:10:45 -04:00
..
dialogs Merge remote-tracking branch 'origin/master' into new-event-store 2020-08-17 20:40:33 +02:00
emoji fix build and remove commented code 2020-08-29 00:26:45 +03:00
notifications Remove unused paramters 2020-04-13 17:01:57 +02:00
popups Remove some redundant functions 2020-05-30 16:38:11 +02:00
timeline Move ActiveCallBar Qml to separate file 2020-09-25 10:26:36 -04:00
ui Correct a typo in SnackBar.cpp 2020-06-22 20:29:47 +08:00
AvatarProvider.cpp Fix avatars in notifications 2020-09-16 23:49:17 +02:00
AvatarProvider.h Try to reduce memory usage by reusing avatar pixmaps 2019-08-26 08:51:56 +02:00
BlurhashProvider.cpp Make blurhash provider async 2020-03-04 01:56:58 +01:00
BlurhashProvider.h Make blurhash provider async 2020-03-04 01:56:58 +01:00
Cache.cpp Actually use room account data 2020-09-16 23:49:17 +02:00
Cache.h Show presence and set custom status messages 2020-06-08 01:59:05 +02:00
Cache_p.h Save account data and allow hiding events via account data 2020-09-08 16:21:55 +02:00
CacheCryptoStructs.h Reduce some include of Cache.h since it needs 11s on average 2019-12-14 23:40:32 +01:00
CacheStructs.h Add support for db migrations 2020-05-02 16:44:50 +02:00
CallManager.cpp Move ActiveCallBar Qml to separate file 2020-09-25 10:26:36 -04:00
CallManager.h Move ActiveCallBar Qml to separate file 2020-09-25 10:26:36 -04:00
ChatPage.cpp Port ActiveCallBar to Qml 2020-09-22 12:07:36 -04:00
ChatPage.h Port ActiveCallBar to Qml 2020-09-22 12:07:36 -04:00
ColorImageProvider.cpp Remove useless logging 2020-01-21 22:12:59 +01:00
ColorImageProvider.h optionally use QQuickWidget and replace ColorOverlay -> colorImageProvider 2019-11-23 20:06:15 +01:00
CommunitiesList.cpp Tag rooms via context menu 2020-05-18 04:23:36 +02:00
CommunitiesList.h Tag rooms via context menu 2020-05-18 04:23:36 +02:00
CommunitiesListItem.cpp Tag rooms via context menu 2020-05-18 04:23:36 +02:00
CommunitiesListItem.h Improve compile times a tiny bit 2020-05-26 22:54:51 +02:00
CompletionModel.h lint 2020-08-28 23:59:27 +03:00
Config.h Fix autolinking breaking on single quotes in href attribute 2020-07-09 13:26:01 +02:00
EventAccessors.cpp Merge remote-tracking branch 'origin/master' into new-event-store 2020-08-17 20:40:33 +02:00
EventAccessors.h Merge remote-tracking branch 'origin/master' into new-event-store 2020-08-17 20:40:33 +02:00
InviteeItem.cpp Improve compile times a tiny bit 2020-05-26 22:54:51 +02:00
InviteeItem.h Improve compile times a tiny bit 2020-05-26 22:54:51 +02:00
Logging.cpp Fix Binding restoreMode warning spamming logs 2020-04-21 21:09:29 +02:00
Logging.h Redirect qt logger 2019-11-23 20:06:15 +01:00
LoginPage.cpp Fix Qt5.15 issues 2020-06-05 23:34:00 +02:00
LoginPage.h Improve compile times a tiny bit 2020-05-26 22:54:51 +02:00
main.cpp Fix translation loading 2020-07-10 03:17:23 +02:00
MainWindow.cpp Port ActiveCallBar to Qml 2020-09-22 12:07:36 -04:00
MainWindow.h Reenable top bar room settings menus on avatar or title clicks 2020-09-16 23:49:17 +02:00
MatrixClient.cpp Remove metatypes from headers 2020-01-31 16:08:30 +01:00
MatrixClient.h Remove metatypes from headers 2020-01-31 16:08:30 +01:00
MxcImageProvider.cpp Fix some images not showing up 2020-09-16 23:49:17 +02:00
MxcImageProvider.h Implement decryption of images 2019-12-03 23:34:16 +01:00
Olm.cpp Also request keys from own devices 2020-08-06 22:18:52 +02:00
Olm.h Split error messages from event decryption 2020-08-06 21:46:16 +02:00
QuickSwitcher.cpp Remove metatypes from headers 2020-01-31 16:08:30 +01:00
QuickSwitcher.h Remove metatypes from headers 2020-01-31 16:08:30 +01:00
RegisterPage.cpp Fix Qt5.15 issues 2020-06-05 23:34:00 +02:00
RegisterPage.h Improve compile times a tiny bit 2020-05-26 22:54:51 +02:00
RoomInfoListItem.cpp Rename settings to be more consistent 2020-05-26 22:54:51 +02:00
RoomInfoListItem.h Fixed bug caused by me forgetting what types im using (invites appearing at the bottom of the list instead of the top when priority sorting was off) 2020-03-15 17:05:21 -04:00
RoomList.cpp Improve compile times a tiny bit 2020-05-26 22:54:51 +02:00
RoomList.h Optimize RoomList sorting 2020-04-30 23:59:17 +02:00
SideBarActions.cpp Improve compile times a tiny bit 2020-05-26 22:54:51 +02:00
SideBarActions.h Optimize includes a bit 2020-01-31 15:11:21 +01:00
Splitter.cpp Make small sidebar sizing consistent 2020-02-28 19:56:08 +01:00
Splitter.h modernize: use override 2020-02-04 15:18:26 +01:00
SSOHandler.cpp Translation updates 2020-05-10 01:38:40 +02:00
SSOHandler.h Add SSO 2020-05-09 23:33:03 +02:00
TextInputWidget.cpp clang-format 2020-09-22 12:14:15 -04:00
TextInputWidget.h Port ActiveCallBar to Qml 2020-09-22 12:07:36 -04:00
TrayIcon.cpp Optimize includes a bit 2020-01-31 15:11:21 +01:00
TrayIcon.h modernize: use override 2020-02-04 15:18:26 +01:00
UserInfoWidget.cpp Allow deleting a status 2020-06-11 18:30:52 +02:00
UserInfoWidget.h Show presence and set custom status messages 2020-06-08 01:59:05 +02:00
UserSettingsPage.cpp Don't show default audio source in settings 2020-09-14 15:55:43 -04:00
UserSettingsPage.h Don't show default audio source in settings 2020-09-14 15:55:43 -04:00
Utils.cpp Support voice calls 2020-07-10 19:19:48 -04:00
Utils.h Support voice calls 2020-07-10 19:19:48 -04:00
WebRTCSession.cpp Fix build for those without GStreamer 2020-09-25 11:10:45 -04:00
WebRTCSession.h Move ActiveCallBar Qml to separate file 2020-09-25 10:26:36 -04:00
WelcomePage.cpp Optimize includes a bit 2020-01-31 15:11:21 +01:00
WelcomePage.h modernize: use nullptr 2020-02-04 04:58:43 +01:00