summaryrefslogtreecommitdiffstats
path: root/src/widgets
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/5.12' into devQt Forward Merge Bot2018-09-251-0/+1
|\
| * Fix shortcuts in dock widgets with custom title barMorten Kristensen2018-09-241-0/+1
* | QHeaderView: apply small optimization in recalcSectionStartPos()Christian Ehrlicher2018-09-241-3/+3
* | QItemWidgets: emit layoutChanged with proper sortHintChristian Ehrlicher2018-09-243-12/+12
* | QListView: Speedup handling of hidden itemsChristian Ehrlicher2018-09-172-16/+27
* | QTableView: fix calculating cells to drawChristian Ehrlicher2018-09-171-2/+2
* | stylesheets: Don't fail silently with invalid background-imagesSergio Martins2018-09-161-2/+7
* | Merge remote-tracking branch 'origin/5.12' into devQt Forward Merge Bot2018-09-111-0/+5
|\|
| * 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
* | | | Merge remote-tracking branch 'origin/5.12' into devQt Forward Merge Bot2018-09-102-5/+10
|\| | |
| * | | 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.12' into devQt Forward Merge Bot2018-09-091-0/+2
|\| | |
| * | | 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
| | |/
* | | Merge remote-tracking branch 'origin/5.12' into devQt Forward Merge Bot2018-09-074-13/+13
|\| |
| * | 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
* | | Implement QListModel::moveRowsLuca Beldi2018-09-062-0/+25
* | | Implement clearItemData in common modelsLuca Beldi2018-09-066-1/+64
* | | Merge remote-tracking branch 'origin/5.12' into devQt Forward Merge Bot2018-09-061-6/+8
|\| |
| * | QWindowsStyle: respect rectangle when drawing PE_IndicatorViewItemCheckRolf Eike Beer2018-09-031-6/+8
* | | remove internal use of SE_ViewItemCheckIndicatorRolf Eike Beer2018-09-034-5/+5
|/ /
* | 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
|\|