Commit graph

291 commits

Author SHA1 Message Date
76744c903a
core/clock: add SystemClock 2024-07-30 23:24:54 -07:00
ba1e535f9c
core/util: add experimental member macros
An experiment that should reduce boilerplate for properties that just
access a backing value. Code also exists for using it as an interface
for other properties as well, but isn't currently in use.
2024-07-30 20:23:57 -07:00
3a8e67e8ab
core/util: move DropEmitter to utils and add generic accessor macros 2024-07-30 12:19:59 -07:00
abc0201f6e
service/mpris: add uniqueId property to detect track changes
Also emits all property changes after trackChanged
2024-07-29 01:34:44 -07:00
4b2e569e94
core/types: allow implicit conversion from point to box 2024-07-26 10:06:56 -07:00
58c3718287
core/types: add implicit coversion from rect to box 2024-07-26 00:55:42 -07:00
6b9b1fcb53
core/menu: add QsMenuAnchor for more control of platform menus 2024-07-25 20:44:26 -07:00
54350277be
core/menu: add handle support to QsMenuOpener + add handle to tray 2024-07-25 02:51:17 -07:00
acdbe73c10
dbus/dbusmenu: separate menu handles from status notifier items
No api changes yet.
2024-07-25 01:32:05 -07:00
a71a6fb3ac
core/popupanchor: fix flip with opposite anchors and gravity
Flips into the anchor rect instead of over it when anchors and gravity
are opposite.
2024-07-24 01:36:51 -07:00
60388f10ca
core/popupanchor: reposition on popup size change 2024-07-24 00:44:42 -07:00
ebfa8ec448
core/popupanchor: rework popup anchoring and add PopupAnchor 2024-07-23 22:12:27 -07:00
a9e4720fae
docs: use new member reference shorthand 2024-07-21 17:41:49 -07:00
dfcf533424
core/window!: rename QSWindow to QsWindow 2024-07-21 16:15:11 -07:00
aa3f7daea2
wayland/platformmenu: fix flipped positions and submenu y positions 2024-07-19 02:55:38 -07:00
6367b56f55
core/window: fix attached property prior to backer creation 2024-07-18 01:57:40 -07:00
e48af44607
core/window: add QsWindow attached object to contained Items 2024-07-17 20:54:29 -07:00
e9cacbd92d
all: use type/prop shorthand in docs 2024-07-14 16:17:51 -07:00
c4cc662bcc
core/objectmodel: fix objectInserted signal indexes 2024-07-12 22:52:40 -07:00
609834d8f2
core/retainable: add Retainable and RetainableLock 2024-07-12 21:21:35 -07:00
d630cc7f76
service/notifications: add notifications service 2024-07-12 00:50:00 -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
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
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
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
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
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