aboutsummaryrefslogtreecommitdiff
path: root/src/settingswidget.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* feat: v4.0 (#35)Libravatar Keshav Bhatt2022-03-301-27/+227
| | | | | | | | | | | | | | | | * 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-1/+51
| | | | - there is a setting to enable this feature
* version 3.0Libravatar Keshav Bhatt2022-02-281-1/+1
|
* build: migrate to qt 5.15Libravatar Keshav Bhatt2022-02-281-401/+384
|
* allow passing app argumentsLibravatar Keshav Bhatt2021-05-301-0/+3
|
* implemented page zoom feature,Libravatar keshavbhatt2021-05-121-0/+33
| | | | - in settings widget.
* use non native file picker by default. since the native one is buggy.Libravatar keshavbhatt2021-05-051-1/+1
|
* instantly trigger theme switch when user set automatic timer.Libravatar keshavbhatt2021-05-051-1/+4
|
* minor fixesLibravatar keshavbhatt2021-05-051-0/+6
|
* fix automatic theme switchingLibravatar keshavbhatt2021-05-051-7/+20
|
* increase timeout of automatic theme switcherLibravatar keshavbhatt2021-05-031-1/+1
|
* -added flag icons to spell checker language combobox items,Libravatar keshavbhatt2021-05-031-2/+83
| | | | -added automatic theme switching capabilities.
* updated settings dialog.1.0Libravatar keshavbhatt2021-05-011-0/+2
|
* added option to change notification type.Libravatar keshavbhatt2021-04-181-0/+11
| | | | - added ability to switch b/w native notification and customized notifications
* implemented notification timeout spinbox in settingsLibravatar keshavbhatt2021-04-111-0/+7
|
* fix app shortcut popup layoutLibravatar keshavbhatt2021-04-111-3/+7
|
* added permission dialog in settings windowLibravatar keshavbhatt2021-04-101-9/+16
|
* spellcheck implLibravatar keshavbhatt2021-04-091-0/+76
|
* implemented new about dialog,Libravatar keshavbhatt2021-04-051-0/+25
| | | | app lock feature
* src initLibravatar keshavbhatt2021-04-051-0/+189