outfoxxed
b1f5a5eb94
service/mpris: preserve mpris watcher and players across reload
2024-06-02 16:18:45 -07:00
outfoxxed
9d5dd402b9
docs: recommend packagers add a dependency on qtsvg
2024-06-02 15:37:47 -07:00
outfoxxed
29f02d837d
all: remove NVIDIA workarounds
...
They fixed the driver.
2024-06-02 15:36:33 -07:00
outfoxxed
7d20b472dd
misc: remove the docs and examples submodules
...
They have not been correctly updated in lock-step for a while now.
2024-06-02 15:23:19 -07:00
outfoxxed
bd504daf56
docs: add build, packaging and development instructions
2024-06-02 14:50:23 -07:00
outfoxxed
238ca8cf0b
core/reloader: fix crashing on failed reload
2024-05-31 04:03:00 -07:00
outfoxxed
a8506edbb9
build: link jemalloc by default to reduce heap fragmentation
...
The QML engine and the quickshell reloader both cause large amounts of
heap fragmentation that stacks up over time, leading to a perceived
memory leak. Jemalloc is able to handle the fragmentation much better,
leading to lower user facing memory usage.
2024-05-31 01:28:35 -07:00
outfoxxed
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
outfoxxed
84bb4098ad
core/reloader: fix incorrect generation teardown on hard reload
2024-05-31 00:26:34 -07:00
outfoxxed
6c9526761c
wayland: fix UAF in layershell surface destructor
2024-05-31 00:24:58 -07:00
outfoxxed
7feae55ebe
core/reloader: add reload signals for visual notifications
2024-05-30 02:39:37 -07:00
outfoxxed
569c40494d
all: import module dependencies via qmldir
...
Improves compatibility with qml tooling.
2024-05-29 19:29:57 -07:00
outfoxxed
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
outfoxxed
33fac67798
core: use the simple animation driver
...
Seems to provide much higher quality animations.
2024-05-28 20:22:01 -07:00
outfoxxed
7ad3671dd1
core/reloader: fix file watcher compatibility with vim
2024-05-28 15:36:25 -07:00
outfoxxed
4e92d82992
core: add options to enable QML debugging
2024-05-27 22:51:49 -07:00
outfoxxed
5a84e73442
core/objectmodel: add signals for changes to the list
2024-05-23 19:16:08 -07:00
outfoxxed
06240ccf80
service/mpris: improve compatibility with noncompliant players
2024-05-23 18:15:49 -07:00
outfoxxed
5016dbf0d4
all: replace list properties with ObjectModels
2024-05-23 17:28:07 -07:00
outfoxxed
6326f60ce2
service/mpris: re-query position on playback and metadata change
2024-05-23 02:38:26 -07:00
outfoxxed
ac339cb23b
service/mpris: expose desktopEntry property
2024-05-22 05:40:03 -07:00
outfoxxed
f2df3da596
service/mpris: fix position being incorrect after pausing
2024-05-22 04:34:56 -07:00
outfoxxed
ed3708f5cb
service/mpris: add trackChanged signal
2024-05-21 05:07:24 -07:00
outfoxxed
af45502913
service/mpris: add mpris module
2024-05-21 04:10:30 -07:00
outfoxxed
4ee9ac7f7c
service/mpris: finish mpris implementation
2024-05-21 04:09:19 -07:00
kossLAN
3b6d1c3bd8
feat: mpris
2024-05-21 04:09:19 -07:00
outfoxxed
73cfeba61b
x11: add XPanelWindow
2024-05-20 02:16:44 -07:00
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