..
test
core/reloader: fix late creation of Reloadable types
2024-04-19 15:45:07 -07:00
boundcomponent.cpp
core/boundcomponent: add BoundComponent
2024-05-01 02:14:32 -07:00
boundcomponent.hpp
core/boundcomponent: add BoundComponent
2024-05-01 02:14:32 -07:00
CMakeLists.txt
core/window: ensure items are polished before setting window visible
2024-07-10 03:44:55 -07:00
desktopentry.cpp
all: fix formatting
2024-07-11 00:16:44 -07:00
desktopentry.hpp
all: fix formatting
2024-07-11 00:16:44 -07:00
doc.hpp
all: replace list properties with ObjectModels
2024-05-23 17:28:07 -07:00
easingcurve.cpp
core/easingcurve: add EasingCurve type
2024-03-21 02:54:21 -07:00
easingcurve.hpp
core/easingcurve: add EasingCurve type
2024-03-21 02:54:21 -07:00
elapsedtimer.cpp
core/elapsedtimer: add ElapsedTimer
2024-06-04 13:48:54 -07:00
elapsedtimer.hpp
core/elapsedtimer: add ElapsedTimer
2024-06-04 13:48:54 -07:00
enginecontext.hpp
core: synthesized qmldir files and new qml scanning strategy
2024-03-14 00:16:22 -07:00
floatingwindow.cpp
core/reloader: fix late creation of Reloadable types
2024-04-19 15:45:07 -07:00
floatingwindow.hpp
core/window: add windowTransform and backingWindowVisible properties
2024-03-27 01:37:45 -07:00
generation.cpp
service/tray!: redesign menus / dbusmenu and add native menu support
2024-07-01 20:50:30 -07:00
generation.hpp
service/tray!: redesign menus / dbusmenu and add native menu support
2024-07-01 20:50:30 -07:00
iconimageprovider.cpp
service/tray: log icon render failures due to IconThemePath
2024-04-29 18:16:04 -07:00
iconimageprovider.hpp
service/tray: log icon render failures due to IconThemePath
2024-04-29 18:16:04 -07:00
imageprovider.cpp
dbus/dbusmenu: add DBusMenu support
2024-04-29 23:57:26 -07:00
imageprovider.hpp
service/tray: rework tray image providers
2024-04-29 22:28:09 -07:00
incubator.cpp
core/lazyloader: add LazyLoader
2024-03-19 05:35:44 -07:00
incubator.hpp
core/lazyloader: add LazyLoader
2024-03-19 05:35:44 -07:00
lazyloader.cpp
core/lazyloader: add activeAsync property
2024-04-30 17:01:09 -07:00
lazyloader.hpp
core/lazyloader: add activeAsync property
2024-04-30 17:01:09 -07:00
main.cpp
all: fix failing lints
2024-06-18 20:46:58 -07:00
main.hpp
build: improve parallelism by removing core dependency on modules
2024-03-12 00:04:20 -07:00
model.cpp
core/objectmodel: add signals for changes to the list
2024-05-23 19:16:08 -07:00
model.hpp
core/objectmodel: add signals for changes to the list
2024-05-23 19:16:08 -07:00
module.md
service/tray!: redesign menus / dbusmenu and add native menu support
2024-07-01 20:50:30 -07:00
objectrepeater.cpp
core/objectrepeater: delete delegate instances after removal
2024-06-23 03:18:27 -07:00
objectrepeater.hpp
core/objectrepeater: soft-remove in favor of Instantiator
2024-06-23 14:05:34 -07:00
panelinterface.cpp
feat(wayland): create cross platform window interfaces
2024-02-25 07:13:54 -08:00
panelinterface.hpp
core/panelwindow: remove QSDOC_HIDE for above and focusable props
2024-06-21 10:11:57 -07:00
persistentprops.cpp
refactor(wayland): seperate cmake files for modularity
2024-02-19 00:52:03 -08:00
persistentprops.hpp
refactor(wayland): seperate cmake files for modularity
2024-02-19 00:52:03 -08:00
platformmenu.cpp
service/tray!: redesign menus / dbusmenu and add native menu support
2024-07-01 20:50:30 -07:00
platformmenu.hpp
service/tray!: redesign menus / dbusmenu and add native menu support
2024-07-01 20:50:30 -07:00
plugin.cpp
service/tray: mostly complete StatusNotifierItem implementation
2024-04-06 02:19:40 -07:00
plugin.hpp
core: fix build warnings
2024-04-07 23:12:19 -07:00
popupwindow.cpp
service/tray: add activate, secondaryActivate and scroll methods
2024-04-19 22:03:06 -07:00
popupwindow.hpp
core/popup: force window destruction to avoid crashes
2024-03-28 02:29:29 -07:00
proxywindow.cpp
all: fix formatting
2024-07-11 00:16:44 -07:00
proxywindow.hpp
core/window: ensure items are polished before setting window visible
2024-07-10 03:44:55 -07:00
qmlglobal.cpp
core/global: add Quickshell.iconPath
2024-07-11 00:09:34 -07:00
qmlglobal.hpp
core/global: add Quickshell.iconPath
2024-07-11 00:09:34 -07:00
qmlscreen.cpp
core/screen: expose x and y positions
2024-03-29 05:41:39 -07:00
qmlscreen.hpp
core/screen: expose x and y positions
2024-03-29 05:41:39 -07:00
qsintercept.cpp
core: support root: and root:/ paths for the config root
2024-05-29 15:07:10 -07:00
qsintercept.hpp
core: support root: and root:/ paths for the config root
2024-05-29 15:07:10 -07:00
qsmenu.cpp
service/tray!: redesign menus / dbusmenu and add native menu support
2024-07-01 20:50:30 -07:00
qsmenu.hpp
service/tray!: redesign menus / dbusmenu and add native menu support
2024-07-01 20:50:30 -07:00
region.cpp
core/region: improve child handling
2024-03-21 05:26:04 -07:00
region.hpp
core/region: improve child handling
2024-03-21 05:26:04 -07:00
reload.cpp
core/reloader: fix Reloadable::onReload being called multiple times
2024-07-11 01:43:54 -07:00
reload.hpp
core/reloader: fix late creation of Reloadable types
2024-04-19 15:45:07 -07:00
rootwrapper.cpp
core: fix shutdown sequence crashing
2024-06-18 17:03:38 -07:00
rootwrapper.hpp
core: synthesized qmldir files and new qml scanning strategy
2024-03-14 00:16:22 -07:00
scan.cpp
core: support root: and root:/ paths for the config root
2024-05-29 15:07:10 -07:00
scan.hpp
core: support root: and root:/ paths for the config root
2024-05-29 15:07:10 -07:00
shell.cpp
refactor: move settings to their own object
2024-03-04 01:36:00 -08:00
shell.hpp
refactor: move settings to their own object
2024-03-04 01:36:00 -08:00
singleton.cpp
core/reloader: fix late creation of Reloadable types
2024-04-19 15:45:07 -07:00
singleton.hpp
core/singleton: fix PostReloadHook in singletons
2024-03-20 01:37:30 -07:00
transformwatcher.cpp
all: fix failing lints
2024-06-18 20:46:58 -07:00
transformwatcher.hpp
core/transformwatcher: fix crash when a or b is destroyed
2024-06-09 15:42:38 -07:00
variants.cpp
core/reloader: fix late creation of Reloadable types
2024-04-19 15:45:07 -07:00
variants.hpp
core/variants: expose instances list as a property
2024-03-21 05:32:55 -07:00
windowinterface.cpp
feat(wayland): create cross platform window interfaces
2024-02-25 07:13:54 -08:00
windowinterface.hpp
core/window: add windowTransform and backingWindowVisible properties
2024-03-27 01:37:45 -07:00