summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* move xcb 1.5 compile check from qpa/xcb-syslibs to qpa/xcbOswald Buddenhagen2016-06-032-3/+4
* Add Q_FLAG for QDBusServiceWatcher::WatchMode.Volker Krause2016-06-031-0/+1
* Install some eglfsdeviceintegration headers, as a private moduleGiulio Camuffo2016-06-0349-172/+239
* Windows: stop using _beginthreadex on regular buildsThiago Macieira2016-06-022-37/+13
* Remove reliance on QSysInfo::[Mac|Windows]Version in QSysInfo itself.Jake Petroules2016-06-021-51/+103
* Simplify constructor code of QTemporaryFile.Friedemann Kleint2016-06-022-19/+13
* Blacklisting pendingCallWhenDisconnected on OpenSUSE 42.1Milla Pohjanheimo2016-06-021-0/+2
* Remove Windows CE vestigesJoerg Bornemann2016-06-028-32/+2
* Get rid of dead codeLars Knoll2016-05-311-19/+2
* Remove -audio-backend command line optionLars Knoll2016-05-313-34/+2
* Remove some dead codeLars Knoll2016-05-311-24/+0
* Properly forward-declare the Apple types with Q_QDOCOlivier Goffart2016-05-315-9/+9
* Remove _bit_scan_{forward,reverse}Erik Verbruggen2016-05-315-94/+144
* Generate correct output for doubleconversion support in qconfig.priLars Knoll2016-05-311-1/+1
* Remove checkEvent function no-one usesAlbert Astals Cid2016-05-312-19/+0
* Fix unimplemented Mach-O parsing for ARM64 platforms in QPluginLoader.Jake Petroules2016-05-301-0/+3
* Revert blacklisting of two tests now the fix is inAndy Shaw2016-05-302-3/+0
* Clang: remove the QT_NO_RTTI macro declarationThiago Macieira2016-05-291-3/+0
* Remove the Clang __has_feature(cxx_exceptions) checkThiago Macieira2016-05-291-5/+0
* Add some more interesting warnings new in GCC 6Thiago Macieira2016-05-291-0/+2
* Turn off libproxy support by defaultAndy Shaw2016-05-273-4/+4
* Expose QFileSelectorPrivate::selectionHelper()J-P Nurmi2016-05-272-5/+8
* Blacklist maskedUpdateMilla Pohjanheimo2016-05-271-0/+1
* Blacklist tst_qabstracttextdocumentlayout::formatAt on OpenSUSE42.1Milla Pohjanheimo2016-05-271-0/+3
* Blacklist tst_QIODevice::constructing_QTcpSocket on OpenSUSE 42.1Milla Pohjanheimo2016-05-271-0/+2
* Blacklisting tst_QTextStream::stillOpenWhenAtEnd() on OpenSUSE 42.1Milla Pohjanheimo2016-05-271-0/+1
* Add QLineF::center() returning the point in the center of the lineLorenz Haas2016-05-273-0/+114
* Doc: Fix documentation warnings for QSslDiffieHellmanParametersTopi Reinio2016-05-261-8/+2
* Blacklisting tst_qabstractdocumentlayout::imageAt on OpenSUSE 42.1Milla Pohjanheimo2016-05-261-0/+3
* Fix invalid QDataStream data for QDateTimeThiago Macieira2016-05-261-0/+0
* Squeeze more vectorized rounds out of JSON Latin1String conversion.Erik Verbruggen2016-05-261-2/+2
* Add settable QSslDiffieHellmanParameters for QSslSocket-based servers.Mikkel Krautz2016-05-2517-24/+1082
* Change the system proxies option default to being on.Andy Shaw2016-05-253-4/+4
* QOpenGLFunctions - move assert inside if statementTimur Pocheptsov2016-05-252-48/+72
* add $$sorted() function.Oswald Buddenhagen2016-05-254-1/+32
* add $$str_member() functionOswald Buddenhagen2016-05-254-37/+153
* improve the docu of $$member()Oswald Buddenhagen2016-05-251-7/+24
* add $$str_size() functionOswald Buddenhagen2016-05-253-2/+31
* add $$num_add() (numeric addition) functionOswald Buddenhagen2016-05-253-2/+89
* add $$take_first() and $$take_last() functionsOswald Buddenhagen2016-05-253-3/+90
* remove remaining pointless conversions to QStringOswald Buddenhagen2016-05-241-27/+24
* make split_value_list() take a QStringRef as inputOswald Buddenhagen2016-05-243-10/+12
* make QMakeParser take a QStringRef as inputOswald Buddenhagen2016-05-249-31/+35
* make QMakeEvaluator::isActiveConfig() take a QStringRef argumentOswald Buddenhagen2016-05-246-7/+17
* add ProStringList::join(ProString) overload and make use of itOswald Buddenhagen2016-05-246-11/+19
* Add line feed and carriage return to blacklisted charactersEskil Abrahamsen Blomfeldt2016-05-241-2/+10
* ARM: Vectorize common QRgba64 compositing functions.Erik Verbruggen2016-05-242-47/+153
* Optimize QIconLoader::findIconHelper()John Lindgren2016-05-241-10/+12
* QTest: do not generate stack traces when a debugger is attached.Erik Verbruggen2016-05-241-31/+34
* Add applicationDisplayNameChanged() signal.Benjamin Terrier2016-05-243-6/+39