aboutsummaryrefslogtreecommitdiff
path: root/src/main.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* fix: debug in debug modeLibravatar Keshav Bhatt2022-04-091-1/+2
|
* chore: inform app is minimized via notificationLibravatar Keshav Bhatt2022-03-301-1/+1
| | | | - if the app started minimized in tray
* feat: v4.0 (#35)Libravatar Keshav Bhatt2022-03-301-5/+1
| | | | | | | | | | | | | | | | * 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-3/+7
| | | | - there is a setting to enable this feature
* add more debug info in util classLibravatar Keshav2022-03-141-1/+11
| | | | | | - pro: define new macros to get git info - main: -v print version info - util: - more info in debug; use QRandomGenerator
* fix qcfLibravatar Keshav Bhatt2022-03-051-6/+6
|
* build: migrate to qt 5.15Libravatar Keshav Bhatt2022-02-281-46/+50
|
* make whatsie single process, disable logging, EnableHighDpiScaling before ↵Libravatar Keshav Bhatt2022-02-191-3/+8
| | | | qapp init
* Added support for Opening whatsapp deeplinksLibravatar Keshav Bhatt2021-05-311-3/+3
|
* allow passing app argumentsLibravatar Keshav Bhatt2021-05-301-1/+9
|
* clean upLibravatar keshavbhatt2021-04-071-3/+0
|
* implemented runguard..Libravatar keshavbhatt2021-04-051-1/+14
|
* disable engine init before qapp init. this causing a bug where app binary ↵Libravatar keshavbhatt2021-04-051-3/+2
| | | | will not respect qt.conf file.
* src initLibravatar keshavbhatt2021-04-051-0/+45