summary refs log tree commit diff
path: root/src/UserSettingsPage.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix lintingredsky172019-04-041-3/+3
|
* Update nheko to export sessions using new formatredsky172019-03-271-4/+10
| | | | (requires mtxclient updates as well).
* Author Color Fixesredsky172019-01-201-1/+4
| | | | | | | | | | 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/+8
| | | | | | | 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-2/+27
| | | | | | | | | | | | 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.
* Add the correct parent to scaleComboKonstantinos Sideris2018-10-071-12/+7
|
* Remove room re-ordering optionKonstantinos Sideris2018-10-061-18/+0
|
* Adjust the widget size of the room list itemsKonstantinos Sideris2018-10-061-0/+7
|
* Add option to configure the font sizeKonstantinos Sideris2018-10-011-43/+22
| | | | fixes #161
* Enable debug logsKonstantinos Sideris2018-09-301-1/+1
|
* Remove pixel value from fontsKonstantinos Sideris2018-09-301-1/+1
|
* Don't enable tray by defaultKonstantinos Sideris2018-09-261-1/+1
|
* Improvements on the system themeKonstantinos Sideris2018-09-191-25/+26
|
* Fix compile warningsKonstantinos Sideris2018-09-181-2/+2
|
* Clean up unread rooms after initial syncKonstantinos Sideris2018-09-161-3/+0
|
* Implement import/export of megolm session keys (#358)Konstantinos Sideris2018-09-151-15/+121
|
* Add device ID and device fingerprint to settings page like in Riot. (#407)Rudi Floren2018-08-211-0/+51
|
* Add option to disable desktop notificationsKonstantinos Sideris2018-08-111-0/+17
| | | | fixes #388
* Remove unwanted whitespace from the user settings menuKonstantinos Sideris2018-08-011-2/+6
|
* Simplify the message shown when another app instance is detectedKonstantinos Sideris2018-07-221-1/+1
|
* Add option to specify the scale factorKonstantinos Sideris2018-07-221-0/+59
| | | | | | fixes #357 fixes #335 fixes #230
* Remove pixel values from modals, use pointSize insteadKonstantinos Sideris2018-07-221-18/+18
|
* Move all files under src/Konstantinos Sideris2018-07-171-0/+323