summaryrefslogtreecommitdiffstats
path: root/src/widgets
Commit message (Expand)AuthorAgeFilesLines
...
| * | Merge remote-tracking branch 'origin/5.14' into 5.15Liang Qi2019-12-163-70/+71
| |\|
| | * Remove QApplicationPrivate::set_palTor Arne Vestbø2019-12-132-13/+6
| | * Explicitly polish palette instead of relying on QApplication::setPaletteTor Arne Vestbø2019-12-121-4/+4
| | * Clean up QApplication::style default style constructionTor Arne Vestbø2019-12-121-25/+24
| | * Ensure override style properly clears out previous style if setTor Arne Vestbø2019-12-121-18/+14
| | * Update system palette on application init if neededTor Arne Vestbø2019-12-121-0/+6
| | * Unify system palette initialization during style changeTor Arne Vestbø2019-12-121-15/+16
| | * Clarify call to initializeWidgetFontHash in QApplication::setStyleTor Arne Vestbø2019-12-121-1/+7
| | * Doc: Fix qdoc compilation errors qtbaseNico Vertriest2019-12-121-1/+1
| * | Replace usages of QVariant::value by qvariant_castOlivier Goffart2019-12-154-6/+6
| * | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2019-12-121-2/+2
| |\|
| | * wasm: fix getOpenFileContent docLorn Potter2019-12-111-2/+2
| * | Support checkable QComboBox items with styles using a popup dropdownVolker Hilsheimer2019-12-113-5/+69
| * | Avoid initializing QFlags with 0 or nullptr in macOS-specific codeFriedemann Kleint2019-12-112-3/+3
* | | Fix QPalette::isBrushSetVitaly Fanaskov2020-01-023-5/+5
* | | Move QOpenGLWidget from QtWidgets to QtOpenGLJohan Klokkhammer Helsing2019-12-123-1591/+0
* | | Convert date-time faithfully in QDateTimeEdit::setDateTime()Edward Welbourne2019-12-122-4/+30
* | | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2019-12-1116-182/+219
|\| |
| * | Merge "Merge remote-tracking branch 'origin/5.14' into 5.15"Liang Qi2019-12-1014-177/+213
| |\ \
| | * | Merge remote-tracking branch 'origin/5.14' into 5.15Liang Qi2019-12-1014-177/+213
| | |\|
| | | * Add "checkable" state to accessible menu itemAndre de la Rocha2019-12-101-0/+2
| | | * Fix QPushButton style sheet style for overlay (content) imageEirik Aavitsland2019-12-101-0/+1
| | | * QAbstractItemView: add a note about ToolTipRole in dataChanged()Christian Ehrlicher2019-12-091-0/+2
| | | * 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
| * | | Make inputmask 'X' mask character require non-blank inputEirik Aavitsland2019-12-102-3/+3
| |/ /
| * | QAIV::sizeHintForIndex: return correct size when no delegate is setChristian Ehrlicher2019-12-091-2/+3
* | | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2019-12-09134-1751/+1759
|\| |
| * | Tidy nullptr usageAllan Sandfeld Jensen2019-12-06135-1752/+1752
| * | QGraphicsItem: Fix mouse tracking with modal panelsPaul Olav Tvete2019-12-051-2/+10
* | | Make setModel() virtualAndrew Patterson2019-12-061-1/+1
* | | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2019-12-051-2/+5
|\| |
| * | Document that toggleViewAction can't be used to toggle the dock widgetVolker Hilsheimer2019-12-041-2/+5
* | | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2019-12-046-17/+42
|\| |
| * | QMdiArea: on macOS using tabs, render document icons next to the textVolker Hilsheimer2019-12-031-1/+1
| * | CMake: Use lower-case macro/function namesKai Koehne2019-12-031-1/+1
| * | Merge remote-tracking branch 'origin/5.14' into 5.15Ulf Hermann2019-12-034-15/+40
| |\|
| | * 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