summary refs log tree commit diff
path: root/src/UserSettingsPage.cc (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Move all files under src/Konstantinos Sideris2018-07-171-323/+0
|
* Allow copying the version info in the settings pageKonstantinos Sideris2018-06-231-2/+2
|
* Add scrollbar in the settings menuKonstantinos Sideris2018-05-091-15/+13
|
* Start in tray (#319)Anton Karmanov2018-05-081-0/+28
|
* Add version info in the settings menuKonstantinos Sideris2018-03-221-0/+6
| | | | fixes #239
* Add context menu option to mark events individually as readKonstantinos Sideris2018-03-111-0/+19
| | | | fixes #261
* Be explicit about the captured parameters in lambdasKonstantinos Sideris2018-02-201-6/+6
|
* Add option to disable typing notificationsKonstantinos Sideris2018-01-141-5/+26
| | | | fixes #131
* Make group's sidebar visible through an optionKonstantinos Sideris2018-01-091-5/+27
|
* Re-order room list based on activityKonstantinos Sideris2017-12-301-9/+23
| | | | fixes #2
* Reload theme without restart (#137)Konstantinos Sideris2017-11-251-1/+41
|
* Add dark themeKonstantinos Sideris2017-11-251-3/+15
|
* Fix minor stylistic issues on the nheko themeKonstantinos Sideris2017-11-221-0/+9
|
* Use system color scheme (using a Qt stylesheet) #104Max Sandholm2017-11-161-5/+4
| | | | | | | 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.
* Improve settings menu layoutKonstantinos Sideris2017-11-091-2/+12
|
* Use C++11 braced list style (#121)Benjamin Saunders2017-11-051-3/+3
|
* Implement a setting for the tray icon (#108)Jani Mustonen2017-11-021-4/+9
|
* Add dummy settings menuKonstantinos Sideris2017-11-021-0/+140