summaryrefslogtreecommitdiffstats
Commit message (Collapse)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
| | | | | | not backed by a model so we should leave the init of the header to the controller.
* 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
| | | | | | | | length
| * 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 ↵Marius Bugge Monsen2009-05-134-2/+48
| | | | | | | | table selection managers.
| * Update the tree model signal arguments to be const. Update the tree ↵Marius Bugge Monsen2009-05-1311-108/+104
| | | | | | | | selection manager api.
| * 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
| | | | | | | | | | | | This reverts commit 5b1fb3fd3ada4684ada6c7b0f77b2edc0f0fe63a.
* | | 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
| | | | | | | | | | | | length
* | | Remove lots of duplicate code, instead just use the similar code that lives ↵Thomas Zander2009-05-141-54/+6
| | | | | | | | | | | | in the view.
* | | Various fixes in tablesThomas Zander2009-05-141-4/+3
| | |
* | | Make printing work again using a somewhat odd approach that we scroll and ↵Thomas Zander2009-05-141-6/+46
| | | | | | | | | | | | | | | | | | resize the view and then print it, once for each page.
* | | Fixes resizing a table to be less wide to cause painting to incorrectThomas Zander2009-05-142-8/+19
| | | | | | | | | | | | Make the relayout to not leave behind any unneeded cells
* | | 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
| |/ | | | | | | The script will then only work for srcdir==builddir.
| * 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 ↵Marius Bugge Monsen2009-05-121-1/+1
| | | | | | | | size as we remove cells, so we have to make sure that happens after we have deleted the items in those cells.
* | Fix showing of multiple rows items overlapping at the top when we scroll downThomas Zander2009-05-121-7/+7
| | | | | | | | Make removing of a visual row also work when we show also the bottom of the row.
* | Remove the second paint method since thats useless now. CellsThomas Zander2009-05-123-72/+30
| | | | | | | | are painted as items.
* | Make scrolling work again. Not sure if we decided who should own the headersThomas Zander2009-05-121-4/+4
| | | | | | | | so I just commented this out to make it work.
* | 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
| |/ | | | | | | The script will then only work for srcdir==builddir.
| * Add more test-data for QtTableSelectionManager. Also expand the ↵Marius Bugge Monsen2009-05-114-4/+232
| | | | | | | | QtListSelectionManager test.
| * 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 ↵Marius Bugge Monsen2009-05-111-6/+6
| | | | | | | | Qt::DataRoles.
| * 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
| | | | | | | | | | | | | | | | | | | | | documentation Details: Also made some changes to QtListModelInterface's documentation.
| | * 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
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | what we need to test. Add some comments to the QtTableSelectionManager test. Do some cosmetic changes to the QtTreeDefaultModel test.
| * | | | | | | Update QtGraphicsTableView to reflect the changes in the ↵Marius Bugge Monsen2009-05-103-13/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | QtTableSelectionManager API.