summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Deduplicate QWidgetPrivate::invalidateBufferTor Arne Vestbø2019-02-124-97/+69
* Update SQLite to 3.27.1Andy Shaw2019-02-123-3791/+5132
* Fix detection of libraries when linking against static builds with CMakeJean-Michaël Celerier2019-02-121-0/+10
* [platform/android] Add native file dialogNicolas Fella2019-02-124-2/+239
* Add platform native interface to offscreen pluginMichal Klocek2019-02-123-25/+62
* tst_QMenu: skip part of menuSize_Scrolling testSamuli Piippo2019-02-091-0/+7
* Fix deprecation warnings in widget autotestsChristian Ehrlicher2019-02-0823-219/+212
* Fix some QPainter-related deprecation warningsFriedemann Kleint2019-02-086-13/+14
* Schannel: slightly optimize memory-usage for encryptionMårten Nordheim2019-02-081-24/+15
* Merge "Merge remote-tracking branch 'origin/5.12' into 5.13" into refs/stagin...Liang Qi2019-02-08743-14641/+49473
|\
| * Merge remote-tracking branch 'origin/5.12' into 5.13Liang Qi2019-02-08743-14641/+49473
| |\
| | * Android: follow official android flags for cmakeBogDan Vatra2019-02-071-2/+5
| | * QToolButton: fix handling multi-line textsChristian Ehrlicher2019-02-072-2/+25
| | * QCommonStyle: factor out elided text calculationChristian Ehrlicher2019-02-072-61/+86
| | * QMetaObject::Connection overview documentation improvementsAndreas Hartmetz2019-02-061-4/+7
| | * Add testlib selftests for double and for non-finite float and doubleEdward Welbourne2019-02-0613-86/+2481
| | * Improve keyboard navigation in QListView when isWrapping is enabledAlexander Volkov2019-02-062-8/+51
| | * Merge "Merge remote-tracking branch 'origin/5.12.1' into 5.12" into refs/stag...Qt Forward Merge Bot2019-02-064-7/+9
| | |\
| | | * Merge remote-tracking branch 'origin/5.12.1' into 5.12Qt Forward Merge Bot2019-02-064-7/+9
| | | |\
| | | | * Fix llvm-strip errorv5.12.1BogDan Vatra2019-01-281-1/+1
| | | | * Fix corewlan configure testJoerg Bornemann2019-01-281-1/+1
| | | | * Disable NEON flags from Integrity compilerJanne Koskinen2019-01-251-2/+2
| | | | * Fix OpenGL library paths on INTEGRITY QC Snapdragon 820Kimmo Ollila2019-01-251-3/+5
| | * | | x86: Disable AVX support on 64-bit MinGWThiago Macieira2019-02-061-0/+3
| | * | | Fix "error: too many arguments to function media_get_entity_by_name()"Boubacar DIENE2019-02-061-2/+23
| | * | | QWizard: Correctly calculate watermark size hintKari Oikarinen2019-02-061-1/+1
| | * | | Blacklist tst_QGraphicsItem::cursor on WinRTKari Oikarinen2019-02-061-0/+3
| | * | | Fix install targets for generated private headersJoerg Bornemann2019-02-061-0/+2
| | * | | Normalize some SIGNAL/SLOT signaturesJoerg Bornemann2019-02-066-8/+8
| | |/ /
| | * | Include relevant example code in documentation of setUrlHandlerVolker Hilsheimer2019-02-061-0/+2
| | * | Doc: decrease confusion about HSV vs HSL in QColorEirik Aavitsland2019-02-051-29/+37
| | * | Fix QColor::toCmyk() for rgb(0, 0, 0)Eirik Aavitsland2019-02-052-18/+23
| | * | Painter path stroking: fix capping of beziers ending in tight turnsEirik Aavitsland2019-02-052-14/+41
| | * | Fix xbm image format handler: properly reject invalid filesEirik Aavitsland2019-02-051-0/+4
| | * | QMenuItem: fix rendering with css stylingChristian Ehrlicher2019-02-051-14/+22
| | * | tst_QHeaderView: fix defaultSectionSizeTest() on High-DPI screensChristian Ehrlicher2019-02-051-1/+8
| | * | macOS: Don't deliver update requests for windows that need displayTor Arne Vestbø2019-02-041-0/+11
| | * | qmake: Add variables for setting the version number and name in AndroidAndy Shaw2019-02-043-1/+31
| | * | Make the Makefile a dependency of default targets for nmakeJoerg Bornemann2019-02-044-0/+10
| | * | qtmain_win.cpp: Remove unused header filesYuhang Zhao2019-02-042-11/+4
| | * | qtmain_win.cpp: Improve coding styleYuhang Zhao2019-02-031-5/+5
| | * | qtmain_win.cpp: Replace NULL with nullptrYuhang Zhao2019-02-031-2/+2
| | * | tests: require widgets explicitlyLiang Qi2019-02-013-0/+5
| | * | Fix race condition in getting the system locale dataThiago Macieira2019-02-011-2/+2
| | * | Add some missing expected_*.tap files for the testlib selftestEdward Welbourne2019-02-017-0/+248
| | * | http2: skip content-length for content-encoding: gzip/deflateTimur Pocheptsov2019-02-011-0/+4
| | * | Remove "/data/local/tmp/qt/" supportBogDan Vatra2019-01-311-39/+20
| | * | Fix merge mistake in 'Avoid picking worse formats when ...'Allan Sandfeld Jensen2019-01-311-1/+0
| | * | Initialize bit_depthAlbert Astals Cid2019-01-311-2/+2
| | * | Q(Date|Time)+::toString: correct account of format specifiersEdward Welbourne2019-01-311-12/+30