cbxcvl
6e71050593
fix(renderer): remove ambiguous \s* from _parse_if regex to prevent ReDoS
...
The pattern \s*(.+?)\s* in _parse_if allowed polynomial backtracking
when no closing }} was found — confirmed to hang at n=5000 whitespace
chars. The \s* wrappers were redundant since group(1) is already
stripped at the call site.
Reported and patched with @pa1va. Closes #2326
2026-03-27 13:53:54 -03:00
Lemmy
2623f081d6
fix: only convert config symlinks when modification is needed. fix #2299
2026-03-25 17:18:54 -04:00
Lysec
5a92a82d06
feat(ColorScheme): always set gsetting color-scheme when toggling light/dark mode
...
Issue: #2222
2026-03-20 13:42:34 +01:00
Lemmy
e8bca17225
fix(config): ensure trailing slash
2026-03-19 07:53:03 -04:00
Lemmy
9610e3672e
Merge branch 'labwc'
2026-03-18 09:07:42 -04:00
Lysec
8fb06fddf5
fix(ghostty): add config.ghostty support
2026-03-13 19:18:23 +01:00
Lemmy
d35f399f53
feat(settings): improved search index to support visibility conditions, prevent showing results that would be invisible to the user. Fix #2113
2026-03-11 10:07:44 -04:00
Lysec
a22d2c7d19
fix(gtk): append noctalia.css in gtk3/4.css
2026-03-11 01:06:30 +01:00
Lemmy
57b47e6942
feat(labwc): use native ext-workspace-v1 for workspaces and fix window tracking
2026-03-07 21:29:34 -05:00
Lemmy
77de0b0ade
chore(cava): CavaService => SpectrumService
2026-03-06 22:34:14 -05:00
Lemmy
367d82404d
chore(dead-code): removing terminal.py
2026-03-06 21:55:14 -05:00
Lemmy
babcf5cdd9
Merge pull request #2035 from DzmingLi/fix/calendar-events-location
...
Fix calendar-events.py: add location, description, uid fields and fix timeout
2026-03-05 17:24:12 -05:00
Lysec
677413e6fc
migration(theming): redownload outdated color schemes to fix terminal format
2026-03-05 17:52:06 +01:00
Lemmy
04d27418f1
Merge branch 'colorgen': move predefined colorschemes to separate templates
2026-03-05 10:01:43 -05:00
notiant
f02f0785fa
Add {{mode}} tag to template renderer
2026-03-05 12:21:36 +01:00
Lysec
f040c81530
move predefined colorschemes from python to separate template
2026-03-04 15:38:50 +01:00
Eric Naim
ca74a5e74d
Templates: terminal: foot: Replace [colors] with [colors-dark]
...
This was replaced in foot 1.26.0
Link: https://codeberg.org/dnkl/foot/commit/cf2b390f6e096e7a2ca93d4dece153eb13261a2e
Signed-off-by: Eric Naim <dnaim@cachyos.org >
2026-03-04 20:00:28 +08:00
Dzming Li
ed23b0034e
Change connect_sync to 5s
2026-03-04 10:30:36 +08:00
Dzming Li
356b9a11a2
calendar-events: add uid and calendar_uid to event output, fix timeout
...
Output event UID and EDS source UID for each event to enable
edit/delete operations. Also reduce connect_sync timeout from
30s to 1s.
2026-03-02 19:56:30 +08:00
Dzming Li
ef9aee179f
Fix: pass location and description to calendar events
...
The add_event() function accepts location and description parameters
but they were never passed in any of the three call sites. This meant
CalendarService.events always had empty location/description fields
even when EDS had the data.
2026-03-02 19:56:30 +08:00
Lemmy
e6849d9241
ncolorchoice: added to the search index.
2026-03-01 15:14:59 -05:00
Florian Boulay
1e7db6c325
Fix: Khal event lasting multiple days
...
Multiple days events are now displayed only once. This fix is also
compatible with a previous fix, which was meant to deal with recurring
events.
fix #1908
2026-02-23 17:37:39 +01:00
01micko
370b660514
Add labwc theme
2026-02-18 12:50:49 +10:00
Turann_
21bc732515
Thanks to UI you can't send empty pin even if you wanted to.
2026-02-17 22:04:49 +03:00
Turann_
01d286a4ac
v0.0.2: Add additonal time if device not found at first sight.
...
flush messages.
2026-02-17 21:06:00 +03:00
Turann_
ac0ee8d673
Update bluetooth-pair.py
...
Update bluetooth-pair.py
Update BluetoothService.qml
2026-02-16 00:18:35 +03:00
Turann_
cec63da638
Update bluetooth-pair.py
2026-02-15 23:16:19 +03:00
Turann_
952df8bce4
Delete test-pin-mock.py
2026-02-15 22:55:18 +03:00
shouya
590324995f
use python script to load khal events
2026-02-15 00:01:47 +09:00
Lemmy
9b7147f126
compositor: added scrollwm support.
2026-02-09 22:07:06 -05:00
Lemmy
d391f4ca10
qmlfmt: support for Qt 6.9
2026-02-09 17:31:11 -05:00
Lemmy
738b12535f
better wezterm template escaping
2026-02-09 10:22:02 -05:00
Lemmy
c4a83d7e0b
settings: improved auto-nav to subtabs and highlight focus
2026-02-08 18:40:57 -05:00
Lemmy
007912faa9
template-processor: general_normal_light, clamp lightness to give better results in light mode
2026-02-08 10:35:52 -05:00
Lemmy
642980347b
template-processor: use triangle/bilinear resize for M3 and use box resize for ours.
2026-02-08 09:33:00 -05:00
Lemmy
69c76adc82
theming: add WSMeans quantizer refinement for M3 source color extraction + fix 3 Wu quantizer bugs
2026-02-07 16:21:13 -05:00
Lysec
80f35bf802
gtk-refresh: check for existing adw-gtk3 theme, else skip setting it ( #1713 )
2026-02-07 10:43:47 +01:00
Lemmy
fe09dc92f0
Merge pull request #1583 from twilfredo/wilfred/fixup-timezone-conv
...
calendar/eds: convert event times to local timezone
2026-02-06 13:16:36 -05:00
Lemmy
5705140d6d
Merge pull request #1681 from turannul/pr/bt-py-bridge
...
Increase bluetooth pair timeout
2026-02-04 12:41:02 -05:00
Turann_
e3ae626292
shorten log statement
2026-02-04 20:03:08 +03:00
Turann_
dcb79f2ee4
Removed clean-start/re-discovery part.
2026-02-04 19:27:48 +03:00
Lemmy
a071a41612
template-processor: reset closest color
2026-02-04 09:13:06 -05:00
Lin Xianyi
a90083d6eb
template-processor: support closest_color in templates
2026-02-04 17:05:13 +08:00
Turann_
d626f766b2
Improve log statements.
...
Clean start is might not the best approach to this.
2026-02-04 03:47:17 +03:00
Turann_
9c09af8816
rename
...
This script has nothing to do with connecting to devices name misleading.
2026-02-04 03:17:35 +03:00
Lemmy
74c1464577
template-processor: back to 112x112 anamorphic
2026-02-03 14:14:12 -05:00
Lemmy
7ae00c0ad0
template-processor: dysfunctional favorise vibrant
2026-02-02 21:38:50 -05:00
Lemmy
e0a6cb2799
template-processor: dysfunctional proper saturated surface
2026-02-02 21:24:23 -05:00
Lemmy
cdf0a5dd44
template-processor: dysfunctional scheme
2026-02-02 21:18:22 -05:00
Lemmy
983897fd56
Merge pull request #1675 from tuibird/enhancements
...
More Robust Vscode Theme Path Method
2026-02-02 20:12:22 -05:00