summary refs log tree commit diff
path: root/src/CommunitiesList.cc (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Move all files under src/Konstantinos Sideris2018-07-171-195/+0
|
* Use MainWindow instead of QApplication::activeWindow to reference the main ↵Konstantinos Sideris2018-07-151-1/+1
| | | | | | | | window The latter will not always return a valid pointer. fixes #363
* Remove the v2 namespace from the http clientKonstantinos Sideris2018-07-151-4/+4
|
* Re-enable groupsKonstantinos Sideris2018-07-141-21/+61
|
* Fix CI errors on macOS & WindowsKonstantinos Sideris2018-06-141-4/+4
| | | | | - Run the linter - Explicitly use cmake for installing olm
* Rename the log namespace to avoid symbol clash with the math functionKonstantinos Sideris2018-06-141-1/+1
| | | | - Patch the olm repo with a CMakeLists.txt file
* Add support for displaying decrypted messagesKonstantinos Sideris2018-06-101-0/+3
|
* Migrate to mtxclient for the http callsKonstantinos Sideris2018-06-091-14/+47
|
* Replace shared pointers of MatrixClient with a single instanceKonstantinos Sideris2018-05-081-10/+10
|
* Fix UI inconsistencies between room list & communitiesKonstantinos Sideris2018-04-281-16/+3
| | | | | fixes #204 fixes #255
* Be explicit about the captured parameters in lambdasKonstantinos Sideris2018-02-201-1/+1
|
* Erase items using the keyKonstantinos Sideris2018-01-251-6/+0
|
* Use more stl containers & minor refactoringsKonstantinos Sideris2018-01-241-31/+19
|
* Communities (#195)Max Sandholm2018-01-091-0/+150