aboutsummaryrefslogtreecommitdiff
path: root/src/mainwindow.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* 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