summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Documentation: don't suggest abort() in qInstallMessageHandler()Thiago Macieira2018-02-111-1/+1
* Remove code paths for macOS < 10.11Jake Petroules2018-02-113-34/+4
* Load Qt libs from Qt threadBogDan Vatra2018-02-117-113/+255
* logging: Break out stderr logging sink into separate functionTor Arne Vestbø2018-02-111-13/+16
* logging: Don't build alternate logging sinks for QT_BOOTSTRAPPEDTor Arne Vestbø2018-02-111-7/+13
* logging: Break out QMessagePattern error reporting into standalone functionTor Arne Vestbø2018-02-111-14/+20
* Merge "Merge remote-tracking branch 'origin/dev' into 5.11" into refs/staging...Jani Heikkinen2018-02-10147-821/+3046
|\
| * Merge remote-tracking branch 'origin/dev' into 5.11Liang Qi2018-02-10147-821/+3046
| |\
| | * Unalias some core drawhelper loopsAllan Sandfeld Jensen2018-02-062-63/+67
| | * Documentation: Update CommonTableModel/StringListModel snippetsChristian Ehrlicher2018-02-054-28/+28
| | * Handle coordinates related to component windowJosé Millán Soto2018-02-051-1/+7
| | * Introduce QT6_VIRTUAL and QT6_NOT_VIRTUAL macrosSergio Martins2018-02-054-11/+10
| | * Use placeholder text for accessible description of QLineEditJosé Millán Soto2018-02-051-0/+2
| | * Remove QCupsPrintEnginePrivate::setupDefaultPrinterAlbert Astals Cid2018-02-052-33/+0
| | * Remove QPlatformPrinterSupport::createDefaultPrintDeviceAlbert Astals Cid2018-02-052-6/+0
| | * Modernize logging in CoreFoundation and iOS event dispatchersTor Arne Vestbø2018-02-053-83/+63
| | * Simplify how we set thread name for UNIX threadsTor Arne Vestbø2018-02-051-11/+8
| | * Use new QString::remove(QLatin1String)Anton Kudryavtsev2018-02-052-2/+2
| | * QLineEdit: implement quick text selection by mouseElvis Angelaccio2018-02-039-3/+71
| | * QCommonStyle::drawControl: use PM_HeaderMargin instead magic numberChristian Ehrlicher2018-02-021-2/+3
| | * QHeaderView: consider Qt::DecorationRole size within paintSection()Christian Ehrlicher2018-02-021-5/+9
| | * Add documentation entries for new qvector/qvarlength methodsAllan Sandfeld Jensen2018-02-022-0/+44
| | * QString:: add remove() overload taking QLatin1StringAnton Kudryavtsev2018-02-022-10/+37
| | * Fix HiDPI rendering issues in the WindowsVista styleAndre de la Rocha2018-02-022-28/+44
| | * Fix HiDPI rendering issues in the Windows styleAndre de la Rocha2018-02-021-89/+55
| | * Fix HiDPI rendering issues in QCommonStyleAndre de la Rocha2018-02-021-12/+10
| | * QString: optimize remove()Anton Kudryavtsev2018-02-021-4/+9
| | * Fix opening of flatpak FileChooser portalJan Grulich2018-02-022-55/+61
| | * QBitArray: add manipulate a dense bit array directlyThiago Macieira2018-01-282-0/+43
| | * Support for LTTNG and ETW tracingRafael Roquetto2018-01-2829-8/+1657
| | * QMimeType: remove unwanted *.bin as preferredSuffix for octet-streamDavid Faure2018-01-281-0/+2
| | * JSON: use the new isLatin1 functionThiago Macieira2018-01-271-8/+1
| | * 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
| | * 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-2634-46/+42
| | * QListWidgetItem/QStandardItem: pass role to dataChanged() signalChristian Ehrlicher2018-01-266-15/+41
| | * QFileSystemModel/Win: Fix file system operations failing due to watchersFriedemann Kleint2018-01-263-17/+91
| | * Introduce QSslConfiguration::backendConfigLars Schmertmann2018-01-2610-0/+170
| | * 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-252-0/+32
| | * Update the overflow functions to include qsizetypeThiago Macieira2018-01-241-160/+117
| | * 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-245-10/+75