Commit graph

133 commits

Author SHA1 Message Date
Kalagmitan
0903a6a84b
bar/osicon: fix blurriness (#1271)
* osicon: Unblurred sidebar icon

+ The multiplier on the implicitWidth and implicitHeight caused the
distro icon on the sidebar to look blurry. I believe this is because the
screen can't render a fraction of a pixel, and so, the qtengine
compensates by using anti-aliasing which causes the icon look smudged.
+ I changed the font size of the icon to a standard integer size
(extraLarge) and removed the multipliers. A side-effect of this commit
is that the icon looks a bit bigger now, I chose extraLarge instead of
just large because the icon looked a bit too small, but I do not know of
other people's preference on this.

* feat: Adjusted root implictWidth and implicitHeight

* fix

---------

Co-authored-by: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>
2026-03-15 18:51:07 +11:00
Robin Seger
1bb7afe7b0
feat: add Logo shape component (#1247)
* Logo Shape component

- Added Logo.qml component with scaling
- Updated OsIcon to use Logo component

* missed removing tour

* [CI] chore: update flake

* Colours.palette defaults

* fixed import, added logo to Fetch.qml

* single shape parent, prop changes

* prop changes

---------

Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
2026-03-10 00:27:43 +11:00
2 * r + 2 * t
9d7f0c48ce internal: format 2026-01-28 19:21:44 +11:00
Ezekiel Gonzales
146aeb7e74
controlcenter: add desktopClock configurations (#1097)
* controlCenter: Added desktopClock configurations

* fix dropdown overlay & animation

---------

Co-authored-by: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>
2026-01-19 15:25:02 +11:00
2 * r + 2 * t
4f7f21a86d internal: no async loaders
Fixes reload issue and all stuff not loading issues
2026-01-16 01:40:38 +11:00
2 * r + 2 * t
ee65883f97 internal: fix some widgets not respecting rounding scale 2026-01-03 19:34:14 +11:00
ATMDA
7779de55bb controlcenter: refactor SliderInput and StyledInputFields to use qt components and consolidated SliderInputs to single component 2025-11-20 21:58:55 -05:00
ATMDA
a2b00d4a0e controlcenter: corrected background transparency on tooltips 2025-11-20 13:30:38 -05:00
ATMDA
ef46a02b2f refactor: ToggleButton Tooltips and DeviceList 2025-11-19 21:04:32 -05:00
ATMDA
50e29f8be3 controlcenter: corrected nesting of bg when transparency off 2025-11-19 08:01:48 -05:00
ATMDA
b54ce46b98 controlcenter: corrected spacing between collapsiblesection headers and content 2025-11-17 19:31:31 -05:00
ATMDA
678f7e3343 controlcenter: inner scrollbar for larger sections such as fonts 2025-11-17 14:16:05 -05:00
ATMDA
ba094963bc controlcenter: added slight background to expanded collapsiblesections on appearance 2025-11-17 13:55:52 -05:00
ATMDA
821ee4389a controlcenter: taskbar panel layout reorg 2025-11-17 12:21:44 -05:00
ATMDA
d2373e03a5 controlcenter: FIXED animation bug with sub-text 2025-11-16 19:07:51 -05:00
ATMDA
b3d54fa073 controlcenter: animation correction on certain collapsiblesections 2025-11-16 16:49:54 -05:00
ATMDA
18d117557a controlcenter: clip/fade issue on certain collapsiblesections 2025-11-16 15:09:58 -05:00
ATMDA
c9edb4d064 controlcenter: animation subtext in collapsiblesection correction 2025-11-16 09:07:16 -05:00
ATMDA
483a6fe8e4 controlcenter: collapsible section sub heading animation correction 2025-11-15 21:54:33 -05:00
ATMDA
90bda07a90 controlcenter: animation bug fix on flickables 2025-11-15 21:22:14 -05:00
ATMDA
28be7e8d33 controlcenter: slider component color fix for transparency layers 2025-11-15 21:09:10 -05:00
ATMDA
4ada7ea608 controlcenter: corrected certain containers not respecting transparency layers 2025-11-15 17:16:52 -05:00
ATMDA
442b49e0e1 controlcenter: appearance pane corrections to fp/int values such as scales and border 2025-11-15 11:20:06 -05:00
2 * r + 2 * t
6a92f985d8 internal: use existing button controls
Instead of SimpleButton
2025-11-15 17:15:34 +11:00
ATMDA
90e920bf2e controlcenter: fixed anchors vs parent logs 2025-11-15 00:25:31 -05:00
ATMDA
9cdc30058a controlcenter: font size adjustments on headings 2025-11-14 14:03:10 -05:00
ATMDA
144d04b08b controlcenter: password dialog matches lockscreen 2025-11-13 22:42:46 -05:00
ATMDA
78d032e946 controlcenter: collapsiblegroups animation and styling tweaked 2025-11-13 22:16:47 -05:00
ATMDA
1da9c68be8 cleanup: trailing whitespace removeal (entire project) 2025-11-13 14:41:14 -05:00
ATMDA
893a91a95a controlcenter: refactored wifi/ethernet panels 2025-11-12 16:36:42 -05:00
ATMDA
e21a1519b0 controlcenter: refactoring into components 2025-11-12 16:06:16 -05:00
ATMDA
e92187293e controlcenter: refactoring into components 2025-11-12 15:58:42 -05:00
2 * r + 2 * t
262ade0e59 internal: add option for splitbutton menu pos 2025-09-24 12:53:23 +10:00
2 * r + 2 * t
2ccd3a8662 plugin: add image analyser 2025-09-24 01:37:53 +10:00
2 * r + 2 * t
06f366e27e dashboard/media: improve ui 2025-09-23 23:16:17 +10:00
AleksElixir
50ef4871c7
popouts/kblayout: add switch layout button (#682)
* keyboard layout

* Update KbLayout.qml

Code cleanup

* Update KbLayout.qml

more code cleanup

* fix

---------

Co-authored-by: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>
2025-09-23 19:31:36 +10:00
2 * r + 2 * t
ccc398b2a0 internal: better scroll bar 2025-09-19 23:56:17 +10:00
2 * r + 2 * t
dbb1b08e58 internal: fix splitbutton expand statelayer 2025-09-15 23:11:42 +10:00
2 * r + 2 * t
debf99a5d9 utilities: fix colours
Fix transparency + some button colours
2025-09-15 23:09:51 +10:00
2 * r + 2 * t
484027202e utilities/toggles: convert to row of icon buttons 2025-09-15 22:36:48 +10:00
2 * r + 2 * t
7a9fce9dd4 utilities/record: allow pause/resume recording 2025-09-15 21:55:10 +10:00
2 * r + 2 * t
4f54763e02 utilities/record: select mode 2025-09-15 15:59:24 +10:00
2 * r + 2 * t
7427229297 internal: add opacity mask component 2025-09-14 19:05:08 +10:00
2 * r + 2 * t
281b04b6d9 utilities: add recording delete confirmation 2025-09-14 17:31:01 +10:00
2 * r + 2 * t
4b221e2fd5 utilities: add recording control 2025-09-14 16:59:19 +10:00
2 * r + 2 * t
25508df016 internal: use templates 2025-09-13 16:53:22 +10:00
2 * r + 2 * t
c2aa63b99a plugin: managers -> internal 2025-09-13 15:54:01 +10:00
2 * r + 2 * t
98a709af78 plugin/managers: add CircularIndicatorManager
Basically move StyledBusyIndicator -> CircularIndicator + logic for it from js -> c++
2025-09-13 15:50:04 +10:00
2 * r + 2 * t
306cfc06ed plugin: refactor into modules 2025-09-13 14:38:44 +10:00
2 * r + 2 * t
56f6150ec9 internal: fix crash 2025-09-12 19:17:35 +10:00