summaryrefslogtreecommitdiffstats
path: root/src/widgets
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/5.6' into devLiang Qi2015-12-0217-139/+111
|\
| * 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
* | | QDirModel: replace a copy by a referenceMarc Mutz2015-12-011-1/+1
* | | Simplify QAbstractItemViewPrivate::canDrop()Marc Mutz2015-12-011-6/+5
* | | Fix scoping of loop variables in QApplicationPrivate::dispatchEnterLeave()Marc Mutz2015-11-301-18/+12
* | | Use Q_UNLIKELY for every qFatal()/qCritical()Marc Mutz2015-11-291-3/+3
* | | Merge "Merge remote-tracking branch 'origin/5.6' into dev" into refs/staging/devSimon Hausmann2015-11-276-11/+30
|\ \ \
| * | | Merge remote-tracking branch 'origin/5.6' into devSimon Hausmann2015-11-276-11/+30
| |\| |
| | * | 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
* | | | Remove dead code.Jake Petroules2015-11-273-14/+3
|/ / /
* | | QPixmapStyle: Add "We mean it." warning.Friedemann Kleint2015-11-261-0/+11
* | | QtWidgets: use Q_UNLIKELY for every qWarning() (2)Marc Mutz2015-11-2530-109/+109
* | | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2015-11-238-143/+198
|\| |
| * | 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
* | | Remove remaining support for BlackberryLouai Al-Khanji2015-11-211-13/+0
* | | QtWidgets: use Q_UNLIKELY for every qWarning() (1)Marc Mutz2015-11-2133-100/+99
* | | QtWidgets: use new qUtf16Printable() instead of qPrintable()Marc Mutz2015-11-214-28/+28
* | | Add QPixmapStyle classRafael Roquetto2015-11-195-2/+1546
* | | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2015-11-188-25/+38
|\| |
| * | 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
* | | Widgets: enable scroll buttons to be placed anywhere on a QTabBarRichard Moe Gustavsen2015-11-165-100/+228
* | | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2015-11-0438-337/+278
|\| |
| * | 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