index
:
delta/qt4-tools.git
4.5
4.6
4.6-digia
4.7
4.7-digia
4.8
4.8-bb10
4.8.0-symbian
4.8.1-symbian
baserock/morph
history/qtquick2
history/qtquick2-v8
code.qt.io: qt/qt.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
svg
Commit message (
Expand
)
Author
Age
Files
Lines
*
doc: Fixed some qdoc errors.
Martin Smith
2009-09-15
1
-3
/
+14
*
Fixed gradient referencing in SVGs.
Kim Motoyoshi Kalland
2009-09-14
9
-159
/
+135
*
Fixed white-space handling in the SVG module.
Kim Motoyoshi Kalland
2009-09-10
1
-10
/
+13
*
Fixed handling of stop-color="currentColor" in the SVG module.
Kim Motoyoshi Kalland
2009-09-10
2
-14
/
+31
*
Make QGraphicsSvgItem a QGraphicsObject.
Alexis Menard
2009-09-09
2
-15
/
+11
*
Fixed text positioning in SVGs when using SVG fonts.
Kim Motoyoshi Kalland
2009-09-09
1
-1
/
+1
*
Merge branch '4.6' of git@scm.dev.troll.no:qt/qt into 4.6
Janne Anttila
2009-09-09
22
-88
/
+88
|
\
|
*
Update license headers again.
Jason McDonald
2009-09-09
22
-88
/
+88
*
|
Fixes for compiler warnings reported by RVCT
Janne Anttila
2009-09-09
2
-22
/
+9
|
/
*
Fixed resolving colors of the form "rgb(r,g,b)" in SVGs.
Kim Motoyoshi Kalland
2009-09-07
1
-10
/
+13
*
Unbreak static compile (due to symbol conflicts).
Ariya Hidayat
2009-09-03
1
-21
/
+21
*
fix warnings on mingw
Thierry Bastian
2009-09-02
1
-0
/
+1
*
Prospective build fix for SVG parsing.
Ariya Hidayat
2009-09-02
1
-1
/
+71
*
Speed-up id look-up for SVG node.
Ariya Hidayat
2009-09-02
1
-10
/
+16
*
Faster SVG color parsing by tackling the #rrggbb color early.
Ariya Hidayat
2009-09-02
1
-31
/
+47
*
Minor speed-up when parsing SVG color.
Ariya Hidayat
2009-09-02
1
-20
/
+34
*
Optimize SVG color decoding.
Ariya Hidayat
2009-09-02
1
-19
/
+22
*
Use QStringRef when parsing SVG color opacity.
Ariya Hidayat
2009-09-02
1
-7
/
+5
*
Simplify SVG color parsing when the color is opaque.
Ariya Hidayat
2009-09-02
1
-3
/
+3
*
Speed-up parsing of SVG path data.
Ariya Hidayat
2009-09-01
1
-117
/
+127
*
Use QStringRef when parsing SVG transformation matrix.
Ariya Hidayat
2009-09-01
1
-8
/
+31
*
Minor improvement when parsing matrix transformation in SVG.
Ariya Hidayat
2009-08-31
1
-1
/
+24
*
Speed-up floating-point decoding for SVG parsing.
Ariya Hidayat
2009-08-31
1
-4
/
+11
*
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
[next]