summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* QInputMethodEvent::Attribute: add ctor that doesn't take a QVariantMarc Mutz2016-02-204-10/+19
* Move __cpp_constexpr check inside Q_COMPILER_CONSTEXPR checkJames McDonnell2016-02-201-10/+12
* QLatin1String: add at()/op[]/mid()/right()/left()Marc Mutz2016-02-194-4/+116
* uic: optimize string handling in WriteInitialization::acceptWidget()Marc Mutz2016-02-191-20/+22
* Merge remote-tracking branch 'origin/5.7' into devSimon Hausmann2016-02-1967-1153/+2051
|\
| * Windows QPA: Fix warnings as shown by Qt Creator's Clang based code model.Friedemann Kleint2016-02-181-18/+19
| * 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
| | |\
| * | | 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
* | | Factor out usage of a private symbol by the iOS platform plugin.Jake Petroules2016-02-193-5/+11
* | | Remove unsued codeLars Knoll2016-02-181-130/+1
* | | Add a missing CFBundleIdentifier to library template.Jake Petroules2016-02-171-0/+2
* | | Blacklist tzTest in openSUSE 42.1Tony Sarajärvi2016-02-171-0/+1
* | | Blacklist tst_QStorageInfo::storageListTony Sarajärvi2016-02-171-0/+2
| |/ |/|
* | 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