Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | A whole new year full of excitement and possibilities! | Nicolas Werner | 2023-01-02 | 1 | -0/+1 |
| | |||||
* | Fix matrix.to link escaping | Nicolas Werner | 2022-07-20 | 1 | -3/+1 |
| | | | | | | Properly escapes in replies and with unmatched []. fixes #854 | ||||
* | Remove a few unused variables | Nicolas Werner | 2022-03-30 | 1 | -90/+4 |
| | |||||
* | Allow window sizes smaller than 400x400 | Nicolas Werner | 2022-02-14 | 1 | -5/+2 |
| | |||||
* | Update year in copyright notice to shut up lint job | Nicolas Werner | 2022-01-01 | 1 | -0/+1 |
| | |||||
* | use more literals | Nicolas Werner | 2021-12-29 | 1 | -4/+4 |
| | |||||
* | Fix more warnings and remove dead code | Nicolas Werner | 2021-12-28 | 1 | -6/+9 |
| | |||||
* | Make clang-format <13 and clang-format >=13 behave the same | Nicolas Werner | 2021-11-22 | 1 | -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 them | Nicolas Werner | 2021-05-02 | 1 | -1/+1 |
| | |||||
* | Fix rendering issues with ) in links | Nicolas Werner | 2021-04-24 | 1 | -1/+1 |
| | |||||
* | Don't send markdown links in body | Nicolas Werner | 2021-03-15 | 1 | -0/+4 |
| | | | | fixes #422 | ||||
* | Update license headers | Nicolas Werner | 2021-03-05 | 1 | -0/+4 |
| | |||||
* | 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 |