summary refs log tree commit diff
path: root/src/Config.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix autolinking breaking on single quotes in href attributeNicolas Werner2020-07-091-3/+3
| | | | Fixes #234
* modernize: raw string literalsNicolas Werner2020-02-041-3/+3
|
* Raw string literals not allowed in MOC headers on OSXNicolas Werner2019-05-011-3/+3
|
* Simplify linkifyMessageNicolas Werner2019-05-011-3/+6
| | | | | | | | | | | | | | | | | Parsing html as xml has inherent problems, most notable there are many matrix clients that don't escape ampersands in urls of mx-replies, etc. (See issue #18) This also removes the replacement of <mx-reply> as it isn't strictly needed. Also the QRegExp is replaced with the Qt5 QRegularExpression for perfomance and because it supports lookahead and lookbehind. I'm pretty sure that the original code also replaced href="" with href=\"\", which was probably wrong, but I'm not to sure about that. Fixes #18
* Adjustments for the minimized sidebarKonstantinos Sideris2018-10-071-1/+0
|
* Change the minimum width for modalsKonstantinos Sideris2018-09-301-2/+3
|
* Make the height of the bottom bar smallerKonstantinos Sideris2018-09-291-1/+1
|
* Use QPushButton on the preview modalKonstantinos Sideris2018-09-251-3/+2
|
* Remove pixel values from modals, use pointSize insteadKonstantinos Sideris2018-07-221-0/+18
|
* Use a smaller icon size in the sidebarKonstantinos Sideris2018-07-201-1/+1
|
* Move all files under src/Konstantinos Sideris2018-07-171-0/+106