aboutsummaryrefslogtreecommitdiff
path: root/src/mainwindow.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* fix: fix unread message parsingv4.14.1upstream/4.14.1Libravatar Keshav Bhatt2023-05-201-8/+16
| | | | - fixes #116
* feat: minor fixes + code cleanupLibravatar Keshav Bhatt2023-05-171-425/+480
|
* chore: code cleanupLibravatar Keshav Bhatt2023-03-221-1/+0
|
* chore: code cleanupv4.12.1Libravatar Keshav Bhatt2023-01-271-22/+22
|
* chore: cleanupLibravatar Keshav Bhatt2023-01-271-126/+21
| | | | - move methods to page
* fix: prevent zoom with ctrl+mouseLibravatar Keshav Bhatt2023-01-261-0/+23
| | | | - set zoomfactor using settings
* chore: cleanupLibravatar Keshav Bhatt2023-01-261-7/+9
|
* chore: cleanup + inhancementsLibravatar Keshav Bhatt2023-01-261-16/+24
| | | | | - clean lock screen logic - fix: utilise page localstorage to persist & restore theme state
* feat: systemtray notification counterLibravatar Keshav Bhatt2022-08-311-39/+34
| | | | | other changes include: - no client side check on new chat numbers, whatsapp web doing check
* chore: some enhancementsLibravatar Keshav Bhatt2022-08-311-11/+13
| | | | | | - webengine multiprocess - webengine disable sandbox - minor memory usage improvements
* Hide/show window only when tray icon is left clicked (#65)v4.7.2Libravatar César Quintana2022-07-231-1/+1
| | | do nothing if the reason is the context menu.
* fix(web): bypass lock check while loading quirkLibravatar Keshav Bhatt2022-07-041-18/+22
| | | | - just reload without asking while loading quirks
* feat(i18n): add Italian localization (#55)Libravatar Gianluca Boiano2022-06-261-4/+4
| | | | | | | * chore: add some entries to .gitignore * chore: general enhancements to original strings * feat(i18n): add Italian localization
* 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.