summary refs log tree commit diff
path: root/CMakeLists.txt (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Windows icon fix and change the installer to QT Installer Framework on ↵Marcel2017-11-061-14/+21
| | | | Windows (#85)
* Add dummy settings menuKonstantinos Sideris2017-11-021-0/+4
|
* Add scroll-down buttonKonstantinos Sideris2017-10-271-0/+2
|
* Remove cache updates from the main threadKonstantinos Sideris2017-10-211-2/+3
|
* Make sidebar topic expand on click and fix html formatting of elided text. (#96)Rokas Kupstys2017-10-201-0/+2
| | | Fixes #95
* Fix icons for retina displaysKonstantinos Sideris2017-10-151-0/+2
|
* Add snackbarKonstantinos Sideris2017-10-081-19/+15
|
* Receive typing notifications (#88)Konstantinos Sideris2017-10-041-15/+17
|
* Build lmdb on appveyorKonstantinos Sideris2017-10-011-6/+27
|
* React to externally left and joined rooms, and add "leave room" button in ↵Max Sandholm2017-10-011-0/+4
| | | | | | | | | | room menu (#75) * Initial "join room" feature. * React correctly to remotely joined rooms. * Leaving rooms implemented both locally using the room menu in nheko, and reacting properly when leaving a room remotely from another client.
* Remove unnecessary animationsKonstantinos Sideris2017-09-301-2/+0
|
* Handle missing git submodules automaticallyKonstantinos Sideris2017-09-261-0/+6
|
* Add march=nativeKonstantinos Sideris2017-09-181-0/+2
|
* Implement image uploads (#24)Konstantinos Sideris2017-09-101-2/+2
|
* Ghetto room switcherKonstantinos Sideris2017-08-151-0/+2
|
* Avoid header conflict (second attempt)Konstantinos Sideris2017-08-061-2/+2
|
* Include lmdb headerKonstantinos Sideris2017-08-051-0/+2
|
* Initial support for state cacheKonstantinos Sideris2017-07-301-1/+12
| | | | - Adds detection for duplicate events
* Remove custom badge counter from mac and windows (#42)Konstantinos Sideris2017-07-091-10/+42
| | | | - Add icon set on mac for future packaging
* 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