Commit Graph

175 Commits

Author SHA1 Message Date
outfoxxed 908ba3eef5
hyprland/global_shortcuts: fix crash when protocol is not present 2024-05-19 02:50:14 -07:00
outfoxxed 3e80c4a4fd
service/pipewire: add pipewire module 2024-05-19 02:29:21 -07:00
outfoxxed bba8cb8a7d
hyprland/global_shortcuts: add GlobalShortcut 2024-05-06 22:19:50 -07:00
outfoxxed 87a884ca36
hyprland/focus_grab: add HyprlandFocusGrab 2024-05-06 00:02:51 -07:00
outfoxxed e7cfb5cf37
service/tray: move menu access to SystemTrayMenuWatcher 2024-05-01 02:55:23 -07:00
outfoxxed 3c0456a3c0
core/boundcomponent: add BoundComponent 2024-05-01 02:14:32 -07:00
outfoxxed 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
outfoxxed 53d69fd2c0
docs: bump docs submodule 2024-04-30 17:03:39 -07:00
outfoxxed 4db28fe725
core/lazyloader: add activeAsync property 2024-04-30 17:01:09 -07:00
outfoxxed 658f3cf411
docs: add API documentation for SystemTray and DBusMenu 2024-04-30 01:27:06 -07:00
outfoxxed 61061644a5
dbus/dbusmenu: add DBusMenu support 2024-04-29 23:57:26 -07:00
outfoxxed 7cc1b54587
service/tray: rework tray image providers 2024-04-29 22:28:09 -07:00
outfoxxed aa9f8cd001
dbus/properties: dbus/dbusutil -> dbus/properties 2024-04-29 18:37:57 -07:00
outfoxxed 74d1bb9bc2
dbus/properties: fix QDBusPendingCallWatcher leak 2024-04-29 18:32:53 -07:00
outfoxxed a1d82729bc
service/tray: log failures when calling Activate or SecondaryActivate 2024-04-29 18:31:35 -07:00
outfoxxed c71fdd62d0
service/tray: log icon render failures due to IconThemePath 2024-04-29 18:16:04 -07:00
outfoxxed 1f49c55711
wayland/lock: fix post-reload lockscreen creation
This broke due to the changes that ensure onReload always runs.
2024-04-25 14:18:25 -07:00
outfoxxed ce4e697667
service/tray: use bilinear scaling for tray icons
Apparently some programs think it is a good idea to send 1000x+ images.
2024-04-21 00:16:22 -07:00
outfoxxed c6e5a35745
core/reloader: fix more crashes (not all of them) 2024-04-20 02:59:50 -07:00
outfoxxed 31462b9797
core/reloader: fix UAF of old generation during scene destroy 2024-04-20 00:36:25 -07:00
outfoxxed 97bcdbecc1
service/tray: add activate, secondaryActivate and scroll methods 2024-04-19 22:03:06 -07:00
outfoxxed 94a1140aab
core/popup: fix popup never becoming visible when lazy loaded 2024-04-19 16:14:59 -07:00
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