summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* get rid of "uninitialized member" gcc warningKonstantin Ritt2012-06-071-2/+1
* Mark the testSslOption method as introduced in Qt 4.8Laszlo Papp2012-06-071-0/+2
* QNX: Take nativeOrientation into account for QNX device orientationsSean Harmer2012-06-061-10/+25
* QtNetwork: disconnect other channels when network layer detectedMartin Petersson2012-06-063-0/+11
* Add Blackberry path for SSL certificatesNicolas Arnaud-Cormos2012-06-061-0/+1
* Use the correct ifdef (QT_WIDGETS_LIB) in qsqlrelationaldelegate.hKent Hansen2012-06-061-2/+2
* Rename QSystemLocale::fallbackLocale() to QSystemLocale::fallbackUiLocale()Mike FABIAN2012-06-066-8/+8
* Check LANGUAGE as well in QSystemLocale::fallbackLocaleMike FABIAN2012-06-061-0/+13
* Use LC_MESSAGES instead of LC_NUMERIC in QSystemLocale::fallbackLocale()Mike FABIAN2012-06-061-3/+1
* Fixed compile error in eglfs plugin due to narrowing conversion.Samuel Rødal2012-06-061-4/+8
* Test if the device is grabbed in some of the evdev pluginsLaszlo Agocs2012-06-062-4/+25
* statemachine: Make delayed event posting work from secondary threadKent Hansen2012-06-063-17/+101
* QSqlResult: replace virtual hooks with virtual functionsMark Brand2012-06-0615-63/+63
* Cocoa: do not send multiple window activation eventsBradley T. Hughes2012-06-061-2/+9
* 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