index
:
{non-gerrit}/qt-labs/itemviews-ng.git
master
tableItemLayout
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
qgraphicstableview.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
cleanup whitespace
tableItemLayout
Thomas Zander
2009-05-20
1
-6
/
+6
*
Don't initialize with a header. A header is just going to cause havoc if its ...
Thomas Zander
2009-05-20
1
-2
/
+0
*
Fix column count to be what I set it to be
Thomas Zander
2009-05-14
1
-1
/
+1
*
Various fixes in tables
Thomas Zander
2009-05-14
1
-4
/
+3
*
Fixes resizing a table to be less wide to cause painting to incorrect
Thomas Zander
2009-05-14
1
-7
/
+17
*
Make the reported cell size be width-x-height instead of the other way around.
Thomas Zander
2009-05-13
1
-1
/
+1
*
Fix showing of multiple rows items overlapping at the top when we scroll down
Thomas Zander
2009-05-12
1
-7
/
+7
*
Remove the second paint method since thats useless now. Cells
Thomas Zander
2009-05-12
1
-48
/
+21
*
Merge branch 'master' into tableItemLayout
Thomas Zander
2009-05-12
1
-10
/
+7
|
\
|
*
Update QtGraphicsTableView to reflect the changes in the QtTableSelectionMana...
Marius Bugge Monsen
2009-05-10
1
-10
/
+7
*
|
Make painting be called again on the view itself, though right now
Thomas Zander
2009-05-07
1
-11
/
+0
*
|
Add support for graphicsHeader mapping
Thomas Zander
2009-05-07
1
-19
/
+27
*
|
Add support for column-swapping
Thomas Zander
2009-05-07
1
-12
/
+36
*
|
Support feature to make a cell wider based on its contents, but only if there...
Thomas Zander
2009-05-07
1
-9
/
+43
*
|
Implement a item-caching system so we can re-layout the same items again without
Thomas Zander
2009-05-07
1
-18
/
+93
*
|
Quick and dirty proof of concept for having a table exist of many items
Thomas Zander
2009-05-06
1
-0
/
+51
|
/
*
ehm, remove my little test-hack
Thomas Zander
2009-05-06
1
-5
/
+0
*
Make the QtGraphicsTableViewItem follow the design we have in the list
Thomas Zander
2009-05-06
1
-2
/
+82
*
Add showGrid() feature to tables
Thomas Zander
2009-05-06
1
-1
/
+17
*
Implement printing of tables in the example, just to try things out.
Thomas Zander
2009-05-05
1
-2
/
+9
*
Implement the spreadsheet print function with some basic painting code.
Thomas Zander
2009-05-05
1
-15
/
+48
*
Add 'q_unused'
Thomas Zander
2009-05-05
1
-0
/
+1
*
We don't need the widget or paintdevice
Thomas Zander
2009-05-04
1
-5
/
+5
*
Do the same for tables and trees as we do for lists
Thomas Zander
2009-04-28
1
-1
/
+2
*
Update all the views initStyleOption() functions to take a QPaintDevice rathe...
Marius Bugge Monsen
2009-04-24
1
-8
/
+4
*
ItemViewsNG lives!
Thomas Zander
2009-04-01
1
-0
/
+1095