| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | | Faster cut-off when SVG "display" attribute is not explicitly set. | Ariya Hidayat | 2009-08-31 | 1 | -2/+3 |
|
|
* | | Speed-up parseCoreNode() for SVG parsing. | Ariya Hidayat | 2009-08-31 | 1 | -15/+37 |
|
|
* | | Fix wrong checks in commit fd8ced2f. | Ariya Hidayat | 2009-08-31 | 1 | -16/+16 |
|
|
* | | Faster cut-off when SVG composition op is not explicitly set. | Ariya Hidayat | 2009-08-31 | 1 | -2/+3 |
|
|
* | | Speed-up SVG font attributes parsing | Ariya Hidayat | 2009-08-31 | 1 | -33/+26 |
|
|
* | | Group the stroke attributes for 3.5% speed-up in QSvgAttributes. | Ariya Hidayat | 2009-08-31 | 1 | -32/+38 |
|
|
* | | Use QStringRef in parseVisibility for SVG parsing. | Ariya Hidayat | 2009-08-31 | 1 | -3/+2 |
|
|
* | | Faster cut-off in SVG parsing when there is no explicit opacity. | Ariya Hidayat | 2009-08-31 | 1 | -0/+3 |
|
|
* | | Faster cut-off in SVG parsing when there is no transformation. | Ariya Hidayat | 2009-08-31 | 1 | -4/+4 |
|
|
* | | Speed-up parsePen() function for SVG parsing. | Ariya Hidayat | 2009-08-31 | 1 | -50/+42 |
|
|
* | | Speed-up parseBrush() function for SVG parsing. | Ariya Hidayat | 2009-08-31 | 1 | -17/+14 |
|
|
* | | Faster attributes iteration in QSvgAttributes constructor. | Ariya Hidayat | 2009-08-31 | 1 | -99/+157 |
|
|
* | | Merge branch '4.6' of git:qt/qt into 4.6 | Thiago Macieira | 2009-08-31 | 2 | -4/+7 |
|\ \ |
|
| * | | Find the cached bounds only when necessary. | Ariya Hidayat | 2009-08-31 | 2 | -4/+7 |
|
|
* | | | Merge branch '4.5' into 4.6 | Thiago Macieira | 2009-08-31 | 22 | -286/+286 |
|\ \ \
| |/ /
|/| /
| |/ |
|
| * | Update tech preview license header. | Jason McDonald | 2009-08-31 | 22 | -286/+286 |
|
|
* | | Preemptively parse the necessary attributes in QSvgAttributes. | Ariya Hidayat | 2009-08-31 | 1 | -57/+195 |
|
|
* | | No need for the namespaced version in QSvgAttributes::value(). | Ariya Hidayat | 2009-08-31 | 1 | -18/+3 |
|
|
* | | Fixed compilation on AIX. | Kim Motoyoshi Kalland | 2009-08-27 | 1 | -2/+2 |
|
|
* | | Fix the default painter state in QSvgTinyDocument::draw | Olivier Goffart | 2009-08-25 | 1 | -1/+3 |
|
|
* | | Fix taskbar in plasma | Olivier Goffart | 2009-08-25 | 2 | -0/+7 |
|
|
* | | Added missing variable initialization in QSvgStrokeStyle ctor. | Kim Motoyoshi Kalland | 2009-08-25 | 2 | -5/+7 |
|
|
* | | Merge branch '4.6' | Thiago Macieira | 2009-08-24 | 1 | -12/+9 |
|\ \ |
|
| * \ | Merge branch '4.5' into 4.6 | Thiago Macieira | 2009-08-24 | 1 | -12/+9 |
| |\ \
| | |/ |
|
| | * | Make assorted constructors follow good coding practice | Keith Isdale | 2009-08-24 | 1 | -2/+4 |
|
|
| | * | Prevented crash when parsing viewBox attribute value | Stian Sandvik Thomassen | 2009-08-24 | 1 | -9/+9 |
|
|
| | * | Fixed crash in QtSvg caused by division by zero in animation code. | Kim Motoyoshi Kalland | 2009-08-19 | 1 | -4/+7 |
|
|
| | * | Update license headers. | Jason McDonald | 2009-08-11 | 22 | -22/+22 |
|
|
| * | | Fixed SVG stroke attributes to work with 'use' tags. | Kim Motoyoshi Kalland | 2009-08-24 | 7 | -309/+433 |
|
|
* | | | Fixed SVG stroke attributes to work with 'use' tags. | Kim Motoyoshi Kalland | 2009-08-24 | 7 | -309/+433 |
|
|
* | | | Warning -- | Alexis Menard | 2009-08-24 | 1 | -1/+1 |
|/ / |
|
* | | Merge commit 'qt/master' | Jason Barron | 2009-08-20 | 4 | -41/+126 |
|\ \ |
|
| * | | Improved support for SVG animation. | Kim Motoyoshi Kalland | 2009-08-20 | 3 | -80/+81 |
|
|
| * | | Fixed crash in QtSvg caused by division by zero in animation code. | Kim Motoyoshi Kalland | 2009-08-20 | 1 | -4/+7 |
|
|
| * | | Fix for SVG animate-transform when additive = "replace". | Suneel BS | 2009-08-20 | 3 | -19/+99 |
|
|
| * | | Changed QSvgPaintEngine::drawImage() to ignore aspect ratio. | Kim Motoyoshi Kalland | 2009-08-20 | 1 | -1/+2 |
|
|
* | | | Merge commit 'qt/master' | Jason Barron | 2009-08-18 | 8 | -13/+15 |
|\ \ \
| |/ / |
|
| * | | Restructure the documentation, both on a file and on a content level. | Volker Hilsheimer | 2009-08-17 | 4 | -4/+3 |
|
|
| * | | Initialize QSvgTinyDocument::m_widthPercent and m_heightPercent. | Kim Motoyoshi Kalland | 2009-08-17 | 1 | -4/+6 |
|
|
| * | | More coverity warnings removed | Thierry Bastian | 2009-08-17 | 1 | -1/+3 |
|
|
| * | | Use LIBS_PRIVATE on Mac and X11. | Thiago Macieira | 2009-08-17 | 1 | -1/+1 |
|
|
| * | | Fixed compile. | Rohan McGovern | 2009-08-14 | 1 | -1/+1 |
|
|
| * | | QVariant: more work on avoinding conversion between float and doubles | Thierry Bastian | 2009-08-14 | 1 | -4/+3 |
|
|
* | | | Merge commit 'qt/master' | Jason Barron | 2009-08-13 | 22 | -22/+22 |
|\ \ \
| |/ / |
|
| * | | Update contact URL in license headers. | Jason McDonald | 2009-08-12 | 22 | -22/+22 |
|
|
* | | | Rename Q_DECLARE_SCOPED_PRIVATE back to Q_DECLARE_PRIVATE | Harald Fernengel | 2009-08-06 | 5 | -5/+5 |
|
|
* | | | Merge commit 'origin/master' | Jason Barron | 2009-08-04 | 5 | -5/+5 |
|\ \ \ |
|
| * | | | Squashed commit of the topic/exceptions branch. | Harald Fernengel | 2009-08-03 | 5 | -5/+5 |
|
|
* | | | | Merge commit 'qt/master-stable' | Jason Barron | 2009-08-04 | 6 | -648/+490 |
|\ \ \ \
| | |/ /
| |/| | |
|
| * | | | Warning -- | Alexis Menard | 2009-08-03 | 1 | -2/+2 |
|
|