summary refs log tree commit diff
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* Use strongly typed enumsKonstantinos Sideris2017-05-085-35/+35
* Use timeline to retrieve state eventsKonstantinos Sideris2017-05-0720-217/+736
* Add matrix::events namespaceKonstantinos Sideris2017-05-0411-1/+21
* Add base Event classKonstantinos Sideris2017-05-041-0/+61
* Add event contentsKonstantinos Sideris2017-05-0410-0/+415
* macOS fixes (#15)Matthew Hodgson2017-05-042-12/+20
* Set application attributes before QApplicationKonstantinos Sideris2017-05-031-2/+2
* Set text color for QLineEditKonstantinos Sideris2017-05-032-0/+6
* Don't set the font size with a stylesheetKonstantinos Sideris2017-05-021-6/+7
* Enable high dpiKonstantinos Sideris2017-05-011-0/+2
* Add lint ruleKonstantinos Sideris2017-04-301-1/+2
* Fix MainWindow being out of focus when the fullscreen overlay is closedKonstantinos Sideris2017-04-301-3/+10
* Close fullscreen overlay with out of contents clickKonstantinos Sideris2017-04-301-0/+2
* Add full screen overlay for image displayKonstantinos Sideris2017-04-302-3/+122
* Show image text overlay on hoverKonstantinos Sideris2017-04-301-8/+11
* Add initial support for inline imagesKonstantinos Sideris2017-04-285-3/+293
* Rename History to TimelineKonstantinos Sideris2017-04-274-48/+48
* Exclude m.room.member events from initial syncKonstantinos Sideris2017-04-271-0/+6
* Add spinner to hide uninitialized layout after loginKonstantinos Sideris2017-04-264-5/+307
* Bundle fonts into the appKonstantinos Sideris2017-04-251-11/+9
* Set allowed TLD size to 63 charsKonstantinos Sideris2017-04-241-1/+1
* Don't set initial room with an empty room listKonstantinos Sideris2017-04-241-0/+3
* Add common style for the scroll barsKonstantinos Sideris2017-04-243-7/+10
* Add full emoji supportKonstantinos Sideris2017-04-238-14/+1977
* Add logo iconsKonstantinos Sideris2017-04-214-20/+23
* Add initial read-only emoji supportKonstantinos Sideris2017-04-193-2/+22
* Update unread messages for the current room when the app is inactiveKonstantinos Sideris2017-04-161-3/+9
* Show the unread message count on the window titleKonstantinos Sideris2017-04-153-1/+30
* Move the main window to the centerKonstantinos Sideris2017-04-151-0/+8
* Add initial support for unread message countKonstantinos Sideris2017-04-156-9/+86
* Use color generator for nick namesKonstantinos Sideris2017-04-144-35/+58
* Use light themeKonstantinos Sideris2017-04-1410-36/+40
* Add proper struct initializationKonstantinos Sideris2017-04-131-4/+1
* Initial implementation for local echoKonstantinos Sideris2017-04-135-44/+200
* Don't use icons as room avatarsKonstantinos Sideris2017-04-122-3/+2
* Use less contrast on the sidebarKonstantinos Sideris2017-04-122-4/+5
* Small stylistic changesKonstantinos Sideris2017-04-123-12/+9
* Add style for m.noticeKonstantinos Sideris2017-04-121-1/+4
* Use a single nick to color mapKonstantinos Sideris2017-04-112-42/+45
* Decrease button's animation durationKonstantinos Sideris2017-04-111-2/+2
* Remove halo animationKonstantinos Sideris2017-04-112-106/+0
* Remove capitalizationKonstantinos Sideris2017-04-111-3/+0
* Use only a MatrixClient as a shared pointerKonstantinos Sideris2017-04-117-172/+157
* Make the timer single shotKonstantinos Sideris2017-04-112-12/+22
* Allow message text selectionKonstantinos Sideris2017-04-101-0/+1
* Handle room avatars in top bar without an iconKonstantinos Sideris2017-04-102-0/+12
* Hide horizontal scroll bar on history viewKonstantinos Sideris2017-04-102-2/+2
* Use QString::simplified instead of regexKonstantinos Sideris2017-04-102-3/+3
* Use Matrix ID for loginKonstantinos Sideris2017-04-102-13/+13
* Sanitize room info for displayKonstantinos Sideris2017-04-102-13/+17
* Remove exception specificationsKonstantinos Sideris2017-04-096-21/+21
* Add travis CIKonstantinos Sideris2017-04-092-1/+2
* Clear text fields after loginKonstantinos Sideris2017-04-092-0/+7
* Add logout buttonKonstantinos Sideris2017-04-098-37/+141
* Implement initial registration stageKonstantinos Sideris2017-04-084-18/+130
* Use QLabel to display registration errorsKonstantinos Sideris2017-04-073-18/+22
* Use const refs for the deserialized dataKonstantinos Sideris2017-04-067-135/+16
* Initialize sync timerKonstantinos Sideris2017-04-061-2/+3
* Initial commitKonstantinos Sideris2017-04-0632-0/+4653