summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Change the license if libitemviews-ng from GLP to LGPL.HEADmasterMarius Bugge Monsen2010-04-0986-936/+1076
* Move the graphics scrollbar to experimental. Misc updates. Some unfinished fe...Marius Bugge Monsen2010-02-1817-240/+230
* Add support for highlight item in QtGraphicsListView. This allows us to set a...Marius Bugge Monsen2009-11-262-6/+58
* 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
* Re-enable animations in QGraphicsPathView.Marius Bugge Monsen2009-10-101-15/+14
* Get the chat example working again, including changing the size of the item w...Marius Bugge Monsen2009-10-082-11/+8
* Update the photoBrowser example to use the QStateMachine::SignalEvent type.Marius Bugge Monsen2009-10-011-3/+3
* Make sure that all the tests are compiling and running.Marius Bugge Monsen2009-09-301-4/+4
* Compile after converting from int role to QByteArray role names.Marius Bugge Monsen2009-09-302-29/+10
* Change to use string based role names.Marius Bugge Monsen2009-09-2937-341/+365
* Merge branch 'master' of git@scm.dev.nokia.troll.no:research/itemviews-ngMarius Bugge Monsen2009-09-2933-64/+147
|\
| * Fix build on Windows.Alexis Menard2009-09-1633-61/+147
* | 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
* Get the photoBrowser example working again. This required some ugly hacks in ...Marius Bugge Monsen2009-08-202-4/+8
* 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-1010-416/+479
* Update QGraphicsListView to be able to use QmlComponent for creating view items.Marius Bugge Monsen2009-07-2819-292/+372
* Include qmetatype for qlistselectionmanager.Marius Bugge Monsen2009-07-221-0/+3
* Implement the QListSelectionChange destructor.Marius Bugge Monsen2009-07-221-1/+10
* Add QT_NAMESPACE macros in the source files.Marius Bugge Monsen2009-07-1334-17/+186
* Add some autotest data for QtSectionSpans.Marius Bugge Monsen2009-06-291-2/+2
* 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-1810-64/+161
* Add QtGraphicsTableView::cellGeometry(int,int). Also add an auto-test (it nee...Marius Bugge Monsen2009-06-102-0/+26
* Make sure QtGraphicsListView::maximumOffset() only returns positive values. A...Marius Bugge Monsen2009-06-101-2/+2
* Update the include guards to the 'Qt' name pattern.Marius Bugge Monsen2009-06-104-11/+11
* Rename QSectionSpan to QtSectionSpan. This is done to avoid name-clashes if a...Marius Bugge Monsen2009-06-103-10/+10
* Remove QtGraphicsListView::horizontalOffset and verticalOffset properties and...Marius Bugge Monsen2009-06-0910-202/+125
* Fix bug in QtGraphicsListView::setOffsetToEnsureIndexIsVisible(int). Instead ...Marius Bugge Monsen2009-06-091-5/+6
* Update QtTableWidgetNG to let the QtGraphicsTableView clipt its children.Marius Bugge Monsen2009-06-081-3/+5
* Update the visible items in QtGraphicsTableView if items are inserted, remove...Marius Bugge Monsen2009-06-082-0/+20
* Implement QtGraphicsListView::setOffsetToEnsureIndexIsVisible(int) properly.Marius Bugge Monsen2009-06-081-5/+13
* Merge branch 'master' of git@scm.dev.nokia.troll.no:research/itemviews-ngMarius Bugge Monsen2009-06-083-11/+64
|\
| * Use a creator with recycled items memory for the flowviewThomas Zander2009-06-081-7/+37
| * api docs, add forgotten exportThomas Zander2009-06-082-4/+27
* | Add QtKineticListController::stop() to stop the timer and reset any movement ...Marius Bugge Monsen2009-06-082-1/+22
* | Even if QtGraphicsListView has a visible item, we still may have to change th...Marius Bugge Monsen2009-06-081-2/+3
|/
* Add QtGraphicsListView::itemGeometry(int). This enables us to implement setOf...Marius Bugge Monsen2009-06-0710-37/+189
* Compile with Qt mainline. The moc object apparently don't include the QMetaOb...Marius Bugge Monsen2009-06-071-0/+1