summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* | | Merge remote-tracking branch 'origin/5.11' into 5.12Qt Forward Merge Bot2018-08-242-2/+14
|\| |
| * | Doc: fix typo in QNativeGestureEvent docsMitch Curtis2018-08-231-1/+1
| * | _q_interpolate<T> is unsafe with unsigned template argumentsLuca Beldi2018-08-221-1/+13
* | | Disable warnings about deprecated QRegularExpression::PatternOptionsTor Arne Vestbø2018-08-241-0/+3
* | | macOS: Take application appearance into account when drawing glyphsTor Arne Vestbø2018-08-243-6/+51
* | | macOS: minor refactoring QSendSuperHelperMikhail Svetkin2018-08-241-14/+5
* | | qthreadstorage.h: Fix syncqt warning about include path for qscopedpointer.hFriedemann Kleint2018-08-241-1/+1
* | | 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-231-1/+3
* | | 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
* | | Fix big-endian build of qopengltextureuploaderAllan Sandfeld Jensen2018-08-221-1/+4
* | | 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-227-32/+30
|\ \ \
| * | | Merge remote-tracking branch 'origin/5.11' into 5.12Liang Qi2018-08-227-32/+30
| |\| |
| | * | Fix spacing in << operator for QEventMitch Curtis2018-08-211-1/+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-171-1/+1
| | * 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-171-2/+2
* | | Smooth image scaling for 64bit imagesAllan Sandfeld Jensen2018-08-225-68/+302
|/ /
* | Fix big-endian buildAllan Sandfeld Jensen2018-08-211-0/+13
* | QWidgetWindow: Ensure Qt::WA_Mapped is set on obscured parent widgetsFriedemann Kleint2018-08-211-0/+3
* | androiddeployqt: Add auxiliary modeChristian Kandeler2018-08-211-0/+23
* | Windows QPA: Add option to detect AltGr key pressesFriedemann Kleint2018-08-218-11/+67
* | Merge dev into 5.12Oswald Buddenhagen2018-08-21201-2610/+3352
|\ \
| * | QWindowsStyle: respect rectangle when drawing PE_IndicatorViewItemCheckRolf Eike Beer2018-08-201-1/+1
| * | 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-201-2/+5
| * | QTimeZonePrivate::dataForLocalTime(): cope with negative DST offsetsEdward Welbourne2018-08-201-5/+7
| * | Add support for QRegularExpression to QSortFilterProxyModelSamuel Gaist2018-08-192-19/+225
| * | 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-192-9/+17
| * | QRegularExpression: refactor wildcard translationSamuel Gaist2018-08-181-24/+35
| * | Use nullptr instead of 0Jesus Fernandez2018-08-181-17/+26
| * | Improve Q_ASSERT readabilityJesus Fernandez2018-08-171-1/+7
| * | Fix -Winconsistent-missing-destructor-overrideJesus Fernandez2018-08-171-1/+1
| * | macOS: Teach QWheelEvent to handle a new ScrollMomentum phaseTor Arne Vestbø2018-08-174-31/+51
| * | QComboBox: Start blockMouseReleaseTimer after showPopup callAles Erjavec2018-08-171-2/+3
| * | WinRT QPA: Fix mapping of static text accessibility roleAndre de la Rocha2018-08-171-1/+1
| * | Add ++/--/min/max to QSpecialIntegerErik Verbruggen2018-08-172-0/+120
| * | Add displayName getters to QSslCertificateAllan Sandfeld Jensen2018-08-172-2/+55