summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Refactor the QtGraphicsTableView layout function.Marius Bugge Monsen2009-05-293-44/+123
* Let the spreadsheet example use the updated QtGraphicsTableView API.Marius Bugge Monsen2009-05-291-1/+1
* Keep the QtGraphicsTreeViewItemCreator in sync with the API changes in the ot...Marius Bugge Monsen2009-05-282-10/+10
* Merge branch 'master' of git@scm.dev.nokia.troll.no:research/itemviews-ngThomas Zander2009-05-2811-72/+262
|\
| * Merge branch 'abinader/master'Marius Bugge Monsen2009-05-280-0/+0
| |\
| | * QListFromTreeAdaptor: Only children items from the current item should emit s...Bruno Abinader2009-05-282-22/+124
| * | Add an argument to visibleSectionCount() so the QtGraphicsTableView is not de...Marius Bugge Monsen2009-05-283-8/+7
| * | The photoAlbum example will rely on animations, so don't build it if animatio...Marius Bugge Monsen2009-05-281-1/+5
| * | Make sure that QtKineticListController continues scrolling when the user rele...Marius Bugge Monsen2009-05-281-4/+18
| * | Use the grid size rather than the viewport size when giving the constraints t...Marius Bugge Monsen2009-05-281-4/+4
| * | Remove unused variable in QtGraphicsTreeView.Marius Bugge Monsen2009-05-281-1/+0
| * | Start expanding the photoAlbum example to include a grid view too.Marius Bugge Monsen2009-05-281-21/+102
| * | QListFromTreeAdaptor: Only children items from the current item should emit s...Bruno Abinader2009-05-262-22/+124
| * | None of the classes uses QEasingCurve, so we don't need the check in src.pro.Marius Bugge Monsen2009-05-263-18/+8
| * | Fix bug where the QtTreeDefaultModel::rootItem() could get a valid iterator.Marius Bugge Monsen2009-05-251-2/+2
| |/
* | The creators API flushed out a bit more;Thomas Zander2009-05-285-18/+18
* | Grid lines don't show up properly in some cases, or do when they should not. ...Thomas Zander2009-05-281-2/+13
* | Its a new class starting...Thomas Zander2009-05-281-0/+2
* | Having a method to give the visible Section count for the size of the viewThomas Zander2009-05-283-7/+6
|/
* Rename setViewItemCreator() to setItemCreator(). Restructure doLayout() a bit.Marius Bugge Monsen2009-05-228-81/+73
* Add an item creator to QtGraphicsTableView. Remove an unnecessary function in...Marius Bugge Monsen2009-05-225-45/+85
* Update to use visibleItems().Marius Bugge Monsen2009-05-221-1/+1
* Rename QtGraphicsListView::viewItems() to visibleItems().Marius Bugge Monsen2009-05-224-14/+14
* Refactor the doLayout() function; unify vertical and horizontal layout.Marius Bugge Monsen2009-05-221-109/+72
* Change IconRole to Qt::DecorationRole and TectRole to Qt::DisplayRole for now.Marius Bugge Monsen2009-05-221-6/+6
* Fix test failure for horizontal layout in the list view. Also, simplify the c...Marius Bugge Monsen2009-05-226-99/+108
* Refactor the QtGraphicsTableView item layout code.Marius Bugge Monsen2009-05-217-404/+192
* Update some documentation.Marius Bugge Monsen2009-05-213-8/+79
* Remove iteratorAt() from the header.Marius Bugge Monsen2009-05-211-3/+0
* Register the QList<int> metatype.Marius Bugge Monsen2009-05-201-0/+1
* Rename QListFromTreeAdaptor to QtListFromTreeAdaptor to avoid symbol clashes ...Marius Bugge Monsen2009-05-204-64/+64
* QListFromTreeAdaptor: Move private function the private object.Marius Bugge Monsen2009-05-202-29/+37
* Add some documentation to the QtKineticListController.Marius Bugge Monsen2009-05-201-0/+62
* Rename QGraphicsHeader::setSectionState() to copySections() and add some docu...Marius Bugge Monsen2009-05-203-5/+8
* Merge branch 'master' of git@scm.dev.nokia.troll.no:research/itemviews-ngMarius Bugge Monsen2009-05-2013-207/+814
|\
| * Merge branch 'tableItemLayout'Thomas Zander2009-05-2011-202/+781
| |\
| | * 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
| | |\
| | * | 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