summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* MSVC: Fix integer conversion warnings in containersFriedemann Kleint2020-01-036-9/+9
* QPalette: fix debug stream operatorVitaly Fanaskov2020-01-031-26/+50
* Fix QPalette::isBrushSetVitaly Fanaskov2020-01-026-44/+150
* Long live QFlatMap!Joerg Bornemann2020-01-025-0/+1441
* QBitArray: Add method to get int valueFederico Guerinoni2019-12-203-0/+129
* QPalette::setBrush: remove a workaround for PlaceholderTextVitaly Fanaskov2019-12-181-26/+7
* Basic QImage cleanupAllan Sandfeld Jensen2019-12-184-303/+1
* Doc: Add porting guide Qt5 to Qt6 documentPaul Wicking2019-12-181-0/+54
* Avoid asan errorsLars Knoll2019-12-161-1/+1
* Convert QString to use QArrayDataPointerLars Knoll2019-12-167-227/+157
* Remove a bunch of code maked for removalOlivier Goffart2019-12-142-12/+2
* Move QOpenGLWidget from QtWidgets to QtOpenGLJohan Klokkhammer Helsing2019-12-1214-22/+24
* Move QOpenGLTimerQuery to from QtGui to QtOpenGLJohan Klokkhammer Helsing2019-12-125-13/+18
* Convert date-time faithfully in QDateTimeEdit::setDateTime()Edward Welbourne2019-12-123-4/+80
* Merge "Merge remote-tracking branch 'origin/5.15' into dev"Qt Forward Merge Bot2019-12-11101-507/+1234
|\
| * Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2019-12-11101-507/+1234
| |\
| | * rhi: gl: Handle struct and array of struct uniformsLaszlo Agocs2019-12-102-13/+63
| | * rhi: gl: Destructure mat3 correctlyLaszlo Agocs2019-12-101-1/+9
| | * Merge "Merge remote-tracking branch 'origin/5.14' into 5.15"Liang Qi2019-12-1090-479/+1081
| | |\
| | | * Merge remote-tracking branch 'origin/5.14' into 5.15Liang Qi2019-12-1090-479/+1081
| | | |\
| | | | * tst_QSqlQuery: fix some testsChristian Ehrlicher2019-12-101-39/+36
| | | | * Windows QPA: Export "checkable" info for menu items through UI AutomationAndre de la Rocha2019-12-101-1/+2
| | | | * Add "checkable" state to accessible menu itemAndre de la Rocha2019-12-101-0/+2
| | | | * wasm: Fix clamp modeLorn Potter2019-12-101-1/+1
| | | | * Don't wrap feature detection macros with QT_HAS_FOO() variantsTor Arne Vestbø2019-12-1034-105/+102
| | | | * Modernize shapedclock exampleEirik Aavitsland2019-12-102-18/+41
| | | | * Fix QPushButton style sheet style for overlay (content) imageEirik Aavitsland2019-12-101-0/+1
| | | | * Convert some uses of QStringRef to QStringViewEdward Welbourne2019-12-091-25/+26
| | | | * 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