summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Implement QRegularExpression overload for QTextEdit::findSamuel Gaist2018-10-084-0/+42
* Merge remote-tracking branch 'origin/5.12' into devLiang Qi2018-10-0857-189/+454
|\
| * 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
* | Do not include qprintdialog in a kernel/ fileAlbert Astals Cid2018-10-051-13/+3
* | ppmhandler: Fix undefined overflow behaviorAlbert Astals Cid2018-10-051-1/+1
* | qppmhandler: Fix undefined overflow behaviorAlbert Astals Cid2018-10-051-2/+8
* | QCocoaWindow - close the underlying NSWindow before releasing itTimur Pocheptsov2018-10-051-0/+1
* | qdoc: Add default include dirs to qdoc command lineMartin Smith2018-10-051-1/+1
* | QAbstractScrollArea: fix sizeHint when widget is not visibleChristian Ehrlicher2018-10-043-9/+5
* | QIcon::addFile: don't use QMimeDatabase for every PNG being loadedDavid Faure2018-10-041-3/+4
* | QStyleSheetStyle: use specified font property from css for QMenuChristian Ehrlicher2018-10-031-6/+12
* | SQLite: enable json1 extensionChristian Ehrlicher2018-10-031-1/+1
* | Implement QDataStream operator for QCborSimpleValueJędrzej Nowacki2018-10-033-14/+21
* | Implement QDataStream operator for main CBOR classesJędrzej Nowacki2018-10-036-1/+79
* | Implement QJsonValue data stream operatorJędrzej Nowacki2018-10-032-0/+81
* | Implement QJsonObject data stream operatorJędrzej Nowacki2018-10-032-0/+22
* | Implement QJsonArray data stream operatorJędrzej Nowacki2018-10-032-0/+22
* | Handle errors when streaming QJsonDocument through QDataStreamJędrzej Nowacki2018-10-031-1/+5
* | Finish qmetatype migration to type switcherJędrzej Nowacki2018-10-031-434/+190
* | Implement QJsonDocument data stream operatorsJędrzej Nowacki2018-10-033-2/+27
* | Minor performance improvement to QLabel with ImageLuca Beldi2018-10-031-1/+1
* | Add support for showWithoutActivating windowsJames McDonnell2018-10-023-7/+90
* | Allow to prevent blocking of native dialogs by a proxy Qt dialogAlexander Volkov2018-10-023-0/+32
* | QOffsetStringArray: fix compilation error with clang-802.0.42Mikhail Svetkin2018-10-011-1/+1
* | Merge remote-tracking branch 'origin/5.12' into devQt Forward Merge Bot2018-10-0136-172/+206
|\|
| * 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