summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Revert "iOS: Account for when the older SDK is used when building"v5.13.2Andy Shaw2019-10-252-5/+2
* Add changes file for Qt 5.13.2Antti Kokko2019-10-241-0/+69
* Xcode: Ensure there's always a CFBundle[Short]Version[String] setTor Arne Vestbø2019-10-181-15/+16
* iOS: Account for when the older SDK is used when buildingAndy Shaw2019-10-172-2/+5
* macOS: Fix regression with some characters in non-bundle appsEskil Abrahamsen Blomfeldt2019-10-161-2/+18
* iOS: Fix showing emoji charactersEskil Abrahamsen Blomfeldt2019-10-161-10/+6
* Fix assert in VS project generatorJoerg Bornemann2019-10-151-2/+4
* Bump versionFrederik Gladhorn2019-10-141-1/+1
* Partially revert "qfloat16: suppress the tables if FP16 is supported by the CPU"Thiago Macieira2019-10-131-2/+2
* Fix build with ICC under IPO on WindowsFrancisco Boni2019-10-131-1/+1
* Fix vertical advance for printing on macOSAllan Sandfeld Jensen2019-10-111-1/+1
* Merge 5.13 into 5.13.2Frederik Gladhorn2019-10-1123-49/+79
|\
| * Doc: Fix QMAKE_EXTRA_TARGETS snippet descriptionJoerg Bornemann2019-10-101-1/+1
| * Drag'n'Drop: fix crash when widgets are destroyed during event handlingVolker Hilsheimer2019-10-101-9/+13
| * DTLS auto-test(s) - fix a buggy logic with pending datagramsTimur Pocheptsov2019-10-102-4/+4
| * Item views: fix regression causing unexpected widget overlappingEirik Aavitsland2019-10-101-9/+0
| * Fix QMake build system to support trace points in a cross-compiled buildMilian Wolff2019-10-092-9/+4
| * Fix compile with tracing enabled: include QStringList headerMilian Wolff2019-10-091-0/+1
| * Don't crash when calling jumpToFrame() on an empty QMovieLars Knoll2019-10-092-1/+10
| * Fix warning about out of bounds access in QString::operator[]Lars Knoll2019-10-091-1/+1
| * configure: Do use pkg-config --libs for static libsKai Koehne2019-10-091-3/+1
| * Include XDG font locations in QStandardPaths::FontsLocation on LinuxAlex Henrie2019-10-082-1/+4
| * Fix PRE_TARGETDEPS for iOS projectsJoerg Bornemann2019-10-082-2/+4
| * Fix text not rendering properly after setAlignment callKari Hormi2019-10-081-0/+1
| * Add check for global share context for QOpenGLWidget initializeMichal Klocek2019-10-081-3/+5
| * Doc: Add info about QDBusConnection::ExportChildObjectsLeena Miettinen2019-10-071-2/+10
| * Blacklist Desktop GL for Mobile Intel 4 Series Express ChipsetMichael Brüning2019-10-071-1/+13
| * Xcb: fix rounding error in reporting screen refresh rateKirill Burtsev2019-10-042-2/+2
| * Fix crash when running QtCore: Stack is misaligned on x86-64Thiago Macieira2019-10-031-1/+5
* | Fix build: disable the HWRNG in bootstrapped modeThiago Macieira2019-10-101-1/+1
* | iOS: Remove assert when doing GL rendering in the backgroundTor Arne Vestbø2019-10-091-5/+2
* | eglfs/linuxfb: Add an env.var. to disable screen/cursor controlLaszlo Agocs2019-10-081-0/+4
* | Schannel: no longer keep old ssl errors around when reusing socketMårten Nordheim2019-10-072-1/+51
* | iOS: Prevent UIKit from adding UITextInteraction to our viewTor Arne Vestbø2019-10-041-0/+12
|/
* QTreeWidget: Don't assume the selected indexes include the first columnAndy Shaw2019-10-031-5/+8
* Remove the unregistered recognizer from the main listAndy Shaw2019-10-031-0/+1
* Always update the pressed position when pressing on an itemAndy Shaw2019-10-021-1/+1
* QList: make cast from ptrdiff_t to int explicitEdward Welbourne2019-10-021-1/+1
* QVarLengthArray: Avoid int vs. size_t warnings in operator=Laszlo Agocs2019-09-291-1/+1
* Windows/MinGW: Fix posted events timer not stoppingFriedemann Kleint2019-09-272-3/+7
* Re-enable tst_QOpenGLWindow on Win32Friedemann Kleint2019-09-272-2/+6
* Doc: Document CONFIG values that are worth documentingJoerg Bornemann2019-09-271-0/+18
* I18N: Load qtbase_ translation catalogs in examplesLeena Miettinen2019-09-274-4/+4
* Fix robustness detection for windowsAllan Sandfeld Jensen2019-09-272-32/+33
* Fix QRandomGenerator initialization on AMD CPUsDmitry Kazakov2019-09-265-54/+91
* iOS: Fix fallback fonts on iOS 13+Eskil Abrahamsen Blomfeldt2019-09-262-0/+28
* QWidget::setFocusProxy: adjust focus widget properlyDavid Faure2019-09-251-1/+1
* QWizard/Aerostyle: Fix "&Next" shortcutFriedemann Kleint2019-09-252-11/+20
* Fix CVE-2019-16168 in SQLiteAndy Shaw2019-09-252-1/+46
* sqlite: Update to v3.29.0Andy Shaw2019-09-253-3112/+4062