summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Implement clearItemData in common modelsLuca Beldi2018-09-0616-1/+202
* Merge remote-tracking branch 'origin/5.12' into devQt Forward Merge Bot2018-09-0628-50/+127
|\
| * ASAN: Disable SSE4.1 code in qstricmp because of heap-buffer-overflowErik Verbruggen2018-09-051-1/+1
| * Fix precompiled header detection for clang-clFriedemann Kleint2018-09-031-1/+1
| * QWindowsStyle: respect rectangle when drawing PE_IndicatorViewItemCheckRolf Eike Beer2018-09-031-6/+8
| * Doc: Explicitly state that QSqlTableModel only handles EditRoleAndy Shaw2018-09-031-0/+4
| * QSFPM: cleanup QRegularExpression includesSamuel Gaist2018-09-032-2/+6
| * Allow passing custom arguments to qmlplugindumpKai Koehne2018-09-031-1/+1
| * QStringList: add contains(QStringView) overloadAlbert Astals Cid2018-09-033-2/+33
| * Add QString::compare(QStringView, CaseSensitivity)Albert Astals Cid2018-09-033-1/+26
| * Remove some misplaced sizeof() scalings on array sizes for new[]Edward Welbourne2018-09-031-2/+2
| * Rename QTimer::connectTo() to QTimer::callOnTimeout()Sergio Martins2018-09-033-14/+14
| * Android: Default to android-21 NDK for arm64-v8aEskil Abrahamsen Blomfeldt2018-09-031-0/+3
| * Fix reading 16bpc grayscale PNGsAllan Sandfeld Jensen2018-09-037-17/+25
| * Android: Fix crashBogDan Vatra2018-09-031-1/+1
| * Bump copyright year of code generated by dbus toolsAlex Blasche2018-09-032-2/+2
* | Remove QConditional in favor of std::conditional/std::is_unsignedMikhail Svetkin2018-09-056-19/+10
* | QObject: Document order of events on destructionUlf Hermann2018-09-041-1/+2
* | remove internal use of SE_ViewItemCheckIndicatorRolf Eike Beer2018-09-036-9/+9
* | Merge remote-tracking branch 'origin/5.12' into devQt Forward Merge Bot2018-09-0337-375/+383
|\|
| * Windows code: Fix to prefer ranged-for, as clang-tidy advisesFriedemann Kleint2018-09-025-21/+14
| * Make flatpak portal support to be used also by Snap applicationsJan Grulich2018-09-0212-148/+150
| * 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
* | Merge remote-tracking branch 'origin/5.12' into devQt Forward Merge Bot2018-09-02164-762/+7623
|\|
| * Plugins: Save some architectural requirement flagsThiago Macieira2018-09-015-43/+75
| * Plugins: store the metadata in CBOR instead of binary JSONThiago Macieira2018-09-0111-87/+434
| * 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
| * Disable tst_macnativeeventsTor Arne Vestbø2018-08-311-1/+1
| * 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-3114-223/+105
| * WebAssembly for QtBaseMorten Johan Sørvig2018-08-3074-24/+6191
| * 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
| * Fix tst_QSizePolicy::constExpr() to compile with MSVC 15.8.1Friedemann Kleint2018-08-301-2/+10
| * qmake: rework .prl filename constructionOswald Buddenhagen2018-08-304-16/+9
| * Update QMetaObjectBuilder::MetaObjectFlag enumBogDan Vatra2018-08-303-6/+9
| * Allow registering constructor for a set of dynamic typesBogDan Vatra2018-08-305-71/+413
| * Windows QPA: Fix duplicate Pointer Touch events and missing TouchCancelRomain Pokrzywka2018-08-304-1/+31
| * QWidget: fix setTabOrder for compound widgetsChristian Ehrlicher2018-08-302-1/+32
| * QSS/QTabBar: properly handle QTabBar::scrollerChristian Ehrlicher2018-08-301-3/+8
| * Tablet example: paint only the changed areas of the canvasShawn Rutledge2018-08-301-2/+4
| * Postpone testing docker images and files until running 'make check'Ryan Chu2018-08-301-4/+9
| * Fix out of buffer access in qt_qimageScaleRgba64_up_xyAllan Sandfeld Jensen2018-08-291-1/+4
| * Add missing dependencies for tst_macnativeeventsTor Arne Vestbø2018-08-291-0/+2