diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2016-04-17 12:29:05 +0200 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2016-04-17 12:29:05 +0200 |
commit | 3c919b2d91fc13fc4240370cac30d1040f988dfb (patch) | |
tree | 96b2e26a4029d21b75f93577c0c84f28259c0612 | |
parent | a204de1c989067a6aff95e81949405a45e8cbe3f (diff) | |
parent | dade05233cc480ec6f047845b394cc2b37ebb954 (diff) | |
download | kube-3c919b2d91fc13fc4240370cac30d1040f988dfb.tar.gz kube-3c919b2d91fc13fc4240370cac30d1040f988dfb.zip |
Merge branch 'develop' of git://anongit.kde.org/kube into develop
-rw-r--r-- | components/package/contents/ui/Composer.qml | 1 | ||||
-rw-r--r-- | components/package/contents/ui/FolderListView.qml | 7 | ||||
-rw-r--r-- | components/package/contents/ui/Settings.qml | 4 |
3 files changed, 5 insertions, 7 deletions
diff --git a/components/package/contents/ui/Composer.qml b/components/package/contents/ui/Composer.qml index 1bd96a2b..8c6f9c77 100644 --- a/components/package/contents/ui/Composer.qml +++ b/components/package/contents/ui/Composer.qml | |||
@@ -19,7 +19,6 @@ import QtQuick 2.4 | |||
19 | import QtQuick.Controls 1.4 | 19 | import QtQuick.Controls 1.4 |
20 | import QtQuick.Layouts 1.1 | 20 | import QtQuick.Layouts 1.1 |
21 | import QtQuick.Dialogs 1.0 | 21 | import QtQuick.Dialogs 1.0 |
22 | import org.kde.plasma.components 2.0 as PlasmaComponents | ||
23 | 22 | ||
24 | import org.kube.framework.domain 1.0 as KubeFramework | 23 | import org.kube.framework.domain 1.0 as KubeFramework |
25 | 24 | ||
diff --git a/components/package/contents/ui/FolderListView.qml b/components/package/contents/ui/FolderListView.qml index f660846d..e41220f5 100644 --- a/components/package/contents/ui/FolderListView.qml +++ b/components/package/contents/ui/FolderListView.qml | |||
@@ -20,8 +20,7 @@ import QtQuick.Controls 1.4 | |||
20 | import QtQuick.Controls.Styles 1.4 | 20 | import QtQuick.Controls.Styles 1.4 |
21 | import QtQuick.Layouts 1.1 | 21 | import QtQuick.Layouts 1.1 |
22 | 22 | ||
23 | import org.kde.plasma.core 2.0 as PlasmaCore | 23 | import org.kde.kirigami 1.0 as Kirigami |
24 | import org.kde.plasma.components 2.0 as PlasmaComponents | ||
25 | 24 | ||
26 | import org.kube.framework.domain 1.0 as KubeFramework | 25 | import org.kube.framework.domain 1.0 as KubeFramework |
27 | import org.kube.framework.theme 1.0 | 26 | import org.kube.framework.theme 1.0 |
@@ -86,7 +85,7 @@ Item { | |||
86 | 85 | ||
87 | color: "#333" | 86 | color: "#333" |
88 | border.color: Qt.lighter(color, 1.2) | 87 | border.color: Qt.lighter(color, 1.2) |
89 | PlasmaCore.IconItem { | 88 | Kirigami.Icon { |
90 | id: iconItem | 89 | id: iconItem |
91 | anchors.left: parent.left | 90 | anchors.left: parent.left |
92 | anchors.verticalCenter: parent.verticalCenter | 91 | anchors.verticalCenter: parent.verticalCenter |
@@ -155,7 +154,7 @@ Item { | |||
155 | border.width: 1 | 154 | border.width: 1 |
156 | border.color: "lightgrey" | 155 | border.color: "lightgrey" |
157 | color: styleData.selected ? colorPalette.highlight : colorPalette.button | 156 | color: styleData.selected ? colorPalette.highlight : colorPalette.button |
158 | PlasmaCore.IconItem { | 157 | Kirigami.Icon { |
159 | id: iconItem | 158 | id: iconItem |
160 | anchors { | 159 | anchors { |
161 | verticalCenter: parent.verticalCenter | 160 | verticalCenter: parent.verticalCenter |
diff --git a/components/package/contents/ui/Settings.qml b/components/package/contents/ui/Settings.qml index fa646372..2ee6c859 100644 --- a/components/package/contents/ui/Settings.qml +++ b/components/package/contents/ui/Settings.qml | |||
@@ -19,7 +19,7 @@ import QtQuick 2.4 | |||
19 | import QtQuick.Controls 1.4 | 19 | import QtQuick.Controls 1.4 |
20 | import QtQuick.Layouts 1.1 | 20 | import QtQuick.Layouts 1.1 |
21 | 21 | ||
22 | import org.kde.plasma.core 2.0 as PlasmaCore | 22 | import org.kde.kirigami 1.0 as Kirigami |
23 | import org.kde.plasma.components 2.0 as PlasmaComponents | 23 | import org.kde.plasma.components 2.0 as PlasmaComponents |
24 | 24 | ||
25 | import org.kube.framework.settings 1.0 as KubeSettings | 25 | import org.kube.framework.settings 1.0 as KubeSettings |
@@ -114,7 +114,7 @@ Rectangle { | |||
114 | RowLayout { | 114 | RowLayout { |
115 | anchors.fill: parent | 115 | anchors.fill: parent |
116 | 116 | ||
117 | PlasmaCore.IconItem { | 117 | Kirigami.Icon { |
118 | source: accountFactory.icon | 118 | source: accountFactory.icon |
119 | } | 119 | } |
120 | 120 | ||