summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | Printing: Expose default and supported color modesAlbert Astals Cid2018-10-122-0/+32
* | Add support font-kerning CSS3 propertyAllan Sandfeld Jensen2018-10-123-0/+20
* | Qt namespace: Remove comment about stylesheet propagationPeter Hartmann2018-10-121-1/+1
* | Bump versionOswald Buddenhagen2018-10-113-3/+5
* | Remove QEXPECT_FAIL from test on macOSEskil Abrahamsen Blomfeldt2018-10-101-4/+0
* | QWidgetTextControl: Get rid of dependency on QTextEditPrivateAlexander Volkov2018-10-092-10/+8
* | Fix drawing of QGroupBox's title when check box is higher than textAlexander Volkov2018-10-091-11/+16
* | QSideBar: take the icon size from a styleAlexander Volkov2018-10-092-3/+11
* | Remove spurious Q_FALLTHROUGH()Edward Welbourne2018-10-091-4/+1
* | Revert "qdoc: Add default include dirs to qdoc command line"Martin Smith2018-10-092-7/+1
* | Deprecate QFont::lastResortFamily() and QFont::lastResortFont()Eskil Abrahamsen Blomfeldt2018-10-093-40/+37
* | Merge remote-tracking branch 'origin/5.12' into devQt Forward Merge Bot2018-10-0925-1552/+4333
|\|
| * Fix UB (invalid pointer comparison) in QList, QVector, QVLAMarc Mutz2018-10-083-3/+6
| * Update 3rdparty valgrind headers to Valgrind 3.13.0Edward Welbourne2018-10-084-1510/+4203
| * Support QCborMap::operator[] taking a string literalEdward Welbourne2018-10-083-5/+16
| * 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-0810-18/+48
| |\
| | * Merge remote-tracking branch 'origin/5.11' into 5.12Qt Forward Merge Bot2018-10-0810-18/+48
| | |\
| | | * 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-022-4/+33
| | | * 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
* | | | Move cursor selection to start when there isn't any previous line in selectio...Michal Lazo2018-10-081-0/+8
* | | | QString: documentation fixesSamuel Gaist2018-10-081-15/+15
* | | | Implement QRegularExpression overload for QPlainTextEdit::findSamuel Gaist2018-10-083-0/+69
* | | | Implement QRegularExpression overload for QTextEdit::findSamuel Gaist2018-10-085-0/+87
* | | | Use the stack for storing objectsJesus Fernandez2018-10-081-669/+646
* | | | Merge remote-tracking branch 'origin/5.12' into devLiang Qi2018-10-0870-236/+579
|\| | |
| * | | 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-055-41/+41
| * | 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-046-9/+73
| * | 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-044-27/+107
| * | 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
| * | Extend tst_QGL::graphicsViewClipping blacklistingTor Arne Vestbø2018-10-031-1/+1
| * | macOS: Only verify the major and minor version of the platform SDKTor Arne Vestbø2018-10-031-2/+4