summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Polish the examples/widgets/mainwindows example.Friedemann Kleint2015-07-177-423/+322
* tst_qprintdevice: Extend output.Friedemann Kleint2015-07-171-2/+3
* Polish the widgets/mainwindows/sdi example.Friedemann Kleint2015-07-174-151/+157
* tst_qmimedatabase: Add some log output when running update-mime-database.Friedemann Kleint2015-07-171-2/+7
* Fixed typo in QObject docs.Kavindra Palaraja2015-07-171-3/+3
* Remove the ref-qualified versions of segments and normalizedThiago Macieira2015-07-162-55/+18
* QMainWindow: Remove dockwidgets from the floating tabs when pluggingOlivier Goffart2015-07-161-0/+10
* tst_qaccessibility: Add message in case fuzzy comparison of QRect fails.Friedemann Kleint2015-07-161-4/+19
* QStyleSheetStyle: mark QRenderRule and ButtonInfo movableMarc Mutz2015-07-161-0/+2
* QCommandLineOption: prevent aggressive inliningMarc Mutz2015-07-161-0/+1
* QCommandLineOption: never inline the warning functionMarc Mutz2015-07-161-0/+2
* QFileSystemModel: add a symbolic constant for the number of columnsMarc Mutz2015-07-162-1/+3
* QPlatformBackingStore: don't hold QBackingstoreTextureInfo in QListMarc Mutz2015-07-161-1/+1
* QStyleSheetStyle: scope a ButtonInfo object betterMarc Mutz2015-07-161-5/+6
* Mark some QtMetaTypePrivate classes movableMarc Mutz2015-07-161-0/+8
* QStyleSheetStyle: remove empty QRenderRule dtorMarc Mutz2015-07-161-1/+0
* QPolygon(F): add some move ctorsMarc Mutz2015-07-161-2/+10
* QStyleSheetStyle: separate data and functions in QRenderRuleMarc Mutz2015-07-161-7/+10
* QPlatformFontDatabase: compress an array of ushortsMarc Mutz2015-07-161-5/+8
* Mark QNetworkReplyImplPrivate::InternalNotifications as primitiveMarc Mutz2015-07-161-0/+1
* QPairVariantInterfaceImpl: init all fieldsMarc Mutz2015-07-161-0/+4
* QThread: simplify the pthread_cleanup_pop functionThiago Macieira2015-07-161-7/+8
* QCommandLineOption: add some Q_UNLIKELYMarc Mutz2015-07-161-5/+5
* QCommandLineOption: reduce string dataMarc Mutz2015-07-161-16/+16
* 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-136-162/+153