summaryrefslogtreecommitdiffstats
path: root/src/gui/graphicsview
Commit message (Expand)AuthorAgeFilesLines
* Make sure we don't create pixmaps that are bigger than the device rect.Bjørn Erik Nilsen2009-07-305-2/+41
* Prevent potential QGraphicsEffect crashes.Bjørn Erik Nilsen2009-07-301-10/+17
* Small optimization to QGraphicsEffectSource::boundingRect.Bjørn Erik Nilsen2009-07-291-1/+2
* A few QGraphicsEffect optimizations.Bjørn Erik Nilsen2009-07-291-7/+20
* Conflicts after merge commit 07c2b17276057a8b47c3be57ab7c2cf66dac0eddBjørn Erik Nilsen2009-07-291-1/+1
* Merge branch 'kinetic-graphicseffect' of git@scm.dev.nokia.troll.no:qt/kineti...Bjørn Erik Nilsen2009-07-298-61/+176
|\
| * Merge commit 'qt-graphics-team/pixmapfilters-redux' into kinetic-graphicseffectSamuel Rødal2009-07-281-2/+2
| |\
| * | Update QGraphicsShaderEffect to match new APIRhys Weatherley2009-07-241-2/+2
| * | Merge branch 'kinetic-graphicseffect' of git@scm.dev.nokia.troll.no:qt/kineti...Rhys Weatherley2009-07-249-435/+456
| |\ \
| * \ \ Merge branch 'custom_shaders' of ../qt-graphics-team into custom-shadersRhys Weatherley2009-07-236-57/+174
| |\ \ \
| | * | | Fix merge error, restore size of bit field.Andreas Aardal Hanssen2009-07-231-2/+2
| | * | | Add QGraphicsItem::focusProxy(), focus proxy support.Andreas Aardal Hanssen2009-07-235-48/+141
| | * | | Doc: documentation for boolean properties should say what happens whenVolker Hilsheimer2009-07-211-5/+7
| | * | | Doc: make potentially incorrect overloads obsolete.Volker Hilsheimer2009-07-212-3/+25
* | | | | QGraphicsEffect cleanup.Bjørn Erik Nilsen2009-07-295-48/+37
* | | | | QGraphicsEffect optimizations for pixmap based items.Bjørn Erik Nilsen2009-07-294-31/+93
* | | | | Generalize QGraphicsEffectSource::pixmap.Bjørn Erik Nilsen2009-07-291-13/+39
* | | | | Notify sub-classes of QGraphicsEffect whenever the source changes.Bjørn Erik Nilsen2009-07-293-0/+12
* | | | | Add support for updating the source when bounding rect changes.Bjørn Erik Nilsen2009-07-294-3/+22
* | | | | Make it possible to disable graphics effects.Bjørn Erik Nilsen2009-07-295-7/+25
* | | | | Add new enum to global namespace: Qt::CoordinateSystemBjørn Erik Nilsen2009-07-295-20/+21
* | | | | Remove drawIntoPixmap and implement all the effects with the new API.Bjørn Erik Nilsen2009-07-295-159/+37
* | | | | add support for passing arbitrary painters intoBjørn Erik Nilsen2009-07-293-6/+17
* | | | | Add QGraphicsEffectSource::pixmap.Bjørn Erik Nilsen2009-07-297-26/+92
* | | | | Add QGraphicsSourceEffect.Bjørn Erik Nilsen2009-07-299-255/+333
| |_|/ / |/| | |
* | | | Make QGraphicsEffect independent of QGraphicsItem.Bjørn Erik Nilsen2009-07-248-268/+266
* | | | QGraphicsEffect API cleanup.Bjørn Erik Nilsen2009-07-237-203/+226
|/ / /
* | | Add QPixmapBlurFilter for non-convolution blur effects.Rhys Weatherley2009-07-231-15/+13
* | | Compile after merge commit 8079a0c5b4ee6550501476410fab457d63c705b6Bjørn Erik Nilsen2009-07-214-28/+24
* | | Merge commit 'qt/master' into graphicseffectsBjørn Erik Nilsen2009-07-2123-2434/+3160
|\ \ \ | |/ /
| * | Doc: fix links between QGraphicsItem and QTouchEventVolker Hilsheimer2009-07-201-3/+3
| * | doc: Changed several \reimp to \internalMartin Smith2009-07-201-1/+1
| * | Merge commit 'origin/4.5'Oswald Buddenhagen2009-07-201-1/+1
| |\ \
| | * | Fix the hand scrolling in QGraphicsView that will stop unexpectedly.Alexis Menard2009-07-201-1/+1
| * | | Compile fix with namepaceshjk2009-07-203-16/+13
| * | | Doc: A few cleanups, fixes and improvements.Volker Hilsheimer2009-07-191-5/+5
| * | | Doc: add \since 4.6 for new APIsVolker Hilsheimer2009-07-194-8/+24
| * | | Doc: add documentation for new overloads, and mark old overloads thatVolker Hilsheimer2009-07-181-5/+57
| * | | Doc: fix qdoc errors and clarify purpose of deviceTransform parameterVolker Hilsheimer2009-07-163-39/+58
| * | | With license it's better.Alexis Menard2009-07-161-0/+41
| * | | Update the license header in a few more placesThiago Macieira2009-07-162-2/+2
| * | | QGraphicsItems not painted after QGraphicsScene::clear().Bjoern Erik Nilsen2009-07-151-0/+1
| * | | Fix license header in new files - make testcase pass.Volker Hilsheimer2009-07-153-9/+9
| * | | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qtMarius Bugge Monsen2009-07-143-15/+19
| |\ \ \
| | * | | Make sure QGraphicsScene::update() only requires one event-loopBjørn Erik Nilsen2009-07-143-15/+19
| * | | | Remove sendGestureEvent().Marius Bugge Monsen2009-07-141-68/+0
| * | | | Add QGraphicsView::filtersChildEvents property.Marius Bugge Monsen2009-07-145-9/+149
| |/ / /
| * | | Cut-off in QGraphicsView not hit if setting a scene rect.Bjørn Erik Nilsen2009-07-131-1/+1
| * | | Fixed linking of QtSvg with MSVC.Rohan McGovern2009-07-132-18/+17
| * | | build fix on windowsThierry Bastian2009-07-111-0/+1