Commit graph

219 commits

Author SHA1 Message Date
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
5016dbf0d4
all: replace list properties with ObjectModels 2024-05-23 17:28:07 -07:00
73cfeba61b
x11: add XPanelWindow 2024-05-20 02:16:44 -07:00
87a884ca36
hyprland/focus_grab: add HyprlandFocusGrab 2024-05-06 00:02:51 -07:00
3c0456a3c0
core/boundcomponent: add BoundComponent 2024-05-01 02:14:32 -07:00
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
4db28fe725
core/lazyloader: add activeAsync property 2024-04-30 17:01:09 -07:00
61061644a5
dbus/dbusmenu: add DBusMenu support 2024-04-29 23:57:26 -07:00
7cc1b54587
service/tray: rework tray image providers 2024-04-29 22:28:09 -07:00
c71fdd62d0
service/tray: log icon render failures due to IconThemePath 2024-04-29 18:16:04 -07:00
c6e5a35745
core/reloader: fix more crashes (not all of them) 2024-04-20 02:59:50 -07:00
31462b9797
core/reloader: fix UAF of old generation during scene destroy 2024-04-20 00:36:25 -07:00
97bcdbecc1
service/tray: add activate, secondaryActivate and scroll methods 2024-04-19 22:03:06 -07:00
94a1140aab
core/popup: fix popup never becoming visible when lazy loaded 2024-04-19 16:14:59 -07:00
6eb68d2cd7
core/reloader: fix late creation of Reloadable types 2024-04-19 15:45:07 -07:00
61812343f5
service/tray: account for more edge cases and add placeholder img 2024-04-19 04:21:21 -07:00
a06af243ad
core/transformwatcher: add TransformWatcher 2024-04-17 04:31:02 -07:00
0b2baea230
core: add IgnoreSystemSettings pragma 2024-04-07 23:21:06 -07:00
ff8e252944
core: fix build warnings 2024-04-07 23:12:19 -07:00
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
c0847366dd
core/window: fix reloads breaking for indirect window children 2024-04-07 14:17:57 -07:00
6214ac1002
service/tray: mostly complete StatusNotifierItem implementation
Notably missing dbusmenu which makes it actually useful.
2024-04-06 02:19:40 -07:00
d47a7f2cff
core/icon: add icon image provider 2024-04-05 17:54:51 -07:00