summaryrefslogtreecommitdiffstats
path: root/src/widgets
Commit message (Expand)AuthorAgeFilesLines
* Improve mime type filters in QFileDialogElvis Angelaccio2017-01-063-3/+43
* doc: Fix all remaining "Cannot tie" errors in QtBaseMartin Smith2017-01-0610-15/+15
* doc: Removed a \fn command and a misplaced commentMartin Smith2017-01-051-3/+0
* doc: Removed two cases of // staticMartin Smith2017-01-051-2/+0
* Provide default implementation of QPlatformMenuBar::createMenu()Tor Arne Vestbø2017-01-051-4/+0
* Split QPlatformWindow::isEmbedded into isAncestorOf to separate concernsTor Arne Vestbø2017-01-051-7/+0
* doc: Removed illegal qdoc commentsMartin Smith2017-01-051-5/+1
* QFileDialog: Only focus file name edit when becoming visibleTor Arne Vestbø2017-01-041-1/+1
* 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