Moved gui autotests into new directory structure

Task-number: QTBUG-21133

Change-Id: I83b8f652935cf92151265ca2530a3cf81c31fdef
Reviewed-on: http://codereview.qt.nokia.com/3996
Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com>
Reviewed-by: Jo Asplin <jo.asplin@nokia.com>
This commit is contained in:
Jo Asplin 2011-08-31 17:11:06 +02:00
parent a863eb1c7b
commit a90f50942e
640 changed files with 114 additions and 74 deletions

View File

@ -17,7 +17,6 @@ SUBDIRS=\
qdatetime \
qeasingcurve \
qelapsedtimer \
qevent \
qexplicitlyshareddatapointer \
qfreelist \
qhash \

View File

@ -5,6 +5,7 @@
#
TEMPLATE=subdirs
SUBDIRS=\
gui \
gestures \
languagechange \
modeltest \
@ -16,17 +17,13 @@ SUBDIRS=\
qabstractscrollarea \
qabstractslider \
qabstractspinbox \
qabstracttextdocumentlayout \
qaction \
qactiongroup \
qapplication \
qboxlayout \
qbrush \
qbuttongroup \
qcalendarwidget \
qcheckbox \
qclipboard \
qcolor \
qcolordialog \
qcolumnview \
qcommandlinkbutton \
@ -34,7 +31,6 @@ SUBDIRS=\
qcomplextext \
qdatawidgetmapper \
qdatetimeedit \
qdesktopservices \
qdesktopwidget \
qdial \
qdialog \
@ -43,21 +39,15 @@ SUBDIRS=\
qdockwidget \
qdoublespinbox \
qdoublevalidator \
qdrag \
qerrormessage \
qfiledialog \
qfiledialog2 \
qfileiconprovider \
qfileopenevent \
qfilesystemmodel \
qfocusframe \
qfont \
qfontcombobox \
qfontdatabase \
qfontdialog \
qfontmetrics \
qformlayout \
qglyphrun \
qgraphicsanchorlayout \
qgraphicsanchorlayout1 \
qgraphicseffect \
@ -79,14 +69,8 @@ SUBDIRS=\
qgraphicswidget \
qgridlayout \
qgroupbox \
qguivariant \
qheaderview \
qicoimageformat \
qicon \
qidentityproxymodel \
qimageiohandler \
qimagereader \
qimagewriter \
qinputcontext \
qinputdialog \
qintvalidator \
@ -94,7 +78,6 @@ SUBDIRS=\
qitemeditorfactory \
qitemselectionmodel \
qitemview \
qkeysequence \
qlabel \
qlcdnumber \
qlineedit \
@ -105,42 +88,23 @@ SUBDIRS=\
#qlocalsocket \ # FIXME: uses qtscript (QTBUG-19242)
qmacstyle \
qmainwindow \
qmatrixnxn \
qmdisubwindow \
qmessagebox \
qmetaobject \
qmimedata \
qmouseevent_modal \
qmovie \
qvolatileimage \
qnetworkaccessmanager_and_qprogressdialog \
qopengl \
qpaintengine \
qpainterpath \
qpainterpathstroker \
qpalette \
qpathclipper \
qpen \
qpicture \
qpixmapcache \
qpixmapfilter \
qplaintextedit \
qpointer \
qpolygon \
qprinterinfo \
qprogressbar \
qprogressdialog \
qpushbutton \
qquaternion \
qradiobutton \
qrawfont \
qregexpvalidator \
qregion \
qscrollarea \
qscrollbar \
qscroller \
qsharedpointer_and_qwidget \
qshortcut \
qsidebar \
qsignalmapper \
qsizegrip \
@ -153,35 +117,20 @@ SUBDIRS=\
qstandarditem \
qstandarditemmodel \
qstatemachine \
qstatictext \
qstatusbar \
qstringlistmodel \
qstyle \
qstyleoption \
qstylesheetstyle \
qsyntaxhighlighter \
qsystemtrayicon \
qtabbar \
qtableview \
qtablewidget \
qtcpsocket \
qtextblock \
qtextcursor \
qtextdocumentfragment \
qtextdocumentlayout \
qtextformat \
qtextlayout \
qtextlist \
qtextobject \
qtextpiecetable \
qtextscriptengine \
qtexttable \
qtipc \
qtoolbar \
qtoolbox \
qtooltip \
qtouchevent \
qtransform \
qtransformedscreen \
qtranslator \
qtreeview \
@ -189,12 +138,10 @@ SUBDIRS=\
qtreewidgetitemiterator \
qundogroup \
qundostack \
qvectornd \
qwidget_window \
qwidgetaction \
qwindowsurface \
qwizard \
qwmatrix \
qwsembedwidget \
qwsinputmethod \
qwswindowsystem \
@ -212,15 +159,10 @@ win32:SUBDIRS -= qtextpiecetable
qlistwidget \
qmainwindow \
qnetworkreply \
qpathclipper \
qpixmapcache \
qsidebar \
qstylesheetstyle \
qtextlayout \
qtextpiecetable \
qtipc \
qtoolbar \
qstatictext \
symbian:SUBDIRS -= \
qsystemtrayicon \

