summaryrefslogtreecommitdiffstats
path: root/src/widgets
Commit message (Expand)AuthorAgeFilesLines
...
* | QGraphicsAnchorLayout: replace a Q_FOREACH with std::accumulateMarc Mutz2015-12-161-4/+2
* | QGraphicsAnchorLayout: own includes go firstMarc Mutz2015-12-161-1/+2
* | QFileDialogPrivate::restoreWidgetState(): use range-erase instead of while po...Marc Mutz2015-12-161-2/+4
* | QtWidgets: replace some index-based for loops with C++11 range-forMarc Mutz2015-12-1622-170/+138
* | QtWidgets: replace some Q_FOREACH loops with C++11 range-forMarc Mutz2015-12-166-33/+34
* | QMessageBox: optimize textToCopy string constructionMarc Mutz2015-12-151-13/+10
* | [docs] Fix assocated -> associatedMarc Mutz2015-12-153-6/+6
* | QTreeWidget: fix const-incorrectness in indexFromItem() parametersMarc Mutz2015-12-152-2/+14
* | widgets: Pass non-trivially-copyable or large types by const-refSérgio Martins2015-12-1210-10/+20
* | QStyleOption*V<N>: mark as Q_DECL_DEPRECATEDMarc Mutz2015-12-111-12/+12
* | QLineEdit: fix the shortcut override events on a readonly line editGiuseppe D'Angelo2015-12-091-11/+17
* | QAIV - allow users to control single step in ScrollPerPixel modeThorbjørn Lund Martsum2015-12-098-7/+54
* | Remove dead code from QWidgetLineControlGiuseppe D'Angelo2015-12-082-8/+0
* | Merge remote-tracking branch 'origin/5.6' into devSimon Hausmann2015-12-083-20/+48
|\|
| * Remove additional copyright noticeRainer Keller2015-12-072-20/+0
| * Doc: added doc for missing stylesheet outline properties.Nico Vertriest2015-12-031-0/+48
* | QtWidgets: mark some constructors explicitMarc Mutz2015-12-075-13/+13
* | 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