Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2019-05-27 | Update mtxclient version | redsky17 | 1 | -2/+2 | |
2019-05-27 | Fix linting issues | redsky17 | 2 | -18/+16 | |
2019-05-27 | Add reply and menu buttons to TimelineItem | redsky17 | 4 | -3/+56 | |
2019-05-22 | Update to v0.6.4 | Joseph Donofry | 6 | -10/+33 | |
2019-05-22 | Minor build tweaks | Joseph Donofry | 3 | -3/+11 | |
2019-05-22 | Update mtxclient version and build args | Joseph Donofry | 2 | -3/+3 | |
2019-05-19 | Replicate AppVeyor JSON Install from mtxclient: | Joseph Donofry | 1 | -1/+3 | |
https://github.com/Nheko-Reborn/mtxclient/commit/023177170c4 | |||||
2019-05-15 | Update nightly badge link | Joseph Donofry | 1 | -1/+1 | |
2019-05-15 | Fix flathub badge size | Joseph Donofry | 1 | -1/+1 | |
2019-05-15 | Fix flathub badge size | Joseph Donofry | 1 | -1/+1 | |
2019-05-15 | Fix flathub badge size | Joseph Donofry | 1 | -1/+1 | |
2019-05-15 | Update flathub link | Joseph Donofry | 1 | -1/+2 | |
2019-05-14 | Update appdata.xml | Joseph Donofry | 1 | -2/+26 | |
2019-05-12 | Update to newer mtxclient to allow optional static linking | Joseph Donofry | 2 | -2/+3 | |
2019-05-12 | Attempt to make travis build with more cores | Joseph Donofry | 1 | -0/+2 | |
2019-05-09 | Update Travis Install Script | Joseph Donofry | 1 | -0/+3 | |
Add new key for ubuntu repo that causes travis to fail. | |||||
2019-05-08 | link boost dynamically | redsky17 | 2 | -2/+3 | |
2019-05-08 | Update mtxclient ver | redsky17 | 1 | -2/+2 | |
2019-05-08 | Update to boost 1.69.0 to attemp travis fix | redsky17 | 1 | -5/+4 | |
2019-05-01 | Remove 'error on unset' for travis builds | redsky17 | 2 | -2/+2 | |
2019-05-01 | Remove unset var causing error due to Qt script | redsky17 | 1 | -1/+1 | |
2019-05-01 | Use bash instead of sh because the qt env script needs to be run under bash. | redsky17 | 1 | -1/+1 | |
2019-05-01 | Fix Travis GPG-related build error | redsky17 | 1 | -0/+3 | |
2019-05-01 | Raw string literals not allowed in MOC headers on OSX | Nicolas Werner | 1 | -3/+3 | |
2019-05-01 | Simplify linkifyMessage | Nicolas Werner | 2 | -61/+8 | |
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 o |