Merge lp:~kill-animals/reminders-app/update-imports-to-qtquick-2.3 into lp:reminders-app

Proposed by Kill Animals
Status: Merged
Approved by: David Planella
Approved revision: 251
Merged at revision: 255
Proposed branch: lp:~kill-animals/reminders-app/update-imports-to-qtquick-2.3
Merge into: lp:reminders-app
Diff against target: 376 lines (+29/-29)
29 files modified
src/account-plugin/qml/evernote/Main.qml.in (+1/-1)
src/app/qml/components/NotebooksDelegate.qml (+1/-1)
src/app/qml/components/NotesDelegate.qml (+1/-1)
src/app/qml/components/PageWithBottomEdge.qml (+1/-1)
src/app/qml/components/PulldownListView.qml (+1/-1)
src/app/qml/components/RemindersDelegate.qml (+1/-1)
src/app/qml/components/ToolbarSpacer.qml (+1/-1)
src/app/qml/reminders.qml (+1/-1)
src/app/qml/ui/AccountSelectorPage.qml (+1/-1)
src/app/qml/ui/CameraComponents/CameraToolbar.qml (+1/-1)
src/app/qml/ui/CameraComponents/CameraToolbarButton.qml (+1/-1)
src/app/qml/ui/CameraComponents/CrossFadingButton.qml (+1/-1)
src/app/qml/ui/CameraComponents/FadingButton.qml (+1/-1)
src/app/qml/ui/CameraComponents/FlashButton.qml (+1/-1)
src/app/qml/ui/CameraComponents/ThinSliderStyle.qml (+1/-1)
src/app/qml/ui/CameraComponents/ViewFinderGeometry.qml (+1/-1)
src/app/qml/ui/CameraComponents/ZoomControl.qml (+1/-1)
src/app/qml/ui/CameraConfirm.qml (+1/-1)
src/app/qml/ui/CameraPage.qml (+1/-1)
src/app/qml/ui/EditNotePage.qml (+1/-1)
src/app/qml/ui/EditNoteView.qml (+1/-1)
src/app/qml/ui/NotePage.qml (+1/-1)
src/app/qml/ui/NoteView.qml (+1/-1)
src/app/qml/ui/NotebooksPage.qml (+1/-1)
src/app/qml/ui/NotesPage.qml (+1/-1)
src/app/qml/ui/RemindersPage.qml (+1/-1)
src/app/qml/ui/SearchNotesPage.qml (+1/-1)
src/app/qml/ui/SetReminderPage.qml (+1/-1)
src/app/qml/ui/SetReminderView.qml (+1/-1)
To merge this branch: bzr merge lp:~kill-animals/reminders-app/update-imports-to-qtquick-2.3
Reviewer Review Type Date Requested Status
Ubuntu Phone Apps Jenkins Bot continuous-integration Approve
David Planella Approve
Review via email: mp+235368@code.launchpad.net

Commit message

Updated library imports to qtquick-2.3

Description of the change

Updated library imports to qtquick-2.3

To post a comment you must log in.
Revision history for this message
Ubuntu Phone Apps Jenkins Bot (ubuntu-phone-apps-jenkins-bot) wrote :

FAILED: Continuous integration, rev:251
No commit message was specified in the merge proposal. Click on the following link and set the commit message (if you want a jenkins rebuild you need to trigger it yourself):
https://code.launchpad.net/~akiva/reminders-app/update-imports-to-qtquick-2.3/+merge/235368/+edit-commit-message

http://91.189.93.70:8080/job/reminders-app-ci/518/
Executed test runs:
    SUCCESS: http://91.189.93.70:8080/job/generic-mediumtests-utopic-python3/417
        deb: http://91.189.93.70:8080/job/generic-mediumtests-utopic-python3/417/artifact/work/output/*zip*/output.zip
    SUCCESS: http://91.189.93.70:8080/job/reminders-app-utopic-amd64-ci/214

Click here to trigger a rebuild:
http://91.189.93.70:8080/job/reminders-app-ci/518/rebuild

