summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* doc: Add qtlinguist to depends for QtWidgetsMartin Smith2018-02-031-1/+1
* doc: Change \l StyleSheetEditor to \c StyleSheetEditorMartin Smith2018-02-031-1/+1
* doc: Add 2 missing return types to \fn commandsMartin Smith2018-02-031-2/+2
* qdoc: Remove __cplusplus from the defines listMartin Smith2018-02-031-3/+1
* QListView: Honor css :first/:middle/:last Pseudo-StatesChristian Ehrlicher2018-02-031-0/+9
* QtEdidSupport: Fix private headersFriedemann Kleint2018-02-023-6/+12
* Skip QWSIF::WindowScreenChanged events if the screen is unchangedFriedemann Kleint2018-02-021-0/+2
* Diaglib: Make mouse event logging more verboseFriedemann Kleint2018-02-021-0/+29
* Make it easier to specify test databases on a per system levelAndy Shaw2018-01-261-72/+52
* 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