summary refs log tree commit diff
path: root/src/UserSettingsPage.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add trailing newline to session export to make gomuks happyNicolas Werner2021-07-221-1/+1
|
* Disable unchecked key sharing to trusted users by defaultNicolas Werner2021-07-171-2/+3
|
* Fix community sidebar toggleNicolas Werner2021-07-021-2/+3
|
* fix sort by unread not getting persistedNicolas Werner2021-06-251-0/+1
|
* Persist sidebar sizesNicolas Werner2021-06-121-2/+29
|
* Basic header and footer of room listNicolas Werner2021-05-151-36/+1
|
* Add config option to disable tls validationNicolas Werner2021-03-061-0/+16
|
* Update license headersNicolas Werner2021-03-051-16/+4
|
* Require GStreamer 1.18 for voip supporttrilene2021-02-201-1/+0
|
* Screen sharing (X11): support picture-in-picturetrilene2021-02-201-0/+12
|
* Screen sharing (X11): add hide mouse cursor optiontrilene2021-02-181-0/+12
|
* 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
|\ | | | | Fix emoji related issues
| * 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
| | | | | | | | option for emoji font family settings
* | 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
| | | | | | | | | | | | * Add handles for window focus gained / focus lossed and connect to timer * Clean up some of the PrivacyScreen.qml code * Connect settings to PrivacyScreen visibility
* | Fix formattingJoseph Donofry2021-01-261-14/+12
| |
* | Initial commit for privacy screenJoseph Donofry2021-01-251-1/+62
|/ | | | Missing window focus event and knowing when room is encryption
* Fix presence unknown type warningNicolas Werner2021-01-191-7/+11
|
* Allow more font sizes to be selectedNicolas Werner2021-01-131-1/+1
| | | | fixes #367
* Fix Qml control colorstrilene2021-01-071-2/+2
|
* Remove useless captureNicolas Werner2021-01-061-1/+1
|
* Fix #359Nicolas Werner2020-12-271-5/+29
| | | | Actually store the login details under the selected profile
* Switch profile code to a more flexible methodLorenDB2020-12-241-3/+69
| | | | This introduces a new version of SingleApplication as well.
* 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 ↵kirillpt2020-11-251-0/+23
| | | | Toggles, and fix issues with startInTray
* made this: if Tray become disabled and startInTray was enabled, startInTray ↵kirillpt2020-11-251-2/+4
| | | | before blocks, goes disabled too
* 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 setting
| * Make incoming call ringtone a user settingtrilene2020-11-121-0/+54
| |
* | Merge pull request #310 from MayeulC/fix-typoDeepBlueV7.X2020-10-311-3/+3
|\ \ | |/ |/| Improve wording in multiple strings.
| * Wording: change "Mobile mode" for "Touchscreen mode"Mayeul Cantan2020-10-311-2/+2
| | | | | | | | | | This is less ambiguous. Moreover, this mode might be useful on a computer touchscreen.
| * Wording: change "trusted users" for "verified users"Mayeul Cantan2020-10-311-1/+1
| | | | | | | | | | | | | | | | | | | | This is less ambiguous, as it aligns with the other uses. Trusted might refer to something else, like the reputation project. You can trust a user you haven't verified. Also mention devices as this shares keys with verified devices, for when device verification was performed without cross-signing.
* | 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 separate profiles
| | * 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
| | | | | | | | | | Note: I have deleted commented code as per the suggestion of @utkarsh2102. Note 2: I have fixed all the diffs, etc.
| * 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
| | | | fixes #214
* 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
| | | | | | | Limiting improves readability on wide monitors. The immediate update of the settings is done by just exposing settings as properties and then setting the settings as a context property.
* 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 ↵lkito2020-05-211-16/+26
| | | | emoji
* 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 ↵Emi Simpson2020-03-151-7/+7
| | | | sorting by unreads
* 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
| | | | | | | | context menu
* | 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
| | | | | Use Nico's suggestion to just leverage the width of the field, and leave a comment.
* Clean up variable formatAdasauce2020-02-201-4/+4
| | | | don't use members format camelCaseTail_
* Add constexpr for the minimum formlayout widthAdasauce2020-02-201-7/+4
| | | | | to save on recalculation of the size and having to subtract the margins to do the tally, then re-apply.
* FormLayout cleanupAdasauce2020-02-191-4/+4
| | | | Removed empty labels in favour of a fixed height and bottom alignment.
* Clean up placeholder stringAdasauce2020-02-191-2/+1
| | | | | | | use QString instead of std::string (QStringLiteral doesn't have a constructor with int, str.) remove temp variable, and just deal with it inline.
* Review changes to UserSettingsPageAdasauce2020-02-181-61/+66
| | | | | | | | | | | - Switch to {} widget initialization - set fixed size on the Toggles so they don't scale down vertically - add another setting section for INTERFACE - add a placeholder value for deviceFingerprintValue_ so it can calculate the right size. - fix warnings about `QLayout: Attempting to add QLayout "" to UserSettingsPage "",` in boxWrap - hide widgets properly in Q_OS_MAC - remove mainLayout_ completely - clean up resizeEvent
* Replace QHBoxLayout with QFormLayout in UserSettingsAdasauce2020-02-181-138/+72
| | | | | | | This allows form fields to wrap dynamically when they are too long for the view. This should help mobile and small screen users to configure the app without having to force it into portrait mode, or not be able to reach the settings fields at all.
* 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 the standard system download path for file downloads
| * 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
|/ | | | markdown -> Markdown
* 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
| | | | | | | 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-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
| | | | (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