summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
| * Eliminate QLocale's system_data in favor of globalLocaleDataEdward Welbourne2018-08-171-20/+15
| * Merge "Merge remote-tracking branch 'origin/5.11' into dev" into refs/staging...Liang Qi2018-08-1741-109/+128
| |\
| | * Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-08-1741-109/+128
| | |\
| | | * Don't block on lost contextDavid Edmundson2018-08-161-4/+15
| | | * QUrl: Make sure we do reject URLs for which IDNA nameprep failedThiago Macieira2018-08-162-7/+12
| | | * MSVC: add support for 64-bit POPCNT on 32-bit machinesThiago Macieira2018-08-161-3/+6
| | | * doc: Add missing override and remove redundant virtual for snippetsAlexander Volkov2018-08-1637-95/+95
| * | | xcb: replace tiny helper function with an inline codeGatis Paeglis2018-08-171-8/+3
| * | | xcb: avoid unnecessary InternAtom requestsGatis Paeglis2018-08-175-12/+18
| * | | qdoc: Fix remaining qdoc warnings for QCborxxx classesMartin Smith2018-08-175-6/+121
| * | | Add a method to clear the data to QStandardItemModelLuca Beldi2018-08-174-0/+55
| |/ /
| * | Merge QThread class definitionsMorten Johan Sørvig2018-08-173-31/+70
| * | Modernize the "thread" featureUlf Hermann2018-08-1756-254/+169
| * | Add QThreadStorage stub implementationMorten Johan Sørvig2018-08-171-0/+75
| * | Correctly initialize adopted threads in stub implementationMorten Johan Sørvig2018-08-171-0/+2
| * | Optimize implementation of Indexes generatorMikhail Svetkin2018-08-161-7/+25
| * | Merge "Merge remote-tracking branch 'origin/5.11' into dev" into refs/staging...Liang Qi2018-08-1619-91/+328
| |\ \
| | * | Merge remote-tracking branch 'origin/5.11' into devLiang Qi2018-08-1619-91/+328
| | |\|
| | | * Normalize path segments in QHttpNetworkRequest::uriPaolo Angelelli2018-08-161-0/+2
| | | * Document xkbcommon versionKai Koehne2018-08-151-0/+1
| | | * Silence warning about comparing signed and unsignedShawn Rutledge2018-08-141-2/+2
| | | * [macOS] Fix lower bound when searching for previous transitionsErik Verbruggen2018-08-141-1/+1
| | | * VNC plugin: explicitly cast int to uint16_t before calling htonsShawn Rutledge2018-08-141-3/+3
| | | * Make QMessageBox window with the detailed text closableAlexander Volkov2018-08-141-0/+10