Commit graph

259 commits

Author SHA1 Message Date
6efa05a8eb
core: run full destruction sequence before exiting
Fixes QTimer messages.
2024-06-18 20:58:33 -07:00
3033cba52d
all: fix failing lints 2024-06-18 20:46:58 -07:00
9e58077c61
core: fix shutdown sequence crashing 2024-06-18 17:03:38 -07:00
f655875547
core/desktopentry: add limited desktop entry api 2024-06-16 01:58:24 -07:00
ce5ddbf8ba
core: add $XDG_DATA_DIRS/pixmaps to QIcon fallback path
Picks up some missing app icons.
2024-06-14 19:18:43 -07:00
67783ec24c
core/transformwatcher: fix crash when a or b is destroyed
Usually happens during reload.
2024-06-09 15:42:38 -07:00
be237b6ab5
core/elapsedtimer: add ElapsedTimer 2024-06-04 13:48:54 -07:00
b1f5a5eb94
service/mpris: preserve mpris watcher and players across reload 2024-06-02 16:18:45 -07:00
29f02d837d
all: remove NVIDIA workarounds
They fixed the driver.
2024-06-02 15:36:33 -07:00
238ca8cf0b
core/reloader: fix crashing on failed reload 2024-05-31 04:03:00 -07:00
d56c07ceb3
core/reloader: simplify generation teardown
The extra complexity previously masked the use after free in 6c95267.
2024-05-31 00:27:18 -07:00
84bb4098ad
core/reloader: fix incorrect generation teardown on hard reload 2024-05-31 00:26:34 -07:00
7feae55ebe
core/reloader: add reload signals for visual notifications 2024-05-30 02:39:37 -07:00
0519acf1d6
core: support root: and root:/ paths for the config root
This works everywhere urls are accepted and rewrites them from the
config root as a qsintercept url.
2024-05-29 15:07:10 -07:00
33fac67798
core: use the simple animation driver
Seems to provide much higher quality animations.
2024-05-28 20:22:01 -07:00
7ad3671dd1
core/reloader: fix file watcher compatibility with vim 2024-05-28 15:36:25 -07:00
4e92d82992
core: add options to enable QML debugging 2024-05-27 22:51:49 -07:00
5a84e73442
core/objectmodel: add signals for changes to the list 2024-05-23 19:16:08 -07:00
5016dbf0d4
all: replace list properties with ObjectModels 2024-05-23 17:28:07 -07:00
73cfeba61b
x11: add XPanelWindow 2024-05-20 02:16:44 -07:00
87a884ca36
hyprland/focus_grab: add HyprlandFocusGrab 2024-05-06 00:02:51 -07:00
3c0456a3c0
core/boundcomponent: add BoundComponent 2024-05-01 02:14:32 -07:00
d64bf59bb0
core/intercept: do not rewrite paths when url ends in .qml
Fixes component baseUrls becoming file:// paths which cannot access singletons.
2024-04-30 23:11:54 -07:00
4db28fe725
core/lazyloader: add activeAsync property 2024-04-30 17:01:09 -07:00
61061644a5
dbus/dbusmenu: add DBusMenu support 2024-04-29 23:57:26 -07:00
7cc1b54587
service/tray: rework tray image providers 2024-04-29 22:28:09 -07:00
c71fdd62d0
service/tray: log icon render failures due to IconThemePath 2024-04-29 18:16:04 -07:00
c6e5a35745
core/reloader: fix more crashes (not all of them) 2024-04-20 02:59:50 -07:00
31462b9797
core/reloader: fix UAF of old generation during scene destroy 2024-04-20 00:36:25 -07:00
97bcdbecc1
service/tray: add activate, secondaryActivate and scroll methods 2024-04-19 22:03:06 -07:00
94a1140aab
core/popup: fix popup never becoming visible when lazy loaded 2024-04-19 16:14:59 -07:00
6eb68d2cd7
core/reloader: fix late creation of Reloadable types 2024-04-19 15:45:07 -07:00
61812343f5
service/tray: account for more edge cases and add placeholder img 2024-04-19 04:21:21 -07:00
a06af243ad
core/transformwatcher: add TransformWatcher 2024-04-17 04:31:02 -07:00
0b2baea230
core: add IgnoreSystemSettings pragma 2024-04-07 23:21:06 -07:00
ff8e252944
core: fix build warnings 2024-04-07 23:12:19 -07:00
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
c0847366dd
core/window: fix reloads breaking for indirect window children 2024-04-07 14:17:57 -07:00
6214ac1002
service/tray: mostly complete StatusNotifierItem implementation
Notably missing dbusmenu which makes it actually useful.
2024-04-06 02:19:40 -07:00
d47a7f2cff
core/icon: add icon image provider 2024-04-05 17:54:51 -07:00
83afce7f68
core/screen: expose x and y positions 2024-03-29 05:41:39 -07:00
439788fce0
core/popup: force window destruction to avoid crashes 2024-03-28 02:29:29 -07:00
c3fe93efe6
core/window: fix backingWindowVisible always reporting true 2024-03-27 02:52:56 -07:00
3026d3400a
all/window: use global screeninfo pool for screen getter 2024-03-27 02:43:14 -07:00
9cbd5abd96
core/window: ensure window cannot be made visible during reload
This causes duplicate windows.
2024-03-27 02:38:54 -07:00
055b191a67
core/window: add windowTransform and backingWindowVisible properties 2024-03-27 01:37:45 -07:00
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
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
c6bf826031
core/reloader: fix Quickshell.reload not working
Has been broken since engine generations were introduced.
2024-03-25 01:57:15 -07:00
4eb5dc5593
core/variants: expose instances list as a property 2024-03-21 05:32:55 -07:00