aboutsummaryrefslogtreecommitdiff
path: root/src/settingswidget.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* feat: minor fixes + code cleanupLibravatar Keshav Bhatt2023-05-171-4/+3
|
* chore: cleanup + additionLibravatar Keshav Bhatt2023-01-261-4/+4
| | | | | | - remove clear cache option - provide single app data cleanup option - close settings with esc button
* feat: some new featuresLibravatar Keshav Bhatt2022-06-251-4/+5
| | | | | | | | - feat: new command line options, run: whatsie -h for more - feat: add theme toggle action in system tray action menu with shortcut CTRL+T - feat: shortcut to open settings CTRL+P - fix: Changes (mosty non visible) in applock flow
* chore: add full view support closes #46Libravatar Keshav Bhatt2022-06-231-0/+3
| | | | | - an option in setting to allow toggle full view mode - remove unused webchannel module
* chore: improve settings window show behaviorLibravatar Keshav Bhatt2022-06-161-1/+1
| | | | | - show window on centre of screen where the mainwindow is located - show default pos if geometery is not saved
* feat: app auto lockingLibravatar Keshav Bhatt2022-03-301-0/+3
| | | | - settings to allow app auto locking after set time interval
* feat: v4.0 (#35)Libravatar Keshav Bhatt2022-03-301-87/+79
| | | | | | | | | | | | | | | | * add new widgets * feat: version 4.0 - SystemTray: tray icon uses png rather than svg - SystemTray: added settings to lets user change the systemtray icon click behavior(minimize/maximize on right click) - Download: added settiing that lets user set default download directory, avoid asking while saving files - Lock: added setting to let user change current set password for lock screen - Lock: current set password now hidden by default and can be revealed for 5 seconds by pressing view button - Style/Theme: added ability to change widget style on the fly, added default light palatte (prevent breaking of light theme on KDE EVs) - Theme: dark theme update - WebApp: added setting to set zoom factor when window is maximized and fullscreen (gives user ability to set different zoom factor for Normal , Maximized/Fullscreen WindowStates) - Setting: settings UI is more oraganized - WebApp: enable JavaScript execCommand("paste") - WebApp: tested for new WhatsApp Web that lets users use whatsie without requiring the phone connected to internet
* feat: start application minimized. closes #19Libravatar Keshav2022-03-201-0/+6
| | | | - there is a setting to enable this feature
* implemented page zoom feature,Libravatar keshavbhatt2021-05-121-0/+6
| | | | - in settings widget.
* minor fixesLibravatar keshavbhatt2021-05-051-0/+2
|
* -added flag icons to spell checker language combobox items,Libravatar keshavbhatt2021-05-031-0/+5
| | | | -added automatic theme switching capabilities.
* added option to change notification type.Libravatar keshavbhatt2021-04-181-0/+5
| | | | - added ability to switch b/w native notification and customized notifications
* implemented notification timeout spinbox in settingsLibravatar keshavbhatt2021-04-111-0/+4
|
* added permission dialog in settings windowLibravatar keshavbhatt2021-04-101-2/+5
|
* spellcheck implLibravatar keshavbhatt2021-04-091-0/+9
|
* implemented new about dialog,Libravatar keshavbhatt2021-04-051-1/+5
| | | | app lock feature
* src initLibravatar keshavbhatt2021-04-051-0/+66