summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Add qHash(QLocale)Marc Mutz2015-06-302-0/+21
* QModelIndex: Fix a nullptr literal 0 that would look odd as nullptrMarc Mutz2015-06-301-1/+1
* QtGui: make all Q_DECLARE_SHARED types nothrow move-assignableMarc Mutz2015-06-3010-34/+50
* QtNetwork: make all Q_DECLARE_SHARED types nothrow move-assignableMarc Mutz2015-06-3016-42/+99
* QtDBus: make all Q_DECLARE_SHARED types nothrow move-assignableMarc Mutz2015-06-302-7/+8
* QtCore: make all Q_DECLARE_SHARED types nothrow move-assignableMarc Mutz2015-06-309-27/+23
* Use QVector::reserve() all over the place.Sérgio Martins2015-06-2918-9/+41
* Do not use 16 bits per color on GLESLaszlo Agocs2015-06-294-17/+75
* iOS: Use LC_MAIN to wrap user main() instead of mangling object filesTor Arne Vestbø2015-06-291-14/+3
* QRasterPaintEngine: Don't detach QImageSérgio Martins2015-06-291-3/+3
* Fix inefficient container.values().first()Sérgio Martins2015-06-282-2/+2
* QGraphicsItemAnimationPrivate: replace a sort with a rotateMarc Mutz2015-06-281-5/+3
* Make QGraphicsItemAnimationPrivate::Pair a (C++98) PODMarc Mutz2015-06-281-2/+1
* QGraphicsItemAnimation: don't hold Private::Pair in QListMarc Mutz2015-06-281-15/+16
* QWeakPointer: remove misleading Q_DECL_CONSTEXPRMarc Mutz2015-06-281-1/+1
* QDataWidgetMapper: use QList::reverse_iteratorMarc Mutz2015-06-281-1/+1
* QCommandLineOption: Q_DECL_NOTHROW -> Q_DECL_NOEXCEPTMarc Mutz2015-06-281-1/+1
* QSqlIndex: replace QList<bool> with QVector<bool>Marc Mutz2015-06-282-1/+7
* Also add support for linked OpenSSL without SSL v2 & v3 supportDaniel Molkentin2015-06-282-0/+20
* QSharedPointer: destroy LHS on move assignmentMarc Mutz2015-06-271-1/+2
* network: Use QList::reserve(), reduces reallocations.Sérgio Martins2015-06-274-3/+11
* Use QList::reserve(), reduces reallocationsSérgio Martins2015-06-2712-12/+38
* QList: Introduce constFirst() and constEnd()Sérgio Martins2015-06-272-2/+24
* Add support for driver_description and os.release in GPU blacklistsLaszlo Agocs2015-06-263-34/+98
* QSortFilterProxyModel: Keep invalid index updated on source model sortDaiwei Li2015-06-251-0/+21
* 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
* 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
* 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-234-26/+4
* 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