summary refs log tree commit diff
path: root/src/ui/LoadingIndicator.cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
2019-05-27Update mtxclient versionredsky171-2/+2
2019-05-27Fix linting issuesredsky172-18/+16
2019-05-27Add reply and menu buttons to TimelineItemredsky174-3/+56
2019-05-22Update to v0.6.4Joseph Donofry6-10/+33
2019-05-22Minor build tweaksJoseph Donofry3-3/+11
2019-05-22Update mtxclient version and build argsJoseph Donofry2-3/+3
2019-05-19Replicate AppVeyor JSON Install from mtxclient:Joseph Donofry1-1/+3
https://github.com/Nheko-Reborn/mtxclient/commit/023177170c4
2019-05-15Update nightly badge linkJoseph Donofry1-1/+1
2019-05-15Fix flathub badge sizeJoseph Donofry1-1/+1
2019-05-15Fix flathub badge sizeJoseph Donofry1-1/+1
2019-05-15Fix flathub badge sizeJoseph Donofry1-1/+1
2019-05-15Update flathub linkJoseph Donofry1-1/+2
2019-05-14Update appdata.xmlJoseph Donofry1-2/+26
2019-05-12Update to newer mtxclient to allow optional static linkingJoseph Donofry2-2/+3
2019-05-12Attempt to make travis build with more coresJoseph Donofry1-0/+2
2019-05-09Update Travis Install ScriptJoseph Donofry1-0/+3
Add new key for ubuntu repo that causes travis to fail.
2019-05-08link boost dynamicallyredsky172-2/+3
2019-05-08Update mtxclient verredsky171-2/+2
2019-05-08Update to boost 1.69.0 to attemp travis fixredsky171-5/+4
2019-05-01Remove 'error on unset' for travis buildsredsky172-2/+2
2019-05-01Remove unset var causing error due to Qt scriptredsky171-1/+1
2019-05-01Use bash instead of sh because the qt env script needs to be run under bash.redsky171-1/+1
2019-05-01Fix Travis GPG-related build errorredsky171-0/+3
2019-05-01Raw string literals not allowed in MOC headers on OSXNicolas Werner1-3/+3
2019-05-01Simplify linkifyMessageNicolas Werner2-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