show which shell is loaded in debug output
This commit is contained in:
parent
ee1ac62eb6
commit
079863cb5c
@ -38,6 +38,6 @@ Rectangle {
|
|||||||
}
|
}
|
||||||
|
|
||||||
Component.onCompleted: {
|
Component.onCompleted: {
|
||||||
print("View QML loaded")
|
print("View org.kde.blank QML loaded")
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -75,7 +75,7 @@ Rectangle {
|
|||||||
initialPage: Item {
|
initialPage: Item {
|
||||||
id: blankPage
|
id: blankPage
|
||||||
}
|
}
|
||||||
|
|
||||||
states: [
|
states: [
|
||||||
State {
|
State {
|
||||||
name: "closed"
|
name: "closed"
|
||||||
@ -109,7 +109,7 @@ Rectangle {
|
|||||||
print("Old Containment: " + internal.oldContainment);
|
print("Old Containment: " + internal.oldContainment);
|
||||||
//containment.parent = root;
|
//containment.parent = root;
|
||||||
containment.visible = true;
|
containment.visible = true;
|
||||||
|
|
||||||
internal.newContainment = containment;
|
internal.newContainment = containment;
|
||||||
if (internal.oldContainment && internal.oldContainment != containment) {
|
if (internal.oldContainment && internal.oldContainment != containment) {
|
||||||
switchAnim.running = true;
|
switchAnim.running = true;
|
||||||
@ -175,12 +175,12 @@ Rectangle {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
Component.onCompleted: {
|
Component.onCompleted: {
|
||||||
//configure the view behavior
|
//configure the view behavior
|
||||||
desktop.stayBehind = true;
|
desktop.stayBehind = true;
|
||||||
desktop.fillScreen = true;
|
desktop.fillScreen = true;
|
||||||
print("View QML loaded")
|
print("View org.kde.desktop QML loaded")
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user