Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2019-06-11 | Add style for reply popup. Fix ALL of the linting issues | redsky17 | 1 | -4/+2 | |
2019-06-11 | Fix lambda capture and lint issues | redsky17 | 2 | -2/+4 | |
2019-06-11 | Fix linting issue | Joseph Donofry | 1 | -2/+1 | |
2019-06-11 | Initial Support for Rich Replies | Joseph Donofry | 11 | -254/+411 | |
Add placeholder UI for showing replies in the text entry widget. Existing quoting capability has been removed (Temporarily), as it was replaced with the new reply capability. Replies sent from nheko do not currently appear correctly in the timeline (this will be fixed in a future commit). | |||||
2019-06-09 | Add initial support for rich replies to nheko | Joseph Donofry | 10 | -9/+65 | |
2019-06-06 | Update CHANGELOG.md with 0.7.0 changes thus far | Joseph Donofry | 1 | -0/+10 | |
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 original code also replaced href="" with href=\"\", which was probably wrong, but I'm not to sure about that. Fixes #18 | |||||
2019-04-24 | improve shell scripts and update .gitignore | zapashcanon | 8 | -74/+94 | |
2019-04-18 | Update olm repo to new location. | redsky17 | 2 | -675/+1 | |