summaryrefslogtreecommitdiffstats
path: root/src/gui/image
Commit message (Collapse)AuthorAgeFilesLines
* Merge remote branch 'staging/master' into refactorSamuel Rødal2011-05-111-6/+2
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: src/gui/painting/qdrawhelper_p.h src/gui/painting/qgraphicssystemfactory.cpp src/gui/painting/qpainter.cpp src/gui/painting/qunifiedtoolbarsurface_mac.cpp src/gui/painting/qunifiedtoolbarsurface_mac_p.h src/openvg/openvg.pro src/openvg/qpaintengine_vg.cpp src/openvg/qwindowsurface_vg.cpp src/openvg/qwindowsurface_vgegl.cpp src/plugins/platforms/wayland/qwaylanddisplay.cpp src/widgets/graphicsview/qgraphicsscene.cpp
| * Removed warning from QPixmap::handle().Samuel Rødal2011-05-101-6/+2
| | | | | | | | | | | | | | | | With the new fromX11Pixmap function there are valid use-cases where checking the handle() is useful also with the raster graphicssystem. Reviewed-by: Thiago Macieira (cherry picked from commit 1124f41253edd0e03704db72b0e1b6b4b518bd0f)
* | QPixmapFilter will live in QtWidgetsLars Knoll2011-05-053-1579/+0
| | | | | | | | | | | | | | | | The class is only used for QGraphicsEffect. When merging QtOpenGL into Gui and Widgets, the GL nased pixmap filters will also need to be moved into effects/ and the pixmapFilter() method in QPaintEngineEx can get removed.
* | remove QWidget dependencies.Lars Knoll2011-05-043-4/+0
| |
* | move platform specific files out of the wayLars Knoll2011-05-047-5562/+0
| | | | | | | | | | | | | | Keep the files as reference to implement the lighthouse plugins, but move them away from the main directory hierachy as they won't be part of Qt5 in any case.
* | moving some more files around.Lars Knoll2011-05-0410-2924/+0
| |
* | remove constructorLars Knoll2011-05-041-3/+0
| |
* | Get rid of warning in QPixmap::grabWidget().Samuel Rødal2011-05-041-1/+1
| |
* | Clean up some QWidget dependencies in gui/image.Samuel Rødal2011-05-044-118/+20
| |
* | remove more QT3_SUPPORT codeLars Knoll2011-05-0311-1064/+0
| |
* | QGuiApplication is not QPA specificLars Knoll2011-05-0311-10/+15
| | | | | | | | | | Rename files to reflect that QGuiApplication is going to be used everywhere.
* | remove QApplication and QWidget dependencies in gui/imageLars Knoll2011-05-032-3/+3
| | | | | | | | | | The main place that'll still need work is QPixmap::fill(QWidget *) and QPixmap::grabWidget()
* | remove QApplication dependencies in gui/imageLars Knoll2011-05-039-64/+51
| |
* | remove the graphicssystem code paths.Lars Knoll2011-05-038-47/+11
| | | | | | | | | | QPA's platform integration layer replaces the graphics system now.
* | split the HexString template class out of qstylehelperLars Knoll2011-05-033-3/+3
| | | | | | | | | | | | The class is used in quite a few places and has no relation to styles. Split it out into it's own file to remove a dependency between Gui and Widgets.
* | remove qapp dependencyLars Knoll2011-05-031-4/+1
| | | | | | | | | | graphicssystems are not relevant in any case with qpa, so we simply use the fallback case.
* | QWS removal, part 2Lars Knoll2011-05-021-3/+0
| |
* | remove Qt/Embedded.Lars Knoll2011-05-021-160/+0
|/ | | | Everybody use Lighhouse instead :)
* Initial import from the monolithic Qt.Qt by Nokia2011-04-2790-0/+41695
This is the beginning of revision history for this module. If you want to look at revision history older than this, please refer to the Qt Git wiki for how to use Git history grafting. At the time of writing, this wiki is located here: http://qt.gitorious.org/qt/pages/GitIntroductionWithQt If you have already performed the grafting and you don't see any history beyond this commit, try running "git log" with the "--follow" argument. Branched from the monolithic repo, Qt master branch, at commit 896db169ea224deb96c59ce8af800d019de63f12