summary refs log tree commit diff
path: root/CMakeLists.txt (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* Improve login flow (#35)jansol2017-07-081-2/+1
| | | | | * Validate both inferred and explicitly entered server addresses by attempting to call the /versions endpoint * If the domain from the mxid fails validation, try prefixing it with 'matrix' * Only show server address field if address validation ultimately fails
* Show unread count on MacOs toolbarKonstantinos Sideris2017-07-011-0/+8
|
* Experimental support for user avatars in timelineKonstantinos Sideris2017-06-051-0/+2
|
* Show confirmation dialog on logoutKonstantinos Sideris2017-06-021-0/+2
| | | | | | Minor stylistic refactoring closes #29
* Be explicit about the text color on the context menuKonstantinos Sideris2017-05-311-1/+0
| | | | [ci skip]
* Show a warning for Qt < 5.7Konstantinos Sideris2017-05-301-1/+1
|
* Explicitly define 5.7 as the minimum required Qt versionKonstantinos Sideris2017-05-301-0/+7
|
* Set up translationsKonstantinos Sideris2017-05-291-1/+17
|
* Add custom scrollbar on the timelineKonstantinos Sideris2017-05-241-0/+2
|
* Minimize to trayKonstantinos Sideris2017-05-211-0/+2
|
* Snappy sidebarKonstantinos Sideris2017-05-191-2/+0
|
* Remove RoomList UI formKonstantinos Sideris2017-05-191-4/+1
|
* Simplify room list itemKonstantinos Sideris2017-05-191-0/+2
|
* Remove MainWindow ui formKonstantinos Sideris2017-05-141-1/+0
|
* Initial support for backwards paginationKonstantinos Sideris2017-05-121-0/+1
|
* Add settings panel for homeserver's domainKonstantinos Sideris2017-05-091-0/+2
|
* Use timeline to retrieve state eventsKonstantinos Sideris2017-05-071-1/+20
| | | | | - Rooms without any history will be shown. - Room's state will be kept in sync and any updates will be visible.
* Add base Event classKonstantinos Sideris2017-05-041-0/+2
|
* Add event contentsKonstantinos Sideris2017-05-041-5/+36
|
* Add full screen overlay for image displayKonstantinos Sideris2017-04-301-0/+2
|
* Add initial support for inline imagesKonstantinos Sideris2017-04-281-0/+2
|
* Rename History to TimelineKonstantinos Sideris2017-04-271-6/+6
| | | | In order to be compatible with the Matrix terminology
* Add spinner to hide uninitialized layout after loginKonstantinos Sideris2017-04-261-0/+3
|
* Add full emoji supportKonstantinos Sideris2017-04-231-0/+9
|
* Update CIKonstantinos Sideris2017-04-111-1/+12
|
* Remove capitalizationKonstantinos Sideris2017-04-111-31/+31
|
* Use only a MatrixClient as a shared pointerKonstantinos Sideris2017-04-111-2/+8
|
* Add appveyor CIKonstantinos Sideris2017-04-091-9/+8
|
* Implement initial registration stageKonstantinos Sideris2017-04-081-0/+2
|
* Use const refs for the deserialized dataKonstantinos Sideris2017-04-061-1/+1
|
* Add rule for release buildsKonstantinos Sideris2017-04-061-4/+35
|
* Initial commitKonstantinos Sideris2017-04-061-0/+104