summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
| | * Item views: do not clip items horizontally in dragging iconEirik Aavitsland2019-12-062-2/+6
| | * Copy formatting attributes when cloning an empty QTextDocumentSona Kurazyan2019-12-051-1/+13
| | * QCborValue: fix replacing of elements with byte data with ones withoutThiago Macieira2019-12-051-2/+1
| | * Windows QPA: Fix tray geometry not updatingFriedemann Kleint2019-12-051-0/+4
| | * macOS: Improve QCocoaGLContext loggingTor Arne Vestbø2019-12-052-1/+23
| | * macOS: Enable fullscreen for windows by defaultTor Arne Vestbø2019-12-051-1/+4
| | * Do not read Xft.dpi on platforms that shouldn't be using Xft settingsAllan Sandfeld Jensen2019-12-051-0/+11
| | * Optimize qLastIndexOf<QString> to not detach the QStringDavid Faure2019-12-051-2/+5
| | * QStyleSheetStyle: properly honor checkmark size when drawing a QMenuChristian Ehrlicher2019-12-051-3/+6
| | * QPlainTextEdit: update internal palette on QEvent::EnabledChangeChristian Ehrlicher2019-12-051-0/+1
| | * Quit application when QWindowsSystemTrayIcon receives WM_CLOSEJan Niklas Hasse2019-12-051-1/+5
* | | QCocoaEventDispatcher: make 'interrupt' workTimur Pocheptsov2019-12-102-2/+21
* | | Make inputmask 'X' mask character require non-blank inputEirik Aavitsland2019-12-102-3/+3
|/ /
* | macOS: support copying lazily provided data to the clipboardVolker Hilsheimer2019-12-102-3/+7
* | wasm: set focus on canvas on new screenLorn Potter2019-12-101-0/+2
* | QAIV::sizeHintForIndex: return correct size when no delegate is setChristian Ehrlicher2019-12-091-2/+3
* | QMetaType: add more static-less APIOlivier Goffart2019-12-072-2/+55
* | Tidy nullptr usageAllan Sandfeld Jensen2019-12-06502-4329/+4329
* | QByteArray: add a strict mode to fromBase64Giuseppe D'Angelo2019-12-053-50/+323
* | Fix compile with we use QT_DISABLE_DEPRECATED_BEFORE=0x060000 in appsLaurent Montel2019-12-051-1/+1
* | Don't use QHash::unite to merge hashesLars Knoll2019-12-051-1/+1
* | Add QHash::insert(const QHash &other)Lars Knoll2019-12-052-0/+38
* | QDoubleValidator: Fix thousand separator handlingFabian Kosmale2019-12-051-1/+1
* | QGraphicsItem: Fix mouse tracking with modal panelsPaul Olav Tvete2019-12-051-2/+10
* | RHI: new native texture APIPaul Olav Tvete2019-12-0512-0/+205
* | Deprecate QVariant::operator< and related operatorsOlivier Goffart2019-12-052-4/+20
* | Document that toggleViewAction can't be used to toggle the dock widgetVolker Hilsheimer2019-12-041-2/+5
* | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2019-12-0410-55/+46
|\|
| * QMacTimeZonePrivate: use .member rather than [- member] notationEdward Welbourne2019-12-031-12/+11
| * Make QMacTimeZonePrivate default constructor more efficientEdward Welbourne2019-12-031-5/+8
| * Fix assert in QTextDocument CSS parser on "border-width: 1pt"David Faure2019-12-033-4/+8
| * QMacStyle: correct placement of edit field in comboboxVolker Hilsheimer2019-12-031-4/+4
| * Prevent emscripten_webgl_destroy_context from removing event handlersMorten Johan Sørvig2019-12-031-0/+7
| * Fix depth in renderText()Laszlo Agocs2019-12-031-1/+1
| * Relocate a comment that had become detached from its codeEdward Welbourne2019-12-031-7/+5
| * Fix serializing QUuid with QDataStream with Qt 4 stream versionsJoni Poikelin2019-12-031-2/+2
| * rhi: Remove unused compat functionsLaszlo Agocs2019-12-031-20/+0
* | QMdiArea: on macOS using tabs, render document icons next to the textVolker Hilsheimer2019-12-033-7/+15
* | CMake: Use lower-case macro/function namesKai Koehne2019-12-033-18/+18
* | CMake: Remove conditions for CMake < 3.1Kai Koehne2019-12-031-45/+40
* | Merge remote-tracking branch 'origin/5.14' into 5.15Ulf Hermann2019-12-0335-180/+240
|\|
| * iOS: Guard against request for textInputView without focus windowTor Arne Vestbø2019-12-031-2/+6
| * macOS: Don't tweak NSApp presentationOptions on startupTor Arne Vestbø2019-12-031-10/+0
| * RHI/Vulkan: Fix buildFriedemann Kleint2019-12-021-0/+1
| * rhi: vulkan: Remove unused includeLaszlo Agocs2019-11-291-1/+0
| * macOS Accessibility: Fix role for comboboxesPeter Varga2019-11-291-1/+1
| * QTreeView: Reset the pressed index if the decoration was pressed onAndy Shaw2019-11-291-0/+2
| * wasm: Disable TextureSwizzleFredrik Orderud2019-11-281-2/+6
| * Silence intel compiler warning about float comparisonOlivier Goffart2019-11-289-0/+9
| * rhi: gl: Fix ms renderbuffer on WASM with WebGL2Laszlo Agocs2019-11-281-2/+1