summaryrefslogtreecommitdiffstats
path: root/src/widgets
Commit message (Expand)AuthorAgeFilesLines
* QMacStyle: fix focus ring thickness on retina displaysGabriel de Dietrich2017-01-171-11/+29
* QListView: Remove unneeded check inside the if blockAlexander Volkov2017-01-171-3/+1
* Remove qtypetraits.h's contents altogetherGiuseppe D'Angelo2017-01-123-6/+6
* Add expandingListItems property to QListViewAlexander Volkov2017-01-123-4/+46
* Use QString::asprintf(), QStringBuilder, and the multi-arg overload of QStrin...Alexander Volkov2017-01-124-6/+6
* Remove unused QEmptyModelMarc Mutz2017-01-111-12/+0
* Widgets: report focus object change to QtGui before sending widget eventsTor Arne Vestbø2017-01-101-17/+14
* Remove compatibility code paths for macOS < 10.10 and iOS < 8.0Jake Petroules2017-01-091-154/+67
* Doc update: reflect use of native font dialog by default on macOSPierre Rossi2017-01-081-2/+1
* QMacStyle: Fix drawing of PE_IndicatorMenuCheckMarkGabriel de Dietrich2017-01-061-80/+74
* QMacStyle: Remove unused focusRectPolicy methodsGabriel de Dietrich2017-01-063-60/+0
* 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