.. |
dialogs
|
Merge pull request #474 from Jedi18/room_settings_qml
|
2021-02-19 08:43:03 +00:00 |
emoji
|
Use correct syntax for emoji generation script
|
2021-01-25 22:04:26 -05:00 |
notifications
|
Fix unused capture
|
2021-02-23 12:42:57 +01:00 |
popups
|
Remove UserItem class
|
2021-01-15 19:17:29 -05:00 |
timeline
|
Fix text input restoring after edits
|
2021-02-25 00:50:17 +01:00 |
ui
|
Linkify topic in room settings and use non-deprecated MessageDialog
|
2021-02-22 21:37:32 +01:00 |
AvatarProvider.cpp
|
Fix some compiler warnings
|
2020-12-25 00:08:06 +00:00 |
AvatarProvider.h
|
Try to reduce memory usage by reusing avatar pixmaps
|
2019-08-26 08:51:56 +02:00 |
BlurhashProvider.cpp
|
lint
|
2020-12-25 04:11:47 +01:00 |
BlurhashProvider.h
|
Make blurhash provider async
|
2020-03-04 01:56:58 +01:00 |
Cache.cpp
|
Fix unaligned reads
|
2021-02-25 15:15:59 +01:00 |
Cache.h
|
Fix stuck notifications because of edits
|
2021-02-10 01:03:20 +01:00 |
Cache_p.h
|
Fix stuck notifications because of edits
|
2021-02-10 01:03:20 +01:00 |
CacheCryptoStructs.h
|
Properly share and rotate sessions on member and device changes
|
2020-11-30 01:54:53 +01:00 |
CacheStructs.h
|
Fix some compiler warnings
|
2020-12-25 00:08:06 +00:00 |
CallDevices.cpp
|
Require GStreamer 1.18 for voip support
|
2021-02-20 17:14:22 -05:00 |
CallDevices.h
|
Require GStreamer 1.18 for voip support
|
2021-02-20 17:14:22 -05:00 |
CallManager.cpp
|
Add missing translation mark
|
2021-02-25 12:44:09 -05:00 |
CallManager.h
|
Add screen sharing window preview
|
2021-02-25 12:00:55 -05:00 |
ChatPage.cpp
|
navigate to newly created rooms
|
2021-02-25 10:29:30 +05:30 |
ChatPage.h
|
navigate to newly created rooms
|
2021-02-25 10:29:30 +05:30 |
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
|
Fix room list updating on adding to hidden tag or removing tag
|
2021-02-14 19:57:29 +05:30 |
CommunitiesList.h
|
Fix room list updating on adding to hidden tag or removing tag
|
2021-02-14 19:57:29 +05:30 |
CommunitiesListItem.cpp
|
Allow users to hide rooms with specific tags
|
2021-01-23 00:49:28 +01:00 |
CommunitiesListItem.h
|
Allow users to hide rooms with specific tags
|
2021-01-23 00:49:28 +01:00 |
CompletionModelRoles.h
|
Working User completer
|
2020-11-25 19:05:12 +01:00 |
CompletionProxyModel.cpp
|
SkipEmptyParts was only added in Qt 5.14
|
2020-11-26 23:59:14 +01:00 |
CompletionProxyModel.h
|
Split completion model into header and source
|
2020-11-25 19:05:12 +01:00 |
Config.h
|
Fix autolinking breaking on single quotes in href attribute
|
2020-07-09 13:26:01 +02:00 |
DeviceVerificationFlow.cpp
|
Switch to new relations format
|
2021-02-09 20:22:02 +01:00 |
DeviceVerificationFlow.h
|
Switch to new relations format
|
2021-02-09 20:22:02 +01:00 |
EventAccessors.cpp
|
Display edits correctly
|
2021-02-09 20:22:49 +01:00 |
EventAccessors.h
|
Display edits correctly
|
2021-02-09 20:22:49 +01: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
|
Silence signal syntax deprecated
|
2020-11-15 17:12:46 +01:00 |
Logging.h
|
Redirect qt logger
|
2019-11-23 20:06:15 +01:00 |
LoginPage.cpp
|
change mtxclient url, fix login page assert failure and dendrite registration bug
|
2021-02-25 18:10:06 +05:30 |
LoginPage.h
|
change mtxclient url, fix login page assert failure and dendrite registration bug
|
2021-02-25 18:10:06 +05:30 |
main.cpp
|
Clean up config names a bit
|
2021-02-09 16:26:38 +01:00 |
MainWindow.cpp
|
added changing of name through edit modal, removed old roomsettings
|
2021-02-12 12:48:12 +05:30 |
MainWindow.h
|
replaced with togglebutton using qtquickcontrols2
|
2021-02-13 23:59:42 +05:30 |
MatrixClient.cpp
|
Allow users to hide rooms with specific tags
|
2021-01-23 00:49:28 +01:00 |
MatrixClient.h
|
Remove metatypes from headers
|
2020-01-31 16:08:30 +01:00 |
MxcImageProvider.cpp
|
Fix some compiler warnings
|
2020-12-25 00:08:06 +00:00 |
MxcImageProvider.h
|
Implement decryption of images
|
2019-12-03 23:34:16 +01:00 |
Olm.cpp
|
Switch to new relations format
|
2021-02-09 20:22:02 +01:00 |
Olm.h
|
Fix emoji update script
|
2021-01-23 23:25:52 +01:00 |
QuickSwitcher.cpp
|
Remove redundant user search suggestion code
|
2020-11-25 19:05:12 +01:00 |
QuickSwitcher.h
|
Remove metatypes from headers
|
2020-01-31 16:08:30 +01:00 |
RegisterPage.cpp
|
change mtxclient url, fix login page assert failure and dendrite registration bug
|
2021-02-25 18:10:06 +05:30 |
RegisterPage.h
|
Improve Register page (#346)
|
2020-11-30 22:30:33 +00:00 |
RoomInfoListItem.cpp
|
Allow users to hide rooms with specific tags
|
2021-01-23 00:49:28 +01:00 |
RoomInfoListItem.h
|
Avoid some copies when sorting the room list
|
2021-02-20 02:38:41 +01:00 |
RoomList.cpp
|
Avoid some copies when sorting the room list
|
2021-02-20 02:38:41 +01:00 |
RoomList.h
|
Allow users to hide rooms with specific tags
|
2021-01-23 00:49:28 +01:00 |
RoomsModel.cpp
|
check for empty alias and percent encoding for alias in url
|
2021-02-19 17:04:31 +05:30 |
RoomsModel.h
|
added bool to choose between showing only rooms with aliases and all of the rooms
|
2021-02-17 19:58:41 +05:30 |
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
|
Actually use stored size in splitter after restart
|
2021-01-21 13:45:50 +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 |
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
|
Username can be edited by double clicking on text, added global user profile menu action in user info widget
|
2021-01-28 20:03:50 +05:30 |
UserInfoWidget.h
|
Username can be edited by double clicking on text, added global user profile menu action in user info widget
|
2021-01-28 20:03:50 +05:30 |
UserSettingsPage.cpp
|
Require GStreamer 1.18 for voip support
|
2021-02-20 17:14:22 -05:00 |
UserSettingsPage.h
|
Screen sharing (X11): support picture-in-picture
|
2021-02-20 11:26:53 -05:00 |
UsersModel.cpp
|
Show userid in completer
|
2020-11-25 19:05:12 +01:00 |
UsersModel.h
|
Fix some compiler warnings
|
2020-12-25 00:08:06 +00:00 |
Utils.cpp
|
Fix wrong font used in emoji escape
|
2021-02-09 20:21:01 +01:00 |
Utils.h
|
Fix race when reading members from db
|
2020-11-25 23:54:25 +01:00 |
WebRTCSession.cpp
|
Allow choice of single window when sharing screen
|
2021-02-24 17:07:01 -05:00 |
WebRTCSession.h
|
Allow choice of single window when sharing screen
|
2021-02-24 17:07:01 -05:00 |
WelcomePage.cpp
|
Use system icon where applicable
|
2020-12-03 17:27:33 -05:00 |
WelcomePage.h
|
modernize: use nullptr
|
2020-02-04 04:58:43 +01:00 |