Commit Graph
66 Commits
Author SHA1 Message Date
Sébastien Atoch 5e2ad9dec6 Border radius uniformisation
We had a lot of radius 20, 22 and 24 which led to design
inconsistencies.  Set them all to 20.
2025-08-03 22:52:59 -04:00
de94d94265 Wallpaper refining (#81)
* Wallpaper refining

- Swww: allow all images formats supported by Swww but only show the one
we can render in the panel
- Fix: timer should be restarted when selecting a wallpaper
- Fix: avoid recomputing selected thumbnail by altering the border width
- Removed LazyLoader as it was not helping

* Wallpapers changes

- revert: maintaining a single list all wallpapers, support only basic
images format.
- settings: reordered wallpapers settings and made the Swww settings
conditionals to activating the useSWWW toggle

* Fix broken avatar display in Panel, Settings and LockScreen

---------

Co-authored-by: Sébastien Atoch <sebastien@atracktiv.com>
2025-08-03 20:37:13 +01:00
leiserfgandGitHub c4ed39e6a9 Merge branch 'main' into remove-qt5-dep 2025-08-03 19:37:45 +02:00
leiserfg 316a5e2f44 Remove qt5-compat 2025-08-03 18:09:24 +02:00
Ly-sec 9fce72f054 Edit WifiPanel.qml 2025-08-03 18:08:48 +02:00
Jose Chasey PratamaandGitHub 70c0debe99 Merge branch 'Ly-sec:main' into main 2025-08-03 22:34:49 +07:00
186fb315dc WallPaperPanel/Selector: added LazyLoader and a smooth animation to reveal images once loaded (#78)
Co-authored-by: Sébastien Atoch <sebastien@atracktiv.com>
2025-08-03 16:12:07 +01:00
JPratama7 a2b4f4b6b6 feat: remove quickshell prefix for profilename 2025-08-03 22:09:08 +07:00
JPratama7 90e3deb589 refactor: optimize wifi network lookup by using map instead of array iteration, change cli command for connect 2025-08-03 21:28:15 +07:00
JPratama7 3cf3474957 style: format code with consistent indentation and object literals 2025-08-03 21:28:15 +07:00
Jose Chasey PratamaandGitHub 59d7d6292a Merge branch 'Ly-sec:main' into main 2025-08-03 21:10:18 +07:00
Sébastien Atoch ced3adcead Bring back the sourceSize on wallpaper - got removed by mistake 2025-08-03 09:14:45 -04:00
Sébastien Atoch 2f14dba144 Replaced Image {} per IconImage {} where applicable 2025-08-03 08:49:03 -04:00
JPratama7 9347fd006d refactor: remove debug logging and reset network state after wifi scan 2025-08-03 19:43:52 +07:00
JPratama7 5ad7d731c0 feat: improve wifi connection handling with existing network detection and action panel 2025-08-03 19:40:05 +07:00
JPratama7 fbea11ee9c feat: add on refresh while still connecting 2025-08-03 19:40:04 +07:00
Sébastien Atoch e2d02afc9a Bring back the .min().
May save a few bytes with extremely small source images. Not sure why
one would want to display tiny wallpapers, but you never know.
2025-08-02 22:34:21 -04:00
Sébastien Atoch 5f97b4217a Limit memory usage on wallpapers grid. for now 2025-08-02 22:26:32 -04:00
Sébastien Atoch 260c74b3e0 Improve images resizing quality accross the board
- Using mipmap: true and smooth: true for images that are downscaled
(avatar, icons, ...)
- Using mipmap: false and smooth: true for images that are potentially
upscaled (background, overview, ...)
2025-08-02 21:04:26 -04:00
JPratama7 a419e56690 feat: add loading when scanning wifi 2025-08-03 07:01:31 +07:00
JPratama7 d2ea87b46b feat: add refresh button for wifi 2025-08-03 06:33:44 +07:00
Ly-sec f493fdea44 Add dock & setting for it, edit StyledTooltip, move settings tabs around 2025-08-02 15:53:19 +02:00
Sébastien Atoch b1a6804fea LockScreen: Added a battery indicator
- relocated lockscreen to its own directory
2025-08-02 08:29:33 -04:00
Ly-sec 7e52df59bc Several changes, fix messy behaviour for PillIndicator, fix System Settings size, fix logout button 2025-08-01 16:58:54 +02:00
Ly-sec e85fafcd80 Edit Workspace colors, make settings panels more uniform, update README.md 2025-07-31 15:51:32 +02:00
Ly-sec 3777703501 Fix lockscreen temperature, System Panel, small change in shell.qml 2025-07-30 13:59:08 +02:00
M.Silva 9fa3cbb375 feat: add suspend option in power menu 2025-07-29 17:46:53 +01:00
Ly-sec 6d0ad0da5e Fix issue #45 (WiFi) probably 2025-07-29 15:01:37 +02:00
Ly-sec a15677aadf A few small fixes 2025-07-28 13:17:30 +02:00
Ly-sec 8b54996d9f Add taskbar settings, fix audio IO 2025-07-27 19:06:45 +02:00
Sébastien Atoch 5f0446284a Settings: increase container height to accomodate new showCorners toggle 2025-07-26 08:35:35 -04:00
Sébastien Atoch 2dc106db5f Corners: new option to show or hide screen rounded corners. 2025-07-25 17:36:56 -04:00
ly-sec 0504bcc02e Add region based holidays (not only country wide) 2025-07-20 20:31:30 +02:00
ly-sec eda530ceb9 Revert "Add region based holidays (not only country wide)"
This reverts commit d3caca661b.
2025-07-20 20:29:04 +02:00
ly-sec d3caca661b Add region based holidays (not only country wide) 2025-07-20 20:28:33 +02:00
ly-sec 5cedce8309 Small layout fix 2025-07-19 00:05:17 +02:00
ly-sec 2ada1d4532 Fix record button 2025-07-18 23:43:40 +02:00
ly-sec 7cdfa5f82b Add Dim Desktop option 2025-07-18 22:47:38 +02:00
ferrreoandGitHub 828f98b58e fix: wifi for dual ssids (#27) 2025-07-18 20:43:42 +01:00
ferrreoandGitHub 17552b7a8b fix: missing hover hands (#26) 2025-07-18 19:03:00 +01:00
ferreo 435ecf8d4b feat: add date + calendar, also tidy up pointers/tooltips 2025-07-18 18:53:42 +01:00
ferreo bc1f4a385e fix: fix wallpaper double click 2025-07-18 17:19:04 +01:00
ferreo d40709952b fix: fix weirdness 2025-07-18 16:57:11 +01:00
ferreo a498671ef1 feat: settings is now json, refactor panels to be able to dismiss by clicking outside 2025-07-18 15:43:22 +01:00
ly-sec 8a3d610d22 Small fix for System.qml 2025-07-17 17:06:54 +02:00
LysecandGitHub 59b1b29334 Delete Widgets/Sidebar/Config.qml 2025-07-16 14:23:57 +02:00
ly-sec e0c53fd828 Better positioning for CustomTrayMenu and Tooltip 2025-07-16 14:22:57 +02:00
ferrreoandGitHub daf12331c2 Merge branch 'Ly-sec:main' into main 2025-07-16 13:13:15 +01:00
ferreo 1b2b6def73 fix: misc fixes 2025-07-16 13:12:58 +01:00
ly-sec fb3b5f5769 Actually fix CustomTrayMenu, fix some positioning 2025-07-16 14:08:29 +02:00