summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Add a few methods to check if a string is US-ASCII or Latin1Thiago Macieira2018-01-273-1/+157
* Fix broken rendering of RGB30 and ARGB32 on machines with AVX2Allan Sandfeld Jensen2018-01-271-2/+2
* tests/manual/widgets/styles: Extend the style icon displayFriedemann Kleint2018-01-261-22/+101
* Doc: explain how QXmlStream{Reader,Writer} deal with encoding in QStringThiago Macieira2018-01-261-0/+20
* Create corelib/serialization and move existing file formats into itThiago Macieira2018-01-265193-92/+91
* QListWidgetItem/QStandardItem: pass role to dataChanged() signalChristian Ehrlicher2018-01-269-39/+99
* tst_QSplitter::replaceWidget: explicit wait for eventsChristian Ehrlicher2018-01-261-18/+39
* QFileSystemModel/Win: Fix file system operations failing due to watchersFriedemann Kleint2018-01-264-17/+130
* Introduce QSslConfiguration::backendConfigLars Schmertmann2018-01-2611-0/+300
* tst_qvarlengtharray: Add missing includeOliver Wolff2018-01-261-0/+2
* qsimd_p.h: Reorganize and simplify the x86 intrinsics #includesThiago Macieira2018-01-251-68/+28
* Add support for converting from std::variantAllan Sandfeld Jensen2018-01-254-2/+75
* Update the overflow functions to include qsizetypeThiago Macieira2018-01-242-169/+262
* Document the new qfloat16 functions with the other qfloat16 functionsAllan Sandfeld Jensen2018-01-241-0/+2
* Correct since value of QNetworkRequest::Http2DirectAttributeAllan Sandfeld Jensen2018-01-241-1/+1
* QMacStyle: CE_Splitter is HITheme-freeGabriel de Dietrich2018-01-242-7/+31
* QMacStyle: declare block in drawNSViewInRect() as noescapeGabriel de Dietrich2018-01-242-2/+2
* QMacStyle: PE_FrameLineEdit is HITheme-freeGabriel de Dietrich2018-01-242-30/+20
* QFusionStyle: Properly draw frameless editable combo boxesGabriel de Dietrich2018-01-241-1/+4
* cups: Clear cups options at the start of QPrintPropertiesDialog::setupPrinterAlbert Astals Cid2018-01-243-0/+10
* XCB: Implement native window dump for diaglibFriedemann Kleint2018-01-246-11/+91
* QTestlib/selftests: Refactor the code printing output differencesFriedemann Kleint2018-01-241-8/+73
* Improve debug formatting of QInputMethodQueryEventFriedemann Kleint2018-01-241-4/+15
* QMenuBar::mouseReleaseEvent: fix triggering hidden actionsYulong Bai2018-01-242-3/+26
* doc: clang-qdoc must not see certain function declarationsMartin Smith2018-01-242-2/+4
* doc: Add documentation for swap() functionsMartin Smith2018-01-242-0/+11
* doc: Add more missing return types to \fn commandsMartin Smith2018-01-245-13/+7
* doc: Fix a property declaration for clang-qdocMartin Smith2018-01-241-1/+1
* doc: Fix many qdoc warnings, mostly missing return typesMartin Smith2018-01-2421-49/+74
* QOffscreenIntegration: add missing overrideAnton Kudryavtsev2018-01-241-2/+2
* QDockWidgetTitleButton: Limit icon size to dpiScaled(10) on WindowsFriedemann Kleint2018-01-241-5/+47
* QCommonStyle: Add dock title bar iconsFriedemann Kleint2018-01-2415-0/+49
* Rename existing dock title icons to contain "macstyle"Friedemann Kleint2018-01-245-4/+4
* itemviews: When an index widget gets focus, update the current indexAndy Shaw2018-01-223-0/+74
* QTextItemInt: replace 0 with nullptrAnton Kudryavtsev2018-01-221-6/+18
* QMenuBar: Fix repetitive emission of triggered() when using addAction(QString)Yulong Bai2018-01-212-5/+33
* Merge "Merge remote-tracking branch 'origin/5.10' into dev" into refs/staging...Liang Qi2018-01-21161-12973/+13831
|\
| * Merge remote-tracking branch 'origin/5.10' into devLiang Qi2018-01-20161-12973/+13831
| |\
| | * QNativeSocketEngine: fix typo in warning messageAlex Trotsenko2018-01-201-1/+1
| | * Fix cast-function-type gcc 8 warningAllan Sandfeld Jensen2018-01-182-2/+2
| | * Only define QT_FASTCALL on x86_32Martin Storsjö2018-01-181-1/+1
| | * Fix gcc 8 string-op-truncation warningAllan Sandfeld Jensen2018-01-181-1/+1
| | * Skip arm pixman drawhelpers on windows just like on iosMartin Storsjö2018-01-181-1/+1
| | * Doc: add doc to Anchor Layout ExampleNico Vertriest2018-01-181-0/+43
| | * Undef interface in more places, fixing builds with libc++ on windowsMartin Storsjö2018-01-185-0/+20
| | * Merge "Merge remote-tracking branch 'origin/5.9' into 5.10" into refs/staging...Tor Arne Vestbø2018-01-1726-12902/+13540
| | |\
| | | * Merge remote-tracking branch 'origin/5.9' into 5.10Tor Arne Vestbø2018-01-1626-12902/+13540
| | | |\
| | | | * Prevent O(n^2) behavior when calling QObject::deleteLaterErik Verbruggen2018-01-163-14/+31
| | | | * Use font set in the style option if there is no font set in the ruleAndy Shaw2018-01-161-2/+3
| | | | * Doc: Clarify auto detection of file format in QImageEirik Aavitsland2018-01-151-11/+9