summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* QtGui: use new QRegion::begin()/end() instead of rect()Marc Mutz2016-02-289-34/+23
* QRegion: use new begin()/end() in op<<(QDataStream)Marc Mutz2016-02-281-9/+10
* QRegion: make iterableMarc Mutz2016-02-283-3/+163
* Blacklist a font dialog test that failsTony Sarajärvi2016-02-261-0/+1
* Blacklist tst_QStyleSheetStyle::hoverColors as it is flakyTony Sarajärvi2016-02-261-0/+2
* Also search the main bundle plugin path for plugins on Apple OSes.Jake Petroules2016-02-251-0/+20
* Merge "Merge remote-tracking branch 'origin/5.7' into dev" into refs/staging/devLiang Qi2016-02-25221-979/+2827
|\
| * Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-02-25221-979/+2827
| |\
| | * QtGui: use reserve to optimize memory allocation.Anton Kudryavtsev2016-02-253-1/+5
| | * QtCore: replace QStringLiteral with QLatin1String when appendingMarc Mutz2016-02-255-5/+5
| | * QtNetwork: don't use Boyer-Moore for single-character needlesMarc Mutz2016-02-242-11/+4
| | * Perfect (almost) Qt on Android splash screen.BogDan Vatra2016-02-246-26/+52
| | * QMimeTypeParser: scope a variable betterMarc Mutz2016-02-241-3/+3
| | * QMimeTypeParser: don't use the heap to create QMimeMagicRulesMarc Mutz2016-02-241-8/+18
| | * QMimeTypeParser: use QStringBuilder moreMarc Mutz2016-02-242-11/+7
| | * QMimeTypeParser: use QStringRef moreMarc Mutz2016-02-243-15/+15
| | * QtGui: replace QStringLiteral with QLatin1String when appendingMarc Mutz2016-02-242-3/+3
| | * QtWidgets: replace QStringLiteral with QLatin1String when appendingMarc Mutz2016-02-242-3/+3
| | * QSqlDriver:sqlStatement: respect generated flags for WHERE tooMark Brand2016-02-241-1/+6
| | * xcb: Remove unneeded null pointer checksBłażej Szczygieł2016-02-243-14/+4
| | * Merge "Merge remote-tracking branch 'origin/5.6' into 5.7" into refs/staging/5.7Liang Qi2016-02-2462-420/+861
| | |\
| | | * Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-02-2462-420/+861
| | | |\
| | | | * Fix font dialog with missing font family and pixel sizesEskil Abrahamsen Blomfeldt2016-02-241-2/+2
| | | | * QtWidgets: Always deliver the wheel event to submenusBłażej Szczygieł2016-02-241-3/+14
| | | | * xcb: Deliver mouse enter event to window when closing modal windowBłażej Szczygieł2016-02-243-0/+243
| | | | * Disable ligatures using existing mechanism in HB, not workaroundEskil Abrahamsen Blomfeldt2016-02-243-25/+12
| | | | * Blacklist tst_QTreeView::setSortingEnabledChild() on Windows.Friedemann Kleint2016-02-241-0/+2
| | | | * QtWidgets: Proper delivery of enter/leave event to context menusBłażej Szczygieł2016-02-242-12/+151
| | | | * Set QMAKE_CFLAGS_RELEASE_WITH_DEBUGINFO for win32-g++Hannah von Reth2016-02-231-0/+1
| | | | * Windows QPA: Send synthesized expose events when window shrinks.Friedemann Kleint2016-02-231-1/+3
| | | | * Windows QPA: Use window flags stored in QWindowsWindow for frame geometry.Friedemann Kleint2016-02-231-1/+1
| | | | * Autotest: Blacklist tst_QFontDialog::setFont()Simo Fält2016-02-231-0/+1
| | | | * Doc: Evaluate QT_VERSION >= QT_VERSION_CHECK(6,0,0) to falseTopi Reinio2016-02-221-0/+4
| | | | * QFontEngineFT: Fix Clang warning about using uninitialized variables.Friedemann Kleint2016-02-211-2/+2
| | | | * QCocoaMenuItem: Use the right Objective C class forwarding macrosGabriel de Dietrich2016-02-191-11/+4
| | | | * QMenu: Add delegate related notes to OS X-only APIGabriel de Dietrich2016-02-191-2/+8
| | | | * Windows DirectWrite: Improve error messages for font engine creation.Friedemann Kleint2016-02-191-7/+24
| | | | * unhack qt_install_headers vs. lib_bundleOswald Buddenhagen2016-02-192-2/+2
| | | | * load qt_common in qt_helper_libOswald Buddenhagen2016-02-191-0/+3
| | | | * remove dead code re CONFIG+=generate_pbxbuild_makefileOswald Buddenhagen2016-02-191-39/+0
| | | | * xcb: include <cmath>Shawn Rutledge2016-02-191-0/+1
| | | | * Make public headers compile with -Wzero-as-null-pointer-constantMarc Mutz2016-02-195-8/+8
| | | | * xcb: properly initialize size in millimeters if XRandR is not supportedShawn Rutledge2016-02-191-0/+3
| | | | * xcb: Properly initialize available geometry when XRandR is missingAlexander Volkov2016-02-191-1/+1
| | | | * Android: Fix immersive modeBogDan Vatra2016-02-191-0/+12
| | | | * doc: Clean up old references to QApplication for GUI applicationEskil Abrahamsen Blomfeldt2016-02-191-9/+10
| | | | * Windows QPA: Fix warnings as shown by Qt Creator's Clang based code model.Friedemann Kleint2016-02-1922-211/+214
| | | | * Qt Quick: Fix selection when mixing line breaks and line wrapsEskil Abrahamsen Blomfeldt2016-02-191-9/+10
| | | | * Disable unneeded ligatures when letter spacing is setEskil Abrahamsen Blomfeldt2016-02-194-5/+40
| | | | * OpenGL: Fix for incorrect GL enum in getterPaolo Angelelli2016-02-191-1/+1