summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Blacklist tryAcquireWithTimeoutSimon Hausmann2015-06-201-1/+1
* Insignifify qdiriterator testSimon Hausmann2015-06-201-0/+2
* QHttpNetworkHeaderPrivate: use QList<QByteArray>::join()Marc Mutz2015-06-201-10/+2
* QAbstractItemView: convert some assignments into RVO'ed initializationsMarc Mutz2015-06-201-4/+2
* Prospective fix to unbreak qtdeclarative testsSimon Hausmann2015-06-201-4/+4
* Core: Consolidate QProcess error reportingKai Koehne2015-06-205-79/+78
* Simplify QIODevice::readAll()Alex Trotsenko2015-06-201-22/+13
* QSettings: replace a QMap with a QListMarc Mutz2015-06-203-7/+13
* QCommandLineOption: prevent aggressive inliningMarc Mutz2015-06-201-0/+2
* QFontSubset: mark local types movable and hold in QVector, not QListMarc Mutz2015-06-202-19/+24
* Remove quadratic behavior in QFontDatabase::writingSystems()Marc Mutz2015-06-191-8/+16
* windows: Disable D3D9/11 with ANGLE in VMsLaszlo Agocs2015-06-196-5/+45
* Move-enable QPixmapCache::KeyMarc Mutz2015-06-192-0/+24
* QSpdyProtocolHandler: don't create QLists of key and value just to iterate overMarc Mutz2015-06-191-12/+7
* QtNetwork: fix warnings when compiling with QT_NO_BEARERMANAGEMENTUlf Hermann2015-06-192-3/+2
* QCommandLineOption: optimize ctorsMarc Mutz2015-06-192-32/+49
* QCUPSSupport: clear the job-hold-until option if jobHoldToString() is emptyMarc Mutz2015-06-192-2/+15
* Micro-optimize QSettingsPrivate::processChild() and its usersMarc Mutz2015-06-193-6/+6
* QPixmapCache: remove unused Q_TEST_QPIXMAPCACHE-only functionMarc Mutz2015-06-192-25/+0
* Use Q_GLOBAL_STATIC for QThreadStorage<QGuiGLThreadContext *>Sérgio Martins2015-06-191-5/+5
* qprinter: Remove superfluous iteration and memory allocationSérgio Martins2015-06-191-1/+1
* QStringRef: add truncate()Marc Mutz2015-06-193-1/+42
* QMap: add const equal_range() overloadMarc Mutz2015-06-193-0/+50
* QVector: add move(int,int) for QList compatMarc Mutz2015-06-183-0/+73
* Don't build CUPS related code if QT_NO_CUPS is set.Ulf Hermann2015-06-189-18/+18
* QMenu/QToolBar: Add overloads of addAction() using Qt 5 signals and slots.Friedemann Kleint2015-06-186-0/+329
* QIODevice::atEnd(): fix debug message outputAlex Trotsenko2015-06-181-3/+4
* QException: fix exception specificationMarc Mutz2015-06-172-5/+13
* tst_QStateMachine: replace inefficient QLists with QVectorMarc Mutz2015-06-171-3/+3
* QMetaObjectBuilder: replace an inefficient QList with QVectorMarc Mutz2015-06-171-1/+1
* QMetaObjectBuilder: replace inefficient QLists with QVectorMarc Mutz2015-06-171-6/+12
* QPointer: add member-swapMarc Mutz2015-06-173-0/+27
* qDBusRealAddTimeout(): don't create a QList just to check it's emptyMarc Mutz2015-06-171-1/+1
* QButtonGroup: don't create a list just to find the minimum elementMarc Mutz2015-06-171-7/+6
* Don't define qAccessiblePlugins if we cannot use them.Ulf Hermann2015-06-161-2/+2
* Unify QByteArray::MaxSize and MaxAllocSizeUlf Hermann2015-06-166-30/+82
* Add check for top level widget leaks in kernel test of QtWidgets.Friedemann Kleint2015-06-166-0/+20
* configure.exe: Fix detection of DirectWrite for MinGW.Friedemann Kleint2015-06-161-1/+3
* Use "Ex"-versions of WaitForSingle/MultipleObject(s) where possibleOliver Wolff2015-06-165-11/+10
* Make sure the QDockAreaLayoutInfo item_list is detached when we are going to ...Olivier Goffart2015-06-161-2/+2
* Fix conditions for disabling dbus dynamic symbol lookupUlf Hermann2015-06-162-6/+6
* Micro-optimize QKeySequencePrivate::decodeString()Marc Mutz2015-06-151-1/+1
* Add a synthesized-by-application value to mouse event sourceLaszlo Agocs2015-06-152-1/+8
* Added SSL support for MySQL database connectionsOlivier Delbeke2015-06-144-34/+75
* Improve back trace handlingSimon Hausmann2015-06-141-1/+1
* Blacklist and skip various tests that are flakeySimon Hausmann2015-06-1468-73/+226
* Blacklist tst_QThreadPool::expiryTimeoutRace() on OS XSimon Hausmann2015-06-121-0/+2
* core: Add several QList::reserve() calls.Sérgio Martins2015-06-120-0/+0
* Namespace copy of QFileSystemIterator in QDirIterator benchmarkUlf Hermann2015-06-123-2/+9
* Don't try to load opengl extensions or functions without QLibraryUlf Hermann2015-06-122-3/+9