summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Improved touch event emulation code in testlib.Denis Dzyubenko2009-06-031-26/+24
* Fixed the keyboard modifiers handling when raw touch event is sent.Denis Dzyubenko2009-06-031-3/+1
* Moved the QTest::touchEvent() implementation to testlib.Denis Dzyubenko2009-06-033-1/+171
* Make sure we handle RawTouch events sent to QApplicationBradley T. Hughes2009-06-031-5/+4
* Add support for touch point contact areaBradley T. Hughes2009-06-034-0/+25
* Update to the latest Windows 7 touch APIBradley T. Hughes2009-06-031-8/+4
* Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qtBradley T. Hughes2009-06-0232-177/+392
|\
| * Fix signature for QGenericMatrix::fill()Rhys Weatherley2009-06-022-3/+3
| * Optimize QMatrix4x4::map() for QVector3D/QPoint/QPointFRhys Weatherley2009-06-021-45/+90
| * QMatrix4x4::scale(qreal,qreal) and QMatrix4x4::translate(qreal,qreal) methodsAaron Kennedy2009-06-022-2/+81
| * Optimize QMatrix4x4::mapRect() for translation and scale operationsRhys Weatherley2009-06-022-30/+65
| * prepend private/ for included private headersMartin Jones2009-06-0110-10/+10
| * Merge branch 'review/master'Marius Bugge Monsen2009-05-298-27/+25
| |\
| | * Fix compilation with -pedanticDavid Faure2009-05-297-24/+24
| | * Merge branch 'master' of git://gitorious.org/qt/qtDavid Faure2009-05-29437-5241/+24966
| | |\
| | * | static method, no instance neededDavid Faure2009-05-291-1/+1
| | * | Merge branch 'master' of git://gitorious.org/qt/qtDavid Faure2009-05-228-1187/+54
| | |\ \
| | * \ \ Merge branch 'master' of git://gitorious.org/qt/qtDavid Faure2009-05-2121-214/+137
| | |\ \ \
| | * \ \ \ Merge branch 'master' of git://gitorious.org/qt/qtDavid Faure2009-05-2089-354/+1025
| | |\ \ \ \
| | * | | | | remove unused line (the function is even in qtgui nowadays)David Faure2009-05-181-2/+0
| * | | | | | Wrong default argument for my previous fix.Norwegian Rock Cat2009-05-291-1/+1
| * | | | | | Made GL2 engine default for QGLWidget, and added GL2 sync() functionSamuel Rødal2009-05-295-1/+45
| * | | | | | Added check in GL pixmap backend to fall back to raster if FBO fails.Samuel Rødal2009-05-291-32/+37
| * | | | | | Remove icon when setting an empty window icon on X11.Denis Dzyubenko2009-05-291-22/+31
| * | | | | | Doc - some changes to fix a qdoc warningKavindra Devi Palaraja2009-05-291-2/+2
| * | | | | | Do not hide the left edge of widget in statusbarOlivier Goffart2009-05-291-1/+1
| * | | | | | Fix qstringbuilder documentation.hjk2009-05-291-1/+1
* | | | | | | Remove some code that used Windows specific variablesBradley T. Hughes2009-05-291-6/+0
* | | | | | | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qtBradley T. Hughes2009-05-29266-1660/+2686
|\ \ \ \ \ \ \ | |/ / / / / /
| * | | | | | Mac: App menus reactivated when a sheet is used on a modal dialog.Richard Moe Gustavsen2009-05-291-14/+14
| * | | | | | Ensure a hierarchy of menus fade out together.Norwegian Rock Cat2009-05-294-33/+103
| * | | | | | Fixed compile with MinGW.Rohan McGovern2009-05-291-3/+3
| | |_|_|_|/ | |/| | | |
| * | | | | Fixed compile of Qt/Embedded.Rohan McGovern2009-05-281-1/+1
| * | | | | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qtMichael Brasser2009-05-281-1/+1
| |\ \ \ \ \
| | * | | | | Fixed WinCE compile, perhaps.Rohan McGovern2009-05-281-1/+1
| * | | | | | Export symbol needed by the declarative module.Michael Brasser2009-05-281-1/+2
| * | | | | | Further optimized fast scaling of ARGB8565 images onto RGB16 images.Michael Brasser2009-05-282-5/+11
| |/ / / / /
| * | | | | Fixed bug in GL graphics system when painting to pixmaps.Samuel Rødal2009-05-281-0/+3
| * | | | | Integrate merge-request #548 into branch 'master'Norwegian Rock Cat2009-05-281-2/+0
| |\ \ \ \ \
| | * | | | | Remove duplicate qpdf_p.h include.Brad Hards2009-05-281-2/+0
| * | | | | | oops, build was broken on embeddedThierry Bastian2009-05-281-1/+1
| * | | | | | Polished aboutQt dialog a little bit.Denis Dzyubenko2009-05-281-5/+8
| |/ / / / /
| * | | | | Merge branch '4.5'Tom Cooksey2009-05-282-3/+6
| |\ \ \ \ \
| | * | | | | Don't assume the tty was in K_XLATE when application startedTom Cooksey2009-05-281-1/+3
| | * | | | | BT: aboutQt dialog is too big.Denis Dzyubenko2009-05-281-1/+1
| * | | | | | Fixed incorrect handling of composition modes in GL2 paint engine.Samuel Rødal2009-05-282-22/+11
| * | | | | | Forgot to close the TTY handle.Robert Griebl2009-05-281-0/+1
| * | | | | | Introduce a new class QStringBuilder to speed up the creation ofhjk2009-05-285-3/+373
| * | | | | | Compile fix with namespaces.hjk2009-05-289-7/+30
| * | | | | | Make WA_TranslucentBackground work for QGLWidgets on X11/EGLTom Cooksey2009-05-281-11/+15