summary refs log tree commit diff
path: root/include/MainWindow.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Move all files under src/Konstantinos Sideris2018-07-171-174/+0
|
* Allow close events from the session manager (#353)Konstantinos Sideris2018-07-111-0/+2
|
* Fix regressions regarding UI resizingKonstantinos Sideris2018-07-041-1/+5
| | | | The room list would be hidden only through window resizing.
* Allow arbitrary resizing of the main window & restore sidebar's sizeKonstantinos Sideris2018-06-291-2/+11
| | | | | | | fixes #160 fixes #163 fixes #187 fixes #127
* Add support for displaying decrypted messagesKonstantinos Sideris2018-06-101-1/+0
|
* Migrate to mtxclient for the http callsKonstantinos Sideris2018-06-091-1/+2
|
* Replace shared pointers of MatrixClient with a single instanceKonstantinos Sideris2018-05-081-3/+0
|
* Add member listKonstantinos Sideris2018-05-011-0/+6
|
* Add prototype room settings menuKonstantinos Sideris2018-04-301-0/+6
|
* Implement user registration with reCAPTCHAKonstantinos Sideris2018-03-121-0/+1
| | | | fixes #264
* Add missing headerKonstantinos Sideris2018-03-041-0/+2
|
* Don't open room switcher when another dialog is openKonstantinos Sideris2018-03-041-0/+31
| | | | fixes #251
* Enable room switcher only in the chat view (#251)Konstantinos Sideris2018-02-261-0/+2
|
* Show loading indicator while waiting for /login & /logoutKonstantinos Sideris2018-02-181-1/+6
| | | | fixes #208
* Move LeaveRoom dialog to MainWindow (#87)Konstantinos Sideris2018-02-101-9/+10
|
* Make some functions inlineKonstantinos Sideris2018-01-131-22/+25
|
* Initial support for read receiptsKonstantinos Sideris2018-01-031-1/+1
|
* Improvements to the quick switcher (#109)Jani Mustonen2017-11-031-1/+0
| | | | | | | | - Ghetto disambiguation for the quick switcher - Fix the Ctrl+K shortcut - Fix keyboard focus when the quick switcher is closed fixes #114
* Add dummy settings menuKonstantinos Sideris2017-11-021-0/+5
|
* Clean up headersKonstantinos Sideris2017-10-281-10/+12
|
* Move ctrl-k callback to the MainWindowKonstantinos Sideris2017-10-201-0/+1
|
* Add /join command supportKonstantinos Sideris2017-10-081-0/+4
|
* Use shared pointer for the modalsKonstantinos Sideris2017-10-071-2/+2
|
* Remove unnecessary animationsKonstantinos Sideris2017-09-301-2/+1
|
* Implement image uploads (#24)Konstantinos Sideris2017-09-101-38/+38
|
* Save and restore app's window sizeKonstantinos Sideris2017-07-301-0/+2
| | | | closes #46
* Show confirmation dialog on logoutKonstantinos Sideris2017-06-021-0/+4
| | | | | | Minor stylistic refactoring closes #29
* Don't show the landing page when there is an active userKonstantinos Sideris2017-05-221-0/+2
|
* Minimize to trayKonstantinos Sideris2017-05-211-0/+10
|
* Replace include guards with #pragma onceKonstantinos Sideris2017-05-161-4/+1
|
* Remove MainWindow ui formKonstantinos Sideris2017-05-141-8/+0
|
* Add spinner to hide uninitialized layout after loginKonstantinos Sideris2017-04-261-1/+9
|
* Use only a MatrixClient as a shared pointerKonstantinos Sideris2017-04-111-7/+3
|
* Initial commitKonstantinos Sideris2017-04-061-0/+84