summaryrefslogtreecommitdiffstats
Commit message (Collapse)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 ↵Marius Bugge Monsen2010-02-1819-244/+244
| | | | features.
* 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 ↵Marius Bugge Monsen2009-11-263-6/+72
| | | | a graphics item to show the highlighted item in the view.
* Update the graphics path view.Marius Bugge Monsen2009-11-261-10/+2
|
* Change QtListWidgetNG to be a subclass QAbstractScrollArea and only use ↵Marius Bugge Monsen2009-11-253-30/+62
| | | | | | QGraphicsView as an internal view. This avoids a lot of problems with the scrollbars.
* 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 ↵Marius Bugge Monsen2009-10-087-23/+41
| | | | when the data changes.
* Update the photoBrowser example to use the QStateMachine::SignalEvent type.Marius Bugge Monsen2009-10-012-5/+6
| | | | Rename QtDataRole::key() to QtDataRole::name().
* Make sure that all the tests are compiling and running.Marius Bugge Monsen2009-09-304-43/+29
| | | | Note that some tests are still failing.
* 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
|\ | | | | | | | | Conflicts: src/qgraphicslistview.h
| * Fix build on Windows.Alexis Menard2009-09-1640-75/+153
| |
* | Implement functionality to ensure that the current item is always visible. ↵Marius Bugge Monsen2009-08-318-72/+80
| | | | | | | | Needs testing.
* | 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 ↵Marius Bugge Monsen2009-08-2810-95/+124
| | | | | | | | | | | | QtGraphicsScrollbar. Give the correct geometry to the QtGraphicsListViewItems in QGraphicsListView::doLayout().
* | 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 ↵Marius Bugge Monsen2009-08-262-3/+30
| | | | to QListModelAdaptor that will replace all items.
* Update the itemviews-ng .pri file to set the qmake library path and include ↵Marius Bugge Monsen2009-08-261-2/+5
| | | | path. This is needed for outside projects to use itemviews ng.
* Get the photoBrowser example working again. This required some ugly hacks in ↵Marius Bugge Monsen2009-08-203-12/+10
| | | | QtGraphicsGridView to get the item geometry correct.
* Update the photoBrowser ViewTransition to compile with the updated Stantes ↵Marius Bugge Monsen2009-08-201-5/+6
| | | | and Transitions API in Qt mainline.
* Remove the experimental QGraphicsScrollArea. It has been moved into another ↵Marius Bugge Monsen2009-08-204-559/+0
| | | | repository.
* 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 ↵Marius Bugge Monsen2009-08-112-16/+6
| | | | virtual function.
* Updates to enable itemviews-ng use qml and to be used by qml.Marius Bugge Monsen2009-08-1016-437/+521
| | | | QGraphicsObject is now the base class for view items.
* 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 ↵Marius Bugge Monsen2009-07-152-2/+1
| | | | | | to a central bin directory. Fix the check for the animation framework.
* 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
| | | | including itemviews-ng.pri.
* Add some autotest data for QtSectionSpans.Marius Bugge Monsen2009-06-292-3/+30
| | | | Fix boundry issues discoverd in QtSectionSpans by the above test.
* Make sure the active state in the style option is set if the view window is ↵Marius Bugge Monsen2009-06-187-18/+29
| | | | active.
* Add QHash<int,QString> roles() const function to the model interfaces. This ↵Marius Bugge Monsen2009-06-1811-65/+162
| | | | is used by the declarative ui to map from the role enum to the name string.