summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* QImageReader/Writer: replace dubious use of QSet<QByteArray> with QListMarc Mutz2014-03-262-35/+23
* Do not pull in egl for QtGui and QtOpenGLLaszlo Agocs2014-03-252-2/+0
* Add: absolute touch screen handling in evdevmouseAndrew Gatt2014-03-244-13/+87
* Fixup compilation of the manual testsJorgen Lind2014-03-226-0/+0
* QNativeSocketEngine(UNIX): Report the native socket error, not the Qt-derived...Robin Burchell2014-03-211-3/+12
* Remove non-existent function from headerLaszlo Agocs2014-03-211-2/+0
* make sure connman bearer service is autconnect before connectingLorn Potter2014-03-201-1/+14
* qmlimportscanner: Ensure the correct variant is runRay Donnelly2014-03-191-3/+3
* Add a new optimization property to QGraphicsSceneDimitar Asenov2014-03-185-9/+154
* QNX: Make qrawfont auto test passBernd Weimer2014-03-141-18/+21
* Do not assume that a class name is the first string in metaobject.Jędrzej Nowacki2014-03-141-9/+17
* tst_QSharedPointer: add more tests for forward-declared payloadsMarc Mutz2014-03-141-0/+20
* QNetworkReplyHttpImpl: optimize QAtomicInt allocationMarc Mutz2014-03-141-2/+2
* QNetworkReplyHttpImpl: optimize QRingBuffer allocationMarc Mutz2014-03-141-2/+2
* Add QCommandLineParser::showVersion(), similar to showHelp().David Faure2014-03-142-4/+19
* Make qHash(QChar) constexprGiuseppe D'Angelo2014-03-142-2/+2
* Make qHash(long) constexprGiuseppe D'Angelo2014-03-141-7/+5
* Fix the qHash(quint64) overloadGiuseppe D'Angelo2014-03-141-7/+3
* Makes QPlatformTheme::PasswordMaskDelay themable using QStyleRisto Avila2014-03-1410-2/+45
* Accessibility: Use factory function instead of pluginFrederik Gladhorn2014-03-1322-98/+89
* Expose the EGLNativeDisplay through nativeResourceForIntegration.Zeno Albisser2014-03-131-2/+7
* Mark some qHash overloads as constexpr / const / pureGiuseppe D'Angelo2014-03-131-24/+24
* Add QDebug operator for QMimeType.David Faure2014-03-133-0/+20
* QDebugStateSaver: call maybeSpace() in destructor.David Faure2014-03-137-23/+48
* Add ReadOnlyChange event to widgets that support setReadOnly(bool).David Faure2014-03-138-2/+27
* Merge remote-tracking branch 'origin/stable' into devSergio Ahumada2014-03-13331-22270/+9276
|\
| * Don't populate font families using localized family names on OS X/iOSTor Arne Vestbø2014-03-131-5/+5
| * Fix a few build warnings on iOS due to unused functionsTor Arne Vestbø2014-03-131-0/+4
| * Ensure that QGuiApplication is inited before using QFontDatabaseTor Arne Vestbø2014-03-131-0/+3
| * Remove definition QT_EDITIONKalle Viironen2014-03-134-48/+2
| * QQuickWidget: fix crash on exitPaul Olav Tvete2014-03-131-1/+12
| * QQuickWidget move/resize fixPaul Olav Tvete2014-03-131-2/+7
| * Doc: Add links to new Qt Creator Manual topicsLeena Miettinen2014-03-131-0/+8
| * Logging: Let user configure rules via QT_LOGGING_RULESKai Koehne2014-03-133-7/+25
| * Optionally print from where logging rules are loadedKai Koehne2014-03-132-0/+26
| * Use QStringRef for parsing of logging rulesKai Koehne2014-03-133-16/+24
| * Make parsing of categories in logging rules more strictKai Koehne2014-03-132-9/+17
| * Make parsing of categories in logging rules consistent.Kai Koehne2014-03-133-49/+162
| * QDebug: Allow text stream formatting for 64 bit numbersKai Koehne2014-03-132-4/+15
| * Replace Note: with \note in documentationKurt Pattyn2014-03-1313-19/+18
| * tests: Mark tst_qdbus* tests as insignificant on OS XSergio Ahumada2014-03-1314-0/+28
| * Stabilize tst_qnetworkreply on Windows.Friedemann Kleint2014-03-131-6/+13
| * Fix network tests relying on troll.noSimo Fält2014-03-133-5/+5
| * Remove need to populate font database on OS X to get fallback familiesTor Arne Vestbø2014-03-112-45/+14
| * Fix custom font substitution list supportKonstantin Ritt2014-03-112-8/+20
| * Guarantee QPFDB::fontEngine() always return non-multi font engineKonstantin Ritt2014-03-115-41/+41
| * Add EGL_KHR_create_context supportLaszlo Agocs2014-03-102-36/+123
| * egl: Choose GLES3 capable configs when neededLaszlo Agocs2014-03-101-2/+13
| * egl: Update the OpenGL version in the context's QSurfaceFormatLaszlo Agocs2014-03-101-0/+31
| * Remove unused parameter from QEGLPlatformContext constructorLaszlo Agocs2014-03-1010-24/+13