summaryrefslogtreecommitdiffstats
path: root/src/widgets
Commit message (Expand)AuthorAgeFilesLines
* 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
* | QWindows*Style: remove use of obsolete QStyleOption*V<N>Marc Mutz2015-11-045-54/+34
* | QMacStyle: remove use of obsolete QStyleOption*V<N>Marc Mutz2015-11-041-37/+28
* | QtWidgets: remove use of obsolete QStyleOption*V<N>Marc Mutz2015-11-046-78/+60
* | Suppress the modal window handling for dialogs embedded into QGraphicsView.Friedemann Kleint2015-11-041-4/+6
* | QAndroidStyle: remove use of obsolete QStyleOption*V<N>Marc Mutz2015-11-031-12/+7
* | QDockAreaLayoutInfo::updateTabBar(): Save and restore current index.Friedemann Kleint2015-11-031-0/+5
* | QStyleSheetStyle: remove use of obsolete QStyleOption*V<N>Marc Mutz2015-11-031-16/+16
* | QtWidgets: Do hide/show via WA_OutsideWSRange for native widgetsUlf Hermann2015-11-031-1/+1
* | [docs] widgets: remove remaining references to QStyleOption*V<N>Marc Mutz2015-11-022-21/+14
* | widgets snippets: remove unreferenced snippetsMarc Mutz2015-11-021-33/+0
* | QMacStyle: Select high-dpi pixmaps from iconsMorten Johan Sørvig2015-10-301-8/+19
* | QCommonStyle: Select high-dpi pixmaps from iconsMorten Johan Sørvig2015-10-301-27/+35