Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | 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 | |
| * | | | Fixed font attribute inheritence, text and textArea elements in QtSvg. | Kim Motoyoshi Kalland | 2009-07-30 | 6 | -701/+473 | |
| * | | | Added support for 'vector-effect' in QtSvg. | Kim Motoyoshi Kalland | 2009-07-30 | 1 | -82/+150 | |
| * | | | Port of Qt to QNX | Harald Fernengel | 2009-07-29 | 1 | -0/+2 | |
| * | | | Port of Qt to VxWorks | Robert Griebl | 2009-07-29 | 1 | -1/+1 | |
* | | | | Merge commit 'qt/master-stable' | Jason Barron | 2009-07-27 | 4 | -152/+283 | |
|\ \ \ \ | |/ / / | | / / | |/ / |/| | | ||||||
| * | | Fixed inheritence of SVG 'use' element fill attributes. | Kim Motoyoshi Kalland | 2009-07-21 | 3 | -28/+36 | |
| * | | Fix compiler warning about initialization order | hjk | 2009-07-21 | 1 | -2/+2 | |
| * | | Fixed handling of some SVG attributes when value is invalid. | Suneel BS | 2009-07-09 | 1 | -14/+34 | |
| * | | Fixed inheritence of SVG fill attributes. | Suneel BS | 2009-07-09 | 3 | -35/+64 | |