summaryrefslogtreecommitdiffstats
path: root/src/widgets
Commit message (Expand)AuthorAgeFilesLines
* Fix QMenu position on a multi-display systemOleg Yadrov2017-01-021-4/+6
* Added isObsolete and setObsolete functions in QUndoStackAddison Elliott2017-01-023-15/+147
* Q_ENUMS -> Q_ENUM and Q_FLAGS -> Q_FLAGAlbert Astals Cid2017-01-0213-14/+16
* Add needed includes to qdesktopwidget_p.h and qwidgetwindow_p.hKimmo Ollila2017-01-022-0/+2
* QSplitterHandle: Ensure a minimum grab areaGabriel de Dietrich2016-12-231-5/+8
* Add QPlatformTheme::standardButtonShortcut()Alexander Volkov2016-12-191-6/+1
* Merge "Merge remote-tracking branch 'origin/5.8' into dev" into refs/staging/devShawn Rutledge2016-12-193-5/+53
|\
| * Merge remote-tracking branch 'origin/5.8' into devLiang Qi2016-12-163-5/+53
| |\
| | * QDockWidgetGroupWindow now honors custom title barSergio Martins2016-12-153-5/+53
* | | QWidget::clearMask(): Skip setMask() logic if there's no maskGabriel de Dietrich2016-12-161-0/+3
|/ /
* | Merge remote-tracking branch 'origin/5.8' into devLiang Qi2016-12-1360-442/+382
|\|
| * Fix for horizontal scrollbarsLambert Duijst2016-12-131-2/+2
| * Doc: added spec about parameter enableNico Vertriest2016-12-121-2/+2
| * Accept ZWNJ, ZWJ and PUA characters in input widgetsEskil Abrahamsen Blomfeldt2016-12-124-26/+18
| * Fix crash when dragging a tab off QDockWidgetGroupWindowSergio Martins2016-12-061-1/+3
| * Close popups when blocked by modal dialogPaul Olav Tvete2016-11-301-0/+1
| * QListViewItem: add constexprMarc Mutz2016-11-301-11/+11
| * Clean up style selection codeLars Knoll2016-11-2927-126/+115
| * QtWidgets: Add missing overrideAlexander Volkov2016-11-2920-210/+210
| * Merge remote-tracking branch 'origin/5.7' into 5.8Liang Qi2016-11-243-37/+9
| |\
| | * Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-11-233-37/+9
| | |\
| | | * Use QPersistentModelIndex for storing a model indexAndy Shaw2016-11-172-36/+8
| | | * docs: Reference QLineEdit::hasAcceptableInput() in setValidator()Sérgio Martins2016-11-161-1/+1
| * | | Remove some #if 0 blocks from API headersEdward Welbourne2016-11-232-13/+0
| * | | QFormLayout: fix use-after-free in clearQLayoutItem()Marc Mutz2016-11-221-14/+11
* | | | QTouchEvent::TouchPoint: replace ellipse diameters with QSizeFShawn Rutledge2016-12-091-11/+3
* | | | TouchPoint: add horizontalDiameter, verticalDiameter; deprecate rectsShawn Rutledge2016-12-071-2/+6
* | | | Introducing QSplitter::replaceWidget()Gabriel de Dietrich2016-12-023-3/+70
* | | | QCommonStyle::sizeFromContents(): Increase height of CT_ItemViewItemFriedemann Kleint2016-11-291-0/+2
* | | | Replace manual parent traversal in isWindowBlocked with use of isAncestorOfTor Arne Vestbø2016-11-241-20/+12
* | | | Introduce QWindow::setFlag and QWidget::setWindowFlagDaniel Vrátil2016-11-222-1/+19
* | | | Merge remote-tracking branch 'origin/5.8' into devLiang Qi2016-11-1719-49/+61
|\| | |
| * | | Merge remote-tracking branch 'origin/5.7' into 5.8Liang Qi2016-11-166-20/+25
| |\| |
| | * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-11-156-20/+25
| | |\|
| | | * doc: Remove obsolete note for QWidget::paintEvent()Alexander Volkov2016-11-122-13/+0
| | | * QLabel: take DPR of QMovie in account when calculating sizeHintDaniel Vrátil2016-11-091-0/+1
| | | * QGraphicsSceneBspTreeIndex: fix misleading code in event()Marc Mutz2016-11-081-6/+2
| | | * QGraphicsWidget: add missing break statement to switch in event()Marc Mutz2016-11-081-0/+1
| | | * QStyleHelper::uniqueName(): Improve palette pixmap cache keyFriedemann Kleint2016-11-081-1/+21
| * | | Improve use of QHash to minimize double hashingAllan Sandfeld Jensen2016-11-102-7/+6
| * | | QComboBox: Prioritize the model font for popup itemsGabriel de Dietrich2016-11-101-7/+7
| * | | Fix misspelled QT_NO_ featuresPaul Olav Tvete2016-11-093-3/+3
| * | | Replace custom type traits with std one'sKai Koehne2016-11-084-10/+10
| * | | Merge "Merge remote-tracking branch 'origin/5.7' into 5.8" into refs/staging/5.8Liang Qi2016-11-082-2/+5
| |\ \ \
| | * | | Merge remote-tracking branch 'origin/5.7' into 5.8Liang Qi2016-11-082-2/+5
| | |\| |
| | | * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-11-042-2/+5
| | | |\|
| | | | * Mention QDialog::setSizeGripEnabled() in QSizeGrip's docsSergio Martins2016-11-021-1/+4
| | | | * QMainWindow: fix wording in apidocFrederik Schwarzer2016-10-311-1/+1
| * | | | Fix developer build with -no-feature-cursorAndrew Knight2016-11-082-0/+5
| |/ / /
* | | | QListView: remove pointless QVector::resize() callingsAlexander Volkov2016-11-111-7/+1