aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* fix: duplicate action in desktop filev4.8.2Libravatar Keshav Bhatt2022-08-271-2/+2
|
* fix: auto lock while scrollingLibravatar Keshav Bhatt2022-08-271-1/+12
| | | | | - added other user input events to prevent lock from triggering
* docs(changelog): update cl & ver after releaseLibravatar keshavbhatt2022-08-271-0/+15
|
* fix(build): fix build due to missing iconv4.8.1Libravatar Keshav Bhatt2022-08-272-22/+0
|
* chore: bump version 4.8Libravatar Keshav Bhatt2022-08-271-1/+1
|
* docs(changelog): update cl & ver after releaseLibravatar keshavbhatt2022-08-271-0/+21
|
* chore: unlock action buttonv4.8.0Libravatar Keshav Bhatt2022-08-276-38/+25
| | | | - use unlock action button instead of pushbutton
* chore(build): use Qt5.15.4 for buildLibravatar Keshav Bhatt2022-08-271-1/+1
|
* feat: add toggle theme desktop actionLibravatar Keshav Bhatt2022-08-271-0/+5
|
* Update README.mdLibravatar Keshav Bhatt2022-07-251-1/+1
| | | add libx11-xcb-dev as dev dependency
* chore: update readmeLibravatar Keshav Bhatt2022-07-231-10/+92
| | | | | | | - add build instructions - update screenshot Closes #57
* chore: udapte new settings window screenshotLibravatar Keshav Bhatt2022-07-231-0/+0
|
* chore: remove unused xml moduleLibravatar Keshav Bhatt2022-07-231-1/+1
|
* chore: version bump in proLibravatar Keshav Bhatt2022-07-231-1/+1
|
* chore(ci): disable auto release and version fileLibravatar Keshav Bhatt2022-07-232-10/+2
|
* docs(changelog): update cl & ver after releaseLibravatar keshavbhatt2022-07-222-1/+8
|
* 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.
* docs(changelog): update cl & ver after releaseLibravatar keshavbhatt2022-07-042-1/+18
|
* chore: Merge branch 'dev'v4.7.1Libravatar Keshav Bhatt2022-07-056-371/+469
|\
| * fix: focus on password edit when echoLibravatar Keshav Bhatt2022-07-051-0/+1
| |
| * chore(ui): update ui colorLibravatar Keshav Bhatt2022-07-054-352/+445
| | | | | | | | | | | | - update color to match vendor specified one in settings widget - add bottom strip in lock dialog
| * fix(web): bypass lock check while loading quirkLibravatar Keshav Bhatt2022-07-042-19/+23
|/ | | | - just reload without asking while loading quirks
* docs(changelog): update cl & ver after releaseLibravatar keshavbhatt2022-07-032-1/+97
|
* feat(ci): add release workflowv4.7.0Libravatar Keshav Bhatt2022-07-033-0/+71
|
* chore: use pre-commitLibravatar Keshav Bhatt2022-07-011-0/+5
| | | | - add conventional-commit-hook
* chore: update todoLibravatar Keshav Bhatt2022-07-011-7/+7
|
* chore: setQuitOnLastWindowClosed falseLibravatar Keshav Bhatt2022-07-011-2/+2
| | | | | prevent quiting when last window is closed ex: download widget
* chore: set a minimum of 4 digits for the lock code (#56)Libravatar Gianluca Boiano2022-06-273-5/+5
| | | | | | | | * chore: set a minimum of 4 digits for the lock code coming from other applications (i.e. telegram) we expect a 4 digit PIN as minimum requirement * chore: set ui messages on pass code lenght accordingly
* feat(i18n): add Italian localization (#55)Libravatar Gianluca Boiano2022-06-2611-29/+1100
| | | | | | | * chore: add some entries to .gitignore * chore: general enhancements to original strings * feat(i18n): add Italian localization
* feat: enable support for traybar entries on GNOME dash (#53)Libravatar Gianluca Boiano2022-06-261-8/+31
| | | | | * feat: enable support for traybar entries on GNOME dash * feat: .desktop: add New Chat entry
* feat: some new featuresLibravatar Keshav Bhatt2022-06-255-137/+348
| | | | | | | | - 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
* chore: notification connect before showLibravatar Keshav Bhatt2022-06-251-2/+1
|
* feat: unlock animation plus some cleanupLibravatar Keshav Bhatt2022-06-252-58/+75
|
* chore: update app descriptionLibravatar Keshav Bhatt2022-06-252-5/+2
|
* fix: obey fullview settings on first launch & initial window sizeLibravatar Keshav Bhatt2022-06-252-2/+3
|
* chore: use appinstall artifacts from distLibravatar Keshav Bhatt2022-06-253-43/+47
| | | | | | - make snapcraft build to use new artifacts - make qmake install new atrifacts - remove desktop file from source
* chore: distribution related filesLibravatar Keshav Bhatt2022-06-259-0/+208
|
* chore(CI): use latest version of install-qt-actionLibravatar Keshav Bhatt2022-06-251-1/+1
|
* chaore(CI): use Qt 5.15.2Libravatar Keshav Bhatt2022-06-241-1/+2
|
* chore(CI): build with github actionLibravatar Keshav Bhatt2022-06-241-0/+27
|
* 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-172-4/+8
|
* fix: use availableGeometry to map position of notificationLibravatar Keshav Bhatt2022-06-171-1/+1
|
* chore: install dicts using qmake4.4Libravatar Keshav Bhatt2022-06-173-27/+25
|
* fix: add missing icon, enabling install_icon target generation (clos… (#45)Libravatar Gianluca Boiano2022-06-173-23/+25
| | | | | * fix: add missing icon and enable install_icon target generation (close #40) * chore: README.md: some typo and cosmethic adjustments
* chore: add git sponser link4.3.1Libravatar Keshav Bhatt2022-06-161-10/+3
|
* 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