diff options
author | 2022-03-30 04:24:36 +0530 | |
---|---|---|
committer | 2022-03-30 04:24:36 +0530 | |
commit | 474b9212a6630c8404d5f4cf7aa02428deddd3fd (patch) | |
tree | d3ae12704da254acb18c74fd5e741ae2b1c055ea /src/icons.qrc | |
parent | 8f071469453c6dbbe3c3dbc78ee893f239835b5a (diff) | |
download | whatsie-474b9212a6630c8404d5f4cf7aa02428deddd3fd.tar.gz whatsie-474b9212a6630c8404d5f4cf7aa02428deddd3fd.zip |
feat: v4.0 (#35)
* 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
Diffstat (limited to 'src/icons.qrc')
-rw-r--r-- | src/icons.qrc | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/src/icons.qrc b/src/icons.qrc index b5d99cb..6c3a11c 100644 --- a/src/icons.qrc +++ b/src/icons.qrc @@ -80,8 +80,6 @@ <file>icons/white/white_arrow-right-line.png</file> <file>icons/white/white_arrow-left-line.png</file> <file>icons/white/white_picture-in-picture-line.png</file> - <file>icons/others/monitor.png</file> - <file>icons/others/wall_placeholder_180.jpg</file> <file>icons/categories/devices-and-iot.png</file> <file>icons/categories/social.png</file> <file>icons/categories/server-and-cloud.png</file> @@ -102,7 +100,6 @@ <file>icons/categories/development.png</file> <file>icons/categories/books-and-reference.png</file> <file>icons/categories/utilities.png</file> - <file>icons/others/snapcraft.png</file> <file>icons/mail-line.png</file> <file>icons/app/icon-256.png</file> <file>icons/app/icon-128.png</file> @@ -111,7 +108,6 @@ <file>icons/app/icon-16.png</file> <file>icons/app/icon-512.png</file> <file>icons/app/resize.sh</file> - <file>icons/others/greendot.png</file> <file>icons/anticlockwise-line.png</file> <file>icons/arrow-go-back-line.png</file> <file>icons/arrow-go-forward-line.png</file> @@ -133,14 +129,10 @@ <file>icons/fullscreen-line.png</file> <file>icons/clockwise-fill.png</file> <file>icons/anticlockwise-fill.png</file> - <file>icons/others/Histogram.png</file> - <file>icons/tiktok-downloader.png</file> - <file>icons/icon-512.xcf</file> <file>icons/blur-off-line.png</file> <file>icons/lock-line.png</file> <file>icons/lock-unlock-line.png</file> <file>icons/funds-line.png</file> - <file>icons/others/tt_tbc_head.png</file> <file>icons/app/whatsapp-message.svg</file> <file>icons/app/whatsapp.svg</file> <file>icons/wa_bg.png</file> @@ -403,5 +395,6 @@ <file>icons/flags/zw.png</file> <file>icons/minus.png</file> <file>icons/plus.png</file> + <file>icons/app/whatsapp-message-32.png</file> </qresource> </RCC> |