summary refs log tree commit diff
path: root/src/Utils.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' into decrypt-sidebarJoseph Donofry2020-04-231-0/+6
|\
| * Terminate user color calculation, when no solution can be foundNicolas Werner2020-04-221-0/+6
* | Fix encrypted messages not showing a user in the sidebarNicolas Werner2020-04-231-2/+3
|/
* Fix stuck unread messages by storing state events in the dbNicolas Werner2020-02-241-2/+2
* Fix bug in html tag escapingNicolas Werner2020-02-061-3/+2
* Remove more unneeded headersNicolas Werner2020-01-311-1/+0
* Optimize includes a bitNicolas Werner2020-01-311-13/+19
* Enable ban and kick button in UserProfile (and try to fix centering)Nicolas Werner2020-01-301-1/+2
* Don't send useless formatted_bodiesNicolas Werner2020-01-271-0/+4
* Remove translations from reply fallbackNicolas Werner2020-01-241-9/+9
* Minor tweak to one instance of QSettings not necessarily using the same setti...Joseph Donofry2020-01-231-1/+1
* Increase emoji rangeNicolas Werner2020-01-211-1/+1
* Fix colors in typing display, when username contains emojiNicolas Werner2020-01-211-1/+4
* Improve emoji escapingNicolas Werner2020-01-211-5/+15
* Linkify links before sendingNicolas Werner2020-01-211-3/+24
* Don't require Qt5.12 just for QByteArray::compareNicolas Werner2020-01-161-2/+2
* Escape blacklisted html tagsNicolas Werner2020-01-141-13/+43
* Reduce Cache.h includes further via one forward declarationNicolas Werner2019-12-151-0/+1
* Reduce overhead of Cache.hNicolas Werner2019-12-151-1/+1
* Update to c++17Nicolas Werner2019-12-141-36/+31
* Make replies format nicerNicolas Werner2019-11-231-4/+1
* Fix translation of roomlist message previewNicolas Werner2019-11-231-5/+0
* Add native themeing to QML (where possible)Nicolas Werner2019-11-231-13/+23
* Fix QML emojisNicolas Werner2019-11-231-3/+2
* escape html before parsing commonmarkrnhmjoj2019-09-251-1/+16
* Use 'system' theme as default if QT_QPA_PLATFORMTHEME is setJoseph Donofry2019-08-101-6/+13
* Try to localise timestampsNicolas Werner2019-07-281-10/+10
* Fix bug with emoji font setting and clean lintingJoseph Donofry2019-07-261-0/+23
* Fix deprecated function call issues with Qt 5.13Joseph Donofry2019-07-041-7/+40
* Fix santizize=undefined warning (overflow)Nicolas Werner2019-06-271-3/+3
* Further Improve Reply FunctionalityJoseph Donofry2019-06-131-0/+14
* Simplify linkifyMessageNicolas Werner2019-05-011-58/+2
* Improve color generation performanceredsky172019-02-081-9/+0
* Update user colors to use Cache vs Utilsredsky172019-01-261-22/+0
* Author Color Fixesredsky172019-01-201-0/+24
* Update user id color generationredsky172019-01-201-60/+72
* Modified the code that generates user's colors so that it willredsky172019-01-181-5/+105
* Make the author text slightly large.redsky172019-01-181-0/+17
* Remove the code that removed paragraph tags from markdown -> html.redsky172019-01-181-4/+0
* Adjustments for the minimized sidebarKonstantinos Sideris2018-10-071-0/+14
* Add option to configure the font sizeKonstantinos Sideris2018-10-011-0/+12
* 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
* Temporary fix to work with mx-reply tagsKonstantinos Sideris2018-09-131-3/+12
* Strip paragraph tagsKonstantinos Sideris2018-09-131-6/+6
* 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
* 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
* 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
* 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