summaryrefslogtreecommitdiffstats
path: root/src/widgets
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Don't re-evaluate QTextCharFormat::font() all the time in QAccessibleTextWidg...Marc Mutz2015-12-211-5/+7
* | Remove a use of a QMap in QAccessibleTextWidget::attributes()Marc Mutz2015-12-211-7/+49
* | QLineEdit: hold SideWidgetEntry in std::vector, not QVectorMarc Mutz2015-12-213-14/+22
* | Make use of new QHash::erase(const_iterator) overloadMarc Mutz2015-12-194-9/+8
* | De-duplicate QGraphicsItemPrivate vtableMarc Mutz2015-12-182-2/+8
* | Merge "Merge remote-tracking branch 'origin/5.6' into dev" into refs/staging/devLiang Qi2015-12-188-26/+45
|\ \
| * | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2015-12-188-26/+45
| |\|
| | * QDockAreaLayout/QPlaceHolderItem: Store geometry excluding frame.Friedemann Kleint2015-12-152-8/+3
| | * QFileSystemModel: report special files which are not symlinksGiuseppe D'Angelo2015-12-131-4/+0
| | * QWidgetBackingStore::markDirty(): Clamp dirty region to window size.Friedemann Kleint2015-12-111-1/+5
| | * QFileSystemModel: do not unwatch directories if removal failsGiuseppe D'Angelo2015-12-101-8/+12
| | * Fix URL to "The Microsoft Windows User Experience".Friedemann Kleint2015-12-091-1/+1
| | * Fix QAction::menuRole() documentationMitch Curtis2015-12-091-1/+1
| | * Fix QAction MenuRole documentationMitch Curtis2015-12-091-1/+1
| | * Reduce flushes with repaint() when GL-based compositing is activeLaszlo Agocs2015-12-091-0/+20
| | * doc: fix the shortcut for QListWidget::itemActivatedLiang Qi2015-12-091-1/+1
| | * QFileDialog: Call reject() on Key_Escape even when itemview has focusGiuseppe D'Angelo2015-12-091-1/+1
* | | QFlickGestureRecognizer: hoist a constant subexpression out of a for loopMarc Mutz2015-12-181-1/+2
|/ /
* | iOS: Implement support for QApplication::beep()Tor Arne Vestbø2015-12-171-1/+1
* | QScrollerPrivate: fix some const-incorrectnessesMarc Mutz2015-12-173-8/+8
* | QGraphicsScene: replace QList::prepend()s with appends()Marc Mutz2015-12-171-3/+3
* | QApplication: replace QList::prepend()s with appends()Marc Mutz2015-12-171-5/+5
* | QFlickGestureRecognizer: remove a useless checkMarc Mutz2015-12-171-1/+1
* | QGraphicsAnchorLayout: replace three loops over QHash::keys() with QHash::con...Marc Mutz2015-12-162-7/+9