summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | * Prefer QDate::startOfDay() over QDateTime(const QDate &)Edward Welbourne2019-12-091-1/+1
| | * QAbstractItemView: add a note about ToolTipRole in dataChanged()Christian Ehrlicher2019-12-091-0/+2
| | * QPushButton: fix icon + text layouting in RTL modeChristian Ehrlicher2019-12-092-64/+15
| | * WebAssembly: Do not use sed directly for wasm_shell.html deploymentJoerg Bornemann2019-12-091-1/+1
| | * Move the tooltip out of the way of very large mouse cursorsVolker Hilsheimer2019-12-097-15/+92
| | * Doc: Clarify ownership of added menu for QMenuBar::addMenu(QMenu *)Alexander Volkov2019-12-091-1/+2
| | * Avoid crash in menu that was previously shown as submenuAlexander Volkov2019-12-091-0/+2
| | * QWidget: React to platform surface being created or destroyedTor Arne Vestbø2019-12-092-0/+71
| | * Register the screen pulse eventJames McDonnell2019-12-092-3/+23
| | * rhi: metal: Do not fail pipeline creation upon compiler warningsLaszlo Agocs2019-12-091-1/+4
| | * Fix crash on debug output of null QColorSpaceAllan Sandfeld Jensen2019-12-091-4/+6
| | * PSQL: set correct empty QVariant in QPSQLResult::record()Christian Ehrlicher2019-12-091-0/+1
| | * tst_QNetworkInterface: don't force an IPv4 link-local addressThiago Macieira2019-12-072-21/+31
| | * Fix updating the text cursor position after editingSona Kurazyan2019-12-063-0/+53
| | * Tell the truth about QDateTimeEdit's range-of-values propertiesEdward Welbourne2019-12-061-85/+115
| | * Allow lower-case for the T and Z in ISO 8601 date formatEdward Welbourne2019-12-062-4/+8
| | * Fix handling of trailing space at the end of an ISO date-timeEdward Welbourne2019-12-062-1/+17
| | * QTimeZonePrivate: remove some Q_LIKELY markersEdward Welbourne2019-12-061-8/+5
| | * Fix crash when a date-time has an invalid time-zoneEdward Welbourne2019-12-063-25/+61
| | * Fix sizeHint of QProgressDialog to have enough space for window marginsVolker Hilsheimer2019-12-061-7/+10
| | * Doc: Update info about building testsLeena Miettinen2019-12-062-2/+55
| | * Item views: do not clip items horizontally in dragging iconEirik Aavitsland2019-12-062-2/+6
| | * Manual High DPI test: Add a page logging all screen change signals to MetricsFriedemann Kleint2019-12-051-7/+130
| | * Copy formatting attributes when cloning an empty QTextDocumentSona Kurazyan2019-12-052-1/+40
| | * QCborValue: fix replacing of elements with byte data with ones withoutThiago Macieira2019-12-052-2/+29
| | * Windows QPA: Fix tray geometry not updatingFriedemann Kleint2019-12-051-0/+4
| | * docker-compose now brings up the docker images tagged as "latest"Dimitrios Apostolou2019-12-052-28/+30
| | * 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
| | * Fix qmake's sed functionality for input containing CR+LF newlinesAlessandro Portale2019-12-051-1/+1
| | * Quit application when QWindowsSystemTrayIcon receives WM_CLOSEJan Niklas Hasse2019-12-051-1/+5
| | * Fix flaky test tst_QFiledialog::clearLineEdit()Dimitrios Apostolou2019-12-031-0/+1
* | | QCocoaEventDispatcher: make 'interrupt' workTimur Pocheptsov2019-12-103-2/+66
* | | Make inputmask 'X' mask character require non-blank inputEirik Aavitsland2019-12-103-6/+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-073-2/+84
* | Tidy nullptr usageAllan Sandfeld Jensen2019-12-06502-4329/+4329
* | QByteArray: add a strict mode to fromBase64Giuseppe D'Angelo2019-12-054-84/+461
* | 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-053-0/+111
* | QDoubleValidator: Fix thousand separator handlingFabian Kosmale2019-12-052-1/+2
* | QGraphicsItem: Fix mouse tracking with modal panelsPaul Olav Tvete2019-12-051-2/+10
* | RHI: new native texture APIPaul Olav Tvete2019-12-0514-4/+276