qt5base-lts/tests/auto/gui/image
Olivier Goffart 6c06e14a49 QIcon: move back to QtGui
-  Move the files and tests
git mv src/widgets/kernel/qicon* qrc/gui/image/
git mv tests/auto/widgets/kernel/qicon/ tests/auto/gui/image/

 - update the include of QIcon
git grep -O"sed -i s,QtWidgets/qicon,QtGui/qicon," "QtWidgets/qicon"
git grep -O"sed -i s,QtWidgets/QIcon,QtGui/QIcon," "QtWidgets/QIcon"

 - Adapt QIcon \ingroup documentation
sed -i s/QtWidgets/QtGui/ src/gui/images/qicon*

 - Adapt export macro
sed -i s/Q_WIDGETS_EXPORT/Q_GUI_EXPORT/g src/gui/image/qicon*

 - Update .pri and .pro files

 - Remove the use of QStyle::alignedRect by copying its content (and
   adapt slightly

 - Use QGuiApplication::palette() instead of QApplication::palette()

 - Add a hook in QGuiApplicationPrivate to call the
   QStyle::generatedIconPixmap() from QtWidgets

Another commit follows to adjust QMetaType::Icon and move the QVariant
and QMetaType icon handler back in QtGui

Change-Id: I1b63759f892ebc02dfc30f41bb6e76e0b7451182
Reviewed-by: Lars Knoll <lars.knoll@nokia.com>
Reviewed-by: Girish Ramakrishnan <girish.1.ramakrishnan@nokia.com>
2012-05-18 21:42:38 +02:00
..
qicoimageformat Eliminate duplicate data row names in gui autotests. 2012-02-14 06:19:16 +01:00
qicon QIcon: move back to QtGui 2012-05-18 21:42:38 +02:00
qimage get rid of QT_NO_IMAGE_TEXT switcher 2012-04-25 10:29:56 +02:00
qimageiohandler Remove "All rights reserved" line from license headers. 2012-01-30 03:54:59 +01:00
qimagereader QJpegHandler: add an embedded text support 2012-05-16 04:24:50 +02:00
qimagewriter Implement inline downscaling in png reader, to save memory 2012-04-27 10:37:02 +02:00
qmovie Make tst_qmovie work in shadow builds 2012-03-22 18:59:45 +01:00
qpicture Remove "All rights reserved" line from license headers. 2012-01-30 03:54:59 +01:00
qpixmap Expose QPA API under qpa/* 2012-05-07 20:25:24 +02:00
qpixmapcache Remove "All rights reserved" line from license headers. 2012-01-30 03:54:59 +01:00
image.pro QIcon: move back to QtGui 2012-05-18 21:42:38 +02:00