aboutsummaryrefslogtreecommitdiff
path: root/src/mainwindow.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* feat: some new featuresLibravatar Keshav Bhatt2022-06-251-71/+109
| | | | | | | | - 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
* fix: obey fullview settings on first launch & initial window sizeLibravatar Keshav Bhatt2022-06-251-2/+2
|
* chore: add full view support closes #46Libravatar Keshav Bhatt2022-06-231-25/+105
| | | | | - an option in setting to allow toggle full view mode - remove unused webchannel module
* chore: improve window geo restoreLibravatar Keshav Bhatt2022-06-161-3/+25
| | | | | - show window on screen where the cursor is located - default window size if saved geometry is not valid
* fix: show notifications on correct screenLibravatar Keshav Bhatt2022-06-161-5/+6
| | | | | - show notification on screen where the main instance is running - closes #41
* chore: use Ctrl+W to hide window to trayLibravatar Keshav Bhatt2022-06-161-8/+9
| | | | | - replace Ctrl+H with Ctrl+W to hide window to tray - fix the minimize behavior
* fix: logout flow during changepasswordLibravatar Keshav2022-06-131-7/+19
|
* chore: restore window directly when another instance is launchedLibravatar Keshav Bhatt2022-05-101-30/+26
|
* chore: use new chat trigger method to invoke new chats4.2.1Libravatar Keshav2022-05-101-23/+26
|
* feat: implement IPC & other improvementsLibravatar Keshav2022-05-101-32/+66
| | | | | | | | | - 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
* chore: window show behaviorLibravatar Keshav2022-05-101-7/+7
|
* fix: save geometry in quit eventLibravatar Keshav2022-05-071-7/+5
| | | | - reduce minimum size by 30%. fixes #37
* chore: minor improvementsLibravatar Keshav2022-05-071-4/+5
|
* fix: raise window from hidden state when clicked on notificationLibravatar Keshav2022-05-071-3/+7
|
* chore: inform app is minimized via notificationLibravatar Keshav Bhatt2022-03-301-3/+4
| | | | - if the app started minimized in tray
* fix: notification popup click behaviorLibravatar Keshav Bhatt2022-03-301-17/+11
|
* feat: app auto lockingLibravatar Keshav Bhatt2022-03-301-23/+57
| | | | - settings to allow app auto locking after set time interval
* chore: unify passowrd echomode in lock widgetLibravatar Keshav Bhatt2022-03-301-5/+2
|
* fix: improve logout flow, on change passwordLibravatar Keshav Bhatt2022-03-301-3/+47
|
* fix: change lock screen password beahviorLibravatar Keshav Bhatt2022-03-301-1/+1
|
* fix: theme switchingLibravatar Keshav Bhatt2022-03-301-3/+2
|
* feat: v4.0 (#35)Libravatar Keshav Bhatt2022-03-301-83/+180
| | | | | | | | | | | | | | | | * 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-32/+28
| | | | - there is a setting to enable this feature
* release webengine properly on exitLibravatar Keshav2022-03-141-77/+57
|
* version 3.0Libravatar Keshav Bhatt2022-02-281-1/+1
|
* build: migrate to qt 5.15Libravatar Keshav Bhatt2022-02-281-881/+862
|
* updated rateApp and about dialogLibravatar Keshav Bhatt2021-08-301-1/+1
|
* updated the minimum size of window to prevent scrollbars.Libravatar Keshav Bhatt2021-07-241-2/+2
| | | | - 650px*520px
* Decreases the main window minimum height to 500pxLibravatar Edson Passos2021-07-221-1/+1
|
* - fixed #9 (Window minimum width is too small); Now the minimum width is setLibravatar Keshav Bhatt2021-07-191-2/+7
| | | | | | to 800px - fixed #11 (Disable "Application is minimized to system tray" notification); Now the app only report this message once per session.
* code refactoringLibravatar Keshav Bhatt2021-06-071-4/+4
|
* Added support for Opening whatsapp deeplinksLibravatar Keshav Bhatt2021-05-311-2/+32
|
* allow passing app argumentsLibravatar Keshav Bhatt2021-05-301-14/+20
|
* fixed theme switch issueLibravatar Keshav Bhatt2021-05-301-3/+47
|
* Save theme changes happened from web interface.Libravatar Keshav Bhatt2021-05-301-0/+1
|
* updated darktheme paletteLibravatar keshavbhatt2021-05-231-22/+27
|
* implemented page zoom feature,Libravatar keshavbhatt2021-05-121-0/+9
| | | | - in settings widget.
* fix file dialog.Libravatar keshavbhatt2021-05-051-3/+4
|
* use non native file picker by default. since the native one is buggy.Libravatar keshavbhatt2021-05-051-1/+1
|
* handle download request, filedialog follow settings.Libravatar keshavbhatt2021-05-051-2/+6
|
* minor fixesLibravatar keshavbhatt2021-05-051-1/+1
|
* removed status bar widget,Libravatar keshavbhatt2021-05-051-29/+21
| | | | added RateApp dialog.
* added blank lines LOLLibravatar keshavbhatt2021-05-031-0/+2
|
* fixed #2Libravatar keshavbhatt2021-04-301-2/+2
| | | | follow popup timeout settings for systray messages.
* allow app locking even if its not enabled in settingsLibravatar keshavbhatt2021-04-261-6/+7
|
* fix crash on lock screen setupLibravatar keshavbhatt2021-04-261-3/+1
|
* added option to change notification type.Libravatar keshavbhatt2021-04-181-16/+57
| | | | - added ability to switch b/w native notification and customized notifications
* implemented notification timeout spinbox in settingsLibravatar keshavbhatt2021-04-111-2/+9
|
* code clean up and theme switching issue fix, notification pop-up theme fix.Libravatar keshavbhatt2021-04-111-60/+38
|
* tray restore action now shows unread message countLibravatar keshavbhatt2021-04-101-19/+32
|