Lysec
5f45191d7f
feat(perf): enforce 100% opacity in noctalia performance mode
2026-04-10 13:41:18 +02:00
Lemmy
0fcaa49875
Revert "fix(media): gate spectrum pipeline on playback to cut idle CPU"
...
This reverts commit a0093e509b .
2026-04-08 19:12:07 -04:00
Spyridon Siarapis
58d5c3ad55
fix(Brightness): Simplified the code to use existing functionality, also fixed a bug with enforcing the minimum brightness
2026-04-08 17:40:41 +02:00
Lysec
b8de6e1df2
Merge pull request #2411 from lonerOrz/cc-icon
...
add explicit iconPosition control for CustomButton widget
2026-04-07 22:13:59 +02:00
ern775
15873d4818
feat(brightness): change enforce minimum brightness method
2026-04-07 22:34:11 +03:00
Lysec
1f9096a46f
Revert "fix(settings): reload settings after nix-managed config file replacements"
...
This reverts commit 17b157d1b6 .
2026-04-06 13:28:00 +02:00
Lysec
17b157d1b6
fix(settings): reload settings after nix-managed config file replacements
2026-04-06 13:19:43 +02:00
loner
9d4fad0b28
refactor(settings): organize CustomButton settings into tabbed layout
...
Reorganize the CustomButton settings panel from a single scrollable form
into a tabbed interface with three tabs: Actions, Icon, and Text.
2026-04-06 10:36:06 +08:00
loner
cfc96dd3e7
feat(bar): add context menu for CustomButton right-click
...
- Show context menu instead of directly opening settings when no command is set
- Context menu includes widget-settings option
- Matches behavior of other bar widgets
2026-04-06 10:36:03 +08:00
loner
b8a7c2f77d
fix(settings): resolve barIsVertical property assignment conflict
...
CustomButtonSettings now calculates barIsVertical from Settings directly
instead of receiving it from parent, avoiding Loader.setSource() conflict.
2026-04-06 10:35:59 +08:00
loner
5c3b3a2185
refactor(bar): remove enableColorization toggle from CustomButton
...
Colorization now activates automatically when icon or text color is set,
simplifying the UX by removing an extra toggle step.
2026-04-06 10:35:55 +08:00
loner
f21e8fb82a
feat(ui): add separate icon and text colorization for CustomButton
...
- Add colorizeSystemText setting for text color (icon only was already supported)
- JSON parse supports iconColor and textColor fields separately
- Legacy "color" field still works for both icon and text
- Enable colorization no longer depends on show icon setting
- Refactor resolveColor helper to eliminate duplicate code
2026-04-06 10:35:52 +08:00
loner
55c7f344b3
fix(ui): improve CustomButton settings visibility logic
...
- Show icon toggle depends on textCommand input
- Add fallback for valueShowIcon (default true) and valueEnableColorization (default false)
- Reorder settings: Show Icon, Icon, iconPosition, enableColorization, colorizeSystemIcon
2026-04-06 10:35:48 +08:00
loner
b6a85d88e7
fix(ui): adapt icon position labels based on bar orientation
...
- Add barIsVertical property to BarWidgetSettingsDialog
- Pass barIsVertical from NSectionEditor to dialog
- Show Top/Bottom for vertical bar, Left/Right for horizontal bar
- Keep fallback to oppositeDirection when iconPosition not set
- Fix BarPillVertical iconPosition mapping (left=top, right=bottom)
2026-04-06 10:35:45 +08:00
loner
36a9d7afee
refactor(bar): add iconPosition fallback to oppositeDirection
...
- iconPosition defaults to empty string, falls back to oppositeDirection when not set
- Keeps backward compatibility for widgets not passing iconPosition
- CustomButton explicitly passes iconPosition="left", uses custom logic
2026-04-06 10:35:37 +08:00
loner
9cc8b36804
feat(bar): add explicit iconPosition control for CustomButton widget
...
Replace auto-calculated icon position (based on widget bar section) with
user-controlled iconPosition setting ("left" or "right", default "left").
2026-04-06 10:35:20 +08:00
Lysec
876ec4c34f
Merge pull request #2380 from notiant/patch-6
...
MediaPlayerPanel: fix layout issues
2026-04-05 12:39:23 +02:00
notiant
f777e539f5
GTK refresh fix
2026-04-05 01:14:51 +02:00
Beat Reichenbach
7aeda7a7f8
fix(settings): escape colorscheme downloadUrl
2026-04-04 11:59:32 -07:00
Lysec
a0093e509b
fix(media): gate spectrum pipeline on playback to cut idle CPU
...
Issue: #2393
2026-04-04 15:31:11 +02:00
Lysec
759454d2d5
fix(audio): sticky app-stream volume + subtitle line in panel
2026-04-03 12:00:33 +02:00
Lemmy
621c798c8b
fix(location): autolocate off by default for privacy, improved UI when no location is set. Fix #2388
2026-04-02 16:58:25 -04:00
Lemmy
08e2d7f71c
fix(weather): read is_day from service instead of requiring callers to pass it.
2026-04-02 16:26:36 -04:00
Lysec
633454dd47
Merge pull request #2381 from kermeat/dock_fix
...
fix: Update dock on window list change
2026-04-02 19:57:39 +02:00
Lysec
f301a57137
feat(location): add toggle to always show Talia weather emojis
2026-04-02 13:47:47 +02:00
Lemmy
4ee55c2a99
fix(workspace): copy window to js object instead of holding live listmodel prox.
2026-04-01 20:30:22 -04:00
Lemmy
8815a0da27
fix(workspace): temp disable tooltips
2026-04-01 20:18:41 -04:00
Lemmy
b06b1d91f6
fix(workspace): showApp simpler anims
2026-04-01 20:03:57 -04:00
Lemmy
ac5ff31db3
fix(workspace): simplification
2026-04-01 19:48:00 -04:00
Lemmy
ae84393c63
fix(workspace): fix missing icon and broken layout
2026-04-01 19:16:38 -04:00
Lemmy
aa12aa91f0
fix(workspace): minor cleanup
2026-04-01 18:31:14 -04:00
Lemmy
f4719e598e
feat(location): removed the Tokyo default location, improved flow with the new auto-locate.
2026-04-01 18:00:46 -04:00
kermeat
d9faff679c
Update dock on window list change
...
When the dock only shows windows from the same display, when the display is reconnected (dpms off/on), open windows disappear from the dock until an event occurs that refreshes the dock.
2026-04-01 23:56:40 +03:00
notiant
6a6844b3aa
MediaPlayerPanel: fix layout issues
2026-04-01 22:28:45 +02:00
Lysec
7b29c11d7a
fix(bar): guard grouped workspace window delegates when modelData is stale
2026-04-01 12:33:33 +02:00
Lemmy
80cd76b82e
feat(location): auto location/weather via IP
2026-03-31 21:08:58 -04:00
Lemmy
90e07608a1
feat(wallpaper-panel): adjust height for 1080p
2026-03-31 16:07:45 -04:00
Lemmy
9a900801ac
feat(wallpaper-panel): 50% max height
2026-03-31 16:04:37 -04:00
Lemmy
e13888e978
fix(mediamini): guard onEntered against stale panel ref.
2026-03-31 15:59:14 -04:00
Lysec
4f523301c9
fix(bar): harden AudioVisualizer when ShellScreen is null
2026-03-31 21:04:03 +02:00
Lysec
da2e2dda52
Merge pull request #2363 from MrDowntempo/main
...
Feat: Option to hide title in active window bar widget
2026-03-31 19:18:48 +02:00
Lysec
43fe1e1947
fix(audio): stop volume sliders fighting service state
2026-03-31 14:43:03 +02:00
Corey Woodworth
900e1f1286
chore: run qmlfmt.sh
2026-03-31 03:36:26 -04:00
Corey Woodworth
0c9d3b83be
chore: add modified files again because they were not staged (I don't get git sometimes)
2026-03-31 03:18:49 -04:00
Corey Woodworth
95dfb2ade2
chore(i18n): Add englisht strings for the text toggle
2026-03-31 03:12:22 -04:00
Corey Woodworth
53b5dbac4c
feat: Add showText variable to show/hide name of Active Window
2026-03-31 02:55:23 -04:00
Lysec
90a5dd1cd8
fix(theming): keep system color-scheme in sync on every dark mode change
...
Issue: #2357
2026-03-31 02:10:12 +02:00
Lysec
ea48cd0bbf
Merge branch 'main' of https://github.com/noctalia-dev/noctalia-shell
2026-03-30 14:29:38 +02:00
Lemmy
9bc5effb3d
fix(plugin): fix loadWidget
2026-03-30 08:27:45 -04:00
Lysec
f2e5f9953f
fix(wallpaper): hide light/dark icon in split wallpaper mode
2026-03-30 14:24:21 +02:00