summaryrefslogtreecommitdiffstats
path: root/src/widgets
Commit message (Expand)AuthorAgeFilesLines
* Fix a few container detachmentsSérgio Martins2016-01-103-5/+5
* 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
* 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
* Remove additional copyright noticeRainer Keller2015-12-072-20/+0
* Doc: added doc for missing stylesheet outline properties.Nico Vertriest2015-12-031-0/+48
* Avoid dynamic switching between backingstore composition pathsLaszlo Agocs2015-12-011-1/+16
* Don't use QList<QPair>Lars Knoll2015-11-305-12/+12
* Use natural comparison also for the file typesLars Knoll2015-11-301-1/+1
* Use QCollator for sorting in the filesystem modelLars Knoll2015-11-301-84/+11
* De-inline QFileSystemModel::fileInfo() and implement it efficientlyLars Knoll2015-11-283-3/+7
* QtBase: combine adjacent qDebug()/qCritical() linesMarc Mutz2015-11-282-10/+6
* QtBase: remove explicit function info from qWarning() etcMarc Mutz2015-11-286-12/+8
* Fix closing a QMenu by pressing Alt.Friedemann Kleint2015-11-271-1/+1
* QWidget::mapTo/FromGlobal(): Avoid calling QWindow helpers until shown.Friedemann Kleint2015-11-271-2/+8
* Merge remote-tracking branch 'origin/5.5' into 5.6Liang Qi2015-11-273-13/+41
|\
| * Fix crash in QFileDialog::iconProvider() with native dialogsJoni Poikelin2015-11-241-0/+2
| * Call setFocus() if it is a QAxHostWidget which is in a new active windowAndy Shaw2015-11-231-2/+4
| * Do not leak textures from the backing storesLaszlo Agocs2015-11-231-11/+35
* | Send QEvent::Tooltip to QSystemTrayIconIlya Kotov2015-11-262-6/+3
* | Reduce the number of paint events for QOpenGLWidgetLaszlo Agocs2015-11-243-3/+16
* | Send a paint after resize correctly from QOpenGLWidgetLaszlo Agocs2015-11-231-2/+1
* | Fix no-opengl build for texture backed widgetsLaszlo Agocs2015-11-231-0/+10
* | Support mixing native child widgets with texture-based onesLaszlo Agocs2015-11-195-89/+162
* | Replace backwards Java-style iteration with new reverse_iteratorsMarc Mutz2015-11-191-4/+3
* | QCommonStyle: remove use of obsolete QStyleOption*V<N>Marc Mutz2015-11-192-50/+33
* | Merge remote-tracking branch 'origin/5.5' into 5.6Liang Qi2015-11-174-8/+28
|\|
| * QComboBox: Disable wheel events on OS X & iOSAdam Strzelecki2015-11-091-0/+4
| * Minor optimization to QWidgetPrivate::naturalWidgetFont()Konstantin Ritt2015-11-051-6/+10
| * QStyleOption*V<N>: mark as \obsoleteMarc Mutz2015-11-051-0/+12
| * [docs] QStyle: remove remaining references to QStyleOption*V<N>Marc Mutz2015-11-051-2/+2
| * Fix Vista style compilation with QT_NO_ACCESSIBILITYDyami Caliri2015-10-301-2/+4
* | Doc: added specs to setHorizontalHeaderItem()Nico Vertriest2015-11-161-0/+2
* | Doc: Corrected minor typoNico Vertriest2015-11-161-1/+1
* | move styleOverride from QApplicationPrivate to QGuiApplicationPrivateLiang Qi2015-11-132-16/+7