summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* bearer plugins: fix uses of inefficient QListsMarc Mutz2016-02-172-3/+9
* QtPrintSupport: convert some index-based into C++11 range-for loopsMarc Mutz2016-02-175-23/+23
* QSslSocket (OpenSSL): replace QList<QPair> by QVector<Struct>Marc Mutz2016-02-172-25/+31
* QSslSocket (OpenSSL): use QMutexLockerMarc Mutz2016-02-171-2/+2
* QtSql: eradicate remaining Q_FOREACH loopsMarc Mutz2016-02-173-5/+5
* QOCIDriver: optimize string handling in tables()Marc Mutz2016-02-171-31/+49
* mimetypes: Declare some types as sharedMarc Mutz2016-02-173-2/+31
* Remove QMimeMagicRule's pimplMarc Mutz2016-02-172-151/+95
* QShortcutMap: re-use an existing bool variableMarc Mutz2016-02-171-1/+1
* QDaemonThread: replace a function pointer with a lambdaMarc Mutz2016-02-171-6/+2
* QDialogButtonBox: replace a QList copy + pop_front() with mid(1)Marc Mutz2016-02-171-7/+2
* Say hello to Android ServicesBogDan Vatra2016-02-1720-760/+1533
* Disable XCTest support in QtTestLibTor Arne Vestbø2016-02-171-2/+2
* Revert "Fix shared library framework builds of Qt with a platform suffix."Tor Arne Vestbø2016-02-172-11/+1
* QStandardItemModel: Reset the flags on clear()Stephen Kelly2016-02-173-1/+10
* QDate: mark getDate() as const.Anton Kudryavtsev2016-02-172-2/+18
* Add attribute Qt::AA_DontUseNativeDialogs.Friedemann Kleint2016-02-175-9/+17
* QDateTimeParser: de-duplicate calls and cache resultsAnton Kudryavtsev2016-02-161-19/+26
* Improve sql allocated cache reuseEric Lemanissier2016-02-161-1/+0
* Add QStyleHints::setTabFocusBehavior() for testing purposesJ-P Nurmi2016-02-162-2/+24
* Reduce allocations in QSQLiteDriver::open()'s connection options parsingMarc Mutz2016-02-151-7/+11
* Remove LGPLv2 as a license option in configureLars Knoll2016-02-152-24/+24
* qmake: remove some empty user-defined dtorsMarc Mutz2016-02-152-17/+8
* Fix crash when using .NoActionBar theme.BogDan Vatra2016-02-151-0/+2
* Cache results of multiple render target supportSean Harmer2016-02-141-2/+3
* Provide optimised version of QOpenGLFramebufferObject::blitFramebufferSean Harmer2016-02-142-3/+83
* QtGui: eradicate Q_FOREACH loops [const-& returns]Marc Mutz2016-02-113-5/+9
* QtGui: eradicate Q_FOREACH loops [needing qAsConst()]Marc Mutz2016-02-119-20/+19
* QtGui: eradicate Q_FOREACH loops [already const]Marc Mutz2016-02-1116-26/+27
* Optimize string building in QImage::text()Marc Mutz2016-02-111-5/+4
* QMatrix, QTransform: restore nothrow move special membersMarc Mutz2016-02-114-10/+34
* Suppress memory allocation due to temporary containerSérgio Martins2016-02-111-1/+1
* QtGui: replace a Q_FOREACH loop with qDeleteAll()Marc Mutz2016-02-111-4/+2
* QtGui: replace a Q_FOREACH loop with QList::op+=Marc Mutz2016-02-111-4/+2
* QtGui: eradicate Q_FOREACH loops [rvalues]Marc Mutz2016-02-119-17/+32
* QImage: split strings with splitRef() in convertWithPalette()Marc Mutz2016-02-111-4/+4
* QtGui: eradicate Q_FOREACH loops [QVarLengthArray]Marc Mutz2016-02-112-4/+4
* QPainter: replace an inefficient QList with QVectorMarc Mutz2016-02-114-25/+22
* uic: replace an inefficient QList with QVectorMarc Mutz2016-02-112-4/+6
* Move waylandfunctions from qtwayland to qtbaseLaszlo Agocs2016-02-113-0/+88
* Merge "Merge remote-tracking branch 'origin/5.6' into dev" into refs/staging/devLiang Qi2016-02-11105-960/+875
|\
| * Merge remote-tracking branch 'origin/5.6' into devLiang Qi2016-02-11105-960/+875
| |\
| | * QLocale: Use QVariant::toStringList() instead of template instantiationSérgio Martins2016-02-101-1/+1
| | * Fix usage of QMutexLocker, destroy it only at end of scopeSérgio Martins2016-02-102-5/+5
| | * Windows accessibility: Add override declaration.Friedemann Kleint2016-02-101-1/+1
| | * Windows accessibility: Remove some cruft.Friedemann Kleint2016-02-103-367/+0
| | * QWindowsVistaStyle: Suppress animation when QLineEdit's base color is set.Friedemann Kleint2016-02-101-5/+22
| | * QWindowsXPStyle: Introduce utility function for QLineEdit's palette.Friedemann Kleint2016-02-103-39/+21
| | * Provide QCss with the correct font for <pre> blocksAleix Pol2016-02-092-7/+27
| | * Readability fix for MS isRelative, isAbsolute.Edward Welbourne2016-02-091-6/+10