summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* wasm: take canvas offset into accountLorn Potter2019-11-011-1/+5
* Doc: Update info about QSKIP()Leena Miettinen2019-10-311-15/+44
* Doc: Add notes about Qt Style Sheets taking precedenceLeena Miettinen2019-10-312-2/+10
* Doc: Add best-practices-info about creating benchmarksLeena Miettinen2019-10-301-1/+26
* Doc: Add best-practices-info about initialization and clean-upLeena Miettinen2019-10-301-0/+14
* Update bundled Freetype to 2.10.1Liang Qi2019-10-30505-34946/+38384
* Merge remote-tracking branch 'origin/5.13.2' into 5.13Qt Forward Merge Bot2019-10-3014-41/+188
|\
| * 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
| |\
| * | 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
* | | Only call ShowCaret if Windows 10 1709 or later is usedAndy Shaw2019-10-291-5/+7
* | | Fix computegles31 example crashing on Pi4Paolo Angelelli2019-10-291-3/+3
* | | Ensure that child windows are visible again when showing their parentAndy Shaw2019-10-293-3/+36
* | | QFontDatabase: improve logging outputMitch Curtis2019-10-281-1/+2
* | | Drag'n'Drop: fix attached Drag object deleted when DnD is progressingYulong Bai2019-10-274-9/+19
* | | Fix prefix for non-Windows cross-builds on WindowsJoerg Bornemann2019-10-251-1/+7
* | | Tidy up data-stream testEdward Welbourne2019-10-251-11/+10
* | | Exclude tests that need GUI when GUI isn't availableEdward Welbourne2019-10-252-5/+3
* | | tst_qgraphicspixmaptiem: Fix undefined behavior in containsJohan Klokkhammer Helsing2019-10-251-0/+8
* | | Fix a -Wclass-memaccess problem in qjsonVille Voutilainen2019-10-241-1/+3
* | | qmake: Disallow building Qt examples inside the source treeOliver Wolff2019-10-241-4/+6
* | | QColorDialog: Fix memory leak when picking screen colorsFriedemann Kleint2019-10-241-2/+2
* | | QtGui: Disable Windows on ARM64 preprocessor conflict in QtOpenGLHernan Martinez2019-10-2111-0/+111
* | | Doc: Replace \b {Note:} with \noteLeena Miettinen2019-10-212-15/+13
* | | Revert "Release left button before showing the popup context menu"Eskil Abrahamsen Blomfeldt2019-10-213-19/+0
* | | QODBC: Fix crash when a prepared statement is deleted after the db was removedChristian Ehrlicher2019-10-152-19/+18
* | | Cocoa: Update the PPK_PrinterName property if one is explicitly setAndy Shaw2019-10-151-0/+2
* | | QEndian: do not use "raw" constexprGiuseppe D'Angelo2019-10-141-6/+6
* | | Doc: Describe using QVERIFY to verify validity of QSignalSpyLeena Miettinen2019-10-141-2/+14
* | | Fix cursor not showing in empty block preceding a tableKari Hormi2019-10-141-2/+6
* | | Use arrays rather than assigning literals to char* (warning-fix)Edward Welbourne2019-10-141-2/+2
* | | QStandardPaths: Correct handling for XDG_RUNTIME_DIRSamuli Piippo2019-10-122-37/+48
* | | Doc: Describe initTestCase_data() function and QFETCH_GLOBAL macroLeena Miettinen2019-10-113-12/+100
* | | Doc: Correct snippet about customizing QMenuBarNico Vertriest2019-10-111-1/+1
* | | Fix QGraphicsScene::update() performanceAndre de la Rocha2019-10-113-6/+26
* | | Q{Shared,Weak}Pointer: Reduce overload sets in implicit conversionsMilian Wolff2019-10-112-31/+74
| |/ |/|