Commit Graph

9357 Commits

Author SHA1 Message Date
Mia Herkt d97918f3ac template-processor: add rgb(a)_csv formats
This is the format e.g. KDE saves colors in.
2026-04-05 00:53:49 +02:00
Mia Herkt 8db923d66f Theming: add apply script for KDE
There are problems with plasma-apply-colorscheme:

It refuses to apply a color scheme that is already active,
necessitating a switch to a different scheme.
This is both slow and causes flickering.

Fix this by using a custom script to apply the color scheme:
Just overwrite the config sections in kdeglobals and send the
change notification signal via D-Bus.
2026-04-05 00:41:57 +02:00
Lysec f02ecc9acd Merge pull request #2403 from beatreichenbach/main
fix(settings): escape colorscheme downloadUrl
2026-04-04 21:18:31 +02:00
Beat Reichenbach 7aeda7a7f8 fix(settings): escape colorscheme downloadUrl 2026-04-04 11:59:32 -07:00
Lysec 819b2d33b0 perf(ui): step NScrollText marquee on a timer instead of infinite animation
Issue: #2393
2026-04-04 15:35:21 +02: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 4b9a607151 Merge pull request #2395 from Sunrongguo2008/main
Reload kitty colors on theme changes when the kitty template is enabled
2026-04-04 13:18:29 +02:00
Sunrongguo2008 9b39d67563 fix(template): ensure kitty's live config reload after theme regeneration 2026-04-04 19:09:35 +08:00
Lysec 759454d2d5 fix(audio): sticky app-stream volume + subtitle line in panel 2026-04-03 12:00:33 +02:00
Lysec 359f4afa73 fix(keybinds): recognize ctrl+punctuation shortcuts in recorder 2026-04-03 11:14:27 +02:00
Ly-sec 0d59c6c7b3 chore(flake): update flake.lock 2026-04-03 01:15:47 +00:00
Lemmy bcbbafda1e chore(version): bumping to v4.7.6-git 2026-04-02 18:31:20 -04:00
Lemmy 8b0c7c2880 Release v4.7.5 v4.7.5 2026-04-02 18:30:40 -04:00
Lemmy 0380b09982 chore(i18n): update all 2026-04-02 17:23:41 -04: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 876e0ffb4b chore(i18n): hu 2026-04-02 16:46:49 -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
Lemmy cd4ec47e96 fix(location): more logging and potential fix 2026-04-02 15:08:16 -04:00
Lysec 41b29998f2 chore(version): bumping to v4.7.5-git 2026-04-02 20:13:38 +02:00
Lysec 791b3ac153 Release v4.7.4 v4.7.4 2026-04-02 20:12:18 +02: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
Lemmy 411a820f3c fix(audioservice): another Qt-11 warning fix 2026-04-02 11:15:04 -04:00
Lemmy 529ad588c6 fix(settings): dont rely on Qt.btoa to generate default settings dump. 2026-04-02 10:51:34 -04:00
Lemmy d1bd3d3887 chore(i18n): update hu 2026-04-02 10:49:58 -04:00
Lemmy 94a918ba29 fix(nreordercheckboxes): don't shadow QQuickItem.enabled 2026-04-02 09:57:01 -04:00
Lemmy c4b8b912f3 fix(audioservice): switch from PwNode to var for sink and source so it's nullable. 2026-04-02 09:35:01 -04:00
Lemmy 6fcfc0c1d2 fix(location): fix weather fetching 2026-04-02 07:56:47 -04:00
Lysec 68f6f1f0a0 chore(i18n) 2026-04-02 13:51:02 +02:00
Lysec f301a57137 feat(location): add toggle to always show Talia weather emojis 2026-04-02 13:47:47 +02:00
Lysec 240312ea4b Merge branch 'main' of https://github.com/noctalia-dev/noctalia-shell 2026-04-02 10:53:23 +02:00
Lysec ed117eb94c fix(theming): always sync prefer-light/dark with system theme toggle
Issue: #2357
2026-04-02 10:53:19 +02:00
Ly-sec 75d67b3216 chore(flake): update flake.lock 2026-04-02 01:12:47 +00:00
Lysec 25a5eede06 chore(version): bumping to v4.7.4-git 2026-04-02 03:03:29 +02:00
Lysec 4af6074810 Release v4.7.3 v4.7.3 2026-04-02 03:00:50 +02:00
Lemmy c31917105c fix(mango): prevent double focused windows in workspace apps 2026-04-01 20:54:43 -04:00
Lemmy 0cc83bdbaf fix(workspace-apps): add "handle" for sway activation 2026-04-01 20:54:20 -04: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
Lysec 7b29c11d7a fix(bar): guard grouped workspace window delegates when modelData is stale 2026-04-01 12:33:33 +02:00
Lysec 0b47193256 Merge pull request #2371 from breadandsoup/main
Update pywalfox.json
2026-04-01 08:46:42 +02:00
breadandsoup 33f295db86 Update pywalfox.json 2026-03-31 23:41:20 -07:00
Ly-sec 0becd7bf03 chore(flake): update flake.lock 2026-04-01 01:22:29 +00:00
Lemmy 80cd76b82e feat(location): auto location/weather via IP 2026-03-31 21:08:58 -04:00
Lemmy 97553d7064 chore(version): bumping to v4.7.3-git 2026-03-31 16:25:24 -04:00