summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Remove QT_DEVICE_PIXEL_RATIO support from xcbPaul Olav Tvete2015-07-299-292/+74
* Doc: Increase accuracy of QString documentation discussing size()Topi Reinio2015-07-291-13/+14
* Doc: Add Q_DECLARE_SHARED_NOT_MOVABLE_UNTIL_QT6 to ignored directivesTopi Reinio2015-07-291-0/+1
* Doc: Fix various issues in QDoc ManualTopi Reinio2015-07-297-172/+149
* qdoc: Allow using group name as a QHP subproject selectorTopi Reinio2015-07-293-49/+124
* Revert "Add devicePixelRatio support to the Windows QPA plugin."Friedemann Kleint2015-07-2919-398/+112
* tst_QApplication: Remove test windowsCommandLine().Friedemann Kleint2015-07-294-88/+0
* forkfd: introduce system_forkfd to do system calls that do forkfdThiago Macieira2015-07-281-0/+16
* Update the list of x86 instruction set extensions enabled by GCCThiago Macieira2015-07-281-5/+37
* Introduce QHash key iteratorsSérgio Martins2015-07-284-1/+223
* Introduce QMap key iteratorsSérgio Martins2015-07-284-4/+226
* tst_qgraphicsproxywidget: Rename test slot to fix compiler warning.Friedemann Kleint2015-07-281-4/+4
* tst_qhostaddress: Add braces to initialization of a Q_IPV6ADDR.Friedemann Kleint2015-07-281-1/+1
* tst_qgraphicsanchorlayout: Fix warning about unused function result.Friedemann Kleint2015-07-281-2/+1
* Tests: Remove some unused member variables.Friedemann Kleint2015-07-283-6/+1
* Various tests: Replace Q[TRY]_VERIFY(a == b) by Q[TRY]_COMPARE(a, b).Friedemann Kleint2015-07-2812-63/+63
* tst_qmenubar: Cast char-type array subscripts to int.Friedemann Kleint2015-07-281-60/+60
* Doc: remove the table of values from QT variable in QMake ManualLeena Miettinen2015-07-281-45/+3
* doc: Corrected docs for QList and QVectorMartin Smith2015-07-273-73/+120
* Tests: Replace Q[TRY]_VERIFY(v == true|false) by QVERIFY(v)|QVERIFY(!v).Friedemann Kleint2015-07-2730-130/+130
* QTimer: Force a compilation error with pmf without objectOlivier Goffart2015-07-271-2/+6
* Use ibus ProcessKeyEvent asynchronously.Takao Fujiwara2015-07-252-10/+133
* tests/auto/opengl: Replace Q[TRY]_VERIFY(a == b) by Q[TRY]_COMPARE(a, b).Friedemann Kleint2015-07-244-71/+71
* qdoc: Improve customization of generated html file namesVenugopal Shivashankar2015-07-245-29/+84
* qdoc: Improve searching of collection nodesTopi Reinio2015-07-245-26/+50
* Make the gles3 example more impressivePaul Olav Tvete2015-07-246-144/+84
* Some further optimizations in the qdoc codeLars Knoll2015-07-244-134/+113
* use Xml stream reader to read qdoc index filesLars Knoll2015-07-244-270/+291
* Don't generate invalid XMLLars Knoll2015-07-241-1/+5
* Optimize CppCodeMarker::addMarkUp furtherLars Knoll2015-07-243-15/+12
* QStateMachine: add defaultTransition in QHistoryStateErik Verbruggen2015-07-237-21/+166
* Fix qHash(QFontEngine::FaceId)Marc Mutz2015-07-231-3/+10
* moc: Make toExpand const, we do not modify it.Milian Wolff2015-07-232-2/+2
* Expose GLES 3.0 and 3.1 functionsLaszlo Agocs2015-07-2316-210/+6862
* StateMachine: remove initial state for parallel states.Erik Verbruggen2015-07-232-0/+39
* Optimize CppCodeMarker::addMarkUp()Lars Knoll2015-07-233-12/+38
* Skip loading of index files if we are running with --prepareLars Knoll2015-07-231-3/+5
* QStateMachine: remove left-over method.Erik Verbruggen2015-07-232-68/+5
* QColor: make nothrow move-assignable and -constructibleMarc Mutz2015-07-222-4/+18
* qvariant: Pass a couple of large types by const-ref in Qt6Sérgio Martins2015-07-222-0/+16
* qjsonarray: Remove a copy-ctor in Qt6Sérgio Martins2015-07-221-1/+3
* qdoc: replace some inefficient QLists with QVectorMarc Mutz2015-07-224-6/+6
* tools: mark some types movable/primitiveMarc Mutz2015-07-228-0/+13
* QSet/QQueue/QStack: remove docs for removed special member functionsMarc Mutz2015-07-223-59/+0
* QLocale: mark some private types movable/primitiveMarc Mutz2015-07-221-0/+3
* doc: QTimeZone::OffsetDataList is a QVector, not a QListMarc Mutz2015-07-221-1/+1
* QStringRef: make nothrow move-assign- and -constructibleMarc Mutz2015-07-221-9/+13
* QRegExp: remove pointless QRegExpCharClass copy special member functionsMarc Mutz2015-07-221-14/+0
* QXmlStreamAttribute: make nothrow move assignable and -constructibleMarc Mutz2015-07-221-0/+22
* QItemSelectionRange: make nothrow move-assignable and -constructibleMarc Mutz2015-07-221-0/+11