summaryrefslogtreecommitdiffstats
path: root/src/widgets
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/5.6' into devLiang Qi2016-01-219-56/+82
|\
| * Merge "Merge remote-tracking branch 'origin/5.5' into 5.6" into refs/staging/5.6Jani Heikkinen2016-01-215-29/+39
| |\
| | * Merge remote-tracking branch 'origin/5.5' into 5.6Liang Qi2016-01-195-29/+39
| | |\
| | | * Revert "Fix global coordinate mapping for child widgets in QGraphicsView."Friedemann Kleint2016-01-051-24/+22
| | | * QTreeView: take into account the min/max size of the header viewGiuseppe D'Angelo2016-01-041-3/+7
| | | * QSystemTrayIcon: Fix double connection with qpa.Christian Kamm2015-12-221-0/+4
| | | * QWidgetWindow: The alien widget should be from the window's hierarchyGabriel de Dietrich2015-12-211-1/+1
| | | * Emit the activated signal when the platform menu item is selected.Andy Shaw2015-12-161-1/+5
| | | * Remove additional copyright noticeRainer Keller2015-12-102-20/+0
| * | | QMainWindowLayout::unplug(): Prevent unplugging when the widget is not a window.Friedemann Kleint2016-01-201-11/+12
| |/ /
| * | QtWidgets: Improve native and top-level OpenGL widget performanceBłażej Szczygieł2016-01-181-11/+15
| * | QFocusFrame: Don't crash on null d->widget.Morten Johan Sørvig2016-01-181-0/+4
| * | QFileDialog: Check whether sizeHint() is valid before resizing.Friedemann Kleint2016-01-151-1/+3
| * | QtWidgets: Don't show window of native widget with WA_OutsideWSRangeBłażej Szczygieł2016-01-131-4/+9
* | | QWidget: fix expensive iteration over QMap::keys()Marc Mutz2016-01-201-2/+7
* | | QGraphicsAnchorLayout: remove a misguided use of QLinkedListMarc Mutz2016-01-191-24/+13
* | | QtWidgets: replace uses of inefficient QList<QPair>s with QVectorsMarc Mutz2016-01-185-12/+14
* | | QFileSystemModel: replace inefficient QList<Fetching> with QVectorMarc Mutz2016-01-172-6/+3
* | | QGraphicsView: Graph: don't allocate QHashes on the heapMarc Mutz2016-01-171-26/+23
* | | QGraphicsView: Graph: remove faulty const_iterator::op=Marc Mutz2016-01-171-1/+0
* | | QGraphicsView: Graph: don't compare pointers with op<Marc Mutz2016-01-171-2/+3
* | | Updated license headersJani Heikkinen2016-01-15462-6466/+9238
* | | Merge remote-tracking branch 'origin/5.6' into devSimon Hausmann2016-01-123-5/+5
|\| |
| * | Fix a few container detachmentsSérgio Martins2016-01-103-5/+5
* | | QListView: use erase and std::remove_if with QVectorAnton Kudryavtsev2016-01-112-9/+13
* | | QDirModel: replace a QStack with a std::stackMarc Mutz2016-01-081-3/+6
* | | Merge remote-tracking branch 'origin/5.6' into devFrederik Gladhorn2016-01-0813-31/+103
|\| |
| * | QDesktopWidget::screenNumber(QPoint): fix handling of virtual desktopsBłażej Szczygieł2016-01-061-6/+19
| * | QDesktopWidget::screenNumber(QWidget*): check virtual sibling screensBłażej Szczygieł2016-01-061-17/+35
| * | QFontDialog: optimize allocation of QFontDialogOptionsMarc Mutz2016-01-061-1/+2
| * | Unbreak ubsan developer-buildMarc Mutz2016-01-067-8/+21
| * | QMacPanGestureRecognizer - stop timer on 'reset'Timur Pocheptsov2016-01-051-0/+1
| * | Fix incorrect screen number reported by QDesktopWidgetBłażej Szczygieł2015-12-302-6/+31
| * | QHeaderView: Reset cached section sizes on font and style changeGabriel de Dietrich2015-12-211-3/+5
| * | QHeaderView and others: Fix font lookup nameGabriel de Dietrich2015-12-212-5/+4
* | | Optimize QListViewPrivate::draggablePaintPairs()Marc Mutz2016-01-061-2/+3
* | | QLineEdit: de-inline effective*TextMargin()Marc Mutz2016-01-042-21/+22
* | | QFileDialog: optimize string handling in qt_tildeExpansionMarc Mutz2016-01-011-32/+31
* | | QHeaderView - fix broken stretchLastSectionThorbjørn Martsum2016-01-012-15/+120
* | | QComboBox: use NRVO from QAIM::match() and prevent a detach attemptMarc Mutz2015-12-301-2/+1
* | | QCommonStyle: Multiple icon sizes for more Windows stock iconsFrank Richter2015-12-241-7/+5
* | | QGraphicsView: replace some Q_FOREACH loops over const locals with C++11 rang...Marc Mutz2015-12-233-19/+19
* | | QGraphicsView: replace some Q_FOREACH loops over rvalues with C++11 range-forMarc Mutz2015-12-236-45/+78
* | | Optimize a code path in QGraphicsScenePrivate::cancelGesturesForChildren()Marc Mutz2015-12-221-19/+20
* | | QGraphicsSceneBspTreeIndex: simplify the code of items()Marc Mutz2015-12-221-16/+13
* | | QGraphicsScene: don't build a temporary QList just to iterate over itMarc Mutz2015-12-221-7/+4
* | | QGraphicsScene: prevent lots of detaching d/t editing of copiesMarc Mutz2015-12-221-4/+1
* | | QListViewItem: Remove pointless copy ctorSérgio Martins2015-12-211-3/+0
* | | QtWidgets: de-inline some more virtual dtorsMarc Mutz2015-12-216-1/+24
* | | QtWidgets: de-inline some Private ctorsMarc Mutz2015-12-216-97/+113