Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2018-07-11 | Allow close events from the session manager (#353) | Konstantinos Sideris | 2 | -5/+11 | |
2018-07-11 | Working D-Bus desktop notifications (#361) | Max Sandholm | 7 | -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-11 | Use QSharedPointer::data to be compatible with Qt < 5.11 | Konstantinos Sideris | 1 | -1/+1 | |
2018-07-10 | Send image dimensions in m.image event | Konstantinos Sideris | 6 | -48/+69 | |
fixes #215 | |||||
2018-07-10 | Limit -Wshadow to non-gcc (#368) | Johannes Walcher | 1 | -1/+5 | |
2018-07-09 | Don't pre-load messages from caches | Konstantinos Sideris | 1 | -1/+1 | |
Requires backfilling which is not implemented. fixes #365 | |||||
2018-07-08 | Add -Wshadow | Konstantinos Sideris | 2 | -7/+8 | |
2018-07-08 | Fix variable shadowing that caused the key response to be null | Konstantinos Sideris | 2 | -2/+5 | |
2018-07-07 | Add context menu action to request encryption keys | Konstantinos Sideris | 7 | -10/+312 | |
2018-07-07 | Add a timeline message when encryption is enabled | Konstantinos Sideris | 8 | -107/+181 | |
2018-07-07 | Mark all decrypted messages with a padlock | Konstantinos Sideris | 2 | -11/+23 | |
fixes #351 | |||||
2018-07-04 | Mark third-party headers as system | Konstantinos Sideris | 1 | -2/+2 | |
2018-07-04 | Don't download dependencies during build | Konstantinos Sideris | 9 | -64/+66 | |
fixes #346 | |||||
2018-07-04 | Fix regressions regarding UI resizing | Konstantinos Sideris | 9 | -78/+133 | |
The room list would be hidden only through window resizing. | |||||
2018-07-02 | Add build target for doxygen | Konstantinos Sideris | 2 | -0/+2330 | |
Includes documentation & dependency/call graphs | |||||
2018-07-01 | Add shortcuts for chat-only & Room List-only views | Konstantinos Sideris | 6 | -4/+113 | |
Ctrl-O -> Chat Ctrl-L -> Room list | |||||
2018-07-01 | Mark encrypted messages with a lock icon | Konstantinos Sideris | 13 | -102/+200 | |
2018-07-01 | Implement dekstop notifications on Windows (#290) | Konstantinos Sideris | 3 | -3/+55 | |
2018-06-30 | Fix crash on Windows with out_of_range exception & update docs | Konstantinos Sideris | 3 | -8/+39 | |
2018-06-30 | Add basic support for replies (#292) | Konstantinos Sideris | 7 | -1/+41 | |
2018-06-29 | Allow arbitrary resizing of the main window & restore sidebar's size | Konstantinos Sideris | 5 | -4/+57 | |
fixes #160 fixes #163 fixes #187 fixes #127 | |||||
2018-06-28 | Save timeline messages in cache for faster startup times | Konstantinos Sideris | 14 | -64/+272 | |
2018-06-28 | Upgrade matrix-structs & mtxclient | Konstantinos Sideris | 3 | -31/+36 | |
2018-06-27 | State that encrypted attachments aren't supported (#352) | Luca Beltrame | 1 | -1/+1 | |