summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | * 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
| | * 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
* | | testlib: Don't set QT_LOGGING_TO_CONSOLETor Arne Vestbø2018-02-101-7/+0
* | | logging: Use !QT_BOOTSTRAPPED instead of QT_BUILD_CORE_LIBTor Arne Vestbø2018-02-101-1/+1
* | | QMacStyle: Fix crash when using Freetype font engineGabriel de Dietrich2018-02-091-24/+26
* | | logging: Group alternate logging sink implementationsTor Arne Vestbø2018-02-091-58/+62
* | | Prevent duplicated log output when using alternate logging sinksTor Arne Vestbø2018-02-081-5/+6
* | | Fix inverted logic in slog2 log handler for when to disable loggingTor Arne Vestbø2018-02-081-1/+1
* | | eglfs_kms_vsp2: Try to recover when failing in the middle of a blendJohan Klokkhammer Helsing2018-02-071-11/+6
* | | Update bundled sqlite to 3.22.0Andy Shaw2018-02-072-5331/+8640
|/ /
* | Document several WA_Mac attributes as obsoleteGabriel de Dietrich2018-02-052-19/+5
* | QMacStyle: Remove call to HIThemeDrawSeparatorGabriel de Dietrich2018-02-051-12/+6
* | QMacStyle: CE_DockWidgetTitle is now HITheme-freeGabriel de Dietrich2018-02-051-67/+30
* | QDockWidget: Use theme font for titleGabriel de Dietrich2018-02-053-1/+9
* | QMdiSubWindow: Hide "system" menu icons on macOSGabriel de Dietrich2018-02-051-0/+7
* | QMacStyle: QMdiSubWindow is now HITheme-freeGabriel de Dietrich2018-02-052-228/+213
* | Introducing SH_SpinBox_ButtonsInsideFrameGabriel de Dietrich2018-02-055-37/+26
* | QMacStyle: CC_SpinBox is now HITheme-freeGabriel de Dietrich2018-02-052-31/+34
* | Unconditionally log to stderr, regardless of qt_logging_to_console()Tor Arne Vestbø2018-02-051-1/+1
* | QVariant: convert QDateTime and QTime to string with millisecondsThiago Macieira2018-02-052-4/+10
* | eglfs_kms_vsp2: Add support for setting layer alphaJohan Klokkhammer Helsing2018-02-059-0/+63
* | Say hello to ImhNoEditMenu & ImhNoTextHandlesBogDan Vatra2018-02-052-0/+6
* | QPlatformWindow: add startSystemMove()Alexander Volkov2018-02-046-25/+61
* | QUtf8: Add some UTF-8 text operation functionsThiago Macieira2018-02-032-1/+169
* | QUuid: add a way to get the string form without the bracesThiago Macieira2018-02-033-7/+137
* | doc: Add missing \fn commands for new membersMartin Smith2018-02-033-11/+25
* | doc: Add tests of Q_CLANG_QDOCMartin Smith2018-02-032-6/+6