summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* QtDBus: mark QDBusAdaptorConnector::AdaptorData as primitiveMarc Mutz2015-07-081-0/+1
* Introduce QT_NO_WINCE_NUIOUSER for WEC2013Bjoern Breitmeyer2015-07-081-5/+7
* StateMachine: Move Q...Private::get to _p.h file.Erik Verbruggen2015-07-0812-44/+14
* QDBusConnection: fix misleading placement of Q_DECLARE_FLAGSMarc Mutz2015-07-081-1/+2
* platformsupport/linuxaccessibility: fix uses of inefficient QListsMarc Mutz2015-07-083-14/+23
* qdoc: Make private friend publicMartin Smith2015-07-071-0/+8
* qdoc: Removed debug codeMartin Smith2015-07-072-13/+0
* qdoc: Parsing of inline friendsMartin Smith2015-07-074-74/+177
* qdoc:Fixed a few qdoc errorsMartin Smith2015-07-074-9/+17
* QMainWindowLayout::hover does not need to return a valueOlivier Goffart2015-07-072-9/+7
* QQuaternion: perform some operations in memory orderMarc Mutz2015-07-071-14/+14
* QVector: mark const variants of begin()/end() nothrowMarc Mutz2015-07-071-16/+16
* QtCore: mark some more types as movable/primitiveMarc Mutz2015-07-078-0/+9
* QProcessEnvironment: fix op==Marc Mutz2015-07-071-4/+9
* Mark QTextStreamManipulator ctors constexpr nothrowMarc Mutz2015-07-071-2/+2
* QLabelPrivate: separate data and function members, avoid paddingMarc Mutz2015-07-072-43/+47
* QLabelPrivate: de-inline ctorMarc Mutz2015-07-072-34/+44
* QByteArray: add {const_,reverse_iterator}, {c,}r{begin,end}()Marc Mutz2015-07-072-8/+63
* QString: add {const_,reverse_iterator}, {c,}r{begin,end}()Marc Mutz2015-07-072-8/+79
* Introduce QT_NO_WINCE_SHELLSDK for WEC builds.Bjoern Breitmeyer2015-07-063-3/+8
* dbus: allow dbus_shutdown() on QT_NO_LIBRARY && QT_LINKED_LIBDBUSUlf Hermann2015-07-061-2/+2
* QIcon: use (Qt-) canonical form of move special member functionsMarc Mutz2015-07-061-3/+3
* QtTestLib: Use Q_NULLPTR instead of 0 in all public headersMarc Mutz2015-07-0611-51/+59
* QtWidgets: Use Q_NULLPTR instead of 0 in all public headersMarc Mutz2015-07-0698-298/+298
* QtDBus: mark some types as movable come Qt 6Marc Mutz2015-07-061-0/+9
* QtOpenGL: Use Q_NULLPTR instead of 0 in all public headersMarc Mutz2015-07-066-16/+16
* QTextLayout: deprecate QList API for additionalFormatMarc Mutz2015-07-042-11/+14
* Make QWidget *=0, Qt::WindowFlags f=0 functions use Q_NULLPTRMarc Mutz2015-07-0420-45/+51