summaryrefslogtreecommitdiffstats
path: root/src/corelib/itemmodels
Commit message (Expand)AuthorAgeFilesLines
...
| * Document QAbstractItemModels::roleNames() better.Mitch Curtis2014-01-151-0/+28
* | expand tabs and related whitespace fixes in *.{cpp,h,qdoc}Oswald Buddenhagen2014-01-131-5/+5
* | QItemSelectionModel: use QSignalBlockerMarc Mutz2013-10-301-2/+1
|/
* Doc: Adding mark-up to boolean default values.Jerome Pasion2013-10-083-31/+31
* Doc: Add docs for rvalue references and move constructorsGeir Vattekar2013-09-271-0/+17
* Merge branch 'stable' into devSergio Ahumada2013-09-131-3/+3
|\
| * Doc: Fix copy+paste errors for QAbstractItemModelSze Howe Koh2013-09-081-3/+3
* | Unhide QObject::parent() from QAbstract{Table,List}model.Milian Wolff2013-09-041-0/+18
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-08-141-0/+2
|\|
| * Reset the QItemSelectionModel when its model is reset.Stephen Kelly2013-08-131-0/+2
* | qdoc: Clarify documentation of member functionsMartin Smith2013-08-131-76/+94
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-07-231-2/+4
|\|
| * Doc: Update description of QAbstractItemModel::supportedDragActions()Topi Reinio2013-07-161-2/+4
* | Merge branch 'stable' into devSergio Ahumada2013-07-111-1/+4
|\|
| * Remove default argument from declarations of qHash as friendGiuseppe D'Angelo2013-07-021-1/+4
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-05-231-1/+1
|\|
| * Remove references to inexisting enums in Q_ENUMSOlivier Goffart2013-05-081-1/+1
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-04-291-1/+1
|\|
| * Fix QAbstractItemModel::moveColumn()J-P Nurmi2013-04-231-1/+1
* | Merge branch 'stable' into devSergio Ahumada2013-04-102-5/+5
|\|
| * Don't bypass overwritten [set]data() methods in the proxy.Volker Krause2013-04-081-4/+2
| * Don't call virtual methods after the source model is destroyed.Stephen Kelly2013-04-052-1/+3
* | Add some easy move constructorsMarc Mutz2013-04-051-0/+5
|/
* Document undefined behavior regarding Qt::ItemNeverHasChildren.Stephen Kelly2013-03-261-0/+3
* Merge branch 'dev' into stableOswald Buddenhagen2013-03-209-26/+65
|\
| * Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-03-054-10/+9
| |\
| * | Update roleNames in QAbstractProxyModel if sourceModel resets.Nils Jeisecke2013-01-302-0/+12
| * | Provide the resetInternalData slot to cleanly reset data in proxy subclasses.Stephen Kelly2013-01-302-0/+26
| * | Merge "Merge remote-tracking branch 'origin/stable' into dev" into refs/stagi...Frederik Gladhorn2013-01-291-1/+1
| |\ \
| | * \ Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-01-281-1/+1
| | |\ \
| * | | | Add the Qt::ItemNeverHasChildren flag and use it in QTreeView.Stephen Kelly2013-01-292-0/+25
| * | | | Remove QT_{BEGIN,END}_HEADER macro usageSergio Ahumada2013-01-296-24/+0
| |/ / /
| * | | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-01-2213-13/+13
| |\ \ \
| * \ \ \ Merge branch 'stable' into devSergio Ahumada2013-01-091-14/+14
| |\ \ \ \
| * \ \ \ \ Merge branch 'stable' into devFrederik Gladhorn2013-01-043-3/+7
| |\ \ \ \ \
| * | | | | | Get the default flags from the direct-base, not the indirect.Stephen Kelly2013-01-011-2/+2
* | | | | | | Clarify mention of QAbstractItemView in the canFetchMore docs.Stephen Kelly2013-03-191-3/+2
| |_|_|_|_|/ |/| | | | |
* | | | | | Doc: Added the missing example snippetsVenugopal Shivashankar2013-02-261-1/+0
* | | | | | Forward the 3rd parameter of dataChangedAlbert Astals Cid2013-02-212-8/+8
* | | | | | Emit which role actually changedAlbert Astals Cid2013-02-211-1/+1
| |_|_|_|/ |/| | | |
* | | | | Doc: Fix module name formatSze Howe Koh2013-01-251-1/+1
| |_|_|/ |/| | |
* | | | Update copyright year in Digia's license headersSergio Ahumada2013-01-1813-13/+13
| |_|/ |/| |
* | | Replace macro qdoc with Q_QDOCDebao Zhang2013-01-081-14/+14
| |/ |/|
* | QAbstractProxyModel: Document setSourceModel a bit moreDavid Faure2012-12-201-0/+4
* | Docs: Fix referencesChristian Stenger2012-12-132-3/+3
|/
* Add more qtbase implictly-shared classes to the listGiuseppe D'Angelo2012-11-301-0/+1
* QtCore: Make more signals private.Stephen Kelly2012-11-282-2/+6
* QAbstractProxyModel: fix sibling() reimplementationMark Brand2012-11-081-1/+1
* Remove qSort/qStableSort usages from itemmodelsGiuseppe D'Angelo2012-11-073-12/+18
* QIdentityProxyModel: fix sibling() reimplementationMark Brand2012-11-021-1/+1