Commit Graph

175 Commits

Author SHA1 Message Date
outfoxxed 8e25c1cee0
core/easingcurve: add EasingCurve type 2024-03-21 02:54:21 -07:00
outfoxxed dd811ac423
core/window: fix mask reactivity
Masks previously would not update if the item was changed, and full
transparency was decided incorrectly.
2024-03-20 22:32:34 -07:00
outfoxxed 31264ac7d1
core/singleton: fix PostReloadHook in singletons 2024-03-20 01:37:30 -07:00
outfoxxed 9f38908bdf
core/intercept: do not intercept non qml files
Avoids forcing Images to lazy load which causes unexpected flashes.
2024-03-19 21:30:46 -07:00
outfoxxed 518977932d
core/lazyloader: add LazyLoader
Also fixes qml incubation in general, which was completely broken,
meaning the native qml Loader type should also work now.
2024-03-19 05:35:44 -07:00
outfoxxed 8d742e315e
core/window: fix floating window reloading recreating the window 2024-03-16 02:49:41 -07:00
outfoxxed 300c0d97fb
core/window: fix white flash before window content is set 2024-03-15 04:01:10 -07:00
outfoxxed 5731af562b
misc: update submodules 2024-03-14 05:01:56 -07:00
outfoxxed 41803ee235
core/window: fix windows not taking screen assignments during reload 2024-03-14 04:48:27 -07:00
outfoxxed 48156a55b3
core/variants: restructure Variants to match the design of Repeater 2024-03-14 04:46:44 -07:00
outfoxxed ffbdac9977
core: synthesized qmldir files and new qml scanning strategy 2024-03-14 00:16:22 -07:00
outfoxxed 1687ff3614
reload: encapsulate each engine generation more 2024-03-13 22:53:05 -07:00
outfoxxed 211f454de9
singleton: add reloadable Singleton type 2024-03-13 00:57:03 -07:00
outfoxxed 463f9a297f
root: recreate the qml engine on reload instead of clearing it
This causes singletons to be recreated instead of kept alive.
2024-03-12 14:55:51 -07:00
outfoxxed 9f6ef37f61
build: improve parallelism by removing core dependency on modules 2024-03-12 00:04:20 -07:00
outfoxxed c44041653c
build: greatly speed up build times using pch 2024-03-11 18:18:55 -07:00
outfoxxed 3480707e99
wayland: namespace type names a bit to prevent future conflicts 2024-03-11 06:21:23 -07:00
outfoxxed 1e647cee51
readme: mention hosted docs 2024-03-11 06:01:51 -07:00
outfoxxed b675b3676c
popups: add popup windows 2024-03-11 05:44:56 -07:00
outfoxxed 8cf0659444
window: fix empty masks not applying 2024-03-10 04:08:42 -07:00
outfoxxed 7a15495e3f
layershell: fix protocol error on popup attachment 2024-03-10 03:02:40 -07:00
outfoxxed 5f9bb9b46c
window: changing screen now recreates the window on the new screen 2024-03-09 05:06:49 -08:00
outfoxxed 31365dd179
misc: make the last window closing not quit by default 2024-03-09 03:23:58 -08:00
outfoxxed 3789709820
screens: make screen list changes not recreate QuickshellScreenInfos
Fixes Variants recreating windows on existing screens and causing flickering.
2024-03-09 02:39:15 -08:00
outfoxxed 15cd78e30c
screens: add qDebug<< impl to QuickshellScreenInfo 2024-03-09 02:35:48 -08:00
outfoxxed fc93591cab
variants: fix onReload not being called after variant updates 2024-03-09 02:35:07 -08:00
outfoxxed a35d3f9584
global: add Quickshell.processId and rename Process.pid 2024-03-08 23:25:54 -08:00
outfoxxed b720dfa165
build: add git revision to version 2024-03-08 23:08:50 -08:00
outfoxxed 73fd022b1e
build: slightly improve qmltype generation
qmlls still sucks too much for this to be very useful
2024-03-08 21:07:47 -08:00
outfoxxed 6966fc025c
all: ensure QObject ownership is Cpp when required 2024-03-08 18:33:01 -08:00
outfoxxed de8668eff3
cli: add manifest and environment variables for config path 2024-03-08 18:08:47 -08:00
outfoxxed 25409d242c
docs: mention quickshell-examples in README 2024-03-08 05:11:14 -08:00
outfoxxed f5d3457815
feat: resolve symlinks to the config 2024-03-08 02:20:53 -08:00
outfoxxed f32b4175fb
docs: add build instructions to README 2024-03-07 06:19:09 -08:00
outfoxxed 5ac04649aa
fix: ub/crash when changing layershell props after hiding window 2024-03-04 17:54:33 -08:00
outfoxxed 3d4b8efc74
fix: remove unexpected and undefined mask behavior
ProxyWindowBase no longer takes ownership of the mask.
It is no longer undefined behavior to set the mask to null.
2024-03-04 17:20:25 -08:00
outfoxxed e1bb5dfd3b
misc: update readme to reflect hosts 2024-03-04 06:17:04 -08:00
outfoxxed 5688409ea4
misc: add LGPL license 2024-03-04 06:10:03 -08:00
outfoxxed 04c4cfe7e0
feat: add --workdir 2024-03-04 05:38:03 -08:00
outfoxxed 63180382be
misc: change version to 0.1 2024-03-04 05:37:24 -08:00
outfoxxed 28087c182e
build: nix packaging 2024-03-04 05:13:58 -08:00
outfoxxed dfeb02e50b
fix(panel): WlrLayershell exclusionMode was never set 2024-03-04 04:04:24 -08:00
outfoxxed 4ef4cba4ee
refactor: move settings to their own object 2024-03-04 01:36:00 -08:00
outfoxxed 62f99f5754
feat: add Process.manageLifetime 2024-03-03 23:17:15 -08:00
outfoxxed 4cfe6ee0a1
fix: fix scopes of created QQmlComponents
Using the scope of the component itself makes sure things availible in
its scope are usable, instead of the parent scope.
2024-03-03 21:38:21 -08:00
outfoxxed 7467b65809
feat: attach Qt.quit and Qt.exit functions 2024-03-03 21:37:47 -08:00
outfoxxed e06b07ac01
feat(process): add Process.environment 2024-03-03 19:35:10 -08:00
outfoxxed 65ad2a9877
refactor: rename ReloadPropagator to Scope 2024-03-03 17:10:29 -08:00
outfoxxed 1188bdd8b3
fix: ShellRoot missing NOTIFY for configChanged 2024-03-03 17:08:20 -08:00
outfoxxed bbe64f42f3
feat: add support for getting and setting workdir 2024-03-03 17:05:19 -08:00