|
3d594e16dd
|
core/log: track default logging categories
Fixes a bug in fb37be7 which ignored default logging categories due to
skipping QLoggingRegistry's filter.
|
2025-07-08 13:49:06 -07:00 |
|
|
f681e2016f
|
bluetooth: add bluetooth integration
Missing support for things that require an agent, but has most basics.
Closes #17
|
2025-07-01 00:25:16 -07:00 |
|
|
2c411fce5a
|
all: fix new lints
|
2025-01-07 03:11:19 -08:00 |
|
|
3fc1c914c7
|
lint: remove reinterpret_cast lint
Unhelpful.
|
2024-12-06 20:18:38 -08:00 |
|
|
ec143d6119
|
dbus/properties: remove non bindable based dbus property impl
|
2024-11-21 19:54:07 -08:00 |
|
|
1955deee74
|
dbus/properties: add QObjectBindableProperty based dbus property
Many times more lightweight than the original QObject-based one.
|
2024-11-20 19:22:23 -08:00 |
|
|
4163713bc4
|
dbus/properties: decouple properties from AbstractDBusProperty
Importantly, this decouples properties from having to be QObjects,
allowing future property types to be much lighter.
|
2024-11-20 03:28:48 -08:00 |
|
|
36d1dbeb69
|
service/tray: report misbehaving tray hosts
I've debugged broken tray items that just end up being a bad host far
too many times.
|
2024-11-17 01:30:54 -08:00 |
|
|
7ffce72b31
|
all: optimize build
|
2024-11-05 04:15:17 -08:00 |
|
|
4ee9ac7f7c
|
service/mpris: finish mpris implementation
|
2024-05-21 04:09:19 -07:00 |
|
|
aa9f8cd001
|
dbus/properties: dbus/dbusutil -> dbus/properties
|
2024-04-29 18:37:57 -07:00 |
|