From 751626eec574363ef694e1301744704915e6b2ea Mon Sep 17 00:00:00 2001 From: Marco Martin Date: Fri, 31 Mar 2017 16:15:14 +0200 Subject: QML UI: Fully port dive edit to Kirigami2 Completely adapt to the api changes of OverlaySheet in Kirigami2 in order to achieve the same look and behavior for the dive edits that had with kirigami1 Port most components to QtQuickContrls2, except comboboxes in the dive edit sheet that will need a new control type Signed-off-by: Marco Martin --- scripts/mobilecomponents.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'scripts') diff --git a/scripts/mobilecomponents.sh b/scripts/mobilecomponents.sh index 8b42d2223..71c053177 100755 --- a/scripts/mobilecomponents.sh +++ b/scripts/mobilecomponents.sh @@ -26,12 +26,12 @@ fi # or SHAs from upstream cd $SRC if [ ! -d kirigami ] ; then - git clone -b Kirigami/1.1 git://github.com/KDE/kirigami + git clone -b master git://github.com/KDE/kirigami fi if [ "$NOPULL" = "" ] ; then pushd kirigami - git checkout Kirigami/1.1 - git pull origin Kirigami/1.1 + git checkout master + git pull origin master popd fi if [ ! -d breeze-icons ] ; then -- cgit v1.2.3-70-g09d2