| Commit message (Expand) | Author | Age | Files | Lines |
* | QGraphicsEffect cleanup. | Bjørn Erik Nilsen | 2009-07-29 | 7 | -155/+39 |
|
|
* | Make examples/graphicsview/lightning compatible the new effects API. | Bjørn Erik Nilsen | 2009-07-29 | 2 | -6/+6 |
|
|
* | QGraphicsEffect optimizations for pixmap based items. | Bjørn Erik Nilsen | 2009-07-29 | 4 | -31/+93 |
|
|
* | Generalize QGraphicsEffectSource::pixmap. | Bjørn Erik Nilsen | 2009-07-29 | 1 | -13/+39 |
|
|
* | Notify sub-classes of QGraphicsEffect whenever the source changes. | Bjørn Erik Nilsen | 2009-07-29 | 3 | -0/+12 |
|
|
* | Add support for updating the source when bounding rect changes. | Bjørn Erik Nilsen | 2009-07-29 | 4 | -3/+22 |
|
|
* | Make it possible to disable graphics effects. | Bjørn Erik Nilsen | 2009-07-29 | 5 | -7/+25 |
|
|
* | Add new enum to global namespace: Qt::CoordinateSystem | Bjørn Erik Nilsen | 2009-07-29 | 6 | -20/+26 |
|
|
* | Remove drawIntoPixmap and implement all the effects with the new API. | Bjørn Erik Nilsen | 2009-07-29 | 5 | -159/+37 |
|
|
* | add support for passing arbitrary painters into | Bjørn Erik Nilsen | 2009-07-29 | 3 | -6/+17 |
|
|
* | Add QGraphicsEffectSource::pixmap. | Bjørn Erik Nilsen | 2009-07-29 | 9 | -29/+95 |
|
|
* | Add QGraphicsSourceEffect. | Bjørn Erik Nilsen | 2009-07-29 | 11 | -257/+440 |
|
|
* | Make QGraphicsEffect independent of QGraphicsItem. | Bjørn Erik Nilsen | 2009-07-24 | 14 | -303/+297 |
|
|
* | QGraphicsEffect API cleanup. | Bjørn Erik Nilsen | 2009-07-23 | 15 | -217/+234 |
|
|
* | Add QPixmapBlurFilter for non-convolution blur effects. | Rhys Weatherley | 2009-07-23 | 3 | -15/+276 |
|
|
* | Compile after merge commit 8079a0c5b4ee6550501476410fab457d63c705b6 | Bjørn Erik Nilsen | 2009-07-21 | 4 | -28/+24 |
|
|
* | Merge commit 'qt/master' into graphicseffects | Bjørn Erik Nilsen | 2009-07-21 | 2346 | -45039/+105156 |
|\ |
|
| * | Workaround for transacted, locked and inaccesible files | Ritt Konstantin | 2009-07-20 | 2 | -2/+104 |
|
|
| * | Doc: fix links between QGraphicsItem and QTouchEvent | Volker Hilsheimer | 2009-07-20 | 2 | -7/+7 |
|
|
| * | Doc: fix formatting of lists. | Volker Hilsheimer | 2009-07-20 | 1 | -12/+17 |
|
|
| * | Doc: not an overload | Volker Hilsheimer | 2009-07-20 | 1 | -2/+0 |
|
|
| * | Use QVERIFY in benchmarks, insteads of returning silently in case of error | Olivier Goffart | 2009-07-20 | 1 | -4/+2 |
|
|
| * | Add low level POSIX bench on Windows | Ritt Konstantin | 2009-07-20 | 1 | -6/+31 |
|
|
| * | Adding test case for PNG compression icon loading | miniak | 2009-07-20 | 2 | -0/+33 |
|
|
| * | Partial fix for Qt issue #244648 - QtIcoHandler does not support large & Vist... | miniak | 2009-07-20 | 1 | -0/+12 |
|
|
| * | Return selectedFilter in QGtkStyle file dialogs | Lukáš Lalinský | 2009-07-20 | 2 | -5/+27 |
|
|
| * | Doc: clarify relevance for QGraphicsItem and add a few \sa | Volker Hilsheimer | 2009-07-20 | 1 | -26/+84 |
|
|
| * | Doc: small improvements | Volker Hilsheimer | 2009-07-20 | 2 | -6/+21 |
|
|
| * | Doc: Make QAction::priority/Priority documentation clearer | Volker Hilsheimer | 2009-07-20 | 1 | -9/+9 |
|
|
| * | Fixed includes in the gestures public headers. | Denis Dzyubenko | 2009-07-20 | 2 | -10/+9 |
|
|
| * | Fixes build for Windows Mobile | Thomas Hartmann | 2009-07-20 | 1 | -1/+0 |
|
|
| * | doc: Changed several \reimp to \internal | Martin Smith | 2009-07-20 | 8 | -22/+8 |
|
|
| * | absolute lupdate path for the new test as well | Oswald Buddenhagen | 2009-07-20 | 1 | -1/+1 |
|
|
| * | Fix static leak to make valgrinding easier. | dt | 2009-07-20 | 1 | -63/+61 |
|
|
| * | micro-optimize: (x.toLower() == y) => !x.compare(y, Qt:: CaseInsensitive) | Oswald Buddenhagen | 2009-07-20 | 1 | -10/+10 |
|
|
| * | fix return value of error() & co | Oswald Buddenhagen | 2009-07-20 | 1 | -1/+2 |
|
|
| * | make message() & co. handling more qmake-like | Oswald Buddenhagen | 2009-07-20 | 1 | -14/+1 |
|
|
| * | expand arguments to s// operator | Oswald Buddenhagen | 2009-07-20 | 1 | -1/+1 |
|
|
| * | support loops: implement for(), next() & break() | Oswald Buddenhagen | 2009-07-20 | 4 | -4/+149 |
|
|
| * | implement if() test | Oswald Buddenhagen | 2009-07-20 | 1 | -1/+81 |
|
|
| * | implement {greater,less}Than(), equals(), clear() & unset() | Oswald Buddenhagen | 2009-07-20 | 1 | -5/+53 |
|
|
| * | support custom functions: implement defineTest(), defineReplace(), defined(),... | Oswald Buddenhagen | 2009-07-20 | 4 | -110/+283 |
|
|
| * | remove return values from the visitors which need none | Oswald Buddenhagen | 2009-07-20 | 3 | -38/+36 |
|
|
| * | surround file inclusion with saving/restoring condition state | Oswald Buddenhagen | 2009-07-20 | 1 | -1/+4 |
|
|
| * | fix conditionals, in particular the nested else handling | Oswald Buddenhagen | 2009-07-20 | 1 | -31/+27 |
|
|
| * | fix m_invertNext effect scoping | Oswald Buddenhagen | 2009-07-20 | 1 | -2/+4 |
|
|
| * | put condition state variables into a structure | Oswald Buddenhagen | 2009-07-20 | 2 | -23/+32 |
|
|
| * | return value cleanup | Oswald Buddenhagen | 2009-07-20 | 1 | -97/+61 |
|
|
| * | ifdef cleanup | Oswald Buddenhagen | 2009-07-20 | 1 | -1/+1 |
|
|
| * | compile against the Windows 7 SDK RC | Bradley T. Hughes | 2009-07-20 | 1 | -15/+16 |
|
|