summaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)Author
2018-07-11Allow close events from the session manager (#353)Konstantinos Sideris
2018-07-11Working D-Bus desktop notifications (#361)Max Sandholm
2018-07-11Use QSharedPointer::data to be compatible with Qt < 5.11Konstantinos Sideris
2018-07-10Send image dimensions in m.image eventKonstantinos Sideris
2018-07-09Don't pre-load messages from cachesKonstantinos Sideris
2018-07-08Add -WshadowKonstantinos Sideris
2018-07-08Fix variable shadowing that caused the key response to be nullKonstantinos Sideris
2018-07-07Add context menu action to request encryption keysKonstantinos Sideris
2018-07-07Add a timeline message when encryption is enabledKonstantinos Sideris
2018-07-07Mark all decrypted messages with a padlockKonstantinos Sideris
2018-07-04Don't download dependencies during buildKonstantinos Sideris
2018-07-04Fix regressions regarding UI resizingKonstantinos Sideris
2018-07-01Add shortcuts for chat-only & Room List-only viewsKonstantinos Sideris
2018-07-01Mark encrypted messages with a lock iconKonstantinos Sideris
2018-07-01Implement dekstop notifications on Windows (#290)Konstantinos Sideris
2018-06-30Add basic support for replies (#292)Konstantinos Sideris
2018-06-29Allow arbitrary resizing of the main window & restore sidebar's sizeKonstantinos Sideris
2018-06-28Save timeline messages in cache for faster startup timesKonstantinos Sideris
2018-06-28Upgrade matrix-structs & mtxclientKonstantinos Sideris
2018-06-25Send one claim request per user that includes all devicesKonstantinos Sideris
2018-06-23Allow copying the version info in the settings pageKonstantinos Sideris
2018-06-22Immediately shutdown the http client on exitKonstantinos Sideris
2018-06-20Verify signature of identity keys before sharing the megolm sessionKonstantinos Sideris
2018-06-19Handle olm & lmdb exceptions during message decryptionKonstantinos Sideris
2018-06-18Mark encrypted rooms when processing room stateKonstantinos Sideris
2018-06-18Save the olm account after we create new one-time keysKonstantinos Sideris
2018-06-18Improve logging a bitKonstantinos Sideris
2018-06-17Fix regressions regarding invites & slowness during shutdownKonstantinos Sideris
2018-06-17Setup BinTrayKonstantinos Sideris
2018-06-17Correctly mark received messages whose response came after /syncKonstantinos Sideris
2018-06-17Update CI instructionsKonstantinos Sideris
2018-06-15Don't try to send megolm session keys to devices with no one-time keysKonstantinos Sideris
2018-06-15Handle OLM_MESSAGE type of messages properlyKonstantinos Sideris
2018-06-14Fix CI errors on macOS & WindowsKonstantinos Sideris
2018-06-14Rename the log namespace to avoid symbol clash with the math functionKonstantinos Sideris
2018-06-13Add support for sending encrypted messagesKonstantinos Sideris
2018-06-12Add method to convert PendingMessage's to event typesKonstantinos Sideris
2018-06-12Fix bug where cache was initialized twice in a rowKonstantinos Sideris
2018-06-12Add menu option to enable encryption in a private roomKonstantinos Sideris
2018-06-10Add support for displaying decrypted messagesKonstantinos Sideris
2018-06-09Migrate to mtxclient for the http callsKonstantinos Sideris
2018-06-04Include mtxclient in the buildKonstantinos Sideris
2018-05-26Show Matrix ID tooltip when hovering over display nameKonstantinos Sideris
2018-05-26Properly resize Audio & File widgetsKonstantinos Sideris
2018-05-26Set fixed height for the DateSeparator & TextLabelKonstantinos Sideris
2018-05-25Fix resize slowness on the TopBarKonstantinos Sideris
2018-05-25Make the number of unread messages fit in the bubbleKonstantinos Sideris
2018-05-23Fix line break issue on timeline with long wordsKonstantinos Sideris
2018-05-18Retrieve the current room state from cache when the edit modal opensKonstantinos Sideris
2018-05-18Refresh the room info on the top bar after syncKonstantinos Sideris