From 1db16b435c910754214696e46279dca7fb35ea04 Mon Sep 17 00:00:00 2001 From: Damocles Date: Thu, 23 Apr 2026 00:52:42 +0200 Subject: [PATCH] update qmllint baseline for new/renamed files --- test/qmllint-baseline.txt | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) diff --git a/test/qmllint-baseline.txt b/test/qmllint-baseline.txt index d417ffc..7014c15 100644 --- a/test/qmllint-baseline.txt +++ b/test/qmllint-baseline.txt @@ -1,3 +1,5 @@ +shell/applets/BluetoothApplet.qml: Unqualified access [unqualified] +shell/applets/ClockApplet.qml: Unqualified access [unqualified] shell/applets/CpuApplet.qml: Member "_barColor" not found on type "QQuickItem" [missing-property] shell/applets/CpuApplet.qml: Member "_f" not found on type "QQuickItem" [missing-property] shell/applets/CpuApplet.qml: Member "_throttled" not found on type "QQuickItem" [missing-property] @@ -8,6 +10,10 @@ shell/applets/MemoryApplet.qml: Unqualified access [unqualified] shell/applets/MprisApplet.qml: Member "frac" not found on type "QQuickItem" [missing-property] shell/applets/MprisApplet.qml: Member "spacing" not found on type "Repeater" [missing-property] shell/applets/MprisApplet.qml: Unqualified access [unqualified] +shell/applets/NetworkApplet.qml: Unqualified access [unqualified] +shell/applets/NotifApplet.qml: Member "_notif" not found on type "QQuickItem" [missing-property] +shell/applets/NotifApplet.qml: Member "_type" not found on type "QQuickItem" [missing-property] +shell/applets/NotifApplet.qml: Unqualified access [unqualified] shell/applets/TemperatureApplet.qml: Unqualified access [unqualified] shell/applets/VolumeApplet.qml: Unqualified access [unqualified] shell/lock/Lock.qml: Unqualified access [unqualified] @@ -25,9 +31,9 @@ shell/modules/BarLabel.qml: Member "screen" not found on type "QObject" [missing shell/modules/BarSection.qml: Member "accentColor" not found on type "QQuickItem" [missing-property] shell/modules/BarSection.qml: Member "screen" not found on type "QObject" [missing-property] shell/modules/BatteryModule.qml: Member "screen" not found on type "QObject" [missing-property] -shell/modules/BluetoothMenu.qml: Unqualified access [unqualified] shell/modules/BluetoothModule.qml: Member "screen" not found on type "QObject" [missing-property] shell/modules/BluetoothModule.qml: Unqualified access [unqualified] +shell/modules/ClockModule.qml: Member "screen" not found on type "QObject" [missing-property] shell/modules/CpuModule.qml: Member "screen" not found on type "QObject" [missing-property] shell/modules/DiskModule.qml: Member "screen" not found on type "QObject" [missing-property] shell/modules/Flyout.qml: Could not find property "left". [missing-property] @@ -42,12 +48,9 @@ shell/modules/HoverPanel.qml: Type margins is used but it is not resolved [unres shell/modules/HoverPanel.qml: unknown grouped property scope margins. [unqualified] shell/modules/MemoryModule.qml: Member "screen" not found on type "QObject" [missing-property] shell/modules/MprisModule.qml: Member "screen" not found on type "QObject" [missing-property] -shell/modules/NetworkMenu.qml: Unqualified access [unqualified] shell/modules/NetworkModule.qml: Member "screen" not found on type "QObject" [missing-property] +shell/modules/NetworkModule.qml: Unqualified access [unqualified] shell/modules/NotifCard.qml: Unqualified access [unqualified] -shell/modules/NotifCenter.qml: Member "_notif" not found on type "QQuickItem" [missing-property] -shell/modules/NotifCenter.qml: Member "_type" not found on type "QQuickItem" [missing-property] -shell/modules/NotifCenter.qml: Unqualified access [unqualified] shell/modules/NotifPopup.qml: Could not find property "right". [missing-property] shell/modules/NotifPopup.qml: Could not find property "top". [missing-property] shell/modules/NotifPopup.qml: Type PanelWindow is not creatable. [uncreatable-type] @@ -71,9 +74,11 @@ shell/modules/TrayModule.qml: Member "screen" not found on type "QObject" [missi shell/modules/TrayModule.qml: Type "qs::dbus::dbusmenu::DBusMenuHandle" of property "menu" not found. This is likely due to a missing dependency entry or a type not being exposed declaratively. [unresolved-type] shell/modules/TrayModule.qml: Unqualified access [unqualified] shell/modules/VolumeModule.qml: Member "screen" not found on type "QObject" [missing-property] +shell/modules/WeatherModule.qml: Member "screen" not found on type "QObject" [missing-property] shell/modules/WindowTitleModule.qml: Unqualified access [unqualified] shell/modules/WorkspacesModule.qml: Member "screen" not found on type "QObject" [missing-property] shell/modules/WorkspacesModule.qml: Unqualified access [unqualified] +shell/services/BatteryService.qml: Unqualified access [unqualified] shell/services/BluetoothService.qml: Unqualified access [unqualified] shell/services/LockService.qml: Type QProcess::ExitStatus of parameter exitStatus in signal called exited was not found, but is required to compile onExited. Did you add all imports and dependencies? [signal-handler-parameters] shell/services/LockService.qml: Unqualified access [unqualified]