[layer-shell-qt] [Bug 507602] qmltypes file is empty, the type used for qml language server is not being generated.
https://bugs.kde.org/show_bug.cgi?id=507602 --- Comment #6 from Nicolas Fella --- Git commit 5e57a060c67580e7f473da0c74c5f08b6f967cf2 by Nicolas Fella. Committed on 05/08/2025 at 11:04. Pushed by nicolasfella into branch 'master'. Register anchors flags to QML M +1-1src/interfaces/window.h M +1-1tests/main.cpp https://invent.kde.org/plasma/layer-shell-qt/-/commit/5e57a060c67580e7f473da0c74c5f08b6f967cf2 -- You are receiving this mail because: You are watching all bug changes.
[layer-shell-qt] [Bug 507602] qmltypes file is empty, the type used for qml language server is not being generated.
https://bugs.kde.org/show_bug.cgi?id=507602 --- Comment #5 from Bug Janitor Service --- A possibly relevant merge request was started @ https://invent.kde.org/plasma/layer-shell-qt/-/merge_requests/86 -- You are receiving this mail because: You are watching all bug changes.
[layer-shell-qt] [Bug 507602] qmltypes file is empty, the type used for qml language server is not being generated.
https://bugs.kde.org/show_bug.cgi?id=507602 Nicolas Fella changed: What|Removed |Added CC||[email protected] --- Comment #4 from Nicolas Fella --- Anchors is the name of the corresponding flags, so that part is correct. The issue is something else -- You are receiving this mail because: You are watching all bug changes.
[layer-shell-qt] [Bug 507602] qmltypes file is empty, the type used for qml language server is not being generated.
https://bugs.kde.org/show_bug.cgi?id=507602 [email protected] changed: What|Removed |Added Status|RESOLVED|REOPENED Resolution|FIXED |--- --- Comment #3 from [email protected] --- There is still a type giving error, the LayerShell.Window.anchors is giving type missing. Manually changing the qmltypes file worked for me. The type of the anchors property is listed as Anchors, but the enum is named as Anchor, changing it to Anchors fixed the issue, but i still had to overwrite the qmltypes file. TLDR: Qmltypes has an Enum with name Anchor, but the type used is Anchors. So the Enum or type should be changed. -- You are receiving this mail because: You are watching all bug changes.
[layer-shell-qt] [Bug 507602] qmltypes file is empty, the type used for qml language server is not being generated.
https://bugs.kde.org/show_bug.cgi?id=507602 Nicolas Fella changed: What|Removed |Added Latest Commit||https://invent.kde.org/plas ||ma/layer-shell-qt/-/commit/ ||397398dfd8361836210e178a4e7 ||3abd7bd31edd5 Status|ASSIGNED|RESOLVED Resolution|--- |FIXED --- Comment #2 from Nicolas Fella --- Git commit 397398dfd8361836210e178a4e73abd7bd31edd5 by Nicolas Fella. Committed on 30/07/2025 at 19:39. Pushed by nicolasfella into branch 'master'. Port to declarative type registration M +2-0src/CMakeLists.txt M +3-2src/declarative/CMakeLists.txt D +0-51 src/declarative/layershellqtplugin.cpp A +49 -0src/declarative/types.cpp [License: LGPL(3+eV) LGPL(v3.0) LGPL(v2.1)] A +55 -0src/declarative/types.h [License: LGPL(3+eV) LGPL(v3.0) LGPL(v2.1)] https://invent.kde.org/plasma/layer-shell-qt/-/commit/397398dfd8361836210e178a4e73abd7bd31edd5 -- You are receiving this mail because: You are watching all bug changes.
[layer-shell-qt] [Bug 507602] qmltypes file is empty, the type used for qml language server is not being generated.
https://bugs.kde.org/show_bug.cgi?id=507602 Bug Janitor Service changed: What|Removed |Added Status|REPORTED|ASSIGNED Ever confirmed|0 |1 --- Comment #1 from Bug Janitor Service --- A possibly relevant merge request was started @ https://invent.kde.org/plasma/layer-shell-qt/-/merge_requests/83 -- You are receiving this mail because: You are watching all bug changes.
