outfoxxed
1b2519d9f3
core: log gpu information in debuginfo
2026-03-14 02:31:47 -07:00
outfoxxed
1552aca3df
build: fix new clang-tidy lints
2025-11-15 04:29:12 -08:00
outfoxxed
2c411fce5a
all: fix new lints
2025-01-07 03:11:19 -08:00
outfoxxed
08836ca1f3
core/scriptmodel: add expression model for unique lists
2024-12-27 04:16:12 -08:00
outfoxxed
3fc1c914c7
lint: remove reinterpret_cast lint
...
Unhelpful.
2024-12-06 20:18:38 -08:00
outfoxxed
be5e5fc4a5
lint: remove broken lint selection
...
The first line ended with a period instead of a comma, but both lints
were additionally unhelpful for quickshell.
2024-12-06 19:43:16 -08:00
outfoxxed
2571766d3b
all: fix clang 18 lints
2024-11-24 03:36:04 -08:00
outfoxxed
291179ede2
core/command: rewrite command parser with CLI11
2024-08-09 19:25:18 -07:00
outfoxxed
d8b900ed0b
lint: allow implicit bool conversions
2024-06-28 01:05:59 -07:00
outfoxxed
e89035b18c
service/pam: move pam execution to subprocess to allow killing it
...
Many pam modules can't be aborted well without this.
2024-06-18 03:29:25 -07:00
outfoxxed
7e5d128a91
service/pam: add pam service
2024-06-17 18:32:13 -07:00
outfoxxed
b5b9c1f6c3
wayland/toplevel_management: add foreign toplevel management
2024-06-07 04:31:20 -07:00
outfoxxed
3e80c4a4fd
service/pipewire: add pipewire module
2024-05-19 02:29:21 -07:00
outfoxxed
a06af243ad
core/transformwatcher: add TransformWatcher
2024-04-17 04:31:02 -07:00
outfoxxed
1da43be6c0
feat: completely redesign hot reloader
...
The hot reloader previously attempted to figure out which parent a
component would attach to as it loaded. This was fairly error prone as
it was heuristic based and didn't work as soon as you split
definitions into multiple QML files.
The new hot reloader functions by first completely building the widget
tree, then applying the old tree to the first tree and pulling out
usable values. Proxy windows now wait to appear until being reloaded.
Additionally added support for `reloadableId` to help match a
Reloadable to its value in the previous widget tree.
2024-02-16 17:09:50 -08:00
outfoxxed
d76100781f
feat: add layershell support
2024-02-04 04:58:58 -08:00
outfoxxed
23837e5195
feat: basic QtShell and ShellComponent types
2024-01-25 04:33:02 -08:00