aboutsummaryrefslogtreecommitdiff
path: root/src (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* chore: define fallback values for macrosLibravatar Keshav Bhatt2022-06-245-40/+52
|
* chore(qmake): avoid error message when .git folder is missing (close #49) (#52)Libravatar Gianluca Boiano2022-06-241-4/+7
|
* fix: properly hide custom notification on multi monitor setupsLibravatar Keshav Bhatt2022-06-231-6/+7
| | | | closes #41
* chore: add full view support closes #46Libravatar Keshav Bhatt2022-06-236-30/+137
| | | | | - an option in setting to allow toggle full view mode - remove unused webchannel module
* chore: version 4.4Libravatar Keshav Bhatt2022-06-171-1/+1
|
* fix: use availableGeometry to map position of notificationLibravatar Keshav Bhatt2022-06-171-1/+1
|
* chore: install dicts using qmake4.4Libravatar Keshav Bhatt2022-06-172-26/+22
|
* fix: add missing icon, enabling install_icon target generation (clos… (#45)Libravatar Gianluca Boiano2022-06-171-0/+0
| | | | | * fix: add missing icon and enable install_icon target generation (close #40) * chore: README.md: some typo and cosmethic adjustments
* chore: improve settings window show behaviorLibravatar Keshav Bhatt2022-06-162-8/+15
| | | | | - show window on centre of screen where the mainwindow is located - show default pos if geometery is not saved
* chore: improve window geo restoreLibravatar Keshav Bhatt2022-06-162-3/+26
| | | | | - show window on screen where the cursor is located - default window size if saved geometry is not valid
* chore: nitification popup tweak; code cleanupLibravatar Keshav Bhatt2022-06-161-27/+31
|
* fix: show notifications on correct screenLibravatar Keshav Bhatt2022-06-162-24/+21
| | | | | - show notification on screen where the main instance is running - closes #41
* chore: version 4.34.3Libravatar Keshav Bhatt2022-06-161-1/+1
|
* chore: use Ctrl+W to hide window to trayLibravatar Keshav Bhatt2022-06-162-8/+17
| | | | | - 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
|
* fix: properly load setting for autoapplock checkboxLibravatar Keshav2022-06-131-11/+10
|
* chore: filter contextmenu itemsLibravatar Keshav2022-06-121-3/+16
| | | | - allow context menu on editable, selected and copyble data types
* chore: restore window directly when another instance is launchedLibravatar Keshav Bhatt2022-05-103-32/+28
|
* chore: use new chat trigger method to invoke new chats4.2.1Libravatar Keshav2022-05-102-23/+27
|
* chore: version 4.24.2Libravatar Keshav2022-05-101-1/+1
|
* feat: implement IPC & other improvementsLibravatar Keshav2022-05-1011-47/+1235
| | | | | | | | | - 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: remove runguardLibravatar Keshav2022-05-102-99/+0
|
* chore: window show behaviorLibravatar Keshav2022-05-101-7/+7
|
* feat: add open downloads directory button in download widgetLibravatar Keshav2022-05-075-8/+53
|
* chore: update default UALibravatar Keshav2022-05-071-1/+1
|
* chore: stop timer instantly if rated alreadyLibravatar Keshav2022-05-071-0/+1
|
* fix: save geometry in quit eventLibravatar Keshav2022-05-071-7/+5
| | | | - reduce minimum size by 30%. fixes #37
* chore: bump version 4.1Libravatar Keshav2022-05-071-1/+1
|
* chore: minor improvementsLibravatar Keshav2022-05-071-4/+5
|
* chore: clean UA & disable js debug in app stdoutLibravatar Keshav2022-05-072-23/+50
|
* chore: set default zoom factor for maximized windows to 1.0Libravatar Keshav2022-05-071-1/+1
|
* fix: raise window from hidden state when clicked on notificationLibravatar Keshav2022-05-071-3/+7
|
* fix: debug in debug modeLibravatar Keshav Bhatt2022-04-091-1/+2
|
* chore: inform app is minimized via notificationLibravatar Keshav Bhatt2022-03-304-12/+11
| | | | - if the app started minimized in tray
* fix: notification popup click behaviorLibravatar Keshav Bhatt2022-03-303-19/+12
|
* feat: app auto lockingLibravatar Keshav Bhatt2022-03-309-36/+146
| | | | - settings to allow app auto locking after set time interval
* chore: unify passowrd echomode in lock widgetLibravatar Keshav Bhatt2022-03-302-12/+12
|
* fix: improve logout flow, on change passwordLibravatar Keshav Bhatt2022-03-302-3/+50
|
* fix: change lock screen password beahviorLibravatar Keshav Bhatt2022-03-302-3/+4
|
* fix: theme switchingLibravatar Keshav Bhatt2022-03-301-3/+2
|
* feat: v4.0 (#35)Libravatar Keshav Bhatt2022-03-3032-718/+1204
| | | | | | | | | | | | | | | | * 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
* fix: improve download file behavior (#32)Libravatar Keshav Bhatt2022-03-222-4/+3
|
* feat: start application minimized. closes #19Libravatar Keshav2022-03-206-699/+750
| | | | - there is a setting to enable this feature
* release webengine properly on exitLibravatar Keshav2022-03-142-87/+60
|
* add more debug info in util classLibravatar Keshav2022-03-143-10/+31
| | | | | | - 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
|
* style: code refactor3.0Libravatar Keshav Bhatt2022-02-281-98/+95
|
* version 3.0Libravatar Keshav Bhatt2022-02-284-4/+7
|
* build: migrate to qt 5.15Libravatar Keshav Bhatt2022-02-2820-2908/+2818
|
* chore: add Desktop entry GenericNameLibravatar Keshav Bhatt2022-02-211-1/+1
|