summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* qmake: use reserve to optimize memory allocation.Anton Kudryavtsev2016-02-018-7/+31
* QRingBuffer: add append(const char *, qint64) functionAlex Trotsenko2016-02-019-37/+23
* Micro-optimize QIODevice::write()Alex Trotsenko2016-02-011-7/+4
* Stabilize tst_QProcess::softExitInSlots()Alex Trotsenko2016-02-011-2/+2
* qmake: replace a QLinkedList with QVectorMarc Mutz2016-02-011-5/+5
* Windows QPA: Improve handling of windows of type Qt::ForeignWindow.Friedemann Kleint2016-01-308-132/+308
* Fix QSocketEngineBackend::nativeBytesAvaible for UDP socketsTimur Pocheptsov2016-01-291-4/+13
* Revert "Correct floordiv() to cope with implementation-defined division."Edward Welbourne2016-01-291-10/+6
* Add a makespec for 64-bit Tegra X1 boardsLaszlo Agocs2016-01-293-1/+79
* Integrate QProcess into QIODevice's multistreaming infrastructureAlex Trotsenko2016-01-297-115/+64
* Adapt QFileDevice to use QIODevice's write bufferAlex Trotsenko2016-01-294-20/+17
* QNetworkHeadersPrivate: use erase and std::remove_if with QListAnton Kudryavtsev2016-01-291-7/+8
* QGraphicsAnchorLayout: return a struct instead of a QListMarc Mutz2016-01-292-27/+20
* QFontComboBox: optimize handling of icons for delegateMarc Mutz2016-01-291-6/+6
* QColor: plaster API with Q_DECL_NOTHROWMarc Mutz2016-01-292-127/+127
* QEventDispatcherUNIX: Clean up thread_pipe logicLouai Al-Khanji2016-01-292-80/+111
* update bundled sqlite to 3.10.0.2Mark Brand2016-01-294-9129/+40245
* qmake: eradicate Q_FOREACH loops [already const]Marc Mutz2016-01-2811-36/+36
* qmake: eradicate Q_FOREACH loops [needing qAsConst()]Marc Mutz2016-01-2814-33/+32
* qmake: eradicate Q_FOREACH loops [rvalues]Marc Mutz2016-01-285-19/+38
* qmake: eradicate Q_FOREACH loops [const-& returns]Marc Mutz2016-01-287-23/+23
* qmake: don't iterate over .keys()Marc Mutz2016-01-282-8/+6
* qmake: replace a Q_FOREACH loop with QList::op+=Marc Mutz2016-01-281-4/+1
* Compile fix for QT_NO_ACCESSIBILITYPaul Olav Tvete2016-01-281-1/+2
* uic: Accept an -idbased argumentPavel Geiger2016-01-286-8/+510
* QTranslator: optimize string and char usageAnton Kudryavtsev2016-01-281-2/+2
* QHttpNetworkHeaderPrivate: use erase and std::remove_if with QListAnton Kudryavtsev2016-01-281-7/+8
* QIODevice: make the read/write chunk sizes configurableAlex Trotsenko2016-01-274-18/+23
* QIODevice: add infrastructure for multistreamingAlex Trotsenko2016-01-276-14/+264
* QEventDispatcherUNIX: Use poll instead of selectLouai Al-Khanji2016-01-262-324/+206
* Merge "Merge remote-tracking branch 'origin/5.6' into dev" into refs/staging/devLiang Qi2016-01-26100-515/+824
|\
| * Merge remote-tracking branch 'origin/5.6' into devLiang Qi2016-01-26100-515/+824
| |\
| | * Doc: Added brief statement to XML examplesNico Vertriest2016-01-262-0/+3
| | * Doc: removed double occurrence of systray.qdocNico Vertriest2016-01-262-186/+6
| | * Doc: Added brief statement for examples overview pageNico Vertriest2016-01-262-0/+3
| | * Android: Probe for virtual keyboard heightBogDan Vatra2016-01-261-7/+49
| | * Call out to QtDBus message spies in the main threadThiago Macieira2016-01-253-13/+57
| | * Repaint QOpenGLWidget when screen changesDyami Caliri2016-01-241-0/+3
| | * Fix tlw source rect transformation for backingstore blit.Dyami Caliri2016-01-241-1/+1
| | * Q*Application: don't allocate memory just to compare C stringsMarc Mutz2016-01-233-37/+45
| | * Android: Fix compile on arm64BogDan Vatra2016-01-231-0/+3
| | * Speed up QObject::connect with function pointersSimon Hausmann2016-01-221-0/+1
| | * QNX: Fix -developer-buildRafael Roquetto2016-01-221-4/+4
| | * Cocoa: Update QWindow::screen() on expose/show.Morten Johan Sørvig2016-01-221-0/+12
| | * Autotest: make tst_QDateTime pass when LC_TIME != en_USThiago Macieira2016-01-221-9/+6
| | * Hide better the private API QTextCursor constructorsThiago Macieira2016-01-229-19/+28
| | * Fix build with QT_NO_OPENGLTor Arne Vestbø2016-01-211-0/+1
| | * Use QFileInfo::exists(f) instead of QFileInfo(f).exists()Tobias Koenig2016-01-214-8/+8
| | * Remove dead code from QOpenGLPaintEngineAllan Sandfeld Jensen2016-01-212-19/+1
| | * Work around MinGW-make's magic prefixing of paths.Frederik Gladhorn2016-01-218-4/+38