summary refs log tree commit diff
path: root/src/main.cc (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add shortcuts for chat-only & Room List-only viewsKonstantinos Sideris2018-07-011-3/+1
| | | | | Ctrl-O -> Chat Ctrl-L -> Room list
* Mark encrypted messages with a lock iconKonstantinos Sideris2018-07-011-0/+32
|
* Immediately shutdown the http client on exitKonstantinos Sideris2018-06-221-2/+2
|
* Fix regressions regarding invites & slowness during shutdownKonstantinos Sideris2018-06-171-1/+2
|
* Rename the log namespace to avoid symbol clash with the math functionKonstantinos Sideris2018-06-141-4/+4
| | | | - Patch the olm repo with a CMakeLists.txt file
* Fix bug where cache was initialized twice in a rowKonstantinos Sideris2018-06-121-0/+14
|
* Add support for displaying decrypted messagesKonstantinos Sideris2018-06-101-1/+7
|
* Migrate to mtxclient for the http callsKonstantinos Sideris2018-06-091-30/+16
|
* Start in tray (#319)Anton Karmanov2018-05-081-1/+4
|
* Bump versionKonstantinos Sideris2018-04-031-1/+2
|
* Bump versionKonstantinos Sideris2018-03-041-1/+1
|
* Allow only one application instanceKonstantinos Sideris2017-12-141-5/+64
| | | | fixes #141
* Reload theme without restart (#137)Konstantinos Sideris2017-11-251-25/+0
|
* Add dark themeKonstantinos Sideris2017-11-251-4/+14
|
* Use system color scheme (using a Qt stylesheet) #104Max Sandholm2017-11-161-0/+16
| | | | | | | The color scheme of nheko obeys the default color theme of Qt (i.e. the system theme). It uses a Qt stylesheet to accomplish this, which means replacing the color theme with a custom theme would only be a matter of writing a new style sheet and loading it into the app.
* Simple SOCKS proxy support (#110)Jani Mustonen2017-11-041-0/+29
|
* Clean up headersKonstantinos Sideris2017-10-281-0/+1
|
* Add custom logging formatKonstantinos Sideris2017-09-301-0/+1
|
* Remove hdpi scalingKonstantinos Sideris2017-09-221-1/+0
|
* Do not capitalise the organization nameKonstantinos Sideris2017-09-181-2/+2
|
* Style change againKonstantinos Sideris2017-09-101-34/+34
|
* Small style changeKonstantinos Sideris2017-08-201-1/+2
|
* Save and restore app's window sizeKonstantinos Sideris2017-07-301-0/+2
| | | | closes #46
* Add option for the default font sizeKonstantinos Sideris2017-07-011-1/+7
|
* Experimental support for user avatars in timelineKonstantinos Sideris2017-06-051-2/+0
|
* Set up translationsKonstantinos Sideris2017-05-291-0/+12
|
* Add custom scrollbar on the timelineKonstantinos Sideris2017-05-241-6/+0
|
* Initial support for backwards paginationKonstantinos Sideris2017-05-121-1/+1
|
* Set application attributes before QApplicationKonstantinos Sideris2017-05-031-2/+2
|
* Enable high dpiKonstantinos Sideris2017-05-011-0/+2
|
* Bundle fonts into the appKonstantinos Sideris2017-04-251-11/+9
| | | | | | - Create QApplication instance before font initialization, otherwise QFontDatabase crashes. - Fix broken QRC font paths
* Add common style for the scroll barsKonstantinos Sideris2017-04-241-0/+6
|
* Add logo iconsKonstantinos Sideris2017-04-211-0/+1
|
* Add initial read-only emoji supportKonstantinos Sideris2017-04-191-0/+1
|
* Move the main window to the centerKonstantinos Sideris2017-04-151-0/+8
|
* Initial commitKonstantinos Sideris2017-04-061-0/+48