From 96aec78737322152fb6742a7fa516489b7ce7b50 Mon Sep 17 00:00:00 2001 From: J-P Nurmi Date: Wed, 27 Sep 2017 14:36:19 +0200 Subject: Rename tst_Drawer to tst_QQuickDrawer Change-Id: I186b3ed95eda5178f861bc501be481c971641767 Reviewed-by: Mitch Curtis --- .gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 7c3a004b..dd2949f1 100644 --- a/.gitignore +++ b/.gitignore @@ -33,13 +33,13 @@ /tests/auto/controls/material/tst_material /tests/auto/controls/universal/tst_universal /tests/auto/cursor/tst_cursor -/tests/auto/drawer/tst_drawer /tests/auto/focus/tst_focus /tests/auto/font/tst_font /tests/auto/menu/tst_menu /tests/auto/platform/tst_platform /tests/auto/popup/tst_popup /tests/auto/pressandhold/tst_pressandhold +/tests/auto/qquickdrawer/tst_qquickdrawer /tests/auto/qquickmaterialstyle/tst_qquickmaterialstyle /tests/auto/qquickmaterialstyleconf/tst_qquickmaterialstyleconf /tests/auto/qquickstyle/tst_qquickstyle -- cgit v1.2.3 From c5e60dbf0023acf751bd18fe660501ca4b195daf Mon Sep 17 00:00:00 2001 From: J-P Nurmi Date: Wed, 27 Sep 2017 14:44:25 +0200 Subject: Rename tst_popup to tst_QQuickPopup Change-Id: I98f7081e94672a4454c33841934158ae82e9388f Reviewed-by: Mitch Curtis --- .gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index dd2949f1..cc84c183 100644 --- a/.gitignore +++ b/.gitignore @@ -37,11 +37,11 @@ /tests/auto/font/tst_font /tests/auto/menu/tst_menu /tests/auto/platform/tst_platform -/tests/auto/popup/tst_popup /tests/auto/pressandhold/tst_pressandhold /tests/auto/qquickdrawer/tst_qquickdrawer /tests/auto/qquickmaterialstyle/tst_qquickmaterialstyle /tests/auto/qquickmaterialstyleconf/tst_qquickmaterialstyleconf +/tests/auto/qquickpopup/tst_qquickpopup /tests/auto/qquickstyle/tst_qquickstyle /tests/auto/qquickstyleselector/tst_qquickstyleselector /tests/auto/qquickuniversalstyle/tst_qquickuniversalstyle -- cgit v1.2.3 From 125c08cad177edf8baba9a6ca84425255db9c500 Mon Sep 17 00:00:00 2001 From: J-P Nurmi Date: Wed, 27 Sep 2017 14:48:17 +0200 Subject: Rename tst_applicationwindow to tst_QQuickApplicationWindow Change-Id: If9fc2bb41cf251af71479b25656240e0d3c238d8 Reviewed-by: Mitch Curtis --- .gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index cc84c183..ad8e6e58 100644 --- a/.gitignore +++ b/.gitignore @@ -27,7 +27,6 @@ /examples/quickcontrols2/wearable/wearable /tests/auto/accessibility/tst_accessibility -/tests/auto/applicationwindow/tst_applicationwindow /tests/auto/calendar/tst_calendar /tests/auto/controls/default/tst_default /tests/auto/controls/material/tst_material @@ -38,6 +37,7 @@ /tests/auto/menu/tst_menu /tests/auto/platform/tst_platform /tests/auto/pressandhold/tst_pressandhold +/tests/auto/qquickapplicationwindow/tst_qquickapplicationwindow /tests/auto/qquickdrawer/tst_qquickdrawer /tests/auto/qquickmaterialstyle/tst_qquickmaterialstyle /tests/auto/qquickmaterialstyleconf/tst_qquickmaterialstyleconf -- cgit v1.2.3 From 576a97774e04858adee9f2080e485a715e985820 Mon Sep 17 00:00:00 2001 From: J-P Nurmi Date: Wed, 27 Sep 2017 15:14:32 +0200 Subject: Rename tst_menu to tst_QQuickMenu Change-Id: I1c7e1a2b337e9d16bc6c9b098db08f29f1b9d1e6 Reviewed-by: Mitch Curtis --- .gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index ad8e6e58..a3f3abaf 100644 --- a/.gitignore +++ b/.gitignore @@ -34,13 +34,13 @@ /tests/auto/cursor/tst_cursor /tests/auto/focus/tst_focus /tests/auto/font/tst_font -/tests/auto/menu/tst_menu /tests/auto/platform/tst_platform /tests/auto/pressandhold/tst_pressandhold /tests/auto/qquickapplicationwindow/tst_qquickapplicationwindow /tests/auto/qquickdrawer/tst_qquickdrawer /tests/auto/qquickmaterialstyle/tst_qquickmaterialstyle /tests/auto/qquickmaterialstyleconf/tst_qquickmaterialstyleconf +/tests/auto/qquickmenu/tst_qquickmenu /tests/auto/qquickpopup/tst_qquickpopup /tests/auto/qquickstyle/tst_qquickstyle /tests/auto/qquickstyleselector/tst_qquickstyleselector -- cgit v1.2.3