summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fix compilation when configured with -no-widgetsKent Hansen2012-06-061-1/+1
* Export QPlatformIntegrationFactory to make it usable outside of QtGui.Balazs Kelemen2012-06-061-1/+1
* Fixed QJsonObject::find()Denis Dzyubenko2012-06-062-0/+11
* normalize the process arguments to Normalization Form D on macKonstantin Ritt2012-06-061-18/+6
* Do not set an action on native submenu items on MacPasi Matilainen2012-06-061-1/+2
* Remove support for Qt 4 style pluginsLars Knoll2012-06-067-374/+26
* Update of the plugin documentationLars Knoll2012-06-062-27/+15
* Remove references to QtSharedPointer::InternalRefCountThiago Macieira2012-06-061-4/+0
* Generalize common device properties out of Raspberry Pi specDonald Carr2012-06-063-35/+47
* eglfs refactor: Query screen and format info from hooksGirish Ramakrishnan2012-06-054-42/+42
* eglfs refactor: Move egl initialization to the integrationGirish Ramakrishnan2012-06-054-42/+44
* Verify the surfaceType before activating the GL contextHolger Hans Peter Freyther2012-06-0510-18/+25
* Use QPointer instead of QWeakPointer.Stephen Kelly2012-06-0526-53/+56
* Remove useless "QT += widgets"Kent Hansen2012-06-0513-22/+0
* Avoid string-based lookup of signalsKent Hansen2012-06-051-2/+3
* QNX: Implement QQnxScreen::nativeOrientation()Kevin Ottens2012-06-052-0/+11
* Introduce nativeOrientation() to QPlatformScreenKevin Ottens2012-06-052-0/+13
* Write test to confirm QStateMachine calls connectNotify().Mitch Curtis2012-06-051-0/+35
* QDoc: Look for template and include() under installdir.Casper van Donderen2012-06-053-2/+10
* Correctly locate files with relative pathsLars Knoll2012-06-052-2/+2
* Fix Mac support for glyph scalingJiang Jiang2012-06-052-7/+19
* Make QIODevice::seek() return false for sequential files.Mitch Curtis2012-06-052-9/+11
* configure: Auto-detect and enable C++11 support if availableBradley T. Hughes2012-06-0510-2/+100
* directfb: Compile with C++11 support enabledBradley T. Hughes2012-06-051-2/+2
* QDoc: search for example projectPath for manifest.Casper van Donderen2012-06-051-2/+22
* tst_qtoolbutton: stabilize and improve failure messageRohan McGovern2012-06-051-2/+7
* Add StartDragVelocity to style hintsLaszlo Agocs2012-06-054-1/+10
* Expose the plugins meta data in the plugin loaderLars Knoll2012-06-052-0/+19
* Make touch operating better on some touchpadsLaszlo Agocs2012-06-051-2/+5
* Fix QTemporaryFile::open() failing after remove().Mitch Curtis2012-06-052-1/+29
* Make QString("inf").toFloat() return inf instead of zero.Mitch Curtis2012-06-052-2/+25
* Improve the QTextBoundaryFinder autotests a lotKonstantin Ritt2012-06-051-256/+394
* Rename QVector::realloc and QVector::free.Jędrzej Nowacki2012-06-051-13/+13
* QProcess: Add accessors for program and arguments.Christian Kandeler2012-06-052-6/+30
* QDoc: Use the correct DITAiXML for table col/rowspan.Casper van Donderen2012-06-052-6/+48
* The QFontEngineFT files are not built into QtGui anymore.Thiago Macieira2012-06-053-16/+2
* Add QDeferredDeleteEventBradley T. Hughes2012-06-055-13/+39
* Migrate fontconfig config test to unix scopeDonald Carr2012-06-054-2/+4
* Allow 24:00:00 for ISO dates in QDateTime::fromString().Mitch Curtis2012-06-052-2/+26
* Replace QTEST_APPLESS_MAIN with QTEST_MAIN in tests using QProcessRohan McGovern2012-06-053-3/+3
* Introduce gcc machinedump considerations to build systemDonald Carr2012-06-041-0/+9
* evdevtablet pluginLaszlo Agocs2012-06-0412-3/+555
* Fix parent-children relationship of QWidgetWindowsDebao Zhang2012-06-041-4/+5
* Enter initial state before QStateMachine::started() is emittedKent Hansen2012-06-042-1/+21
* Fix typos in QState sorting functionsKent Hansen2012-06-042-6/+21
* Fix endian detection for winceAndreas Holzammer2012-06-041-1/+1
* QDoc: check if !isNull() before casting prev/next nodes.Casper van Donderen2012-06-041-3/+3
* Fix touchpads with evdevmouseLaszlo Agocs2012-06-043-5/+18
* Report mouse events when the driver says soLaszlo Agocs2012-06-041-7/+8
* QWidgetWindow: Fix handleExposeEvent()Debao Zhang2012-06-041-1/+1