summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/5.12' into devQt Forward Merge Bot2018-08-2348-159/+929
|\
| * Handle uploading of faked sub-imagesAllan Sandfeld Jensen2018-08-231-0/+5
| * clangcl: Fix QtGui link error (missing fetchPixelsBPP24_ssse3)Friedemann Kleint2018-08-231-3/+3
| * configure: add sources matching names from vcpkgMårten Nordheim2018-08-232-1/+4
| * macOS: Share deployment target and device arch config between makespecsTor Arne Vestbø2018-08-234-12/+3
| * Tablet example: add a menu item to clear the canvasShawn Rutledge2018-08-234-4/+22
| * cups: Add a QT_CONFIG(dialogbuttonbox) guardTamas Zakor2018-08-231-0/+6
| * Windows QPA: Force windows to the main screen in certain AMD GPU setupsAndre de la Rocha2018-08-233-11/+136
| * Extend blacklisting of tst_QWidget::maskedUpdate to cover all openSUSEsTony Sarajärvi2018-08-221-1/+1
| * Fix big-endian build of qopengltextureuploaderAllan Sandfeld Jensen2018-08-221-1/+4
| * tests: blacklist tst_QDialog::showFullScreen() on macOS 10.13 in CILiang Qi2018-08-221-0/+2
| * QFileDialog: make QFileDialog::selectFile resolve remote dirs correctlyDavid Faure2018-08-221-3/+8
| * Merge "Merge remote-tracking branch 'origin/5.11' into 5.12" into refs/stagin...Liang Qi2018-08-2211-33/+268
| |\
| | * Merge remote-tracking branch 'origin/5.11' into 5.12Liang Qi2018-08-2211-33/+268
| | |\
| | | * Fix spacing in << operator for QEventMitch Curtis2018-08-211-1/+1
| | | * Fix qtbase build for Windows ICC with MSVC 2017 15.8Alexander Shevchenko2018-08-201-0/+1
| | | * Doc: Remove duplicate thread-safe documentation from logging macrosKai Koehne2018-08-201-16/+0
| | | * Cast away -Wclass-memaccess warnings in QVarLengthArray methodsEdward Welbourne2018-08-201-3/+3
| | | * Document version of copied valgrind, kernel headersKai Koehne2018-08-201-0/+3
| | | * Windows QPA: Fix mapping of static text accessibility roleAndre de la Rocha2018-08-172-2/+2
| | | * Don't reset the bidi level on spacesLars Knoll2018-08-171-1/+0
| | | * Only show the bidi cursor mark if we actually have bidirectional textLars Knoll2018-08-171-8/+20
| | | * QSortFilterProxyModel inserting at bottom of source modelLuca Beldi2018-08-172-2/+239
| * | | Smooth image scaling for 64bit imagesAllan Sandfeld Jensen2018-08-226-79/+325
| |/ /
| * | Fix big-endian buildAllan Sandfeld Jensen2018-08-211-0/+13
| * | QWidgetWindow: Ensure Qt::WA_Mapped is set on obscured parent widgetsFriedemann Kleint2018-08-212-0/+33
| * | androiddeployqt: Add auxiliary modeChristian Kandeler2018-08-211-0/+23
| * | MinGW: Exclude failing value of tst_QEasingCurve::setCustomType()Friedemann Kleint2018-08-211-0/+5
| * | Windows QPA: Add option to detect AltGr key pressesFriedemann Kleint2018-08-218-11/+67
| * | Extend blacklisting of qeventdispatcher to cover WinRTHeikki Halmet2018-08-211-0/+1
* | | Skip a few unused assignmentsEdward Welbourne2018-08-231-4/+0
* | | tst_QMenu: Skip tests that require real input events on WaylandJohan Klokkhammer Helsing2018-08-231-0/+11
* | | Implement QStringListModel::moveRowsLuca Beldi2018-08-233-0/+138
* | | Fix handling of default content locale dataEdward Welbourne2018-08-221-36/+61
* | | Stipulate which error is expected in try/exceptEdward Welbourne2018-08-221-1/+1
* | | Mark qBound/qMin/qMax as constexprMikhail Svetkin2018-08-221-3/+3
* | | QPluginLoader: pave the way for Qt 6 plugin meta dataThiago Macieira2018-08-217-2/+116
|/ /
* | Merge dev into 5.12Oswald Buddenhagen2018-08-21248-3706/+4959
|\ \
| * | QWindowsStyle: respect rectangle when drawing PE_IndicatorViewItemCheckRolf Eike Beer2018-08-201-1/+1
| * | tst_QWidget: Explain why some tests fail on WaylandJohan Klokkhammer Helsing2018-08-201-1/+7
| * | Use std::partition_point for faster searches among transitionsEdward Welbourne2018-08-201-56/+55
| * | Scale a correction by a factor of a thousand that it was missingEdward Welbourne2018-08-201-1/+1
| * | Add some local const variables to save some repeated computationEdward Welbourne2018-08-201-8/+7
| * | QMimeDatabase: Fix MIME detection issues with magics in MIME hierarchiesEike Ziller2018-08-206-2/+42
| * | QTimeZonePrivate::dataForLocalTime(): cope with negative DST offsetsEdward Welbourne2018-08-201-5/+7
| * | Add support for QRegularExpression to QSortFilterProxyModelSamuel Gaist2018-08-1913-198/+645
| * | Implement exact match expression builder for QRegularExpressionSamuel Gaist2018-08-196-8/+28
| * | QGraphicsAnchorLayout: move some private classes to a namespace with QThiago Macieira2018-08-193-3/+9
| * | Replace QRegExp by QRegularExpression in QFileSystemModelSamuel Gaist2018-08-192-19/+22
| * | Migrate QDir to use QRegularExpressionSamuel Gaist2018-08-193-10/+17