summary refs log tree commit diff
path: root/src/Utils.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Modified the code that generates user's colors so that it willredsky172019-01-181-5/+105
| | | | | | | | | | | | | 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.
* Make the author text slightly large.redsky172019-01-181-0/+17
| | | | Add author color generated based on user id.
* Remove the code that removed paragraph tags from markdown -> html.redsky172019-01-181-4/+0
| | | | | | | This fixes #2, but reverts mujx#438. I do not think mujx#438 was a valid issue, as it complained about the display of valid HTML on riot, which speaks more to how Riot styles things than about an issue in nheko itself.
* Adjustments for the minimized sidebarKonstantinos Sideris2018-10-071-0/+14
|
* Add option to configure the font sizeKonstantinos Sideris2018-10-011-0/+12
| | | | fixes #161
* v0.6.0Konstantinos Sideris2018-09-211-6/+7
|
* Add method to center widgets & clean up unused headersKonstantinos Sideris2018-09-211-0/+15
|
* Improvements on the system themeKonstantinos Sideris2018-09-191-0/+14
|
* Fix compile warningsKonstantinos Sideris2018-09-181-3/+5
|
* Mark unread rooms as such in the room listKonstantinos Sideris2018-09-131-0/+1
| | | | fixes #313
* Temporary fix to work with mx-reply tagsKonstantinos Sideris2018-09-131-3/+12
|
* Strip paragraph tagsKonstantinos Sideris2018-09-131-6/+6
| | | | fixes #438
* Trim whitespace from text messagesKonstantinos Sideris2018-09-121-12/+8
|
* Enable html attributesKonstantinos Sideris2018-09-121-1/+8
|
* Switch to libcmarkKonstantinos Sideris2018-09-111-5/+10
|
* Initial support for sending markdown formatted messagesKonstantinos Sideris2018-09-071-0/+23
| | | | fixes #283
* Fix double href links on username pillsKonstantinos Sideris2018-09-071-0/+51
|
* Merge matrix-structs into the client libKonstantinos Sideris2018-09-011-19/+19
|
* Only call /sync when retrying initial sync (#422)Konstantinos Sideris2018-08-301-3/+1
|
* Add device ID and device fingerprint to settings page like in Riot. (#407)Rudi Floren2018-08-211-0/+15
|
* Remove pixel ratio from image scalingKonstantinos Sideris2018-08-201-6/+0
|
* Consider the scale ratio when scaling down imagesKonstantinos Sideris2018-08-011-1/+31
| | | | fixes #393
* Use double instead of int when scaling pixmaps (#393)Konstantinos Sideris2018-07-301-1/+3
|
* Add option to specify the scale factorKonstantinos Sideris2018-07-221-0/+17
| | | | | | fixes #357 fixes #335 fixes #230
* Add option to ignore key requests altogetherKonstantinos Sideris2018-07-221-0/+26
|
* Show device list in user profile & add option to create 1-1 chatKonstantinos Sideris2018-07-201-0/+8
|
* Move all files under src/Konstantinos Sideris2018-07-171-0/+188