summary refs log tree commit diff
path: root/src/UserSettingsPage.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Support desktop screen sharing on X11trilene2021-02-181-7/+31
* Clean up config names a bitNicolas Werner2021-02-091-7/+4
* Merge pull request #459 from Jedi18/minor_fixesDeepBlueV7.X2021-02-091-4/+17
|\
| * linting fixJedi182021-02-071-2/+1
| * emoji default translation fixJedi182021-02-071-4/+17
| * translation fix for default text in emoji comboJedi182021-02-061-3/+3
| * close emoji autocompleter if space typed after : issue #433 and adds default ...Jedi182021-02-051-0/+1
* | Move call device handling out of WebRTCSessiontrilene2021-02-071-10/+7
* | Set profile to "" if it's the default for compatibilityLoren Burkholder2021-02-041-2/+2
|/
* Update wording on settings page for privacy timerJoseph Donofry2021-02-011-1/+1
* Merge remote-tracking branch 'nheko-im/master' into privacy_screenJoseph Donofry2021-02-011-0/+9
|\
| * Persist hidden tagsNicolas Werner2021-01-231-0/+9
* | Implement Privacy ScreenJoseph Donofry2021-01-261-5/+7
* | Fix formattingJoseph Donofry2021-01-261-14/+12
* | Initial commit for privacy screenJoseph Donofry2021-01-251-1/+62
|/
* Fix presence unknown type warningNicolas Werner2021-01-191-7/+11
* Allow more font sizes to be selectedNicolas Werner2021-01-131-1/+1
* Fix Qml control colorstrilene2021-01-071-2/+2
* Remove useless captureNicolas Werner2021-01-061-1/+1
* Fix #359Nicolas Werner2020-12-271-5/+29
* Switch profile code to a more flexible methodLorenDB2020-12-241-3/+69
* Fix unused captureNicolas Werner2020-12-181-1/+1
* Add download keys from secret storageNicolas Werner2020-12-181-0/+4
* Store secrets in keychainNicolas Werner2020-12-161-0/+57
* Send SSSS requestsNicolas Werner2020-12-151-0/+17
* fixed toggle weirdness in settings, after loads added setChecked for Toggles,...kirillpt2020-11-251-0/+23
* made this: if Tray become disabled and startInTray was enabled, startInTray b...kirillpt2020-11-251-2/+4
* change \!disabled for enabled, because toggled return true if enabledkirillpt2020-11-251-30/+30
* maybe fix toggle work in codekirillpt2020-11-251-25/+25
* Merge pull request #325 from trilene/webrtc-videoDeepBlueV7.X2020-11-131-0/+54
|\
| * Make incoming call ringtone a user settingtrilene2020-11-121-0/+54
* | Merge pull request #310 from MayeulC/fix-typoDeepBlueV7.X2020-10-311-3/+3
|\ \ | |/ |/|
| * Wording: change "Mobile mode" for "Touchscreen mode"Mayeul Cantan2020-10-311-2/+2
| * Wording: change "trusted users" for "verified users"Mayeul Cantan2020-10-311-1/+1
* | Merge remote-tracking branch 'upstream/master' into webrtc-videotrilene2020-10-281-10/+2
|\ \
| * | Optimize buildNicolas Werner2020-10-271-12/+5
| |/
* | Merge remote-tracking branch 'upstream/master' into webrtc-videotrilene2020-10-271-39/+87
|\|
| * Qml message input mockupNicolas Werner2020-10-261-9/+11
| * Merge pull request #306 from LorenDB/masterDeepBlueV7.X2020-10-241-0/+3
| |\
| | * Add option for unique configLorenDB2020-10-241-0/+3
| * | Add mobile mode which improves scrollingNicolas Werner2020-10-241-0/+21
| * | Fix share keys setting not workingNicolas Werner2020-10-231-0/+6
| |/
| * Use QFontComboBox as per issue 238 (deleted comments)LorenDB2020-10-211-5/+2
| * Automatic key sharing with trusted usersNicolas Werner2020-10-181-22/+40
* | Support video callstrilene2020-10-271-7/+108
|/
* Remove duplicate control from settings pagetrilene2020-09-261-1/+0
* Don't show default audio source in settingstrilene2020-09-141-5/+0
* Add audio input device selectortrilene2020-08-051-2/+19
* Support voice callstrilene2020-07-101-0/+31
* Fix not being able to change themeLorem2020-06-141-1/+1
* Merge remote-tracking branch 'origin/master' into presenceJoseph Donofry2020-06-111-0/+22
|\
| * Add setting to alert on notificationAlexander 'z33ky' Hirsch2020-06-101-0/+22
* | Fix formattingJoseph Donofry2020-06-111-4/+1
* | Fix warning about not registered Presence typeNicolas Werner2020-06-111-1/+0
* | Add menu actions to set presenceNicolas Werner2020-06-081-1/+20
|/
* Fix Qt5.15 issuesNicolas Werner2020-06-051-5/+5
* Rename settings to be more consistentNicolas Werner2020-05-261-89/+89
* Make settings update immediately in qml and allow limiting timeline widthNicolas Werner2020-05-261-0/+169
* Added an option to have descriptions for user settings.lkito2020-05-241-15/+59
* Added an optional feature to show bigger emoji-only messages with 3 or less e...lkito2020-05-211-16/+26
* Implemented optional message body highlighting feature.lkito2020-05-161-5/+15
* Misc color fixesNicolas Werner2020-05-051-1/+1
* Make notifications a bit easier to readNicolas Werner2020-04-291-3/+3
* Add signal/slot for decryption changes in last patchJoseph Donofry2020-04-221-0/+1
* Add ability to toggle sidebar messages for encrypted roomsJoseph Donofry2020-04-211-1/+9
* Mid color is used for scrollbars it seemsNicolas Werner2020-04-111-2/+2
* Add a few missing palette colorsNicolas Werner2020-04-081-19/+22
* Set palette globallyNicolas Werner2020-03-301-2/+33
* Make toggle in settings revert between old behavior and new behavior for sort...Emi Simpson2020-03-151-7/+7
* Made merge compatible with masterEmi Simpson2020-03-151-0/+12
|\
| * Make buttons hideable via setting, button contents can still be accessed via ...Nicolas Werner2020-03-101-0/+12
* | Added toggle in the settings to ignore minor eventsEmi Simpson2020-03-151-0/+9
|/
* Use spacing for layouting settingsNicolas Werner2020-02-201-26/+6
* Remove constant width, that was wrong.Adasauce2020-02-201-2/+8
* Clean up variable formatAdasauce2020-02-201-4/+4
* Add constexpr for the minimum formlayout widthAdasauce2020-02-201-7/+4
* FormLayout cleanupAdasauce2020-02-191-4/+4
* Clean up placeholder stringAdasauce2020-02-191-2/+1
* Review changes to UserSettingsPageAdasauce2020-02-181-61/+66
* Replace QHBoxLayout with QFormLayout in UserSettingsAdasauce2020-02-181-138/+72
* Quick hack to enable touch scrolling in settings and room listNicolas Werner2020-02-151-0/+3
* Lower general settings margins, if the window is narrowNicolas Werner2020-02-151-1/+12
* Merge pull request #117 from adasauce/file-download-pathDeepBlueV7.X2020-02-151-2/+6
|\
| * use QStandardPaths locations for all file dialogs.Adasauce2020-02-141-2/+6
* | Change the initial of the proper noun to uppercaseShun Sakai2020-02-141-1/+1
|/
* Optimize includes a bitNicolas Werner2020-01-311-0/+1
* Allow sending messages as plain textNicolas Werner2020-01-271-52/+37
* Reduce Cache.h includes further via one forward declarationNicolas Werner2019-12-151-0/+1
* Reduce overhead of Cache.hNicolas Werner2019-12-151-2/+2
* Implement avatars in qml timelineNicolas Werner2019-11-231-4/+2
* re-re-lintedAidan Hahn2019-09-031-1/+0
* group similar ui options on settings pageAidan Hahn2019-09-021-1/+0
* fixed typoes in code, added layout metadata to new settings toggle.Aidan Hahn2019-09-011-2/+3
* Refactored Avatar and RoomInfoListItem to access rounding settings in placeAidan Hahn2019-09-011-4/+4
* add controll bits for avatar roundingAidan Hahn2019-08-281-0/+20
* Use 'system' theme as default if QT_QPA_PLATFORMTHEME is setJoseph Donofry2019-08-101-1/+3
* Fix bug with emoji font setting and clean lintingJoseph Donofry2019-07-261-1/+1
* Add emoji text selection option for non-macJoseph Donofry2019-07-261-2/+37
* Fix lintingredsky172019-04-041-3/+3
* Update nheko to export sessions using new formatredsky172019-03-271-4/+10
* Author Color Fixesredsky172019-01-201-1/+4
* Fix UserSettings UI not showing saved prefsredsky172019-01-191-0/+8
* Add User Font Settingredsky172019-01-191-2/+27
* 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
* 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
* 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
* Remove pixel values from modals, use pointSize insteadKonstantinos Sideris2018-07-221-18/+18
* Move all files under src/Konstantinos Sideris2018-07-171-0/+323