aboutsummaryrefslogtreecommitdiff
path: root/qml/SettingsPage.qml
Commit message (Collapse)AuthorAgeFilesLines
* You can unblock people now and some small fixesMiquel Lionel2021-11-201-1/+62
| | | | | | | | | | - the chatlist is now properly updated on blocking a contact request or contact. - A small message is now displayed after blocking a contact request - A list of blocked contact can be found on the settings page, after clicking 'View blocked users' - The message timestamp is now slightly padded
* Implement sending Videochat invitationsMiquel Lionel2021-11-041-0/+7
| | | | | | - layers popping function was hard to read in main.qml, add a line - add editable videochat instance setting
* We add a bunch of keyboard shortcuts. F1 to show.Miquel Lionel2021-10-311-10/+10
| | | | | | - Also, the play, pause and "save attachment" button have a little emoji before them - Tooltip show for buttons with shorcuts
* "Change avatar" btn centered with avatarMiquel Lionel2021-10-311-0/+1
|
* qmlformatHEADmasterlink2xt2021-10-271-6/+8
|
* Add "Change avatar" button to settings pageMiquel Lionel2021-10-241-0/+26
|
* Fix QML code stylelink2xt2021-10-021-12/+22
| | | | Mostly qmlformat, also rename root "id"s.
* Add SOCKS5 settingslink2xt2021-09-101-0/+31
|
* Change SettingsPage id into `root`link2xt2021-09-101-22/+22
|
* Make Settings page scrollablelink2xt2021-09-101-3/+1
| | | | This way all the settings are reachable on small screens.
* Add "Show classic emails" settinglink2xt2021-08-281-0/+14
|
* Allow to change display name on the Settings pagelink2xt2021-08-011-0/+8
|
* Make signature setting multilinelink2xt2021-05-031-1/+1
|
* Add "bcc_self" setting to Settings pagelink2xt2021-05-031-0/+6
|
* Add more settings to Settings pagelink2xt2021-03-271-0/+38
|
* Use FormLayout for Settings pagelink2xt2021-03-271-1/+1
|
* Add Settings pagelink2xt2021-02-281-0/+30