summaryrefslogtreecommitdiffstats
path: root/src/widgets
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/5.6' into devLiang Qi2015-12-188-26/+45
|\
| * 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
* | iOS: Implement support for QApplication::beep()Tor Arne Vestbø2015-12-171-1/+1
* | QScrollerPrivate: fix some const-incorrectnessesMarc Mutz2015-12-173-8/+8
* | QGraphicsScene: replace QList::prepend()s with appends()Marc Mutz2015-12-171-3/+3
* | QApplication: replace QList::prepend()s with appends()Marc Mutz2015-12-171-5/+5
* | QFlickGestureRecognizer: remove a useless checkMarc Mutz2015-12-171-1/+1
* | QGraphicsAnchorLayout: replace three loops over QHash::keys() with QHash::con...Marc Mutz2015-12-162-7/+9
* | 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