summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* remove dependency to QStyle::visualAlignmentLars Knoll2011-05-046-14/+20
| | | | | | | The current position of the code in QGuiAppPrivate is a bit messy, but we can later on consider consolidating some of this in some helper namespace.
* small cleanupsLars Knoll2011-05-042-4/+4
|
* Proper sub-widget mouse grabbing in QWidgetWindow.Samuel Rødal2011-05-042-1/+8
|
* 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-045-138/+20
|
* Get rid of QCustomRasterPaintDevice / QWS stuff in raster engine.Samuel Rødal2011-05-044-1139/+44
|
* Get rid of remaining QWidget dependencies in QPainter.Samuel Rødal2011-05-046-130/+57
|
* Remove QWidget dependency in QPainter::initFrom().Samuel Rødal2011-05-046-10/+25
|
* Get rid of unused window surfaces.Samuel Rødal2011-05-0412-1933/+1
|
* move keyboardInputLocale and keyboardInputDirection into QGuiApplicationLars Knoll2011-05-047-32/+32
|
* less qapp includesLars Knoll2011-05-043-4/+0
|
* Remove more QApp dependenciesLars Knoll2011-05-0418-96/+82
| | | | | | platformIntegration() lives in QGuiApplication QFont and QFontDatabase can live with QGuiApp only as well.
* even less QT3_SUPPORTLars Knoll2011-05-0314-395/+0
| | | | | the new libQtGui should now be free of any Qt3 related methods.
* remove more QT3_SUPPORT codeLars Knoll2011-05-0324-1849/+2
|
* remove obsolete stuffLars Knoll2011-05-0313-1132/+0
| | | | | everything inside QT3_SUPPORT is gone in gui/painting
* remove postscript support from QtLars Knoll2011-05-036-1178/+25
| | | | | I really wanted to do this since many years already! :)
* remove more QApplication dependenciesLars Knoll2011-05-035-16/+9
|
* move layoutDirection from QApplication to QGuiApplicationLars Knoll2011-05-036-82/+106
| | | | | The concept is needed in both QWidgets and QML, so it has to be in QGuiApplication.
* remove a few qapplication includesLars Knoll2011-05-034-4/+0
|
* rename qwindow_qpa to qwindowLars Knoll2011-05-0310-13/+13
|
* QGuiApplication is not QPA specificLars Knoll2011-05-0321-22/+28
| | | | | Rename files to reflect that QGuiApplication is going to be used everywhere.
* Wheel event forwarding.Samuel Rødal2011-05-032-0/+19
|
* 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 a unneeded reference to qbackingstoreLars Knoll2011-05-031-1/+0
|
* remove the graphicssystem code paths.Lars Knoll2011-05-0370-5394/+16
| | | | | QPA's platform integration layer replaces the graphics system now.
* Track QPlatformGLContext API changesPaul Olav Tvete2011-05-035-10/+2
|
* reinstantiate a file that got removed by mistakeLars Knoll2011-05-032-1/+94
| | | | QPA was using a _qws.cpp file, that got removed by accident.
* remove a not required include.Lars Knoll2011-05-031-1/+0
|
* split the HexString template class out of qstylehelperLars Knoll2011-05-0310-38/+108
| | | | | | 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-02111-20208/+28
|
* Track API change in QPlatformNativeInterfacePaul Olav Tvete2011-05-022-40/+35
| | | | Reviewed-by: Samuel
* remove Qt/Embedded.Lars Knoll2011-05-02135-53009/+3
| | | | Everybody use Lighhouse instead :)
* Implemented close event for QWindow and QWidgetWindow.Samuel Rødal2011-05-025-14/+30
|
* Properly handle the expose event for QWindow.Samuel Rødal2011-05-025-9/+15
|
* Set the window title even if it was set before calling create().Samuel Rødal2011-05-021-0/+2
|
* Resizing support in QWidgetWindow.Samuel Rødal2011-05-022-0/+22
|
* Proper child delivery of mouse and key events.Samuel Rødal2011-05-025-4/+48
|
* Make the wayland plugin compilePaul Olav Tvete2011-04-2941-91/+88
|
* include file fix for waylandPaul Olav Tvete2011-04-293-2/+5
|
* Compile after latest change.Paul Olav Tvete2011-04-293-6/+7
|
* Add QWidgetWindow to bridge events from QWindow to QWidget.Samuel Rødal2011-04-2926-181/+283
| | | | | Gets rid of QWidget dependencies in QWindow and QWindowSurface. Events are not delivered to the correct child widget yet.
* Minimal plugin works again.Paul Olav Tvete2011-04-292-7/+7
|
* Key and wheel events.Samuel Rødal2011-04-292-49/+61
|
* Add resize event support to QWindow.Samuel Rødal2011-04-284-39/+129
| | | | (cherry picked from commit 12b4e7e5a2b18cdd23f540821e1f2785f62b0b9a)
* Preliminary QWindow event delivery.Samuel Rødal2011-04-288-42/+111
| | | | (cherry picked from commit 28a09e668a8125cff680ab9f1e7256e7e4e34158)
* QApplication: Baseclass fixupJørgen Lind2011-04-282-13/+15
| | | | (cherry picked from commit 5bbdf65632feed1a2e3f30e97bcdd47950f2b8d4)
* FontJørgen Lind2011-04-285-5/+39
| | | | (cherry picked from commit 050925ccac957dea3d4e138babdd7aa93925dffc)
* clipboardJørgen Lind2011-04-286-8/+48
| | | | (cherry picked from commit 3f5c0e26e0f8b6876c3fb4d3822df49c748b2eea)