summaryrefslogtreecommitdiffstats
path: root/src/qgraphicstableview.cpp
Commit message (Expand)AuthorAgeFilesLines
* cleanup whitespacetableItemLayoutThomas Zander2009-05-201-6/+6
* Don't initialize with a header. A header is just going to cause havoc if its ...Thomas Zander2009-05-201-2/+0
* Fix column count to be what I set it to beThomas Zander2009-05-141-1/+1
* Various fixes in tablesThomas Zander2009-05-141-4/+3
* Fixes resizing a table to be less wide to cause painting to incorrectThomas Zander2009-05-141-7/+17
* Make the reported cell size be width-x-height instead of the other way around.Thomas Zander2009-05-131-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-121-48/+21
* Merge branch 'master' into tableItemLayoutThomas Zander2009-05-121-10/+7
|\
| * Update QtGraphicsTableView to reflect the changes in the QtTableSelectionMana...Marius Bugge Monsen2009-05-101-10/+7
* | 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
* | 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-071-18/+93
* | Quick and dirty proof of concept for having a table exist of many itemsThomas Zander2009-05-061-0/+51
|/
* ehm, remove my little test-hackThomas Zander2009-05-061-5/+0
* Make the QtGraphicsTableViewItem follow the design we have in the listThomas Zander2009-05-061-2/+82
* Add showGrid() feature to tablesThomas Zander2009-05-061-1/+17
* Implement printing of tables in the example, just to try things out.Thomas Zander2009-05-051-2/+9
* Implement the spreadsheet print function with some basic painting code.Thomas Zander2009-05-051-15/+48
* Add 'q_unused'Thomas Zander2009-05-051-0/+1
* We don't need the widget or paintdeviceThomas Zander2009-05-041-5/+5
* Do the same for tables and trees as we do for listsThomas Zander2009-04-281-1/+2
* Update all the views initStyleOption() functions to take a QPaintDevice rathe...Marius Bugge Monsen2009-04-241-8/+4
* ItemViewsNG lives!Thomas Zander2009-04-011-0/+1095