c4cc662bcc
core/objectmodel: fix objectInserted signal indexes
2024-07-12 22:52:40 -07:00
e23923d9a2
service/notifications: make notifications Retainable
2024-07-12 21:25:46 -07:00
609834d8f2
core/retainable: add Retainable and RetainableLock
2024-07-12 21:21:35 -07:00
7c5632ef5f
service/upower: start upower dbus service if inactive
2024-07-12 20:16:10 -07:00
d630cc7f76
service/notifications: add notifications service
2024-07-12 00:50:00 -07:00
79cbfba48a
wayland/layershell: add warning that exclusive focus is not a lock
...
Apparently this needed to be said.
2024-07-11 22:32:21 -07:00
c758421af6
core/reloader: fix Reloadable::onReload being called multiple times
...
onReload was called multiple times due to Reloadable::reloadRecursive
calling onReload instead of reload, which didn't set reloadComplete.
This allowed the componentComplete fallback to call reload later.
2024-07-11 01:43:54 -07:00
49b309247d
all: fix formatting
2024-07-11 00:16:44 -07:00
bb33c9a0c4
core/global: add Quickshell.iconPath
...
Replaces "image://icon/" in user facing code.
2024-07-11 00:09:34 -07:00
Ben
24f54f579f
service/upower: add upower service
2024-07-10 14:21:34 -04:00
497c9c4e50
core/window: ensure items are polished before setting window visible
...
Hacks around a bug in layouts that commonly results in popups being
wrongly sized for at least a frame.
2024-07-10 03:44:55 -07:00
db23c0264a
core/desktopentry: paper over id casing issues
2024-07-08 15:37:49 -07:00
fdbb490537
service/tray: fix crash when display is called on a menuless item
2024-07-02 10:52:11 -07:00
b4be383695
service/tray: log menu refcount updates
2024-07-02 10:50:07 -07:00
ec362637b8
service/tray!: redesign menus / dbusmenu and add native menu support
...
Reworks dbusmenu menus to be displayable with a system context menu.
Breaks the entire DBusMenu api.
2024-07-01 20:50:30 -07:00
c31bbea837
docs: add breaking change notice
2024-07-01 20:50:07 -07:00
d8b900ed0b
lint: allow implicit bool conversions
2024-06-28 01:05:59 -07:00
8547d12396
service/pipewire: make binding warnings in docs more obvious
2024-06-27 20:45:27 -07:00
d7149d5641
core/objectrepeater: soft-remove in favor of Instantiator
...
RIP my time.
2024-06-23 14:05:34 -07:00
c78c86425d
core/objectrepeater: delete delegate instances after removal
2024-06-23 03:18:27 -07:00
09d8a7a07d
core/objectrepeater: add ObjectRepeater
2024-06-22 01:57:48 -07:00
d8fa9e7bb3
service/mpris: add properties for common track metadata
...
This was done to work around bad player implementations sending weird
metadata, such as removing the art url halfway through a song.
2024-06-21 19:03:40 -07:00
c56a3ec966
service/mpris: add shorthand for playback state changes
2024-06-21 16:31:02 -07:00
b6612bd56c
core/panelwindow: remove QSDOC_HIDE for above and focusable props
2024-06-21 10:11:57 -07:00
3573663ab6
service/greetd: add greetd service
2024-06-20 15:39:49 -07:00
72956185bd
wayland/lock: only update surfaces on screens changed if locked
...
Fixes crash when a WlSessionLock object exists but is unlocked and a
screen is added or removed.
2024-06-19 11:16:51 -07:00
59cf60d83e
service/pam: add responseVisible
...
Fixes misunderstanding of "echo".
2024-06-19 00:31:09 -07:00
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
8ec245ac66
wayland/lock: initialize lock content before starting lock
...
Reduces any chances of the compositor displaying a blank frame first.
2024-06-18 20:34:16 -07:00
71a65c4d3c
docs: mention Fedora COPR package
2024-06-18 17:57:20 -07:00
9e58077c61
core: fix shutdown sequence crashing
2024-06-18 17:03:38 -07:00
3991726b9b
docs: document PAM feature in build instructions
2024-06-18 15:25:10 -07:00
ae762f5c6e
hyprland/ipc: ensure requests are flushed
2024-06-18 12:26:23 -07:00
e89035b18c
service/pam: move pam execution to subprocess to allow killing it
...
Many pam modules can't be aborted well without this.
2024-06-18 03:29:25 -07:00
b5c8774a79
service/pam: send completed messages after destroying pam conv
...
Allows context to be restarted in a complete handler.
2024-06-17 20:30:23 -07:00
7e5d128a91
service/pam: add pam service
2024-06-17 18:32:13 -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
d8b72b4c31
wayland/lock: notify on screen change
2024-06-13 16:25:07 -07:00
523de78796
wayland/layershell: ensure state changes are comitted without render
...
Previously they were not comitted and did not apply until the next
rendered frame.
2024-06-13 16:23:28 -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
b5b9c1f6c3
wayland/toplevel_management: add foreign toplevel management
2024-06-07 04:31:20 -07:00
5d1def3e49
hyprland/ipc: fix monitorFor returning null during HyprlandIpc init
2024-06-06 00:59:17 -07:00
bc349998df
hyprland/ipc: match by name in refreshMonitors instead of id
...
Was causing ghost/duplicate monitors from usages where the id was not known.
2024-06-06 00:58:10 -07:00
ef1a4134f0
hyprland/ipc: re-request monitors and workspaces on fail
2024-06-06 00:46:38 -07:00
d14ca70984
hyprland/ipc: add hyprland ipc
...
Only monitors and workspaces are fully tracked for now.
2024-06-05 19:26:20 -07:00
be237b6ab5
core/elapsedtimer: add ElapsedTimer
2024-06-04 13:48:54 -07:00
37fecfc990
docs: add commit style instructions
2024-06-03 00:38:22 -07:00
b1f5a5eb94
service/mpris: preserve mpris watcher and players across reload
2024-06-02 16:18:45 -07:00