summary refs log tree commit diff
path: root/src/Config.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* A whole new year full of excitement and possibilities!Nicolas Werner2023-01-021-0/+1
|
* Fix matrix.to link escapingNicolas Werner2022-07-201-3/+1
| | | | | | Properly escapes in replies and with unmatched []. fixes #854
* Remove a few unused variablesNicolas Werner2022-03-301-90/+4
|
* Allow window sizes smaller than 400x400Nicolas Werner2022-02-141-5/+2
|
* Update year in copyright notice to shut up lint jobNicolas Werner2022-01-011-0/+1
|
* use more literalsNicolas Werner2021-12-291-4/+4
|
* Fix more warnings and remove dead codeNicolas Werner2021-12-281-6/+9
|
* Make clang-format <13 and clang-format >=13 behave the sameNicolas Werner2021-11-221-2/+2
| | | | | I think old clang-format is just buggy in those cases, so we should reenable those blocks, once everyone has 13 or up.
* Only show actions, when you have permissions to do themNicolas Werner2021-05-021-1/+1
|
* Fix rendering issues with ) in linksNicolas Werner2021-04-241-1/+1
|
* Don't send markdown links in bodyNicolas Werner2021-03-151-0/+4
| | | | fixes #422
* Update license headersNicolas Werner2021-03-051-0/+4
|
* 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