summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | Update the QtTableSelectionManager to be similar to the QtListSelectionManage...Marius Bugge Monsen2009-05-106-702/+450
| * | | | | | | Add Deselect to the QtListSelectionManager::SelectionMode and update setSelec...Marius Bugge Monsen2009-05-103-13/+41
| | |_|_|_|_|/ | |/| | | | |
| * | | | | | Update the documentation for the QtListController, QtTableController and QtTr...Marius Bugge Monsen2009-05-085-14/+41
| * | | | | | Fix the QtTreeDefaultModel header include guards.Marius Bugge Monsen2009-05-081-3/+3
| * | | | | | Make QtListSelectionChange a movable class.Marius Bugge Monsen2009-05-081-0/+2
| * | | | | | Expand the QtListModelAdaptor auto-tests with data-sets.Marius Bugge Monsen2009-05-081-87/+129
| * | | | | | Rename the internal itemSize() function to itemSizeHint().Marius Bugge Monsen2009-05-084-18/+17
| * | | | | | Expand the QtGraphicsListView::layout() test to check the indexes of the visu...Marius Bugge Monsen2009-05-081-13/+39
| * | | | | | Update some documentation in QtListController.Marius Bugge Monsen2009-05-081-11/+36
| * | | | | | Remove use of IconRole and TextRole for now. Use the enums in the Qt namespac...Marius Bugge Monsen2009-05-082-12/+12
| * | | | | | Add some documentation to QtListModelInterface.Marius Bugge Monsen2009-05-082-24/+55
| | |_|_|_|/ | |/| | | |
| * | | | | Cosmetic changes to the qsectionspans test.Marius Bugge Monsen2009-05-081-13/+15
| * | | | | Remove unused classes and includes from the chat example.Marius Bugge Monsen2009-05-081-15/+0
| * | | | | Expand the QtGraphicsListView test with data-sets.Marius Bugge Monsen2009-05-081-347/+448
| | |_|_|/ | |/| | |
| * | | | Add some more test data to the QtListDefaultModel::removeItem() test.Marius Bugge Monsen2009-05-071-4/+56
| * | | | Add some more test data to the QtListDefaultModel::moveItem() test.Marius Bugge Monsen2009-05-071-3/+45
| * | | | Expand tests for QtListDefaultModel.Marius Bugge Monsen2009-05-073-210/+440
| * | | | Expand the QtTreeDefaultItem::setData() test with more data and columns.Marius Bugge Monsen2009-05-071-4/+23
| * | | | Add test for QtTreeDefaultItem::setData().Marius Bugge Monsen2009-05-073-2/+79
| | |_|/ | |/| |
| * | | Add tests for QtTreeDefaultItem::takeItem() and QtTreeDefaultItem::removeItem().Marius Bugge Monsen2009-05-072-4/+250
| * | | Check the next/previous pointers when inserting and appending children in QtT...Marius Bugge Monsen2009-05-062-10/+47
| * | | Add a test for QtTreeDefaultModel::appendChild().Marius Bugge Monsen2009-05-061-0/+72
| * | | Add QtTreeDefaultModel::item() that returns an item pointer for an iterator.Marius Bugge Monsen2009-05-062-1/+11
| * | | Add auto test for QtTreeDefaultItem::insertChild().Marius Bugge Monsen2009-05-061-0/+142
| * | | Make sure that the QtTreeDefaultItem::insertChild() inserts at a valid index.Marius Bugge Monsen2009-05-061-0/+1
| * | | Remove private object function declarations. These functions are now public.Marius Bugge Monsen2009-05-061-16/+0
| * | | Tiny cosmetic change.Marius Bugge Monsen2009-05-061-1/+1
| | |/ | |/|
| * | Change the order of the argument for the setter functions in QtTreeDefaultIte...Marius Bugge Monsen2009-05-061-22/+22
| * | Merge branch 'master' of git@scm.dev.nokia.troll.no:research/itemviews-ngMarius Bugge Monsen2009-05-068-81/+243
| |\|
| | * Merge branch 'master' of git@scm.dev.nokia.troll.no:research/itemviews-ngKavindra Devi Palaraja2009-05-066-33/+157
| | |\
| | * | Fixes: Doc - more documentationKavindra Devi Palaraja2009-05-061-3/+6
| | * | Fixes: Doc - filling in the documentationKavindra Devi Palaraja2009-05-061-14/+42
| * | | Convert QtTreeController to process graphicsscene events.Marius Bugge Monsen2009-05-062-232/+241
* | | | Make painting be called again on the view itself, though right nowThomas Zander2009-05-071-11/+0
* | | | Add support for graphicsHeader mappingThomas Zander2009-05-071-19/+27
* | | | Fixes crash when userdata does not have the full count of items.Thomas Zander2009-05-071-3/+1
* | | | Add support for column-swappingThomas Zander2009-05-071-12/+36
* | | | Support feature to make a cell wider based on its contents, but only if there...Thomas Zander2009-05-071-9/+43
* | | | Implement a item-caching system so we can re-layout the same items again withoutThomas Zander2009-05-072-20/+103
* | | | Quick and dirty proof of concept for having a table exist of many itemsThomas Zander2009-05-064-0/+59
| |_|/ |/| |
* | | ehm, remove my little test-hackThomas Zander2009-05-061-5/+0
* | | Make the QtGraphicsTableViewItem follow the design we have in the listThomas Zander2009-05-063-20/+112
* | | fix coding style.Thomas Zander2009-05-061-12/+12
* | | Add showGrid() feature to tablesThomas Zander2009-05-065-1/+38
| |/ |/|
* | Fixes: Doc - constructor and destructor docs for QtListControllerKavindra Devi Palaraja2009-05-061-1/+3
* | Fixes: Doc - some cleanupsKavindra Devi Palaraja2009-05-061-16/+17
* | Fixes: Doc - starting to document/reviewKavindra Devi Palaraja2009-05-061-18/+22
|/
* Implement printing of tables in the example, just to try things out.Thomas Zander2009-05-053-8/+57
* Implement the spreadsheet print function with some basic painting code.Thomas Zander2009-05-053-17/+86
* Add more test data-sets for testing selections with inserting and removing it...Marius Bugge Monsen2009-05-052-9/+61