aboutsummaryrefslogtreecommitdiff
path: root/src/mainwindow.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* feat(i18n): add Italian localization (#55)Libravatar Gianluca Boiano2022-06-261-4/+4
* feat: some new featuresLibravatar Keshav Bhatt2022-06-251-71/+109
* 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
* chore: improve window geo restoreLibravatar Keshav Bhatt2022-06-161-3/+25
* fix: show notifications on correct screenLibravatar Keshav Bhatt2022-06-161-5/+6
* chore: use Ctrl+W to hide window to trayLibravatar Keshav Bhatt2022-06-161-8/+9
* 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
* chore: window show behaviorLibravatar Keshav2022-05-101-7/+7
* fix: save geometry in quit eventLibravatar Keshav2022-05-071-7/+5
* 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
* fix: notification popup click behaviorLibravatar Keshav Bhatt2022-03-301-17/+11
* feat: app auto lockingLibravatar Keshav Bhatt2022-03-301-23/+57
* 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
* feat: start application minimized. closes #19Libravatar Keshav2022-03-201-32/+28
* 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
* 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
* 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
* 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 blank lines LOLLibravatar keshavbhatt2021-05-031-0/+2
* fixed #2Libravatar keshavbhatt2021-04-301-2/+2
* 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
* 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