summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Added QScreen::setOrientationUpdateMask().Samuel Rødal2012-06-067-6/+88
* Cocoa: Fix QCocoaBackingStore::flush on 10.8Morten Sorvig2012-06-061-1/+11
* 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-061-0/+1
* 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
* 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-0521-42/+45
* 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
* QDoc: Look for template and include() under installdir.Casper van Donderen2012-06-053-2/+10
* Correctly locate files with relative pathsLars Knoll2012-06-051-0/+2
* Fix Mac support for glyph scalingJiang Jiang2012-06-052-7/+19
* Make QIODevice::seek() return false for sequential files.Mitch Curtis2012-06-051-7/+9
* 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
* 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-051-1/+9
* Make QString("inf").toFloat() return inf instead of zero.Mitch Curtis2012-06-051-2/+10
* 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-054-12/+38
* Allow 24:00:00 for ISO dates in QDateTime::fromString().Mitch Curtis2012-06-051-2/+10
* 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-041-1/+3
* Fix typos in QState sorting functionsKent Hansen2012-06-041-4/+4
* 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
* 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