Commit graph

32 commits

Author SHA1 Message Date
outfoxxed
082c3c480f
core: add pragmas
UseQApplication: use QApplication over QGuiApplication (for qqc2-desktop-style)
NativeTextRendering: use NativeTextRendering over QtRendering for text
Env VAR = VAL: define environment variables (usually qt ones)
2024-04-07 22:35:23 -07:00
outfoxxed
6214ac1002
service/tray: mostly complete StatusNotifierItem implementation
Notably missing dbusmenu which makes it actually useful.
2024-04-06 02:19:40 -07:00
outfoxxed
8e530b6b77
dbus: create property helper classes
Handles asynchronous property updates, part of the work for StatusNotifierItems.
2024-04-04 22:48:58 -07:00
outfoxxed
3a0381dcbe
core/window: backing windows can now be destroyed and recreated
This fixes a crash in layershells and the setVisible crash on nvidia.
2024-03-27 00:45:53 -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
b675b3676c
popups: add popup windows 2024-03-11 05:44:56 -07: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
28087c182e
build: nix packaging 2024-03-04 05:13:58 -08:00
outfoxxed
14e1d2d162
refactor: move socket and datastream types to Io module 2024-03-03 01:59:31 -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
3bd587cfcc
feat: basic plugin system
The wayland plugin now uses it.
2024-02-25 23:47:17 -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
outfoxxed
5bbd0333ef
refactor(wayland): start factoring wayland out of ShellWindow 2024-02-19 00:36:51 -08:00
outfoxxed
083fff57be
feat: add PersistentProperties 2024-02-17 04:24:03 -08: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
82aa7d45d3
feat: add clickthrough mask to windows 2024-02-13 06:12:31 -08:00
outfoxxed
5de0ae095b
feat: rename project to quickshell 2024-02-12 02:16:22 -08:00
outfoxxed
ae5363a351
build: add missing qt module deps 2024-02-04 23:03:44 -08:00
outfoxxed
c0d6e63f6c
feat: add filesystem watcher and rename QtShell object 2024-02-04 23:00:59 -08:00
outfoxxed
cab5ffc65e
build: add option to not build layershell 2024-02-04 20:08:46 -08:00
outfoxxed
d76100781f
feat: add layershell support 2024-02-04 04:58:58 -08:00
outfoxxed
362789fc46
feat: implement soft reloading 2024-02-01 01:29:45 -08:00
outfoxxed
9a5ad44aa9
feat: add hard reload signal and wrap root object 2024-01-31 18:02:20 -08:00
outfoxxed
d14258df8e
feat: add Variants type for creating instances 2024-01-31 17:45:26 -08:00
outfoxxed
23837e5195
feat: basic QtShell and ShellComponent types 2024-01-25 04:33:02 -08:00