review: Needs Fixing (continuous-integration)
Revision history for this message
David Planella (dpm) wrote :
review: Approve
Revision history for this message
Ubuntu Phone Apps Jenkins Bot (ubuntu-phone-apps-jenkins-bot) :
review: Approve (continuous-integration)

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'src/account-plugin/qml/evernote/Main.qml.in'
--- src/account-plugin/qml/evernote/Main.qml.in 2014-07-01 13:27:32 +0000
+++ src/account-plugin/qml/evernote/Main.qml.in 2014-09-20 10:53:05 +0000
@@ -17,7 +17,7 @@
17 */17 */
1818
19import Evernote 0.119import Evernote 0.1
20import QtQuick 2.020import QtQuick 2.3
21import Ubuntu.OnlineAccounts.Plugin 1.021import Ubuntu.OnlineAccounts.Plugin 1.0
2222
23OAuthMain {23OAuthMain {
2424
=== modified file 'src/app/qml/components/NotebooksDelegate.qml'
--- src/app/qml/components/NotebooksDelegate.qml 2014-09-04 15:31:12 +0000
+++ src/app/qml/components/NotebooksDelegate.qml 2014-09-20 10:53:05 +0000
@@ -16,7 +16,7 @@
16 * along with this program. If not, see <http://www.gnu.org/licenses/>.16 * along with this program. If not, see <http://www.gnu.org/licenses/>.
17 */17 */
1818
19import QtQuick 2.019import QtQuick 2.3
20import QtQuick.Layouts 1.020import QtQuick.Layouts 1.0
21import Ubuntu.Components 0.121import Ubuntu.Components 0.1
22import Ubuntu.Components.ListItems 0.122import Ubuntu.Components.ListItems 0.1
2323
=== modified file 'src/app/qml/components/NotesDelegate.qml'
--- src/app/qml/components/NotesDelegate.qml 2014-05-09 15:02:17 +0000
+++ src/app/qml/components/NotesDelegate.qml 2014-09-20 10:53:05 +0000
@@ -16,7 +16,7 @@
16 * along with this program. If not, see <http://www.gnu.org/licenses/>.16 * along with this program. If not, see <http://www.gnu.org/licenses/>.
17 */17 */
1818
19import QtQuick 2.019import QtQuick 2.3
20import QtQuick.Layouts 1.020import QtQuick.Layouts 1.0
21import Ubuntu.Components 0.121import Ubuntu.Components 0.1
22import Ubuntu.Components.ListItems 0.122import Ubuntu.Components.ListItems 0.1
2323
=== modified file 'src/app/qml/components/PageWithBottomEdge.qml'
--- src/app/qml/components/PageWithBottomEdge.qml 2014-08-17 10:25:59 +0000
+++ src/app/qml/components/PageWithBottomEdge.qml 2014-09-20 10:53:05 +0000
@@ -62,7 +62,7 @@
6262
63*/63*/
6464
65import QtQuick 2.065import QtQuick 2.3
66import Ubuntu.Components 0.166import Ubuntu.Components 0.1
67import Evernote 0.167import Evernote 0.1
6868
6969
=== modified file 'src/app/qml/components/PulldownListView.qml'
--- src/app/qml/components/PulldownListView.qml 2014-08-14 11:07:06 +0000
+++ src/app/qml/components/PulldownListView.qml 2014-09-20 10:53:05 +0000
@@ -16,7 +16,7 @@
16 * along with this program. If not, see <http://www.gnu.org/licenses/>.16 * along with this program. If not, see <http://www.gnu.org/licenses/>.
17 */17 */
1818
19import QtQuick 2.019import QtQuick 2.3
20import Ubuntu.Components 0.120import Ubuntu.Components 0.1
2121
22ListView {22ListView {
2323
=== modified file 'src/app/qml/components/RemindersDelegate.qml'
--- src/app/qml/components/RemindersDelegate.qml 2014-05-23 07:33:28 +0000
+++ src/app/qml/components/RemindersDelegate.qml 2014-09-20 10:53:05 +0000
@@ -16,7 +16,7 @@
16 * along with this program. If not, see <http://www.gnu.org/licenses/>.16 * along with this program. If not, see <http://www.gnu.org/licenses/>.
17 */17 */
1818
19import QtQuick 2.019import QtQuick 2.3
20import QtQuick.Layouts 1.020import QtQuick.Layouts 1.0
21import Ubuntu.Components 0.121import Ubuntu.Components 0.1
22import Ubuntu.Components.ListItems 0.122import Ubuntu.Components.ListItems 0.1
2323
=== modified file 'src/app/qml/components/ToolbarSpacer.qml'
--- src/app/qml/components/ToolbarSpacer.qml 2014-01-27 13:00:41 +0000
+++ src/app/qml/components/ToolbarSpacer.qml 2014-09-20 10:53:05 +0000
@@ -16,7 +16,7 @@
16 * along with this program. If not, see <http://www.gnu.org/licenses/>.16 * along with this program. If not, see <http://www.gnu.org/licenses/>.
17 */17 */
1818
19import QtQuick 2.019import QtQuick 2.3
20import Ubuntu.Components 0.120import Ubuntu.Components 0.1
21import Ubuntu.Components.Popups 0.121import Ubuntu.Components.Popups 0.1
2222
2323
=== modified file 'src/app/qml/reminders.qml'
--- src/app/qml/reminders.qml 2014-09-05 15:07:41 +0000
+++ src/app/qml/reminders.qml 2014-09-20 10:53:05 +0000
@@ -16,7 +16,7 @@
16 * along with this program. If not, see <http://www.gnu.org/licenses/>.16 * along with this program. If not, see <http://www.gnu.org/licenses/>.
17 */17 */
1818
19import QtQuick 2.019import QtQuick 2.3
20import Ubuntu.Components 0.120import Ubuntu.Components 0.1
21import Ubuntu.Components.Popups 0.121import Ubuntu.Components.Popups 0.1
22import Ubuntu.Components.ListItems 0.122import Ubuntu.Components.ListItems 0.1
2323
=== modified file 'src/app/qml/ui/AccountSelectorPage.qml'
--- src/app/qml/ui/AccountSelectorPage.qml 2014-08-14 17:17:05 +0000
+++ src/app/qml/ui/AccountSelectorPage.qml 2014-09-20 10:53:05 +0000
@@ -16,7 +16,7 @@
16 * along with this program. If not, see <http://www.gnu.org/licenses/>.16 * along with this program. If not, see <http://www.gnu.org/licenses/>.
17 */17 */
1818
19import QtQuick 2.019import QtQuick 2.3
20import Ubuntu.Components 0.120import Ubuntu.Components 0.1
21import Ubuntu.Components.ListItems 0.121import Ubuntu.Components.ListItems 0.1
22import Ubuntu.OnlineAccounts 0.122import Ubuntu.OnlineAccounts 0.1
2323
=== modified file 'src/app/qml/ui/CameraComponents/CameraToolbar.qml'
--- src/app/qml/ui/CameraComponents/CameraToolbar.qml 2014-02-25 15:07:24 +0000
+++ src/app/qml/ui/CameraComponents/CameraToolbar.qml 2014-09-20 10:53:05 +0000
@@ -14,7 +14,7 @@
14 * along with this program. If not, see <http://www.gnu.org/licenses/>.14 * along with this program. If not, see <http://www.gnu.org/licenses/>.
15 */15 */
1616
17import QtQuick 2.017import QtQuick 2.3
18import QtMultimedia 5.018import QtMultimedia 5.0
19import Ubuntu.Components 0.119import Ubuntu.Components 0.1
2020
2121
=== modified file 'src/app/qml/ui/CameraComponents/CameraToolbarButton.qml'
--- src/app/qml/ui/CameraComponents/CameraToolbarButton.qml 2014-02-19 00:05:24 +0000
+++ src/app/qml/ui/CameraComponents/CameraToolbarButton.qml 2014-09-20 10:53:05 +0000
@@ -14,7 +14,7 @@
14 * along with this program. If not, see <http://www.gnu.org/licenses/>.14 * along with this program. If not, see <http://www.gnu.org/licenses/>.
15 */15 */
1616
17import QtQuick 2.017import QtQuick 2.3
18import Ubuntu.Components 0.118import Ubuntu.Components 0.1
1919
20AbstractButton {20AbstractButton {
2121
=== modified file 'src/app/qml/ui/CameraComponents/CrossFadingButton.qml'
--- src/app/qml/ui/CameraComponents/CrossFadingButton.qml 2014-02-19 00:05:24 +0000
+++ src/app/qml/ui/CameraComponents/CrossFadingButton.qml 2014-09-20 10:53:05 +0000
@@ -14,7 +14,7 @@
14 * along with this program. If not, see <http://www.gnu.org/licenses/>.14 * along with this program. If not, see <http://www.gnu.org/licenses/>.
15 */15 */
1616
17import QtQuick 2.017import QtQuick 2.3
18import Ubuntu.Components 0.118import Ubuntu.Components 0.1
19import "constants.js" as Const19import "constants.js" as Const
2020
2121
=== modified file 'src/app/qml/ui/CameraComponents/FadingButton.qml'
--- src/app/qml/ui/CameraComponents/FadingButton.qml 2014-02-19 00:05:24 +0000
+++ src/app/qml/ui/CameraComponents/FadingButton.qml 2014-09-20 10:53:05 +0000
@@ -14,7 +14,7 @@
14 * along with this program. If not, see <http://www.gnu.org/licenses/>.14 * along with this program. If not, see <http://www.gnu.org/licenses/>.
15 */15 */
1616
17import QtQuick 2.017import QtQuick 2.3
18import Ubuntu.Components 0.118import Ubuntu.Components 0.1
19import "constants.js" as Const19import "constants.js" as Const
2020
2121
=== modified file 'src/app/qml/ui/CameraComponents/FlashButton.qml'
--- src/app/qml/ui/CameraComponents/FlashButton.qml 2014-02-25 14:48:56 +0000
+++ src/app/qml/ui/CameraComponents/FlashButton.qml 2014-09-20 10:53:05 +0000
@@ -14,7 +14,7 @@
14 * along with this program. If not, see <http://www.gnu.org/licenses/>.14 * along with this program. If not, see <http://www.gnu.org/licenses/>.
15 */15 */
1616
17import QtQuick 2.017import QtQuick 2.3
18import "constants.js" as Const18import "constants.js" as Const
1919
20Item {20Item {
2121
=== modified file 'src/app/qml/ui/CameraComponents/ThinSliderStyle.qml'
--- src/app/qml/ui/CameraComponents/ThinSliderStyle.qml 2014-02-19 00:05:24 +0000
+++ src/app/qml/ui/CameraComponents/ThinSliderStyle.qml 2014-09-20 10:53:05 +0000
@@ -14,7 +14,7 @@
14 * along with this program. If not, see <http://www.gnu.org/licenses/>.14 * along with this program. If not, see <http://www.gnu.org/licenses/>.
15 */15 */
1616
17import QtQuick 2.017import QtQuick 2.3
18import Ubuntu.Components 0.118import Ubuntu.Components 0.1
1919
20/*20/*
2121
=== modified file 'src/app/qml/ui/CameraComponents/ViewFinderGeometry.qml'
--- src/app/qml/ui/CameraComponents/ViewFinderGeometry.qml 2014-02-19 00:05:24 +0000
+++ src/app/qml/ui/CameraComponents/ViewFinderGeometry.qml 2014-09-20 10:53:05 +0000
@@ -14,7 +14,7 @@
14 * along with this program. If not, see <http://www.gnu.org/licenses/>.14 * along with this program. If not, see <http://www.gnu.org/licenses/>.
15 */15 */
1616
17import QtQuick 2.017import QtQuick 2.3
1818
19Item {19Item {
20 property size cameraResolution;20 property size cameraResolution;
2121
=== modified file 'src/app/qml/ui/CameraComponents/ZoomControl.qml'
--- src/app/qml/ui/CameraComponents/ZoomControl.qml 2014-02-25 15:07:24 +0000
+++ src/app/qml/ui/CameraComponents/ZoomControl.qml 2014-09-20 10:53:05 +0000
@@ -14,7 +14,7 @@
14 * along with this program. If not, see <http://www.gnu.org/licenses/>.14 * along with this program. If not, see <http://www.gnu.org/licenses/>.
15 */15 */
1616
17import QtQuick 2.017import QtQuick 2.3
18import Ubuntu.Components 0.118import Ubuntu.Components 0.1
1919
20Item {20Item {
2121
=== modified file 'src/app/qml/ui/CameraConfirm.qml'
--- src/app/qml/ui/CameraConfirm.qml 2014-07-23 21:00:14 +0000
+++ src/app/qml/ui/CameraConfirm.qml 2014-09-20 10:53:05 +0000
@@ -16,7 +16,7 @@
16 * along with this program. If not, see <http://www.gnu.org/licenses/>.16 * along with this program. If not, see <http://www.gnu.org/licenses/>.
17 */17 */
1818
19import QtQuick 2.019import QtQuick 2.3
20import Ubuntu.Components 0.120import Ubuntu.Components 0.1
21import Evernote 0.121import Evernote 0.1
2222
2323
=== modified file 'src/app/qml/ui/CameraPage.qml'
--- src/app/qml/ui/CameraPage.qml 2014-07-25 06:27:18 +0000
+++ src/app/qml/ui/CameraPage.qml 2014-09-20 10:53:05 +0000
@@ -16,7 +16,7 @@
16 * along with this program. If not, see <http://www.gnu.org/licenses/>.16 * along with this program. If not, see <http://www.gnu.org/licenses/>.
17 */17 */
1818
19import QtQuick 2.019import QtQuick 2.3
20import Ubuntu.Components 0.120import Ubuntu.Components 0.1
21import QtMultimedia 5.021import QtMultimedia 5.0
22import QtQuick.Window 2.022import QtQuick.Window 2.0
2323
=== modified file 'src/app/qml/ui/EditNotePage.qml'
--- src/app/qml/ui/EditNotePage.qml 2014-09-03 16:10:56 +0000
+++ src/app/qml/ui/EditNotePage.qml 2014-09-20 10:53:05 +0000
@@ -16,7 +16,7 @@
16 * along with this program. If not, see <http://www.gnu.org/licenses/>.16 * along with this program. If not, see <http://www.gnu.org/licenses/>.
17 */17 */
1818
19import QtQuick 2.019import QtQuick 2.3
20import Ubuntu.Components 0.120import Ubuntu.Components 0.1
21import Ubuntu.Components.ListItems 0.121import Ubuntu.Components.ListItems 0.1
22import Evernote 0.122import Evernote 0.1
2323
=== modified file 'src/app/qml/ui/EditNoteView.qml'
--- src/app/qml/ui/EditNoteView.qml 2014-08-16 13:08:32 +0000
+++ src/app/qml/ui/EditNoteView.qml 2014-09-20 10:53:05 +0000
@@ -16,7 +16,7 @@
16 * along with this program. If not, see <http://www.gnu.org/licenses/>.16 * along with this program. If not, see <http://www.gnu.org/licenses/>.
17 */17 */
1818
19import QtQuick 2.019import QtQuick 2.3
20import Ubuntu.Components 0.120import Ubuntu.Components 0.1
21import Ubuntu.Components.ListItems 0.121import Ubuntu.Components.ListItems 0.1
22import Ubuntu.Content 0.122import Ubuntu.Content 0.1
2323
=== modified file 'src/app/qml/ui/NotePage.qml'
--- src/app/qml/ui/NotePage.qml 2014-06-13 10:35:47 +0000
+++ src/app/qml/ui/NotePage.qml 2014-09-20 10:53:05 +0000
@@ -16,7 +16,7 @@
16 * along with this program. If not, see <http://www.gnu.org/licenses/>.16 * along with this program. If not, see <http://www.gnu.org/licenses/>.
17 */17 */
1818
19import QtQuick 2.019import QtQuick 2.3
20import Ubuntu.Components 0.120import Ubuntu.Components 0.1
21import Evernote 0.121import Evernote 0.1
22import "../components"22import "../components"
2323
=== modified file 'src/app/qml/ui/NoteView.qml'
--- src/app/qml/ui/NoteView.qml 2014-07-14 15:44:31 +0000
+++ src/app/qml/ui/NoteView.qml 2014-09-20 10:53:05 +0000
@@ -16,7 +16,7 @@
16 * along with this program. If not, see <http://www.gnu.org/licenses/>.16 * along with this program. If not, see <http://www.gnu.org/licenses/>.
17 */17 */
1818
19import QtQuick 2.019import QtQuick 2.3
20import Ubuntu.Components 0.120import Ubuntu.Components 0.1
21import com.canonical.Oxide 1.0 21import com.canonical.Oxide 1.0
22import Evernote 0.122import Evernote 0.1
2323
=== modified file 'src/app/qml/ui/NotebooksPage.qml'
--- src/app/qml/ui/NotebooksPage.qml 2014-08-14 10:23:35 +0000
+++ src/app/qml/ui/NotebooksPage.qml 2014-09-20 10:53:05 +0000
@@ -16,7 +16,7 @@
16 * along with this program. If not, see <http://www.gnu.org/licenses/>.16 * along with this program. If not, see <http://www.gnu.org/licenses/>.
17 */17 */
1818
19import QtQuick 2.019import QtQuick 2.3
20import Ubuntu.Components 0.120import Ubuntu.Components 0.1
21import Ubuntu.Components.ListItems 0.121import Ubuntu.Components.ListItems 0.1
22import Evernote 0.122import Evernote 0.1
2323
=== modified file 'src/app/qml/ui/NotesPage.qml'
--- src/app/qml/ui/NotesPage.qml 2014-08-17 10:35:05 +0000
+++ src/app/qml/ui/NotesPage.qml 2014-09-20 10:53:05 +0000
@@ -16,7 +16,7 @@
16 * along with this program. If not, see <http://www.gnu.org/licenses/>.16 * along with this program. If not, see <http://www.gnu.org/licenses/>.
17 */17 */
1818
19import QtQuick 2.019import QtQuick 2.3
20import QtQuick.Layouts 1.020import QtQuick.Layouts 1.0
21import Ubuntu.Components 0.121import Ubuntu.Components 0.1
22import Ubuntu.Components.ListItems 0.122import Ubuntu.Components.ListItems 0.1
2323
=== modified file 'src/app/qml/ui/RemindersPage.qml'
--- src/app/qml/ui/RemindersPage.qml 2014-08-17 16:52:47 +0000
+++ src/app/qml/ui/RemindersPage.qml 2014-09-20 10:53:05 +0000
@@ -16,7 +16,7 @@
16 * along with this program. If not, see <http://www.gnu.org/licenses/>.16 * along with this program. If not, see <http://www.gnu.org/licenses/>.
17 */17 */
1818
19import QtQuick 2.019import QtQuick 2.3
20import QtQuick.Layouts 1.020import QtQuick.Layouts 1.0
21import Ubuntu.Components 0.121import Ubuntu.Components 0.1
22import Ubuntu.Components.ListItems 0.122import Ubuntu.Components.ListItems 0.1
2323
=== modified file 'src/app/qml/ui/SearchNotesPage.qml'
--- src/app/qml/ui/SearchNotesPage.qml 2014-08-14 15:20:04 +0000
+++ src/app/qml/ui/SearchNotesPage.qml 2014-09-20 10:53:05 +0000
@@ -16,7 +16,7 @@
16 * along with this program. If not, see <http://www.gnu.org/licenses/>.16 * along with this program. If not, see <http://www.gnu.org/licenses/>.
17 */17 */
1818
19import QtQuick 2.019import QtQuick 2.3
20import Ubuntu.Components 0.120import Ubuntu.Components 0.1
21import Ubuntu.Components.ListItems 0.121import Ubuntu.Components.ListItems 0.1
22import Evernote 0.122import Evernote 0.1
2323
=== modified file 'src/app/qml/ui/SetReminderPage.qml'
--- src/app/qml/ui/SetReminderPage.qml 2014-05-08 16:33:21 +0000
+++ src/app/qml/ui/SetReminderPage.qml 2014-09-20 10:53:05 +0000
@@ -16,7 +16,7 @@
16 * along with this program. If not, see <http://www.gnu.org/licenses/>.16 * along with this program. If not, see <http://www.gnu.org/licenses/>.
17 */17 */
1818
19import QtQuick 2.019import QtQuick 2.3
20import Ubuntu.Components 0.120import Ubuntu.Components 0.1
21import Evernote 0.121import Evernote 0.1
22import "../components"22import "../components"
2323
=== modified file 'src/app/qml/ui/SetReminderView.qml'
--- src/app/qml/ui/SetReminderView.qml 2014-05-07 19:11:05 +0000
+++ src/app/qml/ui/SetReminderView.qml 2014-09-20 10:53:05 +0000
@@ -16,7 +16,7 @@
16 * along with this program. If not, see <http://www.gnu.org/licenses/>.16 * along with this program. If not, see <http://www.gnu.org/licenses/>.
17 */17 */
1818
19import QtQuick 2.019import QtQuick 2.3
20import QtQuick.Layouts 1.020import QtQuick.Layouts 1.0
21import Ubuntu.Components 0.121import Ubuntu.Components 0.1
22import Ubuntu.Components.Pickers 0.122import Ubuntu.Components.Pickers 0.1

Subscribers

People subscribed via source and target branches