summary refs log tree commit diff
path: root/src/UserSettingsPage.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* ReImplement UserSettings::setAvatarCirclesAidan Hahn2019-09-011-0/+6
|
* removed leftovers from previous refactorAidan Hahn2019-09-011-7/+0
|
* add controll bits for avatar roundingAidan Hahn2019-08-281-0/+9
|
* Fix missing include in prior commitJoseph Donofry2019-08-101-0/+1
|
* Use 'system' theme as default if QT_QPA_PLATFORMTHEME is setJoseph Donofry2019-08-101-1/+6
| | | | | | | On first launch, before the user has configured any settings, check the value of the QT_QPA_PLATFORMTHEME environment var. If it is set, use the system theme as the default instead of the light theme. This fixes #72.
* Fix bug with emoji font setting and clean lintingJoseph Donofry2019-07-261-2/+0
|
* Add emoji text selection option for non-macJoseph Donofry2019-07-261-0/+6
|
* Author Color Fixesredsky172019-01-201-0/+1
| | | | | | | | | | Author color is now cached so that it will not be re-calculated each time a new message is posted. This cache gets cleared when the theme is changed. Additionally, the author color is now automatically refreshed when the theme is changed, fixing the issue where you had to change rooms before the colors would switch.
* Fix UserSettings UI not showing saved prefsredsky172019-01-191-0/+1
| | | | | | | Theme and Font Family settings will now correctly display the stored settings when nheko is re-launched. Previously, these combo boxes would default to the first thing in the combo box, even if that wasn't what the user selected.
* Add User Font Settingredsky172019-01-191-0/+4
| | | | | | | | | | | | User can now select a font from the installed fonts on their system This font currently will only be applied when nheko is restarted (similar to how font size and scaling currently work). This will be addressed in a future commit. Additionally, the dropdown does not correctly select the previously-chosen user font, and instead defaults to the first font available on the system (alphabetically). This is similar to the issue with the 'Theme' combo defaulting to 'Light' even when another theme is selected.
* Remove room re-ordering optionKonstantinos Sideris2018-10-061-9/+0
|
* Adjust the widget size of the room list itemsKonstantinos Sideris2018-10-061-5/+1
|
* Add option to configure the font sizeKonstantinos Sideris2018-10-011-3/+9
| | | | fixes #161
* Implement import/export of megolm session keys (#358)Konstantinos Sideris2018-09-151-0/+4
|
* Add device ID and device fingerprint to settings page like in Riot. (#407)Rudi Floren2018-08-211-0/+3
|
* Add option to disable desktop notificationsKonstantinos Sideris2018-08-111-5/+14
| | | | fixes #388
* Add option to specify the scale factorKonstantinos Sideris2018-07-221-0/+2
| | | | | | fixes #357 fixes #335 fixes #230
* Move all files under src/Konstantinos Sideris2018-07-171-0/+148