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
*
Change the license if libitemviews-ng from GLP to LGPL.
HEAD
master
Marius Bugge Monsen
2010-04-09
1
-11
/
+12
*
Change to use string based role names.
Marius Bugge Monsen
2009-09-29
1
-26
/
+26
*
Updates to enable itemviews-ng use qml and to be used by qml.
Marius Bugge Monsen
2009-08-10
1
-181
/
+180
*
Add QT_NAMESPACE macros in the source files.
Marius Bugge Monsen
2009-07-13
1
-6
/
+25
*
Make sure the active state in the style option is set if the view window is a...
Marius Bugge Monsen
2009-06-18
1
-7
/
+9
*
Add QtGraphicsTableView::cellGeometry(int,int). Also add an auto-test (it nee...
Marius Bugge Monsen
2009-06-10
1
-0
/
+25
*
Update the visible items in QtGraphicsTableView if items are inserted, remove...
Marius Bugge Monsen
2009-06-08
1
-0
/
+19
*
Add QtGraphicsTableView::itemForCell(int,int). Change the test to use this fu...
Marius Bugge Monsen
2009-06-05
1
-3
/
+15
*
Set the table default text elide mode to be Qt::ElideNone.
Marius Bugge Monsen
2009-06-02
1
-3
/
+4
*
Refactor the QtGraphicsTableView layout function.
Marius Bugge Monsen
2009-05-29
1
-42
/
+118
*
The creators API flushed out a bit more;
Thomas Zander
2009-05-28
1
-4
/
+4
*
Grid lines don't show up properly in some cases, or do when they should not. ...
Thomas Zander
2009-05-28
1
-2
/
+13
*
Its a new class starting...
Thomas Zander
2009-05-28
1
-0
/
+2
*
Having a method to give the visible Section count for the size of the view
Thomas Zander
2009-05-28
1
-2
/
+2
*
Rename setViewItemCreator() to setItemCreator(). Restructure doLayout() a bit.
Marius Bugge Monsen
2009-05-22
1
-1
/
+1
*
Add an item creator to QtGraphicsTableView. Remove an unnecessary function in...
Marius Bugge Monsen
2009-05-22
1
-14
/
+63
*
Refactor the QtGraphicsTableView item layout code.
Marius Bugge Monsen
2009-05-21
1
-342
/
+130
*
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