summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Change the license if libitemviews-ng from GLP to LGPL.HEADmasterMarius Bugge Monsen2010-04-0988-937/+1590
* Move the graphics scrollbar to experimental. Misc updates. Some unfinished fe...Marius Bugge Monsen2010-02-1819-244/+244
* Add nonUniformList example to test list view with non-uniform items.Marius Bugge Monsen2009-12-104-1/+73
* Fix out-of-bounds error.Marius Bugge Monsen2009-11-271-2/+3
* Add support for highlight item in QtGraphicsListView. This allows us to set a...Marius Bugge Monsen2009-11-263-6/+72
* Update the graphics path view.Marius Bugge Monsen2009-11-261-10/+2
* Change QtListWidgetNG to be a subclass QAbstractScrollArea and only use QGrap...Marius Bugge Monsen2009-11-253-30/+62
* Compile fix for platforms where qreal is definded as float.Marius Bugge Monsen2009-10-301-2/+2
* Remove unused image from the resource file.Marius Bugge Monsen2009-10-301-1/+0
* Fix compilation.Marius Bugge Monsen2009-10-221-2/+2
* Re-enable animations in QGraphicsPathView.Marius Bugge Monsen2009-10-101-15/+14
* Only use standard pixmaps in the pathView example.Marius Bugge Monsen2009-10-107-22/+18
* Get the chat example working again, including changing the size of the item w...Marius Bugge Monsen2009-10-087-23/+41
* Update the photoBrowser example to use the QStateMachine::SignalEvent type.Marius Bugge Monsen2009-10-012-5/+6
* Make sure that all the tests are compiling and running.Marius Bugge Monsen2009-09-304-43/+29
* Make the examples compile and run again.Marius Bugge Monsen2009-09-3011-44/+46
* Compile after converting from int role to QByteArray role names.Marius Bugge Monsen2009-09-308-76/+59
* Change to use string based role names.Marius Bugge Monsen2009-09-2940-346/+373
* Merge branch 'master' of git@scm.dev.nokia.troll.no:research/itemviews-ngMarius Bugge Monsen2009-09-2940-78/+153
|\
| * Fix build on Windows.Alexis Menard2009-09-1640-75/+153
* | Implement functionality to ensure that the current item is always visible. Ne...Marius Bugge Monsen2009-08-318-72/+80
* | Make the QtListController::SelectionBehavior enum public and make it a Q_ENUM.Marius Bugge Monsen2009-08-311-1/+2
* | Implement selection behavior in QtListController. Still needs tests and docs.Marius Bugge Monsen2009-08-318-65/+223
* | Make QtListWidgetNG use QGraphicsView's scrollbar rather than using QtGraphic...Marius Bugge Monsen2009-08-2810-95/+124
* | Keep the scrollbar independent from the view in QtListWidgetNG.Marius Bugge Monsen2009-08-271-5/+6
* | Fix out-of-bounds lookup in QtListSelectionChangeData::changedIndexes().Marius Bugge Monsen2009-08-271-2/+2
|/
* Make sure rowsRemoved() and rowsInserted() are emitted when making changes to...Marius Bugge Monsen2009-08-262-3/+30
* Update the itemviews-ng .pri file to set the qmake library path and include p...Marius Bugge Monsen2009-08-261-2/+5
* Get the photoBrowser example working again. This required some ugly hacks in ...Marius Bugge Monsen2009-08-203-12/+10
* Update the photoBrowser ViewTransition to compile with the updated Stantes an...Marius Bugge Monsen2009-08-201-5/+6
* Remove the experimental QGraphicsScrollArea. It has been moved into another r...Marius Bugge Monsen2009-08-204-559/+0
* Add experimental code in QtListController for animated per-item scrolling.Marius Bugge Monsen2009-08-123-3/+61
* Remove the layoutsBlocked code.Marius Bugge Monsen2009-08-123-46/+8
* Move some of the QGraphicsTreeViewItem size hint code. This removes one virtu...Marius Bugge Monsen2009-08-112-16/+6
* Updates to enable itemviews-ng use qml and to be used by qml.Marius Bugge Monsen2009-08-1016-437/+521
* Separate the creator out into its own file.Marius Bugge Monsen2009-07-304-70/+174
* Disable some tests for experimental classes that break with the lates changes.Marius Bugge Monsen2009-07-282-6/+6
* Update the examples to the new QGraphicsListView changes.Marius Bugge Monsen2009-07-287-20/+25
* Add example that uses QmlComponent to create view items in QGraphicsListView.Marius Bugge Monsen2009-07-282-0/+113
* Update QGraphicsListView to be able to use QmlComponent for creating view items.Marius Bugge Monsen2009-07-2819-292/+372
* Remove metatype declaration from the QListSelectionManager test.Marius Bugge Monsen2009-07-221-1/+0
* Include qmetatype for qlistselectionmanager.Marius Bugge Monsen2009-07-221-0/+3
* Implement the QListSelectionChange destructor.Marius Bugge Monsen2009-07-221-1/+10
* Remove some debug output from the photoAlbum example.Marius Bugge Monsen2009-07-221-3/+1
* Keep the example binaries in the example directories instead of moving them t...Marius Bugge Monsen2009-07-152-2/+1
* Add QT_NAMESPACE macros in the source files.Marius Bugge Monsen2009-07-1334-17/+186
* Restructure the .pri files to allow external projects to use itemviews-ng by ...Marius Bugge Monsen2009-07-132-10/+10
* Add some autotest data for QtSectionSpans.Marius Bugge Monsen2009-06-292-3/+30
* Make sure the active state in the style option is set if the view window is a...Marius Bugge Monsen2009-06-187-18/+29
* Add QHash<int,QString> roles() const function to the model interfaces. This i...Marius Bugge Monsen2009-06-1811-65/+162