summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Move eglfs-only parts back from eglconvenienceLaszlo Agocs2015-07-1620-1090/+593
* QT_LOGGING_RULES supports multiple rules separated by semicolonsTasuku Suzuki2015-07-162-1/+9
* Refactor QVersionNumber to use the public functions when possibleThiago Macieira2015-07-162-31/+39
* Optimize moc: Remove another temporary list allocation.Milian Wolff2015-07-141-5/+5
* QSslSocket: remove code duplicationMarc Mutz2015-07-131-19/+13
* QPointer: remove user-declared empty destructorMarc Mutz2015-07-131-1/+1
* QTextEngine: don't hold ItemDecoration in QListMarc Mutz2015-07-131-1/+3
* QtWidgets: mark some private types movable or primitiveMarc Mutz2015-07-138-0/+12
* Optimize moc: Remove temporary allocations during macro expansion.Milian Wolff2015-07-132-10/+7
* RegistryKey: Move member variable initialization to the ctor-init-listSebastian Schuberth2015-07-131-4/+4
* doc: mark QVersionNumber as \since 5.6Keith Gardner2015-07-131-2/+2
* QSslSocket: use function objects and algorithms when sorting library pathsMarc Mutz2015-07-131-24/+26
* rcc: make qt_rcc_compare_hash a functorMarc Mutz2015-07-131-5/+9
* QLineEdit: don't hold SideWidgetEntry's in a QListMarc Mutz2015-07-131-1/+2
* widgets: add missing qheaderview_p.h to itemviews.priMarc Mutz2015-07-131-0/+1
* QAbstractItemView: don't hold QItemViewPaintPair in a QListMarc Mutz2015-07-131-1/+1
* QGraphicsItem: don't hold ExtraStruct in a QListMarc Mutz2015-07-131-1/+3
* QMenu: don't hold QPointers in QListMarc Mutz2015-07-132-9/+9
* QImageIOHandler: don't create QLists just to count their elementsMarc Mutz2015-07-132-4/+4
* QKeySequence: replace an inefficient QList with QVectorMarc Mutz2015-07-131-4/+5
* QSequentialAnimationGroupPrivate: replace an inefficient QList with QVectorMarc Mutz2015-07-131-1/+1
* QStateMachinePrivate: replace an inefficient QList with QVectorMarc Mutz2015-07-133-23/+24
* QPlatformFontDatabase: compress requiredUnicodeBits tableMarc Mutz2015-07-131-1/+1
* QKeySequence: use QKeySequencePrivate::MaxKeyCount everywhereMarc Mutz2015-07-132-24/+15
* qcocoahelpers: make qtKey2CocoaKeySortLessThan a function objectMarc Mutz2015-07-131-4/+8
* Polish the widgets/mainwindows/application example.Friedemann Kleint2015-07-132-4/+17
* Fix typo in EnterKeyType documentation.Mitch Curtis2015-07-111-2/+2
* Core: Replace QProcess::error signal with QProcess::errorOccurredKai Koehne2015-07-102-6/+18
* Fix some qdoc-warnings.Friedemann Kleint2015-07-1016-22/+21
* qdoc: Add the noautolist command to qdocMartin Smith2015-07-109-10/+53
* Remove documentation of QTextCodec::setCodecForTr().Friedemann Kleint2015-07-102-20/+0
* QDBusObjectPath / QDBusSignature: add missing =0 on qHash seed argumentMarc Mutz2015-07-101-2/+2
* QRingBuffer::reserveFront(): do not leave empty array in buffer listAlex Trotsenko2015-07-101-2/+6
* Optimize moc: Implement fast operator== for Symbols.Milian Wolff2015-07-101-1/+4
* qdoc: don't hold ParsedParameter in a QListMarc Mutz2015-07-101-1/+3
* QtDBus: replace some inefficient QLists with QVectorMarc Mutz2015-07-102-3/+4
* Added QVersionNumber to QtCore's public APIKeith Gardner2015-07-105-5/+4
* Do not support static QIcon instancesFrederik Gladhorn2015-07-092-5/+2
* Add ability for QIcons to be marked as template images.James Turner2015-07-094-1/+32
* QXmlSimpleReader: mark some types as primitiveMarc Mutz2015-07-091-0/+4
* Haiku: Fix QWaitCondition on HaikuTobias Koenig2015-07-081-1/+1
* QComboBox::setView only delete the old view if it is a childThorbjørn Martsum2015-07-081-1/+2
* Bring back OS X key handling.Morten Johan Sørvig2015-07-081-2/+2
* Remove Q_DEAD_CODE_FROM_QT4_MAC sectionMorten Johan Sørvig2015-07-081-3/+0
* Remove Q_DEAD_CODE_FROM_QT4 sections.Morten Johan Sørvig2015-07-081-6/+0
* Remove Q_DEAD_CODE_FROM_QT4_MAC sectionsMorten Johan Sørvig2015-07-081-7/+0
* Remove Q_DEAD_CODE_FROM_QT4_MAC sectionMorten Johan Sørvig2015-07-081-5/+0
* QtSql: Use Q_NULLPTR instead of 0 in all public headersMarc Mutz2015-07-085-8/+8
* Fix inefficient code foreaching on container.values()Sérgio Martins2015-07-084-6/+6
* Compile with !QT_SUPPORTS(UNSHARABLE_CONTAINERS)Marc Mutz2015-07-082-0/+6