summaryrefslogtreecommitdiffstats
path: root/src/widgets
Commit message (Expand)AuthorAgeFilesLines
* Android: add support for custom buttons in native MessageDialog helperShawn Rutledge2018-09-251-4/+19
* Ensure that QTabletEvent is not pre-accepted before sendingShawn Rutledge2018-09-252-0/+2
* Fix shortcuts in dock widgets with custom title barMorten Kristensen2018-09-241-0/+1
* Merge remote-tracking branch 'origin/5.11' into 5.12Liang Qi2018-09-101-0/+5
|\
| * Merge remote-tracking branch 'origin/5.11.2' into 5.11Qt Forward Merge Bot2018-09-091-0/+5
| |\
| | * Make QMacCocoaViewContainer work againMorten Johan Sørvig2018-09-021-0/+5
* | | QTableView: Fix PageUp not getting to top when first row is hiddenChristian Ehrlicher2018-09-091-2/+6
* | | QLayout: Better document QLayout(QWidget *parent) behaviorChristian Ehrlicher2018-09-091-3/+4
* | | Merge remote-tracking branch 'origin/5.11' into 5.12Qt Forward Merge Bot2018-09-071-0/+2
|\| |
| * | Doc: Check before including the \snippet from a .pro fileVenugopal Shivashankar2018-08-301-0/+2
| |/
* | QTreeView: Fix expanding of spanning itemsFriedemann Kleint2018-09-061-2/+7
* | Fix crash when setting Qt::WA_StaticContents on a transient childFriedemann Kleint2018-09-061-1/+1
* | QHeaderView: honor qss padding attributeChristian Ehrlicher2018-09-061-1/+1
* | QHeaderView: remove dead codeChristian Ehrlicher2018-09-061-7/+0
* | QHeaderView: Take padding/margin into account when eliding textChristian Ehrlicher2018-09-061-2/+4
* | QWindowsStyle: respect rectangle when drawing PE_IndicatorViewItemCheckRolf Eike Beer2018-09-031-6/+8
* | Windows code: Fix clang-tidy warnings about (private) class definitionsFriedemann Kleint2018-09-021-7/+8
* | WebAssembly for QtBaseMorten Johan Sørvig2018-08-303-2/+14
* | Windows code: Fix clang-tidy warnings about C-style castsFriedemann Kleint2018-08-301-3/+3
* | QWidget: fix setTabOrder for compound widgetsChristian Ehrlicher2018-08-301-1/+3
* | QSS/QTabBar: properly handle QTabBar::scrollerChristian Ehrlicher2018-08-301-3/+8
* | Handle device pixel ratio in QHeaderView::setupSectionIndicatorChristian Ehrlicher2018-08-281-1/+3
* | QFileDialog: make QFileDialog::selectFile resolve remote dirs correctlyDavid Faure2018-08-221-3/+8
* | QWidgetWindow: Ensure Qt::WA_Mapped is set on obscured parent widgetsFriedemann Kleint2018-08-211-0/+3
* | QWindowsStyle: respect rectangle when drawing PE_IndicatorViewItemCheckRolf Eike Beer2018-08-201-1/+1
* | Implement exact match expression builder for QRegularExpressionSamuel Gaist2018-08-191-4/+2
* | QGraphicsAnchorLayout: move some private classes to a namespace with QThiago Macieira2018-08-193-3/+9
* | Replace QRegExp by QRegularExpression in QFileSystemModelSamuel Gaist2018-08-192-19/+22
* | Use nullptr instead of 0Jesus Fernandez2018-08-181-17/+26
* | Fix -Winconsistent-missing-destructor-overrideJesus Fernandez2018-08-171-1/+1
* | QComboBox: Start blockMouseReleaseTimer after showPopup callAles Erjavec2018-08-171-2/+3
* | Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-08-1713-36/+36
|\|
| * doc: Add missing override and remove redundant virtual for snippetsAlexander Volkov2018-08-1613-36/+36
* | Modernize the "thread" featureUlf Hermann2018-08-173-2/+3
* | Merge remote-tracking branch 'origin/5.11' into devLiang Qi2018-08-161-0/+10
|\|
| * Make QMessageBox window with the detailed text closableAlexander Volkov2018-08-141-0/+10
* | qdoc: Fix several minor errors to reduce qdoc warningsMartin Smith2018-08-148-17/+40
* | Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-08-074-13/+22
|\|
| * Doc: Update out-of-date image in QColorDialog documentationPaul Wicking2018-08-031-0/+0
| * QCommonStylePrivate::viewItemSize: Fix text width bounds calculationAles Erjavec2018-08-021-8/+11
| * QLabel: Use nullptr in documentationAndre Hartmann2018-08-011-5/+5
| * QWidget: Add note about fixPosIncludesFrame not supporting window statesTor Arne Vestbø2018-08-011-0/+6
* | QLabel: Use nullptrAndre Hartmann2018-08-061-13/+14
* | QToolTip::mouseMoveEvent(): always call base classChristian Ehrlicher2018-08-041-7/+7
* | QAbstractItemDelegate: only handle as json when type is QMetaType::QJsonValueChristian Ehrlicher2018-08-041-11/+14
* | QHeaderView: respect min/maxSectionSize in setDefaultSectionSize()Christian Ehrlicher2018-08-041-0/+1
* | Make local symbols of some leaked namesThiago Macieira2018-08-032-17/+18
* | Don't ignore alpha values in grabFramebuffer methodsAllan Sandfeld Jensen2018-08-031-1/+2
* | Don't trigger composeAndFlush for native child widgets unless neededTor Arne Vestbø2018-08-031-1/+1
* | Merge branch '5.11' into devEdward Welbourne2018-07-312-8/+4
|\|