summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* cleanup whitespacetableItemLayoutThomas Zander2009-05-202-8/+6
* Do an experiment; copy the header data and apply on our print view.Thomas Zander2009-05-203-3/+47
* CleanupThomas Zander2009-05-201-53/+3
* Don't initialize with a header. A header is just going to cause havoc if its ...Thomas Zander2009-05-201-2/+0
* Transplant the example code into a new qprintertableview classThomas Zander2009-05-186-111/+530
* Merge branch 'master' into tableItemLayoutThomas Zander2009-05-1825-120/+162
|\
| * Fix column count to be what I set it to beThomas Zander2009-05-181-1/+1
| * Fixes the problem that the horizontal scrollbar didn't properly inialize its ...Thomas Zander2009-05-181-1/+1
| * Make the reported cell size be width-x-height instead of the other way around.Thomas Zander2009-05-181-1/+1
| * Fix compile problem because the moc include had upper-case chars.Marius Bugge Monsen2009-05-141-1/+1
| * Add properties for anchored selection active and selection mode to list and t...Marius Bugge Monsen2009-05-134-2/+48
| * Update the tree model signal arguments to be const. Update the tree selection...Marius Bugge Monsen2009-05-1311-108/+104
| * Merge branch 'master' of git@scm.dev.nokia.troll.no:research/itemviews-ngMarius Bugge Monsen2009-05-131-1/+1
| |\
| * | Revert "Be consistent when including the test moc files."Marius Bugge Monsen2009-05-1310-10/+10
* | | Make printing work properly when there is a column wider than our paperThomas Zander2009-05-181-27/+42
* | | Fix column count to be what I set it to beThomas Zander2009-05-141-1/+1
* | | Fixes the problem that the horizontal scrollbar didn't properly inialize its ...Thomas Zander2009-05-141-1/+1
* | | Remove lots of duplicate code, instead just use the similar code that lives i...Thomas Zander2009-05-141-54/+6
* | | Various fixes in tablesThomas Zander2009-05-141-4/+3
* | | Make printing work again using a somewhat odd approach that we scroll and res...Thomas Zander2009-05-141-6/+46
* | | Fixes resizing a table to be less wide to cause painting to incorrectThomas Zander2009-05-142-8/+19
* | | Make the reported cell size be width-x-height instead of the other way around.Thomas Zander2009-05-131-1/+1
* | | Merge branch 'master' into tableItemLayoutThomas Zander2009-05-134-6/+363
|\ \ \ | | |/ | |/|
| * | Don't have the 'cb' as thats part of my personal setup.Thomas Zander2009-05-131-1/+1
| |/
| * Add more test-data for QtTableSelectionManager.Marius Bugge Monsen2009-05-123-5/+231
| * Add even more test-data for QtTableSelectionManager.Marius Bugge Monsen2009-05-121-0/+131
| * Remove columns from the rows in reverse order. The item vector will change si...Marius Bugge Monsen2009-05-121-1/+1
* | Fix showing of multiple rows items overlapping at the top when we scroll downThomas Zander2009-05-121-7/+7
* | Remove the second paint method since thats useless now. CellsThomas Zander2009-05-123-72/+30
* | Make scrolling work again. Not sure if we decided who should own the headersThomas Zander2009-05-121-4/+4
* | Merge branch 'master' into tableItemLayoutThomas Zander2009-05-1247-1711/+3685
|\ \
| * | Don't have the 'cb' as thats part of my personal setup.Thomas Zander2009-05-121-1/+1
| |/
| * Add more test-data for QtTableSelectionManager. Also expand the QtListSelecti...Marius Bugge Monsen2009-05-114-4/+232
| * Add more test data for QtTableSelectionManager.Marius Bugge Monsen2009-05-111-12/+87
| * Remove extra qualification 'GraphicsListViewItem'.Marius Bugge Monsen2009-05-111-1/+1
| * Replace IconRole with DecorationRole for now. IconRole should be added to Qt:...Marius Bugge Monsen2009-05-111-6/+6
| * Be consistent when including the test moc files.Marius Bugge Monsen2009-05-1110-10/+10
| * Merge branch 'master' of git@scm.dev.nokia.troll.no:research/itemviews-ngMarius Bugge Monsen2009-05-116-32/+382
| |\
| | * Fixes: Doc - using the official documentation tool, qdoc, for theKavindra Devi Palaraja2009-05-115-31/+380
| | * Merge branch 'master' of git@scm.dev.nokia.troll.no:research/itemviews-ngKavindra Devi Palaraja2009-05-1116-166/+318
| | |\
| | * \ Merge branch 'master' of git@scm.dev.nokia.troll.no:research/itemviews-ngKavindra Devi Palaraja2009-05-083-375/+463
| | |\ \
| | * \ \ Merge branch 'master' of git@scm.dev.nokia.troll.no:research/itemviews-ngKavindra Devi Palaraja2009-05-085-180/+600
| | |\ \ \
| | * \ \ \ Merge branch 'master' of git@scm.dev.nokia.troll.no:research/itemviews-ngKavindra Devi Palaraja2009-05-075-21/+513
| | |\ \ \ \
| | * \ \ \ \ Merge branch 'master' of git@scm.dev.nokia.troll.no:research/itemviews-ngKavindra Devi Palaraja2009-05-063-254/+263
| | |\ \ \ \ \
| | * | | | | | Fixes: Doc - more docsKavindra Devi Palaraja2009-05-061-1/+2
| * | | | | | | Add some more test data to the QtTableSelectionManager auto-test.Marius Bugge Monsen2009-05-112-3/+57
| * | | | | | | Updates to the QtListSelectionManager test to reflect the API updates.Marius Bugge Monsen2009-05-112-52/+76
| * | | | | | | Add test data for QtTableSelectionManager current cell and anchor cell.Marius Bugge Monsen2009-05-112-33/+281
| * | | | | | | Add some empty test functions to the QtTreeSelectionManager test to indicate ...Marius Bugge Monsen2009-05-103-10/+39
| * | | | | | | Update QtGraphicsTableView to reflect the changes in the QtTableSelectionMana...Marius Bugge Monsen2009-05-103-13/+11