summaryrefslogtreecommitdiff
path: root/tests/auto/qgraphicseffect/tst_qgraphicseffect.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update copyright headersAkseli Salovaara2015-03-311-13/+13
* Updated year in copyright headerKai Koehne2014-03-261-1/+1
* Update copyright year in Digia's license headersSergio Ahumada2013-01-131-1/+1
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-291-24/+24
* test: Re-enable tst_QGraphicsEffect test.Sergio Ahumada2012-08-151-0/+22
* Update contact information in license headers.Sergio Ahumada2012-08-011-2/+2
* Update year in Nokia copyright messages.Jason McDonald2012-01-111-1/+1
* Prevent unnecessary graphics item updates when graphics effect changes.Christophe Oosterlynck2011-09-161-0/+95
* Update licenseheader text in source files for qt4.8Jyri Tahtela2011-05-131-17/+17
* Update copyright year to 2011.Jason McDonald2011-01-111-1/+1
* Fixed QGraphicsEffect autotest to use platform quirksDominik Holland2010-11-021-1/+5
* QGraphicsItem::childrenBoundingRect behavior breaks QGraphicsEffect::sourceBo...Bjørn Erik Nilsen2010-09-161-0/+26
* Wrong bounding rect returned by QGraphicsEffect::boundingRect().Bjørn Erik Nilsen2010-09-161-0/+26
* QGraphicsWidget update issues with ItemHasNoContents + effectBjørn Erik Nilsen2010-09-141-0/+29
* Fixed autotest compilation issue on solarisThierry Bastian2010-08-191-4/+4
* No repaint when resizing graphics item with an effect.Bjørn Erik Nilsen2010-04-201-0/+28
* Remove qWait functions as it is used in QTRY_* macros.Toby Tomkins2010-04-061-23/+13
* Stabilize QGraphicsEffect test on X11Olivier Goffart2010-03-241-1/+2
* Invalidate the cache of QGraphicsEffect if a child becomes visible.Alexis Menard2010-03-241-0/+43
* Fixed rendering bugs when scrolling graphics items with drop shadows.Samuel Rødal2010-03-021-0/+23
* Fixed child items with graphics effects not inheriting opacity.Samuel Rødal2010-01-251-2/+32
* Improved performance of translating device coordinate graphics effects.Samuel Rødal2010-01-131-0/+46
* Update copyright year to 2010Jason McDonald2010-01-071-1/+1
* Optimize QGraphicsItemEffectSourcePrivate::pixmap() for QGraphicsPixmapItems.Samuel Rødal2009-12-141-0/+49
* Fixes broken graphics effect auto tests.Bjørn Erik Nilsen2009-12-081-6/+6
* Improvements to graphics effects API after review round.Samuel Rødal2009-11-101-4/+5
* Made graphics effects autotest compile.Samuel Rødal2009-10-271-1/+2
* Stabilize QGraphicsEffect and QToolTip testOlivier Goffart2009-09-231-8/+6
* Don't do pixel tests in QGraphicsEffect on other than 32-bit display.Ariya Hidayat2009-09-151-0/+11
* Add filter strength to QGraphics[Colorize,Grayscale]Effect.Ariya Hidayat2009-09-141-0/+40
* Add simple autotest for QGraphicsColorizeEffect.Ariya Hidayat2009-09-141-0/+25
* Add simple autotest for QGraphicsGrayscaleEffect.Ariya Hidayat2009-09-141-0/+24
* Wrong opacity set on the painter in QGraphicsEffect::draw.Bjørn Erik Nilsen2009-09-101-1/+24
* Update license headers again.Jason McDonald2009-09-091-4/+4
* Update tech preview license header for files that are new in 4.6.Jason McDonald2009-08-311-13/+13
* Fix obsolete license headers.Jason McDonald2009-08-221-2/+2
* Notify QGraphicsEffect whenever the source is invalidated.Bjørn Erik Nilsen2009-08-071-0/+1
* Add ChangeFlags to QGraphicsEffect and pass flags to sourceChanged.Bjørn Erik Nilsen2009-08-071-18/+12
* Add tests/auto/qgraphicseffectBjørn Erik Nilsen2009-08-041-0/+352