summaryrefslogtreecommitdiffstats
path: root/src/qgraphicstableview.cpp
Commit message (Expand)AuthorAgeFilesLines
* Change the license if libitemviews-ng from GLP to LGPL.HEADmasterMarius Bugge Monsen2010-04-091-11/+12
* Change to use string based role names.Marius Bugge Monsen2009-09-291-26/+26
* Updates to enable itemviews-ng use qml and to be used by qml.Marius Bugge Monsen2009-08-101-181/+180
* Add QT_NAMESPACE macros in the source files.Marius Bugge Monsen2009-07-131-6/+25
* Make sure the active state in the style option is set if the view window is a...Marius Bugge Monsen2009-06-181-7/+9
* Add QtGraphicsTableView::cellGeometry(int,int). Also add an auto-test (it nee...Marius Bugge Monsen2009-06-101-0/+25
* Update the visible items in QtGraphicsTableView if items are inserted, remove...Marius Bugge Monsen2009-06-081-0/+19
* Add QtGraphicsTableView::itemForCell(int,int). Change the test to use this fu...Marius Bugge Monsen2009-06-051-3/+15
* Set the table default text elide mode to be Qt::ElideNone.Marius Bugge Monsen2009-06-021-3/+4
* Refactor the QtGraphicsTableView layout function.Marius Bugge Monsen2009-05-291-42/+118
* The creators API flushed out a bit more;Thomas Zander2009-05-281-4/+4
* 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-281-2/+2
* Rename setViewItemCreator() to setItemCreator(). Restructure doLayout() a bit.Marius Bugge Monsen2009-05-221-1/+1
* Add an item creator to QtGraphicsTableView. Remove an unnecessary function in...Marius Bugge Monsen2009-05-221-14/+63
* Refactor the QtGraphicsTableView item layout code.Marius Bugge Monsen2009-05-211-342/+130
* 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