summary refs log tree commit diff
path: root/cmake/cmake_uninstall.cmake.in (unfollow)
Commit message (Collapse)AuthorFilesLines
2018-07-11Allow close events from the session manager (#353)Konstantinos Sideris2-5/+11
2018-07-11Working D-Bus desktop notifications (#361)Max Sandholm7-15/+283
* Working D-Bus desktop notifications * Remove return type on constructor * Fix the Windows placeholder class * Fix wrong variable name * Fix windows and macOS versions of notificationsmanager
2018-07-11Use QSharedPointer::data to be compatible with Qt < 5.11Konstantinos Sideris1-1/+1
2018-07-10Send image dimensions in m.image eventKonstantinos Sideris6-48/+69
fixes #215
2018-07-10Limit -Wshadow to non-gcc (#368)Johannes Walcher1-1/+5
2018-07-09Don't pre-load messages from cachesKonstantinos Sideris1-1/+1
Requires backfilling which is not implemented. fixes #365
2018-07-08Add -WshadowKonstantinos Sideris2-7/+8
2018-07-08Fix variable shadowing that caused the key response to be nullKonstantinos Sideris2-2/+5
2018-07-07Add context menu action to request encryption keysKonstantinos Sideris7-10/+312
2018-07-07Add a timeline message when encryption is enabledKonstantinos Sideris8-107/+181
2018-07-07Mark all decrypted messages with a padlockKonstantinos Sideris2-11/+23
fixes #351
2018-07-04Mark third-party headers as systemKonstantinos Sideris1-2/+2
2018-07-04Don't download dependencies during buildKonstantinos Sideris9-64/+66
fixes #346
2018-07-04Fix regressions regarding UI resizingKonstantinos Sideris9-78/+133
The room list would be hidden only through window resizing.
2018-07-02Add build target for doxygenKonstantinos Sideris2-0/+2330
Includes documentation & dependency/call graphs
2018-07-01Add shortcuts for chat-only & Room List-only viewsKonstantinos Sideris6-4/+113
Ctrl-O -> Chat Ctrl-L -> Room list
2018-07-01Mark encrypted messages with a lock iconKonstantinos Sideris13-102/+200
2018-07-01Implement dekstop notifications on Windows (#290)Konstantinos Sideris3-3/+55
2018-06-30Fix crash on Windows with out_of_range exception & update docsKonstantinos Sideris3-8/+39
2018-06-30Add basic support for replies (#292)Konstantinos Sideris7-1/+41
2018-06-29Allow arbitrary resizing of the main window & restore sidebar's sizeKonstantinos Sideris5-4/+57
fixes #160 fixes #163 fixes #187 fixes #127
2018-06-28Save timeline messages in cache for faster startup timesKonstantinos Sideris14-64/+272
2018-06-28Upgrade matrix-structs & mtxclientKonstantinos Sideris3-31/+36
2018-06-27State that encrypted attachments aren't supported (#352)Luca Beltrame1-1/+1