outfoxxed
6eb68d2cd7
core/reloader: fix late creation of Reloadable types
2024-04-19 15:45:07 -07:00
outfoxxed
61812343f5
service/tray: account for more edge cases and add placeholder img
2024-04-19 04:21:21 -07:00
outfoxxed
54bf485101
nix: add qtsvg dependency by default
2024-04-19 02:46:38 -07:00
outfoxxed
23d0c2e01d
io/socket: add flush()
2024-04-18 04:13:20 -07:00
outfoxxed
a06af243ad
core/transformwatcher: add TransformWatcher
2024-04-17 04:31:02 -07:00
outfoxxed
fd5b73adbb
wayland: fix Qt 6.7 compatibility
2024-04-12 01:21:26 -07:00
outfoxxed
98318c4dcb
nix: fix git revision in nix package
2024-04-08 00:35:49 -07:00
outfoxxed
0b2baea230
core: add IgnoreSystemSettings pragma
2024-04-07 23:21:06 -07:00
outfoxxed
ff8e252944
core: fix build warnings
2024-04-07 23:12:19 -07:00
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
c0847366dd
core/window: fix reloads breaking for indirect window children
2024-04-07 14:17:57 -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
d47a7f2cff
core/icon: add icon image provider
2024-04-05 17:54:51 -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
8529a2eb22
readme: add matrix link
2024-04-01 22:46:08 -07:00
outfoxxed
54b3d338dc
core/process: fix stdinEnabled documentation
2024-03-31 01:05:09 -07:00
outfoxxed
83afce7f68
core/screen: expose x and y positions
2024-03-29 05:41:39 -07:00
outfoxxed
439788fce0
core/popup: force window destruction to avoid crashes
2024-03-28 02:29:29 -07:00
outfoxxed
c3fe93efe6
core/window: fix backingWindowVisible always reporting true
2024-03-27 02:52:56 -07:00
outfoxxed
3026d3400a
all/window: use global screeninfo pool for screen getter
2024-03-27 02:43:14 -07:00
outfoxxed
9cbd5abd96
core/window: ensure window cannot be made visible during reload
...
This causes duplicate windows.
2024-03-27 02:38:54 -07:00
outfoxxed
9625129844
core: replace throws with qFatal
2024-03-27 02:13:47 -07:00
outfoxxed
055b191a67
core/window: add windowTransform and backingWindowVisible properties
2024-03-27 01:37:45 -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
b6dc6967a1
core/generation: fix incuabation controller use after free
...
qobject_casts were failing causing old controllers to never be removed
from the list.
2024-03-25 02:02:46 -07:00
outfoxxed
c6bf826031
core/reloader: fix Quickshell.reload not working
...
Has been broken since engine generations were introduced.
2024-03-25 01:57:15 -07:00
outfoxxed
4eb5dc5593
core/variants: expose instances list as a property
2024-03-21 05:32:55 -07:00
outfoxxed
f09f591e6a
core/region: improve child handling
...
- Children are no longer reparented
- `regions` is now a full list property
2024-03-21 05:26:04 -07:00
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