summaryrefslogtreecommitdiffstats
path: root/src/gui/itemviews
Commit message (Expand)AuthorAgeFilesLines
...
| * | ItemViews: make the pixmap from drag and drop more efficientThierry Bastian2009-07-102-14/+21
| * | QTableView: auto-scrolling could be broken by invisible sectionsThierry Bastian2009-07-101-2/+2
| * | QTableView: horizontal scrollbar could be inoperent with big columnsThierry Bastian2009-07-101-0/+4
| * | Compile fix.Denis Dzyubenko2009-07-091-0/+1
| * | Fix compile issueThierry Bastian2009-07-093-13/+20
| * | QTreeView: cleanup of useless private slotsThierry Bastian2009-07-093-47/+20
| * | QTreeView: use QVariantAnimation over QTimeLineThierry Bastian2009-07-094-67/+55
| * | Animations: fix compilation with QT_NO_ANIMATIONThierry Bastian2009-07-082-1/+13
| * | ItemViews: _q_fetchMore now uses a timer instead of invokeMethodThierry Bastian2009-07-073-6/+9
| * | QColumnView: new uses QPropertyAnimation over QTimeLineThierry Bastian2009-07-072-22/+9
| * | QColumnView: didn't react to addition of rows/cols in the current viewThierry Bastian2009-07-076-17/+60
| * | ItemViews: it would go into DraggingState even without clicking an itemThierry Bastian2009-07-071-1/+1
| * | QHeaderView::sizeHint: small bug fix and refactorThierry Bastian2009-07-061-5/+5
| * | QHeaderView: code cleanup in sizehint calculationThierry Bastian2009-07-031-9/+3
| * | QHeaderView: fixed the sizeHint with hidden sectionsThierry Bastian2009-07-031-4/+8
| * | QHeaderView: the sizeHint for section now takes the indicator intoThierry Bastian2009-07-021-1/+1
| * | Merge branch '4.5'Thiago Macieira2009-07-022-2/+2
| |\ \ | | |/
| * | doc: Corrected several qdoc warnings.Martin Smith2009-07-021-1/+1
| * | src/gui: Remove QT_WA and non-Unicode code paths, dropping Win9x and NT supportminiak2009-07-011-7/+5
| * | ItemViews: Fixed signal entered not being emitted when using the mouseThierry Bastian2009-07-012-33/+42
* | | Merge commit 'origin/master' into 4.6-mergedJason Barron2009-07-093-7/+3
|\ \ \
| * \ \ Merge branch '4.5' of git@scm.dev.nokia.troll.no:qt/qtaxis2009-07-072-2/+2
| |\ \ \ | | | |/ | | |/|
| | * | Doc: correcting typoMorten Engvoldsen2009-07-012-2/+2
| * | | Removed pointless variables to silence warnings from RVCT.axis2009-07-061-5/+1
| * | | Merge branch '4.5' of git@scm.dev.nokia.troll.no:qt/qtaxis2009-06-2966-138/+156
| |\ \ \ | | |/ /
* | | | Merge commit 'qt/master-stable' into 4.6-mergedJason Barron2009-06-3066-139/+158
|\ \ \ \ | | |_|/ | |/| |
| * | | 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
* | | | Merge commit 'qt/master-stable' into 4.6-stableJason Barron2009-06-2521-576/+689
|\ \ \ \ | |/ / / | | | / | |_|/ |/| |
| * | 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