summaryrefslogtreecommitdiffstats
path: root/src/gui/graphicsview
Commit message (Expand)AuthorAgeFilesLines
* doc updateThierry Bastian2009-05-262-40/+186
* 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
* | | 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
* | | | 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 '4.5'Thiago Macieira2009-05-131-0/+1
|\ \ \ \ | |/ / /
| * | | Reset the 'connectedToScene' flag when changing the scene of a viewLeonardo Sobral Cunha2009-05-131-0/+1
| |/ /
* | | Fixed dumping so that we dump both q_yy and q_xx instead of q_yy twice.Jan-Arve Sæther2009-05-121-1/+1
* | | Don't overwrite q_yy with q_xx when we are dumping the layout.Jan-Arve Sæther2009-05-121-9/+9
* | | Fixed 71 symbols exported that didn't need to be.Thierry Bastian2009-05-112-2/+2
* | | Merge branch '4.5'Thiago Macieira2009-05-071-2/+2
|\ \ \ | |/ /
| * | Compiler warnings (Mac/Carbon)Bjoern Erik Nilsen2009-05-071-2/+2
* | | Reduced memory footprint of QGraphicsWidget.jasplin2009-05-075-259/+298
* | | Merge branch '4.5' of git@scm.dev.troll.no:qt/qtSimon Hausmann2009-05-063-22/+35
|\ \ \ | |/ /
| * | Merge branch '4.5' of git@scm.dev.nokia.troll.no:qt/qt into 4.5Geir Vattekar2009-05-063-14/+15
| |\ \
| | * | QGraphicsItem::setOpacity(0.0) does not trigger an update.Bjoern Erik Nilsen2009-05-063-14/+15
| * | | Doc: Updated docs for collision between QGraphicsItemsGeir Vattekar2009-05-061-8/+20
| |/ /
* | | Partially revert 37c72476fc444d3089075473cb4e9aa42ed64694Bjoern Erik Nilsen2009-05-051-4/+0
* | | Remove the Direct3D engine.Gunnar Sletta2009-04-241-3/+1
* | | Fix bugs in QGraphicsItem::childrenBoundingRect()Andreas Aardal Hanssen2009-04-232-7/+35
* | | Merge branch '4.5'Rhys Weatherley2009-04-212-2/+16
|\ \ \ | |/ /
| * | BT: Revert "Fixes: Don't fill the pixmap because we will copy the cache in...Andreas Aardal Hanssen2009-04-211-1/+3
| * | BT: Fix update regression for cached QGraphicsItem (Elastic Nodes stuck)Andreas Aardal Hanssen2009-04-211-1/+13
| * | We don't need to call two times itemChange when an item is deleted.Alexis Menard2009-04-211-6/+0
| |/
| * Update the item if the text has changed but the boundingRect is theAlexis Menard2009-04-151-0/+1
* | Doc update for QGraphicsProxyWidget::setWidget().Andreas Aardal Hanssen2009-04-201-3/+2
* | Fixup docs for QGraphicsProxyWidget::setWidget().Andreas Aardal Hanssen2009-04-201-0/+4
* | Working on QGraphicsProxyWidget's handling of widget flags.Andreas Aardal Hanssen2009-04-203-11/+3
* | Fix QGraphicsView::mapToScene(QRect) to avoid extra adjustments.Andreas Aardal Hanssen2009-04-171-7/+8
* | Fix two bugs in Graphics View's mouse grab logics + add autotests.Andreas Aardal Hanssen2009-04-172-7/+15