summaryrefslogtreecommitdiffstats
path: root/src/widgets
Commit message (Expand)AuthorAgeFilesLines
...
* | QApplication: replace some sneaky code with a strategic gotoMarc Mutz2015-12-071-2/+2
* | QAbstractItemView: replace a QPair with a dedicated structMarc Mutz2015-12-073-5/+13
* | QMdiArea: replace a QList<int> with a QVectorMarc Mutz2015-12-041-1/+1
* | Clean up QGraphicsItemCache::purge()Marc Mutz2015-12-041-5/+2
* | Give names to enum used in templates.Rolland Dudemaine2015-12-041-1/+1
* | Use default home directory from QDir for INTEGRITY.Rolland Dudemaine2015-12-041-1/+1
* | QMdiArea: fix quadratic behaviorMarc Mutz2015-12-031-10/+8
* | QMdiArea: fix unintended reallocationsMarc Mutz2015-12-031-1/+1
* | QMacStyle: fix quadratic behaviorMarc Mutz2015-12-031-7/+6
* | Merge "Merge remote-tracking branch 'origin/5.6' into dev" into refs/staging/devLiang Qi2015-12-0317-139/+111
|\ \
| * | 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
* | | | QComboBox: don't re-evaluate count()/model->rowCount() all the timeMarc Mutz2015-12-021-8/+12
|/ / /
* | | 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