summaryrefslogtreecommitdiffstats
path: root/src/widgets
Commit message (Expand)AuthorAgeFilesLines
* QScrollBar: fix horizontal scrollbars in RTL modeChristian Ehrlicher2018-11-191-10/+6
* Fix message about licensing options in the About Qt boxVitaly Fanaskov2018-11-191-1/+1
* Merge remote-tracking branch 'origin/5.11' into 5.12Liang Qi2018-11-195-7/+13
|\
| * Modernize the "settings" featureLiang Qi2018-11-155-7/+13
* | QFileDialog: Document that options need to be applied firstFriedemann Kleint2018-11-141-3/+22
* | QPixmapFilter: use rvalue moreAnton Kudryavtsev2018-11-141-4/+6
* | Make sure mouse release events are delivered to correct widgetPaul Olav Tvete2018-11-121-1/+2
* | Change the wording for license type in the About Qt boxVitaly Fanaskov2018-11-111-3/+3
* | QWidgetBackingStore: Don't flush foreign windowsMorten Johan Sørvig2018-11-111-0/+7
* | QSpinBox: don't allow series of thousands-separator chars when editingEirik Aavitsland2018-11-091-4/+8
* | Merge remote-tracking branch 'origin/5.11' into 5.12Liang Qi2018-11-094-15/+6
|\|
| * Modernize the "textcodec" featureLiang Qi2018-11-073-2/+5
| * windows: Give up on SwitchableCompositionLaszlo Agocs2018-11-051-13/+1
* | QStyleSheet: use the << form of qWarning to get more infoThiago Macieira2018-11-081-1/+1
* | 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