summaryrefslogtreecommitdiffstats
path: root/src/widgets
Commit message (Expand)AuthorAgeFilesLines
...
* QPushButton: fix icon + text layouting in RTL modeChristian Ehrlicher2019-12-092-64/+15
* Move the tooltip out of the way of very large mouse cursorsVolker Hilsheimer2019-12-091-15/+28
* Doc: Clarify ownership of added menu for QMenuBar::addMenu(QMenu *)Alexander Volkov2019-12-091-1/+2
* Avoid crash in menu that was previously shown as submenuAlexander Volkov2019-12-091-0/+2
* QWidget: React to platform surface being created or destroyedTor Arne Vestbø2019-12-091-0/+17
* Fix updating the text cursor position after editingSona Kurazyan2019-12-061-0/+6
* Tell the truth about QDateTimeEdit's range-of-values propertiesEdward Welbourne2019-12-061-85/+115
* Fix sizeHint of QProgressDialog to have enough space for window marginsVolker Hilsheimer2019-12-061-7/+10
* Item views: do not clip items horizontally in dragging iconEirik Aavitsland2019-12-062-2/+6
* QStyleSheetStyle: properly honor checkmark size when drawing a QMenuChristian Ehrlicher2019-12-051-3/+6
* QPlainTextEdit: update internal palette on QEvent::EnabledChangeChristian Ehrlicher2019-12-051-0/+1
* QTreeView: Reset the pressed index if the decoration was pressed onAndy Shaw2019-11-291-0/+2
* QWidget: don't set WA_PendingMoveEvent when geometry does not changeChristian Ehrlicher2019-11-271-3/+8
* QDial: use correct button colorChristian Ehrlicher2019-11-261-3/+6
* Doc: Improve explanation of QLineEdit input maskEirik Aavitsland2019-11-261-9/+24
* Doc: improve Using Model Indexes in Model View Programming guideSamuel Gaist2019-11-192-6/+14
* QLineEdit: Fix End key for input masksDaniel Teske2019-11-151-1/+1
* QTreeView: make sure to not ask the old model during setModelChristian Ehrlicher2019-11-141-0/+2
* Fix rendering of markdown in QLabelEike Ziller2019-11-132-14/+25
* QTableWidget: Fix -Wdeprecated-copy warningAlbert Astals Cid2019-11-122-5/+6
* Merge "Merge remote-tracking branch 'origin/5.13' into 5.14"Qt Forward Merge Bot2019-11-064-5/+23
|\
| * Merge remote-tracking branch 'origin/5.13' into 5.14Qt Forward Merge Bot2019-11-064-5/+23
| |\
| | * Doc: Add notes about Qt Style Sheets taking precedenceLeena Miettinen2019-10-312-2/+10
| | * Ensure that child windows are visible again when showing their parentAndy Shaw2019-10-292-3/+13
* | | QAbstractItemView: don't toggle selection on mouse move on some indexChristian Ehrlicher2019-11-061-1/+1
|/ /
* | Turn a local QHash into a QMultiHashMårten Nordheim2019-10-311-1/+1
* | Merge "Merge remote-tracking branch 'origin/5.13' into 5.14"Qt Forward Merge Bot2019-10-291-2/+2
|\ \
| * | Merge remote-tracking branch 'origin/5.13' into 5.14Qt Forward Merge Bot2019-10-281-2/+2
| |\|
| | * QColorDialog: Fix memory leak when picking screen colorsFriedemann Kleint2019-10-241-2/+2
* | | QGraphicsItem: disable deprecated warnings during compilationChristian Ehrlicher2019-10-281-0/+6
|/ /
* | Specify year in month name lookups for QCalendarWidgetEdward Welbourne2019-10-251-14/+21
* | QTableView: properly deselect row when column 0 is hidden/not visibleChristian Ehrlicher2019-10-241-1/+1
* | Merge remote-tracking branch 'origin/5.13' into 5.14Qt Forward Merge Bot2019-10-245-23/+40
|\|
| * Doc: Correct snippet about customizing QMenuBarNico Vertriest2019-10-111-1/+1
| * Fix QGraphicsScene::update() performanceAndre de la Rocha2019-10-112-4/+26
| * Drag'n'Drop: fix crash when widgets are destroyed during event handlingVolker Hilsheimer2019-10-101-9/+13
| * Item views: fix regression causing unexpected widget overlappingEirik Aavitsland2019-10-101-9/+0
* | docs: clarify usage of css 'qproperty' in stylesheetsRichard Moe Gustavsen2019-10-211-0/+4
* | Propagate application termination requests through QPATor Arne Vestbø2019-10-191-11/+8
* | Set icon on the select-all action in the text edit context menu tooVolker Krause2019-10-172-0/+2
* | Prepare for deprecating the QDesktopWidgetSona Kurazyan2019-10-151-1/+2
* | QtWidgets: Suppress QEvent::WindowActivate when minimizedFriedemann Kleint2019-10-141-0/+2
* | Fix the size calculation of QHeaderView when stylesheet is usedSona Kurazyan2019-10-141-0/+8
* | Remove usages of deprecated APIs of QDesktopWidgetSona Kurazyan2019-10-132-1/+3
* | QGroupBox: always disable children in a checkable, unchecked groupboxVolker Hilsheimer2019-10-111-2/+6
* | Fusion Style: Use high-dpi pixmapsMorten Johan Sørvig2019-10-111-5/+11
* | QAbstractScrollArea: when used as a popup, apply regular popup behaviorVolker Hilsheimer2019-10-101-1/+4
* | Make QTextBlockFormat::MarkerType an enum classShawn Rutledge2019-10-102-5/+5
* | Merge "Merge remote-tracking branch 'origin/5.13' into 5.14"Liang Qi2019-10-102-3/+6
|\ \
| * | Merge remote-tracking branch 'origin/5.13' into 5.14Liang Qi2019-10-102-3/+6
| |\|