9
tests/auto/gui/gui.pro Normal file
View File

@ -0,0 +1,9 @@
TEMPLATE=subdirs
SUBDIRS=\
image \
kernel \
math3d \
painting \
text \
util \

View File

@ -0,0 +1,18 @@
TEMPLATE=subdirs
SUBDIRS=\
qimagereader \
qicoimageformat \
qpixmap \
qpixmapcache \
qimage \
qpixmapfilter \
qimageiohandler \
qimagewriter \
qmovie \
qvolatileimage \
qicon \
qpicture \
!contains(QT_CONFIG, private_tests): SUBDIRS -= \
qpixmapcache \

View File

Before

Width:  |  Height:  |  Size: 1.1 KiB

After

Width:  |  Height:  |  Size: 1.1 KiB

View File

Before

Width:  |  Height:  |  Size: 1.1 KiB

After

Width:  |  Height:  |  Size: 1.1 KiB

View File

Before

Width:  |  Height:  |  Size: 318 B

After

Width:  |  Height:  |  Size: 318 B

View File

Before

Width:  |  Height:  |  Size: 25 KiB

After

Width:  |  Height:  |  Size: 25 KiB

View File

Before

Width:  |  Height:  |  Size: 31 KiB

After

Width:  |  Height:  |  Size: 31 KiB

View File

Before

Width:  |  Height:  |  Size: 2.8 KiB

After

Width:  |  Height:  |  Size: 2.8 KiB

View File

Before

Width:  |  Height:  |  Size: 1.1 KiB

After

Width:  |  Height:  |  Size: 1.1 KiB

View File

Before

Width:  |  Height:  |  Size: 3.2 KiB

After

Width:  |  Height:  |  Size: 3.2 KiB

View File

Before

Width:  |  Height:  |  Size: 3.2 KiB

After

Width:  |  Height:  |  Size: 3.2 KiB

View File

Before

Width:  |  Height:  |  Size: 22 KiB

After

Width:  |  Height:  |  Size: 22 KiB

View File

Before

Width:  |  Height:  |  Size: 25 KiB

After

Width:  |  Height:  |  Size: 25 KiB

View File

Before

Width:  |  Height:  |  Size: 2.9 KiB

After

Width:  |  Height:  |  Size: 2.9 KiB

View File

Before

Width:  |  Height:  |  Size: 3.8 KiB

After

Width:  |  Height:  |  Size: 3.8 KiB

View File

Before

Width:  |  Height:  |  Size: 17 KiB

After

Width:  |  Height:  |  Size: 17 KiB

View File

Before

Width:  |  Height:  |  Size: 14 KiB

After

Width:  |  Height:  |  Size: 14 KiB

View File

Before

Width:  |  Height:  |  Size: 175 B

After

Width:  |  Height:  |  Size: 175 B

View File

Before

Width:  |  Height:  |  Size: 2.0 KiB

After

Width:  |  Height:  |  Size: 2.0 KiB

