Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt into master-s60 | axis | 2009-08-21 | 2 | -31/+269 |
|\ | |||||
| * | Doh, we have to convert the pixmap to an image. | Bjørn Erik Nilsen | 2009-08-21 | 1 | -1/+1 |
| * | Merge commit 'qt/master' into kinetic-graphicseffect | Bjørn Erik Nilsen | 2009-08-21 | 2 | -4/+5 |
| |\ | |||||
| * | | Improve performance of the drop shadow pixmap filter. | Bjørn Erik Nilsen | 2009-08-21 | 2 | -30/+16 |
| * | | Add an alpha to the drop shadow pixmap filter by the default. | Bjørn Erik Nilsen | 2009-08-21 | 1 | -1/+1 |
| * | | Fix broken drop shadow pixmap filter on X11. | Bjørn Erik Nilsen | 2009-08-21 | 1 | -2/+4 |
| * | | Merge commit 'qt/master' into kinetic-graphicseffect | Bjørn Erik Nilsen | 2009-08-19 | 12 | -38/+21 |
| |\ \ | |||||
| * \ \ | Merge commit 'qt/master' into kinetic-graphicseffect | Bjørn Erik Nilsen | 2009-08-17 | 63 | -129/+1169 |
| |\ \ \ | |||||
| * \ \ \ | Merge commit 'qt/master' into kinetic-graphicseffect | Bjørn Erik Nilsen | 2009-08-07 | 12 | -147/+258 |
| |\ \ \ \ | |||||
| * | | | | | Fixes QGraphicsEffect offset bugs. | Bjørn Erik Nilsen | 2009-07-31 | 1 | -1/+3 |
| * | | | | | Merge commit 'qt-graphics-team/pixmapfilters-redux' into kinetic-graphicseffect | Samuel Rødal | 2009-07-28 | 2 | -258/+243 |
| |\ \ \ \ \ | |||||
| | * | | | | | Added QPixmapBlurFilter with GL implementation. | Samuel Rødal | 2009-06-30 | 2 | -0/+208 |
| * | | | | | | Merge branch 'custom_shaders' of ../qt-graphics-team into custom-shaders | Rhys Weatherley | 2009-07-23 | 3 | -42/+51 |
| |\ \ \ \ \ \ | |||||
| * | | | | | | | Add QPixmapBlurFilter for non-convolution blur effects. | Rhys Weatherley | 2009-07-23 | 2 | -0/+263 |
* | | | | | | | | compile again with QExplicitlySharedDataPointer | Harald Fernengel | 2009-08-21 | 1 | -1/+1 |
* | | | | | | | | More qpixmap*.cpp fixes for QExplicitlySharedDataPointer. | Jason Barron | 2009-08-21 | 1 | -1/+1 |
* | | | | | | | | Fix qpixmap*.cpp after latest QExplicitlySharedDataPointer changes. | Jason Barron | 2009-08-20 | 4 | -18/+18 |
* | | | | | | | | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt-s60-public | Jason Barron | 2009-08-20 | 9 | -73/+64 |
|\ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | Use QExplicitlySharedDataPointer wherever possible | Harald Fernengel | 2009-08-20 | 9 | -73/+64 |
* | | | | | | | | | Merge commit 'qt/master' | Jason Barron | 2009-08-20 | 2 | -4/+5 |
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | / | | |_|_|_|_|_|/ | |/| | | | | | | |||||
| * | | | | | | | Remove a few warnings when compiling Qt and unexport some functions. | Thiago Macieira | 2009-08-20 | 2 | -4/+5 |
| | |_|_|_|_|/ | |/| | | | | | |||||
* | | | | | | | Changed names and URLs to reflect name change. | axis | 2009-08-19 | 1 | -1/+1 |
* | | | | | | | Merge commit 'qt/master' | Jason Barron | 2009-08-18 | 15 | -55/+40 |
|\ \ \ \ \ \ \ | |/ / / / / / | |||||
| * | | | | | | Restructure the documentation, both on a file and on a content level. | Volker Hilsheimer | 2009-08-17 | 11 | -21/+20 |
| * | | | | | | remove QT_RASTER_PAINTENGINE and QT_RASTER_IMAGEENGINE defines as they are | Gunnar Sletta | 2009-08-17 | 2 | -17/+1 |
| | |_|_|_|/ | |/| | | | | |||||
| * | | | | | Fix coverity warnings | Thierry Bastian | 2009-08-17 | 2 | -2/+2 |
| * | | | | | Use LIBS_PRIVATE on Mac and X11. | Thiago Macieira | 2009-08-17 | 1 | -1/+1 |
| * | | | | | Doc: Fix links and silence qdoc warnings. | Volker Hilsheimer | 2009-08-16 | 1 | -13/+15 |
| * | | | | | QVariant: added toFloat and toReal | Thierry Bastian | 2009-08-14 | 1 | -1/+1 |
* | | | | | | Fix incorrect logic in QPixmap::fromSymbianCFbsBitmap. | Jason Barron | 2009-08-14 | 1 | -1/+4 |
* | | | | | | Partially revert oom safety fixes | Harald Fernengel | 2009-08-14 | 1 | -18/+9 |
* | | | | | | Use QScopedPointer wherever possible | Harald Fernengel | 2009-08-13 | 3 | -53/+44 |
* | | | | | | Merge commit 'qt/master' | Jason Barron | 2009-08-13 | 63 | -125/+1163 |
|\ \ \ \ \ \ | |/ / / / / | |||||
| * | | | | | Eliminate last mentions of "Qt Software". | Jason McDonald | 2009-08-12 | 2 | -2/+2 |
| * | | | | | Update contact URL in license headers. | Jason McDonald | 2009-08-12 | 62 | -62/+62 |
| * | | | | | Compile QtGui on Linux with no Gtk development package present. | Friedemann Kleint | 2009-08-11 | 1 | -0/+4 |
| * | | | | | Make compile. | Bill King | 2009-08-11 | 2 | -0/+2 |
| * | | | | | Doc: Fix links and qdoc warnings. | Volker Hilsheimer | 2009-08-10 | 1 | -3/+3 |
| * | | | | | Introducing icon theme support | Jens Bache-Wiig | 2009-08-10 | 6 | -66/+1095 |
| * | | | | | Compile fix with namespaces | hjk | 2009-08-10 | 1 | -0/+3 |
| | |_|_|/ | |/| | | | |||||
* | | | | | Update license headers according to commit 858c70f768e. | axis | 2009-08-06 | 1 | -3/+3 |
* | | | | | Replaced $MODULE$ with hardcoded module names. | axis | 2009-08-06 | 1 | -1/+1 |
* | | | | | Rename Q_DECLARE_SCOPED_PRIVATE back to Q_DECLARE_PRIVATE | Harald Fernengel | 2009-08-06 | 5 | -8/+8 |
* | | | | | Merge commit 'origin/master' | Jason Barron | 2009-08-04 | 9 | -22/+36 |
|\ \ \ \ \ | |||||
| * | | | | | Trailing whitespace and tab/space fixes for src/gui | Janne Anttila | 2009-08-04 | 1 | -1/+0 |
| * | | | | | Squashed commit of the topic/exceptions branch. | Harald Fernengel | 2009-08-03 | 9 | -21/+36 |
* | | | | | | Merge commit 'qt/master-stable' | Jason Barron | 2009-08-04 | 9 | -44/+239 |
|\ \ \ \ \ \ | | |/ / / / | |/| | | | | |||||
| * | | | | | Wizard background images incorrect in Snow Leopard. | Prasanth Ullattil | 2009-08-03 | 1 | -0/+1 |
| * | | | | | Merge branch 'texture_from_pixmap' | Tom Cooksey | 2009-07-30 | 8 | -44/+238 |
| |\ \ \ \ \ | |||||
| | * | | | | | Refactor texture_from_pixmap to not re-create the gl surface each bind | Tom Cooksey | 2009-07-29 | 1 | -0/+1 |