matrixion/src
redsky17 50e382f554 Modified the code that generates user's colors so that it will
work regardless of the theme choices the user makes.  The code
now incorporates the contrast between the background color and the
color generated by the user_name when picking colors.  It currently
has two 'big' issues:
1. Colors are not cached.  I am planning on adding a QHash for this
a little later.  This should improve performance by not calculating
the color for the same users over and over and over again.
2. Theme changes do not trigger the colors to get refreshed.
Currently, you will have to switch to a different room and back
to get the colors to refresh.
2019-01-18 17:17:25 +00:00
..
dialogs Change the minimum width for modals 2018-09-30 13:37:38 +03:00
emoji Remove built-in emoji picker 2018-10-07 13:13:14 +03:00
notifications Enable compilation on FreeBSD (#403) 2018-08-12 09:33:36 +03:00
timeline Modified the code that generates user's colors so that it will 2019-01-18 17:17:25 +00:00
ui Adjustments for the minimized sidebar 2018-10-07 14:09:47 +03:00
AvatarProvider.cpp Create user profile modal 2018-07-20 12:02:35 +03:00
AvatarProvider.h Move all files under src/ 2018-07-17 16:37:25 +03:00
Cache.cpp Display tags as sorting items in the community panel (#401) 2018-09-28 12:40:51 +00:00
Cache.h Display tags as sorting items in the community panel (#401) 2018-09-28 12:40:51 +00:00
ChatPage.cpp Adjustments for the minimized sidebar 2018-10-07 14:09:47 +03:00
ChatPage.h Display tags as sorting items in the community panel (#401) 2018-09-28 12:40:51 +00:00
CommunitiesList.cpp Use alignment instead of stretch 2018-10-07 14:18:44 +03:00
CommunitiesList.h Display tags as sorting items in the community panel (#401) 2018-09-28 12:40:51 +00:00
CommunitiesListItem.cpp Remove pixel value from fonts 2018-09-30 13:24:36 +03:00
CommunitiesListItem.h Display tags as sorting items in the community panel (#401) 2018-09-28 12:40:51 +00:00
Config.h Adjustments for the minimized sidebar 2018-10-07 14:09:47 +03:00
InviteeItem.cpp Add method to center widgets & clean up unused headers 2018-09-21 10:55:24 +03:00
InviteeItem.h Add method to center widgets & clean up unused headers 2018-09-21 10:55:24 +03:00
Logging.cpp Enable debug logs 2018-09-30 14:33:54 +03:00
Logging.h Move all files under src/ 2018-07-17 16:37:25 +03:00
LoginPage.cpp Remove pixel value from fonts 2018-09-30 13:24:36 +03:00
LoginPage.h Enable compilation on FreeBSD (#403) 2018-08-12 09:33:36 +03:00
main.cpp Remove the bundled open sans font 2018-10-07 13:27:20 +03:00
MainWindow.cpp Adjustments for the minimized sidebar 2018-10-07 14:09:47 +03:00
MainWindow.h Center dialogs around the main window 2018-09-21 11:30:02 +03:00
MatrixClient.cpp Add context menu option to show the raw message 2018-09-12 16:27:25 +03:00
MatrixClient.h Add context menu option to show the raw message 2018-09-12 16:27:25 +03:00
Olm.cpp Enable debug logs 2018-09-30 14:33:54 +03:00
Olm.h Move all files under src/ 2018-07-17 16:37:25 +03:00
QuickSwitcher.cpp Remove pixel value from fonts 2018-09-30 13:24:36 +03:00
QuickSwitcher.h Move all files under src/ 2018-07-17 16:37:25 +03:00
RegisterPage.cpp Remove pixel value from fonts 2018-09-30 13:24:36 +03:00
RegisterPage.h Remove captcha dialog from the member list 2018-09-05 18:05:27 +03:00
RoomInfoListItem.cpp Add hover color for timestamp. 2019-01-12 22:03:25 +00:00
RoomInfoListItem.h Fix clang-format linting issue 2019-01-16 18:18:57 +00:00
RoomList.cpp Use alignment instead of stretch 2018-10-07 14:18:44 +03:00
RoomList.h Remove room re-ordering option 2018-10-06 18:43:53 +03:00
RunGuard.cpp Move all files under src/ 2018-07-17 16:37:25 +03:00
RunGuard.h Move all files under src/ 2018-07-17 16:37:25 +03:00
SideBarActions.cpp Adjustments for the minimized sidebar 2018-10-07 14:09:47 +03:00
SideBarActions.h Add missing tooltips on buttons 2018-07-25 23:28:37 +03:00
Splitter.cpp Adjustments for the minimized sidebar 2018-10-07 14:09:47 +03:00
Splitter.h Adjustments for the minimized sidebar 2018-10-07 14:09:47 +03:00
SuggestionsPopup.cpp Remove pixel value from fonts 2018-09-30 13:24:36 +03:00
SuggestionsPopup.h Move all files under src/ 2018-07-17 16:37:25 +03:00
TextInputWidget.cpp Remove built-in emoji picker 2018-10-07 13:13:14 +03:00
TextInputWidget.h Remove built-in emoji picker 2018-10-07 13:13:14 +03:00
TopRoomBar.cpp Derive widget sizing from the font size 2018-10-04 00:32:13 +03:00
TopRoomBar.h Improvements on the system theme 2018-09-19 22:42:26 +03:00
TrayIcon.cpp Remove the bundled open sans font 2018-10-07 13:27:20 +03:00
TrayIcon.h Move all files under src/ 2018-07-17 16:37:25 +03:00
TypingDisplay.cpp Adjust the widget size of the room list items 2018-10-06 17:21:03 +03:00
TypingDisplay.h Add solid background in TypingDisplay 2018-08-10 10:58:46 +03:00
UserInfoWidget.cpp Adjustments for the minimized sidebar 2018-10-07 14:09:47 +03:00
UserInfoWidget.h Fix a use-after-free error during logout 2018-08-31 09:10:47 +03:00
UserSettingsPage.cpp Add the correct parent to scaleCombo 2018-10-07 12:58:38 +03:00
UserSettingsPage.h Remove room re-ordering option 2018-10-06 18:43:53 +03:00
Utils.cpp Modified the code that generates user's colors so that it will 2019-01-18 17:17:25 +00:00
Utils.h Modified the code that generates user's colors so that it will 2019-01-18 17:17:25 +00:00
WelcomePage.cpp Adjust the font sizes of the welcome page 2018-10-06 17:41:47 +03:00
WelcomePage.h Adjust the font sizes of the welcome page 2018-10-06 17:41:47 +03:00