summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* remove redundant QMAKE_USE += xcbOswald Buddenhagen2016-10-041-1/+0
* remove stray dbus/-menu dependency from xcb pluginOswald Buddenhagen2016-10-043-8/+0
* rely on module include paths for qpa includesOswald Buddenhagen2016-10-044-6/+6
* remove apparently useless egl includeOswald Buddenhagen2016-10-041-5/+0
* convert apparently forgotten QT_CONFIG/fontconfig reference to qtConfig()Oswald Buddenhagen2016-10-041-1/+1
* clean up freetype conditionalsOswald Buddenhagen2016-10-042-2/+2
* fix freetype/fontconfig configure systemOswald Buddenhagen2016-10-049-25/+22
* make QMAKE_USE parameterizableOswald Buddenhagen2016-10-042-6/+10
* factor out QMAKE_USE* processing to a separate prf fileOswald Buddenhagen2016-10-043-24/+23
* Don't add -spec XXX more than once to system command in xcodebuild.prfJake Petroules2016-10-041-2/+6
* Fix plain text QStaticText with line breaksEskil Abrahamsen Blomfeldt2016-10-042-0/+57
* Fix PrintScreen mapping on macOS and moreAllan Sandfeld Jensen2016-10-042-2/+6
* fix parsing of -system-proxiesOswald Buddenhagen2016-10-041-6/+10
* make command line parsing more compliant with configure scriptOswald Buddenhagen2016-10-042-10/+13
* remove redundant load(qt_build_config)Oswald Buddenhagen2016-10-041-2/+0
* remove obsolete module warningOswald Buddenhagen2016-10-041-8/+0
* remove redundant conditionals regarding sslOswald Buddenhagen2016-10-041-2/+2
* rename configure.exe => configureapp.exeOswald Buddenhagen2016-10-045-5/+5
* fix msvc build in dirs with spacesOswald Buddenhagen2016-10-041-1/+1
* QXmlAttributes: mark as shared-come-qt6Marc Mutz2016-10-041-0/+7
* Exclude tst_QSettings::rainersSyncBugOnMac() on all Apple OSesTor Arne Vestbø2016-10-031-2/+2
* Speed up compilation of tst_qgraphicsview_2.cppMarc Mutz2016-10-032-580/+1180
* Round to nearest millisecond in QDateTime::fromCFDate()Tor Arne Vestbø2016-10-022-7/+10
* Remove QCocoaWindowPointer in favor of QCocoaWindow inheriting QObjectTor Arne Vestbø2016-10-012-54/+19
* QFileSystemNode: simplify three loops over the children hashMarc Mutz2016-09-301-15/+9
* QFileSystemModel: add an assert to prevent leaksMarc Mutz2016-09-301-0/+1
* QFileSystemModel: reuse an existing variableMarc Mutz2016-09-301-1/+1
* Reorder arguments to qmake self-invocation in xcodebuild.prfJake Petroules2016-09-301-1/+1
* Fix qt_blend_rgb32_on_rgb32_avx2Allan Sandfeld Jensen2016-09-301-1/+1
* Freetype: Fix wrong line spacing for Courier NewEskil Abrahamsen Blomfeldt2016-09-301-0/+6
* Add qtest_network.hMarc Mutz2016-09-297-145/+131
* xcb: when using XI2 for mouse, change state only on press and releaseShawn Rutledge2016-09-292-6/+17
* Merge "Merge remote-tracking branch 'origin/5.7' into 5.8" into refs/staging/5.8Liang Qi2016-09-2947-177/+473
|\
| * Merge remote-tracking branch 'origin/5.7' into 5.8Liang Qi2016-09-2947-177/+473
| |\
| | * Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-09-2825-73/+302
| | |\
| | | * syncqt.pl: fix a few misguided regexes to match .h file namesEdward Welbourne2016-09-281-3/+3
| | | * Plug memleaks in tst_QWidgetMarc Mutz2016-09-281-3/+7
| | | * QTapAndHoldGestureRecognizer: Fix several UBs (invalid cast) in recognize()Marc Mutz2016-09-281-10/+14
| | | * QWidget: Fix UB (invalid cast) in sendResizeEvents()Marc Mutz2016-09-281-1/+3
| | | * tst_QApplication: Fix UBs (invalid cast) in focusMouseClick()Marc Mutz2016-09-281-22/+3
| | | * QGraphicsAnchorLayout: Fix invalid use of Q_AUTOTEST_EXPORTPalo Kisa2016-09-272-3/+3
| | | * Extend tested formats in lancelotAllan Sandfeld Jensen2016-09-271-0/+26
| | | * syncqt.pl: also allow digits in upper-case macro namesEdward Welbourne2016-09-271-1/+1
| | | * QDateTimeEdit: synchronize time-spec before initializing displayEdward Welbourne2016-09-272-1/+11
| | | * Add GLSL version 110 on Intel with compat profilesLaszlo Agocs2016-09-271-2/+12
| | | * QSslSocket: respect read buffer's max size (SecureTransport)Timur Pocheptsov2016-09-272-1/+64
| | | * Plug memleaks in tst_QGridLayoutMarc Mutz2016-09-271-3/+5
| | | * Plug memleaks in tst_QBoxLayoutMarc Mutz2016-09-271-2/+2
| | | * QLayout: Fix UB (invalid cast) in widgetEvent()Marc Mutz2016-09-271-4/+3
| | | * QStackedLayout: Fix UB (invalid cast) in qt_wasDeleted()Marc Mutz2016-09-272-8/+5