Commit graph

35 commits

Author SHA1 Message Date
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 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 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 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 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 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
outfoxxed b42add3967
fix: Process.pid and Quickshell.env returning undefined instead of null 2024-03-03 15:31:15 -08:00
outfoxxed bccf43f1f7
fix: root is now destroyed on exit
This should fix a whole lot of things never being able to run cleanup.
2024-03-03 06:26:41 -08:00
outfoxxed b5110b759e
feat: add Quickshell.env 2024-03-03 02:24:33 -08:00
outfoxxed 14e1d2d162
refactor: move socket and datastream types to Io module 2024-03-03 01:59:31 -08:00
outfoxxed f45d298b66
feat(socket): add SocketServer and Socket.write 2024-03-03 01:26:43 -08:00
outfoxxed 83a0ec6fc6
feat(socket): add unix socket listener 2024-03-02 05:05:45 -08:00
outfoxxed bb5bc0547a
build: add build options for all components 2024-02-29 01:30:57 -08:00
outfoxxed 48bdcf4db2
feat(slock): add user facing SessionLock and SessionLockSurface 2024-02-28 19:55:49 -08:00
outfoxxed 4ae7ff8c72
rename: QuickShell => Quickshell 2024-02-26 00:57:47 -08:00
outfoxxed 0034edd0f8
docs: add macro hints for typegen to paper over weird interfaces 2024-02-26 00:30:25 -08:00
outfoxxed c0faebc700
cleanup(plugin): remove dependency on unstable moc functions 2024-02-26 00:08:30 -08:00
outfoxxed 3bd587cfcc
feat: basic plugin system
The wayland plugin now uses it.
2024-02-25 23:47:17 -08:00
outfoxxed fabf86f75f
fix(docs): fix incorrect docgen and add wayland module 2024-02-25 19:36:52 -08:00
outfoxxed d5344f463f
feat(panel): set exclusionMode to Normal when exclusiveZone is set 2024-02-25 18:50:38 -08:00
outfoxxed 13c5d7c7a9
fix(wayland): layershell windows are recreated if attach fails
Usually this happens if the namespace changes
2024-02-25 16:13:24 -08:00
outfoxxed c2930783ea
feat(wayland): create cross platform window interfaces
Internally this also refactors a ton of code around the wayland
layershell. Note that attachment failures are still broken and
platform interfaces are hardcoded.
2024-02-25 07:13:54 -08:00
outfoxxed 4a82949854
feat(wayland): custom layershell implementation
A fair amount of things are broken but not in the layershell interface
itself. The shell window platform extensions are next in line for
refactoring and relevent issues will be fixed then. Same for docs.
2024-02-24 02:06:40 -08:00
outfoxxed b0567a569b
build(wayland): setup cmake for wayland module 2024-02-20 03:12:05 -08:00
outfoxxed c6dde9ca9d
refactor(wayland): seperate cmake files for modularity 2024-02-19 00:52:03 -08:00