summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Reapply 0d9208cecbbd9ed08e4ffb6540729668e3bd7754 on 5.11v5.11.0-alpha1Liang Qi2018-02-142-7165/+3
* QStyleHelper: Remove unused function setWidgetSizePolicy()Gabriel de Dietrich2018-02-142-9/+0
* Fix compiling qfloat16_f16c.c with C89 compilerAllan Sandfeld Jensen2018-02-141-2/+4
* Merge "Merge remote-tracking branch 'origin/5.9' into 5.11" into refs/staging...Liang Qi2018-02-14166-1150/+11515
|\
| * Merge remote-tracking branch 'origin/5.9' into 5.11Liang Qi2018-02-14166-1150/+11515
| |\
| | * Fix build failure of qftp testsVille Voutilainen2018-02-141-0/+1
| | * Fix GCC 8 warning in qvariantanimationVille Voutilainen2018-02-141-1/+1
| | * Fix GCC 8 warning in qurlrecodeVille Voutilainen2018-02-141-2/+2
| | * Silence GCC 8 warnings in QStringVille Voutilainen2018-02-141-4/+4
| | * Silence a GCC 8 warning in QIODeviceVille Voutilainen2018-02-141-1/+1
| | * Blacklist the positioning test on all linuxes, it fails on opensuse tooVille Voutilainen2018-02-131-2/+1
| | * Blacklist a flaky messagebox testVille Voutilainen2018-02-131-0/+2
| | * Fix build failure when QtNetwork module is not buildPasi Petäjäjärvi2018-02-132-2/+2
| | * Remove QLibrary code path specific to HP-UX on PA-RISCKonstantin Tokarev2018-02-121-33/+2
| | * Blacklist a flaky scrollbar test on macosVille Voutilainen2018-02-121-0/+3
| | * Skip tst_QFile::largeUncFileSupportKari Oikarinen2018-02-121-0/+9
| | * Android: Don't rely on QDir::homePath() to get the application directoryChristian Strømme2018-02-121-2/+13
| | * Blacklist a flaky menubar testVille Voutilainen2018-02-091-0/+3
| | * Blacklist tst_QtConcurrentMap::qFutureAssignmentLeakFrederik Gladhorn2018-02-091-0/+3
| | * Fix tst_QTcpServer::maxPendingConnections flakinessSami Nurmenniemi2018-02-091-1/+8
| | * Blacklist flaky casesSami Nurmenniemi2018-02-092-1/+6
| | * Skip tst_QDBusAbstractAdaptor peer testsSami Nurmenniemi2018-02-091-0/+14
| | * tst_QSharedPointer: Fix termination of external processes on WindowsFriedemann Kleint2018-02-081-2/+13
| | * Bump versionOswald Buddenhagen2018-02-081-1/+1
| | * Make use of our egl convenience code for QNX QPAAdam Treat2018-02-089-295/+159
| | * Android: Defer initialization of logging rules until qApp constructionTor Arne Vestbø2018-02-072-0/+18
| | * CoreText: Make sure to keep reference to data when cloning raw font engineTor Arne Vestbø2018-02-073-1/+48
| | * GTK: fix menu positioning on high-DPIJ-P Nurmi2018-02-071-2/+4
| | * ANGLE: Remove workaround for files having the same name (Debug.h/.cpp)Oliver Wolff2018-02-063-432/+3
| | * QComboBoxPrivate::showNativePopup(): Scale target rectangleJ-P Nurmi2018-02-051-1/+3
| | * macOS: fix menu positioning on high-DPIJ-P Nurmi2018-02-051-2/+4
| | * Fix QXcbWindow::mapFrom/ToGlobal()J-P Nurmi2018-02-051-2/+2
| | * QGtk3Menu::showPopup(): fix off by one error in the y-coordinateJ-P Nurmi2018-02-051-1/+2
| | * Suppress GCC 8 warning about realloc() non-trivially-copyable typesThiago Macieira2018-02-041-1/+2
| | * Silence GCC 8 warning on memcpy of movable typesThiago Macieira2018-02-042-3/+4
| | * Silence GCC 8 warning on memcpy of class Value to to class offsetThiago Macieira2018-02-041-1/+2
| | * Fix some cases of scaled text disappearing with freetypeJoni Poikelin2018-02-022-4/+2
| | * Fix window activation in QWindowsWindow::setCustomMargins()Dominik Haumann2018-02-021-1/+1
| | * Clean-up in QDateTime's parsing of ISODate{,WithMs}Edward Welbourne2018-02-012-7/+20
| | * Fix QFileDialog::defaultSuffix on macOSNathan Collins2018-02-011-4/+8
| | * Fix native QFileDialog initial selection for remote URLsAlex Richardson2018-02-011-1/+4
| | * QSimpleDrag: Fix mouse release coords for delayed event transmissionEike Hein2018-02-012-8/+30
| | * QHeaderView: properly restore section data after layoutChanged()Christian Ehrlicher2018-01-293-30/+82
| | * examples: Add localserver feature check for localfortune examplesFrank Richter2018-01-271-1/+5
| | * Don't update the position if the handle was not first pressedBogDan Vatra2018-01-271-0/+5
| | * Check selection handles positionBogDan Vatra2018-01-271-6/+42
| | * Move selection handles 1mm downBogDan Vatra2018-01-271-10/+12
| | * Do not allow empty selectionsBogDan Vatra2018-01-271-0/+2
| | * Android: Hide handler(s) if the cursor is not visible anymoreBogDan Vatra2018-01-271-0/+10
| | * Fix missing update of QTreeView on setTreePosition()Igor Mironchik2018-01-271-1/+1