summaryrefslogtreecommitdiffstats
path: root/src/widgets
Commit message (Expand)AuthorAgeFilesLines
* QSizePolicy: add a transposed() methodMarc Mutz2017-01-282-0/+50
* QSizePolicy: add some constexprMarc Mutz2017-01-281-14/+24
* Use std::enable_if instead of QEnableIfAlexander Volkov2017-01-272-8/+8
* Merge "Merge remote-tracking branch 'origin/5.8' into dev" into refs/staging/devLiang Qi2017-01-2622-53/+119
|\
| * Merge remote-tracking branch 'origin/5.8' into devLiang Qi2017-01-2523-53/+121
| |\
| | * Doc: Remove specific mention of 'Qt 4' from Model/View documentationTopi Reinio2017-01-231-1/+1
| | * QQuickWidget: fix drag and dropOleg Yadrov2017-01-201-2/+6
| | * QWidget::winId(): Remove documentation bit about macOSGabriel de Dietrich2017-01-191-4/+0
| | * docs: Mention that QWidget::ensurePolished() also affects childrenSergio Martins2017-01-191-2/+2
| | * Make shortcuts work for platform menu barsDmitry Shachnev2017-01-192-5/+16
| | * Fix access incorrect index in QListView with batch layoutAleksei Ilin2017-01-171-1/+1
| | * QKeySequenceEdit: If the next key is Key_unknown then it should be ignoredAndy Shaw2017-01-171-1/+2
| | * QSystemTrayIcon: initialize all membersMarc Mutz2017-01-141-1/+4
| | * Don't show bogus empty window when calling QMainWindow::restoreState()Sergio Martins2017-01-113-2/+20
| | * Replace non-existent signals with the correct onesKavindra Palaraja2017-01-101-1/+1
| | * Doc: corrected qdoc list syntaxNico Vertriest2017-01-091-0/+2
| | * QStylesheetStyle: don't lose precision when drawing a progress barMarc Mutz2017-01-071-2/+2
| | * QFusionStyle: don't lose precision when drawing a progress barMarc Mutz2017-01-071-6/+8
| | * QPixmapStyle: do not assume minimum == 0 when painting progress barsMarc Mutz2017-01-071-4/+7
| | * QProgressBar: don't lose precision in text()Marc Mutz2017-01-071-1/+1
| | * QProgressBar: remove unneeded ctor-style no-op castMarc Mutz2017-01-071-1/+1
| | * QAndroidStyle: fix UB (signed integer overflow) in AndroidProgressBarControl:...Marc Mutz2017-01-061-5/+4
| | * Fix UB (signed integer overflows) in QProgressBarMarc Mutz2017-01-061-6/+8
| | * Make filesystemmodel feature depend on itemmodelUlf Hermann2017-01-041-0/+1
| | * QHeaderView: fix restoreState() on a model with more columnsDavid Faure2016-12-291-0/+14
| | * Fix warning from MinGW/GCC 6.2Andrew Knight2016-12-281-2/+1
| | * Silence maybe_uninitialized warning with gcc -OgAllan Sandfeld Jensen2016-12-211-2/+2
| | * Doc: Updated code sample to match documentation of QCompleterSamuel Gaist2016-12-201-1/+1
| | * Update model-view documentation about layoutChangedStephen Kelly2016-12-181-3/+16
* | | Make wheelScrollLines a QStyleHintAllan Sandfeld Jensen2017-01-251-10/+4
* | | Avoid detaching temporary objectsAlexander Volkov2017-01-252-2/+2
* | | Fix some qdoc-warnings for 5.9Friedemann Kleint2017-01-251-0/+2
* | | Fix deprecated API usageJake Petroules2017-01-241-2/+1
|/ /
* | 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