nheko/src/timeline
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
..
widgets Remove pixel value from fonts 2018-09-30 13:24:36 +03:00
TimelineItem.cpp Modified the code that generates user's colors so that it will 2019-01-18 17:17:25 +00:00
TimelineItem.h Modified the code that generates user's colors so that it will 2019-01-18 17:17:25 +00:00
TimelineView.cpp Adjust the widget size of the room list items 2018-10-06 17:21:03 +03:00
TimelineView.h Remove Scrollbar 2018-10-06 18:39:11 +03:00
TimelineViewManager.cpp Use native scrollbar in the timeline 2018-07-25 18:48:11 +03:00
TimelineViewManager.h Mark own read messages with a double checkmark (#377) 2018-07-17 23:50:18 +03:00