summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* xcodeSDKInfo: return the correct path based on the specified SDK.Jake Petroules2016-02-181-1/+1
* Fix typos in qOverload documentationPeter Kümmel2016-02-171-7/+7
* QDirModel: replace an inefficient QList with QVectorMarc Mutz2016-02-171-12/+13
* Merge "Merge dev into 5.7" into refs/staging/5.7Oswald Buddenhagen2016-02-1780-455/+1095
|\
| * Merge dev into 5.7Oswald Buddenhagen2016-02-1780-455/+1095
| |\
| | * Better grouping of configure testsLars Knoll2016-02-161-111/+102
| | * Remove leftover from Symbian timesLars Knoll2016-02-161-6/+0
| | * Microoptimize QObject::activate.Milian Wolff2016-02-161-5/+5
| | * Share code between const and non-const QMetaObject::cast variants.Milian Wolff2016-02-161-8/+2
| | * QtConcurrentRun: add unittest for polling for isFinished()David Faure2016-02-151-0/+29
| | * QIcon::fromTheme(): add support for absolute paths.David Faure2016-02-152-0/+7
| | * tst_QTemporaryFile: test value of openMode() after open().David Faure2016-02-151-2/+3
| | * QHttpNetworkConnectionPrivate: de-duplicate calls in if-else chainsAnton Kudryavtsev2016-02-151-14/+19
| | * Add qOverload to select overloaded functionsPeter Kümmel2016-02-155-0/+254
| | * Use QVector instead of QList for sizeof(T) > sizeof(void*)Sérgio Martins2016-02-143-3/+3
| | * Introduce QHash::equal_range()Sérgio Martins2016-02-143-0/+156
| | * QtWidgets: use new QRect::transposed()Marc Mutz2016-02-139-14/+11
| | * QRect(F): add transposed()Marc Mutz2016-02-133-0/+75
| | * QRegion: add move ctorMarc Mutz2016-02-133-0/+35
| | * Use QFlags::setFlag where prudent in qtbaseAndre Somers2016-02-1225-185/+54
| | * Fix for deferredDelete() bug when calling the glib loop directlyPaolo Angelelli2016-02-127-19/+143
| | * Generalize iOS simulator and device exclusive buildTor Arne Vestbø2016-02-129-79/+79
| | * QTextFrame::iterator: restore nothrow move special membersMarc Mutz2016-02-122-5/+9
| | * QXmlStream*: make nothrow move assignable and -constructibleMarc Mutz2016-02-121-0/+70
| | * QBitmap: restore nothrow move special membersMarc Mutz2016-02-122-0/+11
| | * Cocoa integration - suppress excessive dragginUpdated messagesTimur Pocheptsov2016-02-121-0/+12
| | * QStringListModel: optimize container usage.Anton Kudryavtsev2016-02-121-4/+4
| | * Fix QFileSelectorPrivate::addStatics()J-P Nurmi2016-02-122-0/+12
* | | 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