aboutsummaryrefslogtreecommitdiff
path: root/src/mainwindow.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* update test case to check loaded correctly.Libravatar keshavbhatt2021-04-091-0/+9
|
* wrote new test case to check loaded correctly.Libravatar keshavbhatt2021-04-091-35/+53
|
* new global app shortcuts, other improvementsLibravatar keshavbhatt2021-04-091-15/+75
|
* integrated spell checker with app.Libravatar keshavbhatt2021-04-071-7/+18
|
* restore window pos when notification popup cickedLibravatar keshavbhatt2021-04-061-5/+4
|
* bypass browser upgrade page.Libravatar keshavbhatt2021-04-061-3/+42
|
* implemented new about dialog,Libravatar keshavbhatt2021-04-051-84/+136
| | | | app lock feature
* lock screen initLibravatar keshavbhatt2021-04-051-1/+37
|
* fixed dark style bg color,Libravatar keshavbhatt2021-04-051-2/+21
| | | | | update system tray menu according to window state, restore window geometry after minimizing to tray.
* src initLibravatar keshavbhatt2021-04-051-0/+551