Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | 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 | 4 | -4/+7 | ||
| | ||||||
* | build: migrate to qt 5.15 | 2022-02-28 | 20 | -2908/+2818 | ||
| | ||||||
* | chore: add Desktop entry GenericName | 2022-02-21 | 1 | -1/+1 | ||
| | ||||||
* | chore: move desktop file to src | 2022-02-19 | 1 | -0/+14 | ||
| | ||||||
* | make whatsie single process, disable logging, EnableHighDpiScaling before ↵ | 2022-02-19 | 1 | -3/+8 | ||
| | | | | qapp init | |||||
* | updated rateApp and about dialog | 2021-08-30 | 8 | -12/+98 | ||
| | ||||||
* | updated the minimum size of window to prevent scrollbars. | 2021-07-24 | 1 | -2/+2 | ||
| | | | | - 650px*520px | |||||
* | Decreases the main window minimum height to 500px | 2021-07-22 | 1 | -1/+1 | ||
| | ||||||
* | - fixed #9 (Window minimum width is too small); Now the minimum width is set | 2021-07-19 | 1 | -2/+7 | ||
| | | | | | | to 800px - fixed #11 (Disable "Application is minimized to system tray" notification); Now the app only report this message once per session. | |||||
* | download manager crash fix | 2021-07-13 | 1 | -2/+1 | ||
| | ||||||
* | added more rating options in rate dialog | 2021-06-07 | 3 | -36/+105 | ||
| | ||||||
* | code refactoring | 2021-06-07 | 2 | -7/+7 | ||
| | ||||||
* | Added support for Opening whatsapp deeplinks | 2021-05-31 | 2 | -5/+35 | ||
| | ||||||
* | allow passing app arguments | 2021-05-30 | 4 | -15/+34 | ||
| | ||||||
* | fixed theme switch issue | 2021-05-30 | 2 | -3/+51 | ||
| | ||||||
* | Save theme changes happened from web interface. | 2021-05-30 | 1 | -0/+1 | ||
| | ||||||
* | updated darktheme palette | 2021-05-23 | 1 | -22/+27 | ||
| | ||||||
* | implemented page zoom feature, | 2021-05-12 | 4 | -152/+318 | ||
| | | | | - in settings widget. | |||||
* | updated rate widget backend | 2021-05-12 | 2 | -9/+8 | ||
| | ||||||
* | added plus minus icons | 2021-05-12 | 3 | -0/+2 | ||
| | ||||||
* | fix file dialog. | 2021-05-05 | 3 | -9/+12 | ||
| | ||||||
* | use non native file picker by default. since the native one is buggy. | 2021-05-05 | 4 | -6/+7 | ||
| | ||||||
* | fixed source repo link in about dialog. | 2021-05-05 | 1 | -1/+1 | ||
| | ||||||
* | fix file dialog. | 2021-05-05 | 1 | -2/+0 | ||
| | ||||||
* | handle download request, filedialog follow settings. | 2021-05-05 | 1 | -2/+6 | ||
| | ||||||
* | instantly trigger theme switch when user set automatic timer. | 2021-05-05 | 1 | -1/+4 | ||
| | ||||||
* | follow file dialog settings | 2021-05-05 | 2 | -1/+9 | ||
| | ||||||
* | minor fixes | 2021-05-05 | 6 | -181/+204 | ||
| | ||||||
* | removed un needed connections | 2021-05-05 | 1 | -4/+1 | ||
| | ||||||
* | follow settings to use file dialog type, | 2021-05-05 | 1 | -2/+3 | ||
| | | | | added All Files(*) option in file selector. | |||||
* | removed status bar widget, | 2021-05-05 | 2 | -33/+23 | ||
| | | | | added RateApp dialog. | |||||
* | fix automatic theme switching | 2021-05-05 | 1 | -7/+20 | ||
| | ||||||
* | added rate app dialog | 2021-05-05 | 4 | -1/+271 | ||
| | ||||||
* | increase timeout of automatic theme switcher | 2021-05-03 | 1 | -1/+1 | ||
| | ||||||
* | -added flag icons to spell checker language combobox items, | 2021-05-03 | 3 | -2/+104 | ||
| | | | | -added automatic theme switching capabilities. | |||||
* | added blank lines LOL | 2021-05-03 | 1 | -0/+2 | ||
| | ||||||
* | added automatic theme class | 2021-05-03 | 1 | -1/+6 | ||
| | ||||||
* | added falgs icons. | 2021-05-03 | 256 | -0/+894 | ||
| | ||||||
* | updated settings dialog.1.0 | 2021-05-01 | 2 | -185/+265 | ||
| | ||||||
* | added new icons | 2021-05-01 | 8 | -0/+7 | ||
| | ||||||
* | fixed #2 | 2021-04-30 | 1 | -2/+2 | ||
| | | | | follow popup timeout settings for systray messages. | |||||
* | allow app locking even if its not enabled in settings | 2021-04-26 | 1 | -6/+7 | ||
| | ||||||
* | fix crash on lock screen setup | 2021-04-26 | 2 | -5/+3 | ||
| | ||||||
* | added option to change notification type. | 2021-04-18 | 4 | -124/+219 | ||
| | | | | - added ability to switch b/w native notification and customized notifications |