Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | chore: improve window geo restore | 2022-06-16 | 2 | -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 cleanup | 2022-06-16 | 1 | -27/+31 | ||
| | ||||||
* | chore: update readme | 2022-06-16 | 1 | -9/+6 | ||
| | | | | - provide instruction to install using AUR for Arch users | |||||
* | fix: show notifications on correct screen | 2022-06-16 | 3 | -26/+23 | ||
| | | | | | - show notification on screen where the main instance is running - closes #41 | |||||
* | chore: version 4.34.3 | 2022-06-16 | 3 | -15/+24 | ||
| | ||||||
* | chore: use Ctrl+W to hide window to tray | 2022-06-16 | 2 | -8/+17 | ||
| | | | | | - replace Ctrl+H with Ctrl+W to hide window to tray - fix the minimize behavior | |||||
* | fix: logout flow during changepassword | 2022-06-13 | 1 | -7/+19 | ||
| | ||||||
* | fix: properly load setting for autoapplock checkbox | 2022-06-13 | 1 | -11/+10 | ||
| | ||||||
* | chore: filter contextmenu items | 2022-06-12 | 1 | -3/+16 | ||
| | | | | - allow context menu on editable, selected and copyble data types | |||||
* | chore: restore window directly when another instance is launched | 2022-05-10 | 3 | -32/+28 | ||
| | ||||||
* | chore: use new chat trigger method to invoke new chats4.2.1 | 2022-05-10 | 2 | -23/+27 | ||
| | ||||||
* | chore: update changelog | 2022-05-10 | 1 | -0/+17 | ||
| | ||||||
* | chore: version 4.24.2 | 2022-05-10 | 2 | -2/+2 | ||
| | ||||||
* | feat: implement IPC & other improvements | 2022-05-10 | 11 | -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 runguard | 2022-05-10 | 2 | -99/+0 | ||
| | ||||||
* | chore: window show behavior | 2022-05-10 | 1 | -7/+7 | ||
| | ||||||
* | feat: add open downloads directory button in download widget | 2022-05-07 | 5 | -8/+53 | ||
| | ||||||
* | chore: update default UA | 2022-05-07 | 1 | -1/+1 | ||
| | ||||||
* | chore: stop timer instantly if rated already | 2022-05-07 | 1 | -0/+1 | ||
| | ||||||
* | fix: save geometry in quit event | 2022-05-07 | 1 | -7/+5 | ||
| | | | | - reduce minimum size by 30%. fixes #37 | |||||
* | chore: bump version 4.1 | 2022-05-07 | 2 | -2/+2 | ||
| | ||||||
* | chore: minor improvements | 2022-05-07 | 1 | -4/+5 | ||
| | ||||||
* | chore: clean UA & disable js debug in app stdout | 2022-05-07 | 2 | -23/+50 | ||
| | ||||||
* | chore: set default zoom factor for maximized windows to 1.0 | 2022-05-07 | 1 | -1/+1 | ||
| | ||||||
* | fix: raise window from hidden state when clicked on notification | 2022-05-07 | 1 | -3/+7 | ||
| | ||||||
* | fix: debug in debug mode | 2022-04-09 | 1 | -1/+2 | ||
| | ||||||
* | build(snap): use SNAPCRAFT_ARCH_TRIPLET | 2022-04-08 | 1 | -11/+3 | ||
| | ||||||
* | Revert "fix build" | 2022-04-08 | 1 | -0/+1 | ||
| | | | | This reverts commit bd40652ff1cc22e9a8cc235b1472a713b7743d68. | |||||
* | fix build | 2022-04-08 | 1 | -1/+0 | ||
| | ||||||
* | add todo | 2022-04-07 | 1 | -0/+12 | ||
| | ||||||
* | chore: inform app is minimized via notification | 2022-03-30 | 4 | -12/+11 | ||
| | | | | - if the app started minimized in tray | |||||
* | update changelog | 2022-03-30 | 1 | -15/+14 | ||
| | ||||||
* | add changelog4.0 | 2022-03-30 | 1 | -0/+15 | ||
| | ||||||
* | fix: notification popup click behavior | 2022-03-30 | 3 | -19/+12 | ||
| | ||||||
* | feat: app auto locking | 2022-03-30 | 9 | -36/+146 | ||
| | | | | - settings to allow app auto locking after set time interval | |||||
* | chore: unify passowrd echomode in lock widget | 2022-03-30 | 2 | -12/+12 | ||
| | ||||||
* | fix(snap): supress warnings | 2022-03-30 | 1 | -3/+4 | ||
| | | | | - ATK Bridge warnings | |||||
* | fix: improve logout flow, on change password | 2022-03-30 | 2 | -3/+50 | ||
| | ||||||
* | fix: change lock screen password beahvior | 2022-03-30 | 2 | -3/+4 | ||
| | ||||||
* | fix: theme switching | 2022-03-30 | 1 | -3/+2 | ||
| | ||||||
* | feat: v4.0 (#35) | 2022-03-30 | 33 | -719/+1205 | ||
| | | | | | | | | | | | | | | | | * 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) | 2022-03-22 | 2 | -4/+3 | ||
| | ||||||
* | feat: start application minimized. closes #19 | 2022-03-20 | 6 | -699/+750 | ||
| | | | | - there is a setting to enable this feature | |||||
* | release webengine properly on exit | 2022-03-14 | 2 | -87/+60 | ||
| | ||||||
* | add more debug info in util class | 2022-03-14 | 3 | -10/+31 | ||
| | | | | | | - pro: define new macros to get git info - main: -v print version info - util: - more info in debug; use QRandomGenerator | |||||
* | fix qcf | 2022-03-05 | 1 | -6/+6 | ||
| | ||||||
* | style: code refactor3.0 | 2022-02-28 | 1 | -98/+95 | ||
| | ||||||
* | version 3.0 | 2022-02-28 | 5 | -5/+8 | ||
| | ||||||
* | build: migrate to qt 5.15 | 2022-02-28 | 20 | -2908/+2818 | ||
| | ||||||
* | chore: test qpt gtk3 | 2022-02-21 | 1 | -1/+2 | ||
| |