aboutsummaryrefslogtreecommitdiff
path: root/src/mainwindow.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* fix: prevent zoom with ctrl+mouseLibravatar Keshav Bhatt2023-01-261-0/+1
| | | | - set zoomfactor using settings
* feat: systemtray notification counterLibravatar Keshav Bhatt2022-08-311-4/+6
| | | | | other changes include: - no client side check on new chat numbers, whatsapp web doing check
* fix(web): bypass lock check while loading quirkLibravatar Keshav Bhatt2022-07-041-1/+1
| | | | - just reload without asking while loading quirks
* feat: some new featuresLibravatar Keshav Bhatt2022-06-251-15/+16
| | | | | | | | - 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 window geo restoreLibravatar Keshav Bhatt2022-06-161-0/+1
| | | | | - show window on screen where the cursor is located - default window size if saved geometry is not valid
* chore: restore window directly when another instance is launchedLibravatar Keshav Bhatt2022-05-101-1/+1
|
* chore: use new chat trigger method to invoke new chats4.2.1Libravatar Keshav2022-05-101-0/+1
|
* feat: implement IPC & other improvementsLibravatar Keshav2022-05-101-0/+2
| | | | | | | | | - lets run only one instance of application - lets pass arguments from secondary instances to main instance - open new chat without reloading page - restore application with commandline argument to secondary instance: example: whatsie whatsapp://whatsie will restore the primary instance of whatsie process
* feat: app auto lockingLibravatar Keshav Bhatt2022-03-301-0/+4
| | | | - settings to allow app auto locking after set time interval
* fix: improve logout flow, on change passwordLibravatar Keshav Bhatt2022-03-301-0/+3
|
* feat: v4.0 (#35)Libravatar Keshav Bhatt2022-03-301-11/+14
| | | | | | | | | | | | | | | | * 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/+1
| | | | - there is a setting to enable this feature
* release webengine properly on exitLibravatar Keshav2022-03-141-10/+3
|
* build: migrate to qt 5.15Libravatar Keshav Bhatt2022-02-281-77/+70
|
* code refactoringLibravatar Keshav Bhatt2021-06-071-3/+3
|
* allow passing app argumentsLibravatar Keshav Bhatt2021-05-301-0/+2
|
* fixed theme switch issueLibravatar Keshav Bhatt2021-05-301-0/+4
|
* removed status bar widget,Libravatar keshavbhatt2021-05-051-4/+2
| | | | added RateApp dialog.
* code clean up and theme switching issue fix, notification pop-up theme fix.Libravatar keshavbhatt2021-04-111-5/+6
|
* wrote new test case to check loaded correctly.Libravatar keshavbhatt2021-04-091-0/+1
|
* new global app shortcuts, other improvementsLibravatar keshavbhatt2021-04-091-0/+8
|
* bypass browser upgrade page.Libravatar keshavbhatt2021-04-061-0/+4
|
* implemented new about dialog,Libravatar keshavbhatt2021-04-051-3/+7
| | | | app lock feature
* lock screen initLibravatar keshavbhatt2021-04-051-0/+4
|
* fixed dark style bg color,Libravatar keshavbhatt2021-04-051-0/+1
| | | | | update system tray menu according to window state, restore window geometry after minimizing to tray.
* src initLibravatar keshavbhatt2021-04-051-0/+107