summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Windows code: Fix clang-tidy warnings about else after jumpsFriedemann Kleint2018-09-0212-142/+139
* qelapsedtimer_win.cpp: Fix clang-tidy warning about else after returnFriedemann Kleint2018-09-021-3/+2
* Windows code: Fix clang-tidy warnings about (private) class definitionsFriedemann Kleint2018-09-0212-59/+72
* Windows: Check Pointer messages in MessageDebugEntryAndre de la Rocha2018-09-011-2/+6
* Plugins: Save some architectural requirement flagsThiago Macieira2018-09-014-22/+40
* Plugins: store the metadata in CBOR instead of binary JSONThiago Macieira2018-09-019-79/+390
* Update TinyCBORThiago Macieira2018-09-012-59/+69
* Windows QPA: Stop synthesizing mouse events from tablet/touchAndre de la Rocha2018-09-013-27/+8
* wasm: disable RasterGlSurfaceLorn Potter2018-08-311-1/+1
* macOS: Remove support for QSurfaceFormat::StereoBuffersTor Arne Vestbø2018-08-311-5/+3
* macOS: Update all deprecated enums to their 10.12+ equivalentsTor Arne Vestbø2018-08-3114-135/+133
* Remove codepaths and checks for unsupported Apple platformsTor Arne Vestbø2018-08-3112-219/+104
* WebAssembly for QtBaseMorten Johan Sørvig2018-08-3066-20/+5803
* Silence warning in gcc 4.9 for AndroidEskil Abrahamsen Blomfeldt2018-08-301-1/+1
* Windows code: Fix clang-tidy warnings about C-style castsFriedemann Kleint2018-08-3023-103/+126
* Update QMetaObjectBuilder::MetaObjectFlag enumBogDan Vatra2018-08-302-3/+8
* Allow registering constructor for a set of dynamic typesBogDan Vatra2018-08-303-70/+166
* Windows QPA: Fix duplicate Pointer Touch events and missing TouchCancelRomain Pokrzywka2018-08-304-1/+31
* QWidget: fix setTabOrder for compound widgetsChristian Ehrlicher2018-08-301-1/+3
* QSS/QTabBar: properly handle QTabBar::scrollerChristian Ehrlicher2018-08-301-3/+8
* Fix out of buffer access in qt_qimageScaleRgba64_up_xyAllan Sandfeld Jensen2018-08-291-1/+4
* QSqlQuery: Specify documentation of named placeholdersChristian Ehrlicher2018-08-281-1/+3
* Handle device pixel ratio in QHeaderView::setupSectionIndicatorChristian Ehrlicher2018-08-281-1/+3
* Initialize the QSqlQuery to be invalid when creating a sql modelAndy Shaw2018-08-282-2/+2
* Remove dead code in QWin32PrintEngineFriedemann Kleint2018-08-281-28/+15
* Windows Font databases: Rename struct FontNames to QFontNamesFriedemann Kleint2018-08-283-12/+13
* Windows QPA: Improve Pointer Pen events translationRomain Pokrzywka2018-08-273-7/+29
* JSON: Add qHash functions for JSON and CBOR typesUlf Hermann2018-08-2713-0/+111
* Tracepoints: fix ETW generator for pointersAlessandro Ambrosano2018-08-251-0/+3
* Weak-import global objects used for logging on Apple platformsTor Arne Vestbø2018-08-252-0/+4
* Improve detection and handling of unsupported Apple platformsTor Arne Vestbø2018-08-253-12/+15
* 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