summaryrefslogtreecommitdiffstats
path: root/src/MainWindow.cc
AgeCommit message (Expand)Author
2018-07-17Move all files under src/Konstantinos Sideris
2018-07-15Remove the v2 namespace from the http clientKonstantinos Sideris
2018-07-11Allow close events from the session manager (#353)Konstantinos Sideris
2018-07-04Fix regressions regarding UI resizingKonstantinos Sideris
2018-06-29Allow arbitrary resizing of the main window & restore sidebar's sizeKonstantinos Sideris
2018-06-28Save timeline messages in cache for faster startup timesKonstantinos Sideris
2018-06-14Rename the log namespace to avoid symbol clash with the math functionKonstantinos Sideris
2018-06-10Add support for displaying decrypted messagesKonstantinos Sideris
2018-06-09Migrate to mtxclient for the http callsKonstantinos Sideris
2018-05-11Make explicit that MatrixClient & Cache are unique pointersKonstantinos Sideris
2018-05-08Hide SnackBar initially & guard against access of an empty listKonstantinos Sideris
2018-05-08Don't use shared pointers for cacheKonstantinos Sideris
2018-05-08Replace shared pointers of MatrixClient with a single instanceKonstantinos Sideris
2018-05-02Handle invalid access tokenKonstantinos Sideris
2018-05-01Add member listKonstantinos Sideris
2018-04-30Add prototype room settings menuKonstantinos Sideris
2018-04-24Fix signal redefinition warningKonstantinos Sideris
2018-03-12Implement user registration with reCAPTCHAKonstantinos Sideris
2018-03-04Don't open room switcher when another dialog is openKonstantinos Sideris
2018-02-26Enable room switcher only in the chat view (#251)Konstantinos Sideris
2018-02-20Be explicit about the captured parameters in lambdasKonstantinos Sideris
2018-02-18Show loading indicator while waiting for /login & /logoutKonstantinos Sideris
2018-02-17Remove QPropertyAnimation from modals to work around a regression on Qt 5.10....Konstantinos Sideris
2018-02-10Move LeaveRoom dialog to MainWindow (#87)Konstantinos Sideris
2018-01-22Don't dismiss the loading overlay by clickingKonstantinos Sideris
2018-01-22Disable minimize to tray except for the ChatPageKonstantinos Sideris
2018-01-13Make some functions inlineKonstantinos Sideris
2018-01-03Initial support for read receiptsKonstantinos Sideris
2017-12-30Re-order room list based on activityKonstantinos Sideris
2017-11-16Use system color scheme (using a Qt stylesheet) #104Max Sandholm
2017-11-09Fix initial sidebar widthKonstantinos Sideris
2017-11-05Use C++11 braced list style (#121)Benjamin Saunders
2017-11-03Improvements to the quick switcher (#109)Jani Mustonen
2017-11-02Update issue templateKonstantinos Sideris
2017-11-02Implement a setting for the tray icon (#108)Jani Mustonen
2017-11-02Add dummy settings menuKonstantinos Sideris
2017-10-28Clean up headersKonstantinos Sideris
2017-10-20Retry initial sync (#19)Konstantinos Sideris
2017-10-20Move ctrl-k callback to the MainWindowKonstantinos Sideris
2017-10-15Fix icons for retina displaysKonstantinos Sideris
2017-10-08Add /join command supportKonstantinos Sideris
2017-10-07Use shared pointer for the modalsKonstantinos Sideris
2017-10-01Remove extra clang-format optionsKonstantinos Sideris
2017-09-30Remove unnecessary animationsKonstantinos Sideris
2017-09-24LintingKonstantinos Sideris
2017-09-24Ctrl-Q from the main window quits the application (#69)Max Sandholm
2017-09-22Remove hdpi scalingKonstantinos Sideris
2017-09-16Remove off-white colorKonstantinos Sideris
2017-09-10Implement image uploads (#24)Konstantinos Sideris
2017-08-20Small style changeKonstantinos Sideris