summaryrefslogtreecommitdiffstats
path: root/src/gui/graphicsview
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qtBradley T. Hughes2009-05-296-66/+209
|\
| * Compile fix with namespaces.hjk2009-05-281-2/+2
| * Doc change; QGraphicsView::DontClipPainter is obsolete since Qt 4.5.Andreas Aardal Hanssen2009-05-282-11/+2
| * Merge branch '4.5' of git@scm.dev.nokia.troll.no:qt/qtSimon Hausmann2009-05-271-0/+4
| |\
| | * Fixes for merge-request #407Leonardo Sobral Cunha2009-05-271-3/+2
| | * Dont show children when parent is not visible in QGraphicsItemdiaulas2009-05-271-0/+5
| * | Avoid deep copies of pixmaps when using cache in QGraphicsView.Alexis Menard2009-05-271-13/+15
| * | doc updateThierry Bastian2009-05-262-40/+186
* | | Don't try to maintain a current and active list of points for the app and wid...Bradley T. Hughes2009-05-282-56/+13
* | | When converting a touch event to graphicsscene event use lastPos instead of s...Denis Dzyubenko2009-05-271-1/+1
* | | Replaced ?: operator with a switch statement to make it more explicitDenis Dzyubenko2009-05-271-5/+11
* | | Make Qt::TouchPointState ORable, add Q*TouchEvent::touchPointStates()Bradley T. Hughes2009-05-274-64/+90
* | | Compile fix after conflict resolutionBradley T. Hughes2009-05-261-1/+1
* | | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qtBradley T. Hughes2009-05-2610-59/+541
|\ \ \ | |/ /
| * | Fixed 'crazy' warnings about using a string instead of a characterThierry Bastian2009-05-254-8/+8
| * | Say hello to animation API and state machine API (now with history)Kent Hansen2009-05-223-1/+15
| |\ \
| | * \ Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt into kinetic-animat...Thierry Bastian2009-05-221-4/+1
| | |\ \
| | * \ \ Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt into kinetic-animat...Thierry Bastian2009-05-2216-1015/+1419
| | |\ \ \
| | * | | | remove QT_EXPERIMENTAL stuffKent Hansen2009-05-201-1/+0
| | * | | | Merge branch 'kinetic-statemachine' of git@scm.dev.nokia.troll.no:qt/kinetic ...Alexis Menard2009-05-121-1/+1
| | |\ \ \ \
| | | * | | | Fix compilation after a merge errorAlexis Menard2009-04-171-3/+4
| | | * | | | Merge branch '4.5' of git@scm.dev.nokia.troll.no:qt/qt into kinetic-animationsAlexis Menard2009-04-1712-481/+936
| | | |\ \ \ \
| | | * | | | | Initial import of kinetic-animations branch from the old kineticAlexis Menard2009-04-1736-0/+34531
| | | / / / /
| | * | | | | Merge branch '4.5' of git@scm.dev.nokia.troll.no:qt/qt into kinetic-statemachineAlexis Menard2009-05-1212-497/+973
| | |\ \ \ \ \
| | * | | | | | Initial import of statemachine branch from the old kinetic repositoryAlexis Menard2009-04-1736-0/+34531
| | / / / / /
| * | | | | | Revert "Say hello to animation API & state machine API"Kent Hansen2009-05-223-15/+1
| * | | | | | Clarified doc for QGraphicsTextItem::setTextInteractionFlags().jasplin2009-05-221-3/+3
| * | | | | | Say hello to animation API & state machine APIKent Hansen2009-05-223-1/+15
| * | | | | | Fix the way the transform and the properties are marked as dirty in QGraphics...Olivier Goffart2009-05-222-6/+5
| | |_|_|/ / | |/| | | |
| * | | | | Fix a leak because of an old legacy of QPixmapCache string APIAlexis Menard2009-05-221-4/+1
| | |_|/ / | |/| | |
| * | | | Add properties to QGraphicsItem to change the transformations componentOlivier Goffart2009-05-224-44/+516
* | | | | Removed debug outputDenis Dzyubenko2009-05-201-5/+0
* | | | | Added a simple test for gesture event delivery to graphicsitemsDenis Dzyubenko2009-05-201-0/+1
* | | | | Started implementing tests for gestures on graphicsviewDenis Dzyubenko2009-05-201-3/+2
* | | | | Dont accept graphicsscenegesture event by defaultDenis Dzyubenko2009-05-201-0/+1
* | | | | Moved gestures info to an extra in QGraphicsItemPrivate not to increase the s...Denis Dzyubenko2009-05-202-15/+48
* | | | | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qtBradley T. Hughes2009-05-202-8/+8
|\ \ \ \ \ | |/ / / /
| * | | | Merge branch '4.5' of git@scm.dev.nokia.troll.no:qt/qtSimon Hausmann2009-05-192-8/+8
| |\ \ \ \ | | | |_|/ | | |/| |
| | * | | Fix some typos in the documentation.Frederik Schwarzer2009-05-182-8/+8
* | | | | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt-multitouchBradley T. Hughes2009-05-188-33/+169
|\ \ \ \ \
| * | | | | More improvement to gesture propagation (still no graphicsview).Denis Dzyubenko2009-05-181-1/+1
| * | | | | implemented gestures support in graphicsview for QGraphicsItems andDenis Dzyubenko2009-05-188-32/+168
* | | | | | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qtBradley T. Hughes2009-05-186-197/+126
|\ \ \ \ \ \ | |/ / / / / |/| / / / / | |/ / / /
| * | | | Add an extension to QPixmapCache to get rid of strings.Alexis Menard2009-05-183-22/+26
| * | | | Graphics View Optimization: Use a simple style option by default.Bjoern Erik Nilsen2009-05-157-156/+90
| * | | | Merge branch '4.5'Thiago Macieira2009-05-143-28/+10
| |\ \ \ \ | | |/ / /
| | * | | Fix QGraphicsItem::deviceTransform() to also work with normal items.Andreas Aardal Hanssen2009-05-143-28/+10
| * | | | Fix sending of double-click events after explicit grab-ungrab.Andreas Aardal Hanssen2009-05-141-1/+2
* | | | | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qtBradley T. Hughes2009-05-132-9/+10
|\ \ \ \ \ | |/ / / /
| * | | | Merge branch '4.5'Thiago Macieira2009-05-131-0/+1
| |\ \ \ \ | | |/ / /