summary refs log tree commit diff
path: root/CMakeLists.txt (follow)
Commit message (Expand)AuthorAgeFilesLines
* Link with pthread on LinuxKonstantinos Sideris2018-03-241-0/+4
* Add basic support for username auto-completionKonstantinos Sideris2018-03-241-0/+2
* Adjust version number for the windows buildKonstantinos Sideris2018-03-221-2/+5
* Be compatible with cmake 3.1Konstantinos Sideris2018-03-221-1/+0
* Add version info in the settings menuKonstantinos Sideris2018-03-221-19/+18
* Add fancy snackbar animationKonstantinos Sideris2018-03-161-1/+7
* Implement user registration with reCAPTCHAKonstantinos Sideris2018-03-121-1/+2
* Bump versionKonstantinos Sideris2018-03-041-1/+1
* Remove dead code & small refactorings using the std libraryKonstantinos Sideris2018-03-031-1/+0
* Pass arch flags for appveyor buildKonstantinos Sideris2018-03-031-3/+3
* Specify install directory & arch for the matrix_structs libraryKonstantinos Sideris2018-03-031-1/+1
* Remove git submodules in favor of cmake's ExternalProjectKonstantinos Sideris2018-03-031-12/+14
* Fix crash when inviting usersKonstantinos Sideris2018-02-281-1/+0
* Replace login request with the one from matrix-structsKonstantinos Sideris2018-02-231-1/+0
* Support audio, video, generic file for pasting (#220)christarazi2018-02-181-2/+2
* Simplify variant access with std::visitKonstantinos Sideris2018-02-111-1/+1
* Update build instructionsKonstantinos Sideris2018-02-101-1/+2
* Added AppData manifest file for Gnome Software (#224)Vitaly Zaitsev2018-02-011-0/+1
* Remove Accept-Encoding headerKonstantinos Sideris2018-01-221-7/+1
* Load the initial cache data without blocking the UIKonstantinos Sideris2018-01-211-0/+1
* Use the Accept-Content header to enable response compressionKonstantinos Sideris2018-01-211-1/+7
* Add support for pasting images into a room (#180)christarazi2018-01-101-0/+2
* Add make install and make uninstall rules to cmake (#196)Bart Ribbers2018-01-091-0/+23
* Communities (#195)Max Sandholm2018-01-091-0/+6
* Create widgets on demand for messages added to the end of the timelineKonstantinos Sideris2018-01-051-0/+1
* Initial support for read receiptsKonstantinos Sideris2018-01-031-0/+2
* Add deb and rpm packages on releasesKonstantinos Sideris2017-12-261-6/+9
* Remove submodules from matrix-structsKonstantinos Sideris2017-12-161-0/+2
* Allow only one application instanceKonstantinos Sideris2017-12-141-0/+1
* Remove -march=nativeKonstantinos Sideris2017-12-121-1/+0
* Add dialog to create roomsKonstantinos Sideris2017-12-111-0/+2
* Add menu to invite usersKonstantinos Sideris2017-12-101-0/+4
* Fix travis errorsKonstantinos Sideris2017-12-041-1/+0
* Migrate to matrix-structs for event and response parsingKonstantinos Sideris2017-12-041-56/+2
* Initial integration with matrix-structsKonstantinos Sideris2017-12-031-4/+6
* Add inline audio clip player (m.audio) (#143)Konstantinos Sideris2017-12-011-3/+8
* Group emoji and dialogs with namespacesKonstantinos Sideris2017-11-301-18/+17
* Create directories for related filesKonstantinos Sideris2017-11-301-64/+79
* Add read support for m.file messages (#24)Konstantinos Sideris2017-11-281-0/+2
* Windows icon fix and change the installer to QT Installer Framework on Window...Marcel2017-11-061-14/+21
* 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
* 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 roo...Max Sandholm2017-10-011-0/+4
* 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
* Remove custom badge counter from mac and windows (#42)Konstantinos Sideris2017-07-091-10/+42
* Improve login flow (#35)jansol2017-07-081-2/+1
* 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
* Be explicit about the text color on the context menuKonstantinos Sideris2017-05-311-1/+0
* 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
* 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
* 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