summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Update 3rdparty valgrind headers to Valgrind 3.13.0Edward Welbourne2018-10-084-1510/+4203
* Support QCborMap::operator[] taking a string literalEdward Welbourne2018-10-082-5/+13
* Change QCborArray to pad with invalid on inserting past endEdward Welbourne2018-10-084-10/+41
* Android: Update the targetSdkVersion in the manifest to 28Christian Strømme2018-10-081-1/+1
* Default to no style extraction on Android P when the target SDK is < 28Christian Strømme2018-10-082-5/+18
* Merge "Merge remote-tracking branch 'origin/5.11' into 5.12" into refs/stagin...Liang Qi2018-10-089-18/+40
|\
| * Merge remote-tracking branch 'origin/5.11' into 5.12Qt Forward Merge Bot2018-10-089-18/+40
| |\
| | * Fix DejaVu fonts URLSergio Martins2018-10-061-1/+1
| | * Fix ICE on QNX 6.6Sergio Martins2018-10-051-1/+1
| | * Doc: Describe behavior of QSslConfiguration::caCertificates() on iOSLeena Miettinen2018-10-041-0/+4
| | * Windows QPA: Fix WM_NCHITTEST not being sent to QAbstractNativeEventFilterFriedemann Kleint2018-10-021-1/+0
| | * Use update() instead of repaint() when displaying a new messageAndy Shaw2018-10-021-1/+1
| | * QDateTimeParser: avoid using an invalid hour by defaultEdward Welbourne2018-10-021-4/+25
| | * Scale seconds by a thousand to get millisecondsEdward Welbourne2018-10-021-2/+2
| | * zlib: Fix spelling of licenseKai Koehne2018-10-021-1/+1
| | * fix HTML subset documentation is not very readable on smaller screensAndrew O'Doherty2018-09-301-8/+6
* | | winrt: Explicitly set main thread in QCoreApplication's constructorOliver Wolff2018-10-083-2/+40
|/ /
* | QLineEdit: take the size of actions' icons from a styleAlexander Volkov2018-10-062-2/+3
* | Cleanup in eglfs device integration .pro filesSimon Hausmann2018-10-0511-12/+0
* | uic: Write the float and double properties in 'f' formatJarek Kobus2018-10-051-2/+2
* | Optimize gamma-table lookup on SSE2 and NEONAllan Sandfeld Jensen2018-10-051-34/+122
* | QtWidgets: Fix Qt application coming to the foreground when launching app by ...Friedemann Kleint2018-10-051-2/+5
* | QTreeView: adjust documentation of key bindingsChristian Ehrlicher2018-10-041-3/+4
* | StyleSheetStyle: Load @Nx imagesMorten Johan Sørvig2018-10-042-9/+39
* | Cocoa integration: fix incorrect keyboard mappingTimur Pocheptsov2018-10-041-4/+6
* | QCocoaKeyMapper: Properly initialize all members and reset on updateUlf Hermann2018-10-042-12/+10
* | QGraphicsScene: Make focusing on touchBegin optionalUlf Hermann2018-10-043-27/+71
* | QAccessibleTable(Header)Cell: fix isValid()Christian Ehrlicher2018-10-031-3/+5
* | macOS: Don't call [NSOpenGLContext update] for every frameTor Arne Vestbø2018-10-032-3/+37
* | macOS: Ensure QFontDialog picks up changes in NSFontPanelTor Arne Vestbø2018-10-031-3/+7
* | Restore styling of QDockWidget title fontAllan Sandfeld Jensen2018-10-031-2/+6
* | QSFPM: don't let setFilterRegExp(QString) overwrite CaseSensitivityDavid Faure2018-10-031-0/+1
* | QtSql: fix code snippetsChristian Ehrlicher2018-10-033-13/+13
* | Prevent instantiation of QGestureManager in ~QWidget, ~QGraphicsItem()Friedemann Kleint2018-10-035-6/+8
* | Windows QPA: Fix multiple mouse button presses detectionAndre de la Rocha2018-10-021-16/+42
* | Android: bump android gradle plugin versionv5.12.0-beta1BogDan Vatra2018-10-021-1/+1
* | QSFPM: setFilterRegExp and setFilterRegularExpression overloads to slotsSamuel Gaist2018-10-021-2/+2
* | Doc: fix QRegularExpression::wildcardToRegularExpression snippetSamuel Gaist2018-10-021-1/+4
* | wasm: use config for natural scroll on safariLorn Potter2018-10-011-0/+29
* | Make overloaded function appear in assistant indexJarek Kobus2018-10-0114-31/+0
* | Merge remote-tracking branch 'origin/5.11' into 5.12Qt Forward Merge Bot2018-09-3023-109/+90
|\|
| * Fix QUrl::matches for when removing authority parts (other than host)Thiago Macieira2018-09-291-8/+8
| * QCommandLineParser: Ensure that an option text ends with a newlineAlexander Akulich2018-09-281-1/+5
| * SSL: Don't write to closed socket or write to deallocated bufferMårten Nordheim2018-09-281-1/+6
| * Android: fix log output patternLuka Modric2018-09-271-3/+1
| * Modernize the "filesystemwatcher" featureLiang Qi2018-09-2719-96/+70
* | Windows: Fix QDir::drives() to no longer list ejected mediaFriedemann Kleint2018-09-291-6/+16
* | QDockWidget: Fix icons being too large when using a style proxying Windows styleFriedemann Kleint2018-09-291-0/+5
* | QLineEdit: Disable input methods for password unless IME supports hidden textFriedemann Kleint2018-09-293-15/+19
* | xcb: Extract QXcbWindow::isTrayIconWindow()Alexander Volkov2018-09-293-4/+7