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
/
experimental
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
20
-220
/
+243
*
Move the graphics scrollbar to experimental. Misc updates. Some unfinished fe...
Marius Bugge Monsen
2010-02-18
3
-0
/
+647
*
Update the graphics path view.
Marius Bugge Monsen
2009-11-26
1
-10
/
+2
*
Re-enable animations in QGraphicsPathView.
Marius Bugge Monsen
2009-10-10
1
-15
/
+14
*
Get the chat example working again, including changing the size of the item w...
Marius Bugge Monsen
2009-10-08
1
-1
/
+0
*
Change to use string based role names.
Marius Bugge Monsen
2009-09-29
1
-1
/
+3
*
Merge branch 'master' of git@scm.dev.nokia.troll.no:research/itemviews-ng
Marius Bugge Monsen
2009-09-29
11
-22
/
+22
|
\
|
*
Fix build on Windows.
Alexis Menard
2009-09-16
11
-22
/
+22
*
|
Make QtListWidgetNG use QGraphicsView's scrollbar rather than using QtGraphic...
Marius Bugge Monsen
2009-08-28
1
-1
/
+1
|
/
*
Get the photoBrowser example working again. This required some ugly hacks in ...
Marius Bugge Monsen
2009-08-20
1
-3
/
+7
*
Remove the experimental QGraphicsScrollArea. It has been moved into another r...
Marius Bugge Monsen
2009-08-20
3
-556
/
+0
*
Update QGraphicsListView to be able to use QmlComponent for creating view items.
Marius Bugge Monsen
2009-07-28
10
-24
/
+1073
*
Add QT_NAMESPACE macros in the source files.
Marius Bugge Monsen
2009-07-13
4
-0
/
+16
*
Update the include guards to the 'Qt' name pattern.
Marius Bugge Monsen
2009-06-10
3
-8
/
+8
*
Remove QtGraphicsListView::horizontalOffset and verticalOffset properties and...
Marius Bugge Monsen
2009-06-09
3
-31
/
+26
*
Merge branch 'master' of git@scm.dev.nokia.troll.no:research/itemviews-ng
Marius Bugge Monsen
2009-06-08
1
-7
/
+37
|
\
|
*
Use a creator with recycled items memory for the flowview
Thomas Zander
2009-06-08
1
-7
/
+37
*
|
Add QtKineticListController::stop() to stop the timer and reset any movement ...
Marius Bugge Monsen
2009-06-08
2
-1
/
+22
|
/
*
Add QtGraphicsListView::itemGeometry(int). This enables us to implement setOf...
Marius Bugge Monsen
2009-06-07
6
-7
/
+40
*
Compile with Qt mainline. The moc object apparently don't include the QMetaOb...
Marius Bugge Monsen
2009-06-07
1
-0
/
+1
*
Update QtKineticListController to use QtGraphicsListView::itemForIndex(int).
Marius Bugge Monsen
2009-06-05
1
-9
/
+1
*
Simplify the QtKienticListController API by removing the need to specify the ...
Marius Bugge Monsen
2009-06-03
3
-170
/
+94
*
Kill the timer in QtKineticListController when the view is hidden.
Marius Bugge Monsen
2009-06-02
2
-0
/
+13
*
Merge branch 'master' of git@scm.dev.nokia.troll.no:research/itemviews-ng
Thomas Zander
2009-05-28
3
-11
/
+22
|
\
|
*
Make sure that QtKineticListController continues scrolling when the user rele...
Marius Bugge Monsen
2009-05-28
1
-4
/
+18
|
*
Use the grid size rather than the viewport size when giving the constraints t...
Marius Bugge Monsen
2009-05-28
1
-4
/
+4
|
*
None of the classes uses QEasingCurve, so we don't need the check in src.pro.
Marius Bugge Monsen
2009-05-26
1
-3
/
+0
*
|
The creators API flushed out a bit more;
Thomas Zander
2009-05-28
1
-1
/
+1
|
/
*
Rename setViewItemCreator() to setItemCreator(). Restructure doLayout() a bit.
Marius Bugge Monsen
2009-05-22
2
-5
/
+7
*
Rename QtGraphicsListView::viewItems() to visibleItems().
Marius Bugge Monsen
2009-05-22
1
-1
/
+1
*
Fix test failure for horizontal layout in the list view. Also, simplify the c...
Marius Bugge Monsen
2009-05-22
3
-20
/
+26
*
Update some documentation.
Marius Bugge Monsen
2009-05-21
2
-7
/
+7
*
Add some documentation to the QtKineticListController.
Marius Bugge Monsen
2009-05-20
1
-0
/
+62
*
Rename the internal itemSize() function to itemSizeHint().
Marius Bugge Monsen
2009-05-08
1
-1
/
+1
*
Remove use of IconRole and TextRole for now. Use the enums in the Qt namespac...
Marius Bugge Monsen
2009-05-08
1
-2
/
+2
*
Fixes: printing svg-icons makes them blurry
Thomas Zander
2009-05-04
1
-1
/
+8
*
Update the kinetic list controller to use graphics scene events.
Marius Bugge Monsen
2009-05-03
3
-19
/
+12
*
Fixes warnings of unused variables.
Marius Bugge Monsen
2009-04-30
1
-0
/
+1
*
Change printing approach from setting the proper font to instead scale the pa...
Thomas Zander
2009-04-29
3
-4
/
+4
*
Upgrade the flowview a bit.
Thomas Zander
2009-04-29
1
-5
/
+9
*
Remove unused include.
Marius Bugge Monsen
2009-04-24
1
-2
/
+0
*
Rename the qpathlistview to qgraphicspathview and add an example for it.
Marius Bugge Monsen
2009-04-24
2
-55
/
+41
*
Update all the views initStyleOption() functions to take a QPaintDevice rathe...
Marius Bugge Monsen
2009-04-24
4
-5
/
+7
*
Remove the old grid control class.
Marius Bugge Monsen
2009-04-23
2
-531
/
+0
*
Change the grid view to use view items.
Marius Bugge Monsen
2009-04-23
2
-101
/
+69
*
Make the grid view compile again. Note that it still doesn't work properly.
Marius Bugge Monsen
2009-04-23
2
-0
/
+509
*
Fix compilation on Windows msvc
Alexis Menard
2009-04-17
6
-6
/
+6
*
Update some outdated license headers.
Marius Bugge Monsen
2009-04-15
3
-9
/
+45
*
Fixes: flowView icons having small size.
Thomas Zander
2009-04-15
1
-1
/
+1
*
Add view item creator classes to allow users to use view item sub-classes wit...
Marius Bugge Monsen
2009-04-15
1
-1
/
+1
[next]