summaryrefslogtreecommitdiffstats
path: root/src/gui/itemviews
Commit message (Expand)AuthorAgeFilesLines
* Fix the painting of item view background when items are disabled.Marius Bugge Monsen2009-06-241-2/+1
* Merge commit 'origin/4.5'Oswald Buddenhagen2009-06-231-1/+1
|\
| * Check if the row larger or equal to the flowPositions vector to prevent out o...Marius Bugge Monsen2009-06-221-1/+1
* | Merge branch '4.5' of scm.dev.nokia.troll.no:qt/qtSimon Hausmann2009-06-181-2/+14
|\ \ | |/
| * QItemEditorFactory: made sure the ownership is taken on theThierry Bastian2009-06-181-2/+14
| * ItemViews : Fixed a performance regression whne changing data in theThierry Bastian2009-06-171-1/+1
| * Fixed a bottleneck in itemviews that would ask for an update outsideThierry Bastian2009-06-171-2/+8
* | Fix accidental selection of popup items under the mouse in QComboBoxmae2009-06-181-0/+2
* | Fixed a bottleneck in itemviews that would ask for an update outsideThierry Bastian2009-06-161-2/+8
* | Merge license header changes from 4.5Volker Hilsheimer2009-06-1666-132/+132
|\ \ | |/
| * Update license headers as requested by the marketing department.Jason McDonald2009-06-1666-132/+132
* | Removed qApp and replaced with QApplication:: for static member callsThierry Bastian2009-06-112-2/+2
* | refactor of private getters for the mode i item widget classesThierry Bastian2009-06-117-156/+154
* | remove q->layout() and q->parentWidget() code where unnecessaryThierry Bastian2009-06-111-6/+4
* | Invalid QPersistentIndexes after QStandardItem::takeRowOlivier Goffart2009-06-111-15/+21
* | Autotest compile.Olivier Goffart2009-06-111-1/+1
* | removed superflous indirection (ie. using q->..) instead of using theThierry Bastian2009-06-105-58/+54
* | Made QListWidgetItem::operator<() check if the data is numerical when comparing.J-P Nurmi2009-06-101-1/+4
* | Added QAbstractItemModelPrivate::canConvertToDouble().J-P Nurmi2009-06-104-45/+2
* | Fix some possible double connected signalsOlivier Goffart2009-06-102-10/+5
* | small code cleanup that improves some loopsThierry Bastian2009-06-104-9/+12
* | Improves the documentation of QHeaderView::setResizeMode to specifyThierry Bastian2009-06-091-1/+2
* | 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