From 474b9212a6630c8404d5f4cf7aa02428deddd3fd Mon Sep 17 00:00:00 2001 From: Keshav Bhatt Date: Wed, 30 Mar 2022 04:24:36 +0530 Subject: 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 --- src/icons.qrc | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) (limited to 'src/icons.qrc') 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 @@ icons/white/white_arrow-right-line.png icons/white/white_arrow-left-line.png icons/white/white_picture-in-picture-line.png - icons/others/monitor.png - icons/others/wall_placeholder_180.jpg icons/categories/devices-and-iot.png icons/categories/social.png icons/categories/server-and-cloud.png @@ -102,7 +100,6 @@ icons/categories/development.png icons/categories/books-and-reference.png icons/categories/utilities.png - icons/others/snapcraft.png icons/mail-line.png icons/app/icon-256.png icons/app/icon-128.png @@ -111,7 +108,6 @@ icons/app/icon-16.png icons/app/icon-512.png icons/app/resize.sh - icons/others/greendot.png icons/anticlockwise-line.png icons/arrow-go-back-line.png icons/arrow-go-forward-line.png @@ -133,14 +129,10 @@ icons/fullscreen-line.png icons/clockwise-fill.png icons/anticlockwise-fill.png - icons/others/Histogram.png - icons/tiktok-downloader.png - icons/icon-512.xcf icons/blur-off-line.png icons/lock-line.png icons/lock-unlock-line.png icons/funds-line.png - icons/others/tt_tbc_head.png icons/app/whatsapp-message.svg icons/app/whatsapp.svg icons/wa_bg.png @@ -403,5 +395,6 @@ icons/flags/zw.png icons/minus.png icons/plus.png + icons/app/whatsapp-message-32.png -- cgit v1.2.3