summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* QList: Introduce constFirst() and constEnd()Sérgio Martins2015-06-273-2/+160
* Add support for driver_description and os.release in GPU blacklistsLaszlo Agocs2015-06-265-38/+142
* QSortFilterProxyModel: Keep invalid index updated on source model sortDaiwei Li2015-06-252-0/+48
* Micro-optimize QKeySequence datastream operator (I)Marc Mutz2015-06-241-8/+7
* QStateMachine: remove unused qHash(QPointer<T>)Marc Mutz2015-06-241-4/+0
* QMdiArea: don't hold QPointers in QListMarc Mutz2015-06-241-2/+2
* QPicture: don't hold images in QListMarc Mutz2015-06-241-1/+1
* QPicture: don't hold pixmaps in QListMarc Mutz2015-06-241-1/+2
* QZip*: mark various types movable and primitiveMarc Mutz2015-06-242-0/+10
* QtGui: don't hold QPainterPath in QListMarc Mutz2015-06-242-4/+4
* QAbstractTransition: don't hold QPointers in QListMarc Mutz2015-06-243-3/+4
* QMacStyle: replace a QSet<QPointer> with QVector<QPointer>Marc Mutz2015-06-242-10/+5
* tst_qzip: remove unused init()/cleanup() functionsMarc Mutz2015-06-241-11/+0
* widgets: Use QList::reserve(), reduces reallocations.Sérgio Martins2015-06-2317-41/+117
* dbus: Use QList::reserve(), reduces reallocations.Sérgio Martins2015-06-233-2/+10
* Replace QVERIFY with QCOMPARE in QRingBuffer autotestAlex Trotsenko2015-06-231-23/+23
* Revert "Handle context loss in window surface creation too"Laszlo Agocs2015-06-231-2/+1
* Revert "windows: Disable D3D9/11 with ANGLE in VMs"Laszlo Agocs2015-06-236-45/+5
* QTextureGlyphCache: add some qMove()Marc Mutz2015-06-221-2/+2
* Force Visual C++ math.h to define the M_ constantsThiago Macieira2015-06-221-0/+10
* Replace #ifdefs with qmake feature checks.Ulf Hermann2015-06-2234-110/+14
* Don't try to resolve symbols for xcb if QT_NO_LIBRARY is setUlf Hermann2015-06-223-6/+8
* Define openssl symbol resolution warning function only if necessaryUlf Hermann2015-06-221-0/+3
* gui: Add several QList::reserve() calls.Sérgio Martins2015-06-2217-16/+40
* QMap: use constrained templates instead of static-ifsMarc Mutz2015-06-221-29/+25
* doc: Fix qdoc errors in qstring.cppMartin Smith2015-06-221-3/+3
* doc: Add missing comment delimiterMartin Smith2015-06-221-0/+1
* Export gamma setting and metadata in QImageReaderAllan Sandfeld Jensen2015-06-223-9/+49
* Core: Fix QProcess::errorString() outputKai Koehne2015-06-221-0/+1
* Handle context loss in window surface creation tooLaszlo Agocs2015-06-221-1/+2
* QIcon: don't use a QList<QImage>Marc Mutz2015-06-221-2/+2
* QTextDocumentLayout: don't hold QPointers in QListMarc Mutz2015-06-221-1/+1
* qdoc: mark Location::StackEntry as movable and Location as complexMarc Mutz2015-06-221-0/+3
* QtIcoHandler: don't hold images in QListMarc Mutz2015-06-221-7/+9
* qdoc: don't hold Location in QLists, don't even copy itMarc Mutz2015-06-221-5/+2
* QTextureGlyphCache: don't use a QList<QImage>Marc Mutz2015-06-221-8/+11
* fix "install target not created" for WinRt buildsJoerg Bornemann2015-06-221-1/+4
* qdoc: don't hold QQmlJS::AST::SourceLocation in QListsMarc Mutz2015-06-219-36/+39
* QGestureManager: fix expensive iteration over QHash::keys()Marc Mutz2015-06-211-3/+4
* QtTest: don't hold QBenchmarkResults in QListMarc Mutz2015-06-212-3/+5
* QGestureManager: fix expensive iteration over QHash::keys()Marc Mutz2015-06-211-3/+3
* QMdiSubWindow: fix O(n+nlogn) loop to O(n)Marc Mutz2015-06-211-2/+2
* qdoc: fix one of the most expensive loops in QtMarc Mutz2015-06-211-6/+7
* Insignifify qfileinfo on Windows, like QDirSimon Hausmann2015-06-201-0/+2
* Extend flakeyness of tst_QDBusAbstractAdaptor::overloadedSignalEmission(int)Simon Hausmann2015-06-201-1/+1
* Blacklist flakey tst_QTimeLine::duration test on WindowsSimon Hausmann2015-06-201-0/+2
* Improve debug output of tst_QTimeLine::frameRate()Simon Hausmann2015-06-201-1/+1
* Extend tst_QPauseAnimation::pauseAndPropertyAnimations blacklistSimon Hausmann2015-06-201-1/+1
* Blacklist tst_QPropertyAnimation::startBackwardWithoutEndValue on WindowsSimon Hausmann2015-06-201-0/+2
* Extend the scope of QTBUG-30943Simon Hausmann2015-06-201-1/+1