summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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-132-0/+18
* QDebugStateSaver: call maybeSpace() in destructor.David Faure2014-03-136-20/+37
* Add ReadOnlyChange event to widgets that support setReadOnly(bool).David Faure2014-03-137-1/+13
* Merge remote-tracking branch 'origin/stable' into devSergio Ahumada2014-03-13245-21731/+7711
|\
| * 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
| * QQuickWidget: fix crash on exitPaul Olav Tvete2014-03-131-1/+12
| * QQuickWidget move/resize fixPaul Olav Tvete2014-03-131-2/+7
| * Logging: Let user configure rules via QT_LOGGING_RULESKai Koehne2014-03-132-7/+17
| * Optionally print from where logging rules are loadedKai Koehne2014-03-132-0/+26
| * Use QStringRef for parsing of logging rulesKai Koehne2014-03-132-15/+23
| * Make parsing of categories in logging rules more strictKai Koehne2014-03-131-9/+9
| * Make parsing of categories in logging rules consistent.Kai Koehne2014-03-132-49/+48
| * QDebug: Allow text stream formatting for 64 bit numbersKai Koehne2014-03-131-4/+2
| * Replace Note: with \note in documentationKurt Pattyn2014-03-1313-19/+18
| * 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
| * QNX: Change the way one requests child windowsBernd Weimer2014-03-102-2/+105
| * Fix CJK languages support with HarfBuzz-NGKonstantin Ritt2014-03-101-14/+17
| * Revert some previously added constexpr in QVector?d classesAlex Blasche2014-03-106-43/+7
| * Doc: correction link, example and parameter issues qtbaseNico Vertriest2014-03-1011-114/+171
| * Avoid using direct OpenGL calls in gui and widgetsLaszlo Agocs2014-03-1018-341/+448
| * Use QStringIterator instead of homebrewKonstantin Ritt2014-03-106-81/+41
| * Android: Support double click eventEskil Abrahamsen Blomfeldt2014-03-104-3/+32
| * qdoc: Improve navigation bar for example filesTopi Reinio2014-03-091-13/+13
| * QFontEngineQPA: Get rid of unused externalCMapKonstantin Ritt2014-03-082-17/+6
| * Make QFontEngineQPA report the TT 'cmap' table supportKonstantin Ritt2014-03-081-4/+8
| * QNX: Do not create default platform themeFabian Bumberger2014-03-081-1/+1
| * Fix description of how themes are created (code comments)Fabian Bumberger2014-03-081-4/+5
| * BlackBerry: Choose the appropriate file dialog typeFabian Bumberger2014-03-082-1/+36
| * BlackBerry: Repair the file pickerFabian Bumberger2014-03-081-2/+8
| * Make QVector* compile on Win/staticAlex Blasche2014-03-086-3/+11
| * Export rootWindow to the QXcbNativeInterfaceMartin Gräßlin2014-03-082-2/+17
| * Make Q_NULLPTR be NULL on C++98Thiago Macieira2014-03-081-1/+1
| * Revert the QByteArrayList addition to Qt 5.3Thiago Macieira2014-03-085-437/+0