View File

Before

Width:  |  Height:  |  Size: 3.1 KiB

After

Width:  |  Height:  |  Size: 3.1 KiB

View File

Before

Width:  |  Height:  |  Size: 306 B

After

Width:  |  Height:  |  Size: 306 B

View File

Before

Width:  |  Height:  |  Size: 1.1 KiB

After

Width:  |  Height:  |  Size: 1.1 KiB

View File

Before

Width:  |  Height:  |  Size: 9.9 KiB

After

Width:  |  Height:  |  Size: 9.9 KiB

View File

Before

Width:  |  Height:  |  Size: 696 B

After

Width:  |  Height:  |  Size: 696 B

View File

Before

Width:  |  Height:  |  Size: 549 B

After

Width:  |  Height:  |  Size: 549 B

View File

Before

Width:  |  Height:  |  Size: 329 B

After

Width:  |  Height:  |  Size: 329 B

View File

Before

Width:  |  Height:  |  Size: 13 KiB

After

Width:  |  Height:  |  Size: 13 KiB

View File

Before

Width:  |  Height:  |  Size: 514 B

After

Width:  |  Height:  |  Size: 514 B

View File

Before

Width:  |  Height:  |  Size: 545 B

After

Width:  |  Height:  |  Size: 545 B

View File

Before

Width:  |  Height:  |  Size: 150 KiB

After

Width:  |  Height:  |  Size: 150 KiB

View File

Before

Width:  |  Height:  |  Size: 23 KiB

After

Width:  |  Height:  |  Size: 23 KiB

View File

Before

Width:  |  Height:  |  Size: 3.6 KiB

After

Width:  |  Height:  |  Size: 3.6 KiB

View File

Before

Width:  |  Height:  |  Size: 230 B

After

Width:  |  Height:  |  Size: 230 B

View File

Before

Width:  |  Height:  |  Size: 2.0 KiB

After

Width:  |  Height:  |  Size: 2.0 KiB

View File

Before

Width:  |  Height:  |  Size: 753 B

After

Width:  |  Height:  |  Size: 753 B

View File

Before

Width:  |  Height:  |  Size: 953 B

After

Width:  |  Height:  |  Size: 953 B

View File

Before

Width:  |  Height:  |  Size: 980 B

After

Width:  |  Height:  |  Size: 980 B

View File

Before

Width:  |  Height:  |  Size: 20 KiB

After

Width:  |  Height:  |  Size: 20 KiB

View File

Before

Width:  |  Height:  |  Size: 697 B

After

Width:  |  Height:  |  Size: 697 B

View File

Before

Width:  |  Height:  |  Size: 64 KiB

After

Width:  |  Height:  |  Size: 64 KiB

View File

Before

Width:  |  Height:  |  Size: 116 B

After

Width:  |  Height:  |  Size: 116 B

View File

Before

Width:  |  Height:  |  Size: 2.5 KiB

After

Width:  |  Height:  |  Size: 2.5 KiB

View File

Before

Width:  |  Height:  |  Size: 18 B

After

Width:  |  Height:  |  Size: 18 B

View File

Before

Width:  |  Height:  |  Size: 95 B

After

Width:  |  Height:  |  Size: 95 B

View File

Before

Width:  |  Height:  |  Size: 1019 B

After

Width:  |  Height:  |  Size: 1019 B

View File

Before

Width:  |  Height:  |  Size: 45 KiB

After

Width:  |  Height:  |  Size: 45 KiB

View File

Before

Width:  |  Height:  |  Size: 50 KiB

After

Width:  |  Height:  |  Size: 50 KiB

View File

Before

Width:  |  Height:  |  Size: 819 B

After

Width:  |  Height:  |  Size: 819 B

View File

Before

Width:  |  Height:  |  Size: 1.0 KiB

After

Width:  |  Height:  |  Size: 1.0 KiB

View File

Before

Width:  |  Height:  |  Size: 427 B

After

Width:  |  Height:  |  Size: 427 B

Some files were not shown because too many files have changed in this diff Show More