Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix autolinking breaking on single quotes in href attribute | Nicolas Werner | 2020-07-09 | 1 | -3/+3 |
| | | | | Fixes #234 | ||||
* | modernize: raw string literals | Nicolas Werner | 2020-02-04 | 1 | -3/+3 |
| | |||||
* | Raw string literals not allowed in MOC headers on OSX | Nicolas Werner | 2019-05-01 | 1 | -3/+3 |
| | |||||
* | Simplify linkifyMessage | Nicolas Werner | 2019-05-01 | 1 | -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 sidebar | Konstantinos Sideris | 2018-10-07 | 1 | -1/+0 |
| | |||||
* | Change the minimum width for modals | Konstantinos Sideris | 2018-09-30 | 1 | -2/+3 |
| | |||||
* | Make the height of the bottom bar smaller | Konstantinos Sideris | 2018-09-29 | 1 | -1/+1 |
| | |||||
* | Use QPushButton on the preview modal | Konstantinos Sideris | 2018-09-25 | 1 | -3/+2 |
| | |||||
* | Remove pixel values from modals, use pointSize instead | Konstantinos Sideris | 2018-07-22 | 1 | -0/+18 |
| | |||||
* | Use a smaller icon size in the sidebar | Konstantinos Sideris | 2018-07-20 | 1 | -1/+1 |
| | |||||
* | Move all files under src/ | Konstantinos Sideris | 2018-07-17 | 1 | -0/+106 |