summaryrefslogtreecommitdiffstats
path: root/src/gui/itemviews
Commit message (Expand)AuthorAgeFilesLines
* Small simplification on codeThierry Bastian2009-06-081-6/+4
* Fixed ListView so that it is able to move items in negative space andThierry Bastian2009-06-081-1/+1
* small code cleanupThierry Bastian2009-06-081-7/+1
* Made QTreeWidgetItem::operator<() check if the data is numerical when comparing.J-P Nurmi2009-06-082-3/+31
* Fix QT_NO_DATASTREAM macro checks and improve readabilityRitt Konstantin2009-06-084-7/+11
* Do not deduce scrollbar extent twice if scrollbar policy is Qt::ScrollBarAlwa...Aurélien Gâteau2009-05-281-4/+10
* Use Qt::UniqueConnection instead of disconnect/connectOlivier Goffart2009-05-281-1/+1
* Merge branch '4.5' of git@scm.dev.nokia.troll.no:qt/qtSimon Hausmann2009-05-273-5/+10
|\
| * Fixed: QSortFilterProxyModel setDynamicSortFilter doesn't works when setting ...Olivier Goffart2009-05-263-5/+10
* | Compile fixThierry Bastian2009-05-251-1/+1
* | Fixed 'crazy' warnings about using a string instead of a characterThierry Bastian2009-05-254-5/+4
* | Merge branch '4.5'Thiago Macieira2009-05-222-2/+4
|\ \ | |/
| * Pressing enter in a QPlainTextEdit embedded on a itemview should insert a new...Olivier Goffart2009-05-222-2/+4
* | Merge branch '4.5' of ../qt-45-documentationDavid Boddie2009-05-202-4/+4
|\ \ | |/
| * Revert focus apparance on itemviews for X11Jens Bache-Wiig2009-05-201-3/+3
| * Fix a typo in the class documentation for QItemDelegateAndy Shaw2009-05-201-1/+1
* | Merge branch '4.5' of git@scm.dev.nokia.troll.no:qt/qtSimon Hausmann2009-05-192-2/+2
|\ \ | |/
| * Fix some typos in the documentation.Frederik Schwarzer2009-05-182-2/+2
* | Remove useless code and comment in QTreeViewOlivier Goffart2009-05-141-4/+0
* | Fixes missing translations in QFileIconProviderJens Bache-Wiig2009-05-141-8/+4
* | QListView was assuming that selected indexes were always children ofThierry Bastian2009-05-121-2/+6
* | The editor geometry in item views is not correctly updated when 1stThierry Bastian2009-05-121-1/+1
* | Almost 200 symbols that didn't need to be exported.Thierry Bastian2009-05-111-1/+1
* | spanning columns did not have ViewItemPosition QStyleOptionViewItemV4::OnlyOn...Olivier Goffart2009-05-071-1/+1
* | Merge branch '4.5' of git@scm.dev.troll.no:qt/qtSimon Hausmann2009-05-061-3/+4
|\ \ | |/
| * QListView in icon mode could crash when removing the last elementThierry Bastian2009-05-051-3/+4
* | QTreeView could be not correctly updated when the 1st column is hidden.Thierry Bastian2009-05-061-26/+12
* | Accept the event when doing keyboard search on a itemview.Olivier Goffart2009-05-051-4/+5
* | Merge commit 'origin/4.5'Olivier Goffart2009-05-043-9/+26
|\ \ | |/
| * Do not crash when passing wrong indexes to QSortFilterProxyModel::indexFomSou...Olivier Goffart2009-05-041-0/+9
| * Fixes a possible issue in itemviws where we would not scroll to theThierry Bastian2009-04-302-10/+17
* | QDirModel now uses the same translations as QFileSystemModel toThierry Bastian2009-04-301-5/+6
* | introduce Q_WS_WINCEMaurice Kalinowski2009-04-291-1/+1
* | Merge branch '4.5' of git@scm.dev.nokia.troll.no:qt/qtSimon Hausmann2009-04-292-11/+11
|\ \ | |/
| * Fix regression in QSelectionModel::rowIntersectsSelectionOlivier Goffart2009-04-281-10/+10
| * When minimizing/restoring an item view it could jump to its currentlyThierry Bastian2009-04-281-1/+1
* | QSortFilterProxyModel: remove the mapping of the child that are filtered awayOlivier Goffart2009-04-271-15/+36
* | Merge branch '4.5' of git@scm.dev.nokia.troll.no:qt/qtSimon Hausmann2009-04-202-8/+26
|\ \ | |/
| * Display error with QTableView with custom default row heightThierry Bastian2009-04-172-8/+26
* | Merge branch '4.5' of git@scm.dev.nokia.troll.no:qt/qtSimon Hausmann2009-04-171-4/+17
|\ \ | |/
| * CompileOlivier Goffart2009-04-161-1/+1
| * QSortFilterProxyModel: In dynamic filter model, childs of temporarlyOlivier Goffart2009-04-161-1/+13
| * Fix crash in the SQLQueryModel testsOlivier Goffart2009-04-161-3/+4
* | QTreeView automatic resize can be brokenThierry Bastian2009-04-162-20/+19
* | Merge commit 'origin/4.5'Olivier Goffart2009-04-153-0/+7
|\ \ | |/
| * Fixes QSortFilterProxyModel not reporting child if the model need to fetchMoreOlivier Goffart2009-04-151-0/+3
| * Fixes: QTreeView font change regression if there is an application stylesheetOlivier Goffart2009-04-141-0/+3
| * Fix crash in QTreeViewOlivier Goffart2009-04-141-0/+1
* | Speed up selectAll in QTreeView with spansOlivier Goffart2009-04-061-4/+14
* | Sppedup QTreeView with spans.Olivier Goffart2009-04-062-147/+264