summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | | | Merge remote-tracking branch 'origin/5.11' into 5.12Qt Forward Merge Bot2018-09-0726-44/+166
|\| | |
| * | | Document SLJIT part of pcre2Kai Koehne2018-09-062-0/+41
| * | | Revise an incorrect QVulkanWindow doc noteLaszlo Agocs2018-09-064-13/+9
| * | | QString: Fix snippet explaining "non-spaced numbered place markers"Andre Hartmann2018-09-061-1/+1
| * | | Windows QPA: Fix missing accessibility info with WebEngineViewAndre de la Rocha2018-09-041-4/+18
| * | | Doc: Move the literal code blocks to a separate fileVenugopal Shivashankar2018-09-032-15/+17
| * | | Document version number of pixmanKai Koehne2018-08-311-0/+1
| * | | Avoid conversion over RGBA64 for RGB32 LCD text blendingAllan Sandfeld Jensen2018-08-301-9/+49
| * | | Examples: Fix minor bug in Tree Model Completer ExamplePaul Wicking2018-08-301-1/+1
| * | | Doc: Check before including the \snippet from a .pro fileVenugopal Shivashankar2018-08-3013-1/+29
| | |/ | |/|
* | | QTreeView: Fix expanding of spanning itemsFriedemann Kleint2018-09-061-2/+7
* | | cocoa: Fix build with MoltenVKLaszlo Agocs2018-09-061-2/+6
* | | Fix crash when setting Qt::WA_StaticContents on a transient childFriedemann Kleint2018-09-061-1/+1
* | | macOS: Use single call site for timer processing in event dispatcherTor Arne Vestbø2018-09-062-5/+11
* | | tst_qglthreads::swapInThread(): Acquire context before resizing widgetTor Arne Vestbø2018-09-061-0/+7
* | | macOS: Rename QCocoaGLContext::setActiveWindow to setDrawableTor Arne Vestbø2018-09-062-12/+16
* | | QHeaderView: honor qss padding attributeChristian Ehrlicher2018-09-061-1/+1
* | | QHeaderView: remove dead codeChristian Ehrlicher2018-09-061-7/+0
* | | QHeaderView: Take padding/margin into account when eliding textChristian Ehrlicher2018-09-061-2/+4
* | | uic: Fix pixmap functions for QIconFriedemann Kleint2018-09-064-2/+178
* | | Fix QSIM::itemData returning role 255Luca Beldi2018-09-062-5/+14
* | | QSortFilterProxyModel: add test for inserting via a QComboBoxOlga Radko2018-09-062-0/+55
* | | 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
* | | 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
* | | 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