summaryrefslogtreecommitdiffstats
path: root/src/widgets
Commit message (Expand)AuthorAgeFilesLines
* QWidgetWindow: check if receiver is deleted after event deliveryRichard Moe Gustavsen2018-11-071-1/+1
* Avoid crashing with opaque opacity effectAllan Sandfeld Jensen2018-11-071-1/+5
* Merge remote-tracking branch 'origin/5.12.0' into 5.12Liang Qi2018-11-053-1/+2
|\
| * Merge remote-tracking branch 'origin/5.11' into 5.12.0Liang Qi2018-11-051-0/+1
| |\
| | * Fix stylesheet example for QLineEdit:read-only code exampleArnaud Bienner2018-10-221-0/+1
| * | Doc: Solve issue with gridlayout image fileNico Vertriest2018-11-022-1/+1
* | | QColorDialog: use customColorCount() instead hardcoded valueChristian Ehrlicher2018-11-021-1/+1
|/ /
* | itemviews: Fix a condition typoIvan Komissarov2018-10-201-1/+1
* | QTableWidget: fix cellChanged signal emitted by takeItem()Christian Ehrlicher2018-10-191-1/+1
* | Remove empty function QWidgetPrivate::registerDropSite()Friedemann Kleint2018-10-172-10/+0
* | Fix scrollbar updates in QPlaintTextEdit on block-visibility changesAllan Sandfeld Jensen2018-10-171-2/+7
* | Merge remote-tracking branch 'origin/5.11' into 5.12Liang Qi2018-10-1725-86/+104
|\|
| * Modernize the "mimetype" featureLiang Qi2018-10-122-5/+7
| * Modernize the "animation" featureLiang Qi2018-10-1223-81/+97
* | xcb: respect QEventLoop::ExcludeUserInputEvents in native event handlersGatis Paeglis2018-10-161-5/+9
* | Fix typo vice versaCristian Maureira-Fredes2018-10-152-3/+3
* | Doc: Move literal code block to a separate fileCristian Maureira-Fredes2018-10-1510-89/+193
* | QToolTip: Don't crash if a tool tip is shown outside screen geometryJohan Klokkhammer Helsing2018-10-151-6/+11
* | Merge remote-tracking branch 'origin/5.11' into 5.12Qt Forward Merge Bot2018-10-081-1/+1
|\|
| * Use update() instead of repaint() when displaying a new messageAndy Shaw2018-10-021-1/+1
* | QLineEdit: take the size of actions' icons from a styleAlexander Volkov2018-10-062-2/+3
* | 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
* | QGraphicsScene: Make focusing on touchBegin optionalUlf Hermann2018-10-043-27/+71
* | QAccessibleTable(Header)Cell: fix isValid()Christian Ehrlicher2018-10-031-3/+5
* | Restore styling of QDockWidget title fontAllan Sandfeld Jensen2018-10-031-2/+6
* | Prevent instantiation of QGestureManager in ~QWidget, ~QGraphicsItem()Friedemann Kleint2018-10-035-6/+8
* | 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-303-31/+33
|\|
| * Modernize the "filesystemwatcher" featureLiang Qi2018-09-273-31/+33
* | QDockWidget: Fix icons being too large when using a style proxying Windows styleFriedemann Kleint2018-09-291-0/+5
* | Doc: fix minor issues in QMessageBox docsShawn Rutledge2018-09-291-3/+3
* | Doc: Remove expired link and add see also entry for style sheetsPaul Wicking2018-09-281-4/+2
* | Fix disabled IME when QPlainTextEdit read only property is toggledJussi Witick2018-09-281-1/+1
* | QGraphicsScene::update(): Keep the list of updatedRects() uniqueFriedemann Kleint2018-09-281-1/+2
* | Do not fall back after resizing a dockMaurice Kalinowski2018-09-281-0/+2
* | wasm: enable filesystemmodel for nothreadLorn Potter2018-09-281-1/+1
* | Merge "Merge remote-tracking branch 'origin/5.11' into 5.12" into refs/stagin...Liang Qi2018-09-274-6/+10
|\ \
| * | Merge remote-tracking branch 'origin/5.11' into 5.12Liang Qi2018-09-274-6/+10
| |\|
| | * Fix QCompleter popups preventing the application from exitingAlexandru Croitor2018-09-261-1/+8
| | * QHeaderView: Don't unhide hidden sections on layoutChanged()Christian Ehrlicher2018-09-241-3/+0
| | * Modernize the "datestring" featureLiang Qi2018-09-242-2/+2
* | | Keep tiled subwindow order on resizePaul Olav Tvete2018-09-271-1/+1
|/ /
* | Android: add support for custom buttons in native MessageDialog helperShawn Rutledge2018-09-251-4/+19
* | Ensure that QTabletEvent is not pre-accepted before sendingShawn Rutledge2018-09-252-0/+2
* | Fix shortcuts in dock widgets with custom title barMorten Kristensen2018-09-241-0/+1
* | Merge remote-tracking branch 'origin/5.11' into 5.12Liang Qi2018-09-101-0/+5
|\|
| * Merge remote-tracking branch 'origin/5.11.2' into 5.11Qt Forward Merge Bot2018-09-091-0/+5
| |\
| | * Make QMacCocoaViewContainer work againMorten Johan Sørvig2018-09-021-0/+5