summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* tst_languagechange: increased timeout on WindowsRohan McGovern2012-06-041-0/+1
* make pre-qmake spec evaluation load device variablesDonald Carr2012-06-041-2/+12
* Change testlib signal dumper hooks to use signal index rangeKent Hansen2012-06-044-25/+12
* QtWidgets: Make QWidgetWindow disappear when its associate QWidget hidesDebao Zhang2012-06-041-3/+2
* Change QConnectionSenderSwitcher et al to use signal index rangeKent Hansen2012-06-032-6/+17
* Use QMetaObjectPrivate::signalOffset() where appropriateKent Hansen2012-06-031-19/+6
* Pashto uses Arabic script and is written right to leftMike FABIAN2012-06-021-0/+1
* eglfs: Create mouse, keyboard and touch handlers by defaultGirish Ramakrishnan2012-06-022-2/+15
* Implement QXcbWindow::setWindowIconCorentin Jabot2012-06-024-0/+49
* Implement QWidgetPrivate::setWindowIcon_sys()Corentin Jabot2012-06-023-9/+7
* Simplify the QObject::dumpObjectInfo() implementationKent Hansen2012-06-011-14/+1
* Simplify connectSlotsByName() implementationKent Hansen2012-06-011-8/+3