summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Group the stroke attributes for 3.5% speed-up in QSvgAttributes.Ariya Hidayat2009-08-311-32/+38
* doc: Fixed several qdoc errors.Martin Smith2009-08-312-0/+17
* Fixed crash when sharing OpenGL contexts in the GL2 paint engine.Kim Motoyoshi Kalland2009-08-312-46/+155
* Use QStringRef in parseVisibility for SVG parsing.Ariya Hidayat2009-08-311-3/+2
* Faster cut-off in SVG parsing when there is no explicit opacity.Ariya Hidayat2009-08-311-0/+3
* Faster cut-off in SVG parsing when there is no transformation.Ariya Hidayat2009-08-311-4/+4
* Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt into 4.6Jason McDonald2009-08-312-7/+18
|\
| * Document some of the new QVariant featureOlivier Goffart2009-08-312-7/+18
* | Add missing license headers.Jason McDonald2009-08-3121-21/+875
|/
* Fix duplicate license headers.Jason McDonald2009-08-3122-902/+0
* Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt into 4.6Jason McDonald2009-08-311-67/+56
|\
| * Speed-up parsePen() function for SVG parsing.Ariya Hidayat2009-08-311-50/+42
| * Speed-up parseBrush() function for SVG parsing.Ariya Hidayat2009-08-311-17/+14
* | Change to standard Qt license header.Jason McDonald2009-08-312-36/+80
|/
* doc: Fixed several qdoc errors.Martin Smith2009-08-312-2/+4
* Merge branch '4.6' of git@scm.dev.troll.no:qt/qt into 4.6Janne Anttila2009-08-311023-13334/+13472
|\
| * Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt into 4.6Jason McDonald2009-08-312-99/+195
| |\
| | * Faster attributes iteration in QSvgAttributes constructor.Ariya Hidayat2009-08-311-99/+157
| | * Fixed compile failure caused by merge error in fragmentprograms_p.h.Samuel Rødal2009-08-311-0/+38
| * | Update tech preview license header for files that are new in 4.6.Jason McDonald2009-08-311019-13221/+13223
| |/
| * doc: Fixed several qdoc errors.Martin Smith2009-08-311-12/+48
| * Fixed custom shader example to correctly use premultiplied colors.Samuel Rødal2009-08-311-1/+1
| * Fixed performance issue with graphics effects on graphics items.Samuel Rødal2009-08-311-0/+2
| * Fixed inverted pixmaps when using OpenGL graphics effects.Samuel Rødal2009-08-311-1/+3
* | Added support for template .plg files to patch_capabilities.pl script.Janne Anttila2009-08-311-6/+25
|/
* Merge branch '4.6' of git@scm.dev.troll.no:qt/qt into 4.6Janne Anttila2009-08-317627-99675/+100917
|\
| * Merge branch '4.6' of git:qt/qt into 4.6Thiago Macieira2009-08-312-4/+7
| |\
| | * Find the cached bounds only when necessary.Ariya Hidayat2009-08-312-4/+7
| * | Merge branch '4.5' into 4.6Thiago Macieira2009-08-317611-99495/+99482
| |\ \ | | |/ | |/|
| | * Update tech preview license and LGPL Exception.Jason McDonald2009-08-312-407/+411
| | * Update tech preview license header.Jason McDonald2009-08-317707-100428/+100383
| * | Add license headersPaul Olav Tvete2009-08-313-0/+123
| * | Fix QSslCertificate::alternateSubjectNames() memory leakRaul Metsma2009-08-313-1/+4
| * | Preemptively parse the necessary attributes in QSvgAttributes.Ariya Hidayat2009-08-311-57/+195
| * | fix crash due to double deletionKent Hansen2009-08-312-1/+22
| * | Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt into 4.6Martin Smith2009-08-3127-180/+1146
| |\ \
| | * | don't disable the JIT for qtscriptKent Hansen2009-08-311-2/+0
| | * | make sure hasInstance() is always invoked for custom script objectsKent Hansen2009-08-311-1/+1
| | * | implement functionExit() callbacks on the JITKent Hansen2009-08-313-20/+42
| | * | No need for the namespaced version in QSvgAttributes::value().Ariya Hidayat2009-08-311-18/+3
| | * | Merge branch '4.6'Thiago Macieira2009-08-3136-242/+1259
| | |\ \
| | | * \ Merge branch '4.5' into 4.6Thiago Macieira2009-08-318-103/+177
| | | |\ \ | | | | |/
| | | | * Autotest: add some D-Bus tests sending complex structs and lists of themThiago Macieira2009-08-312-0/+53
| | | | * Fix license headers.Jason McDonald2009-08-315-102/+123
| | | | * Merge branch '4.5' of git@scm.dev.nokia.troll.no:qt/qt into 4.5Keith Isdale2009-08-31694-3089/+24515
| | | | |\
| | | | * | Correct grammatical in documentation for QNetworkDiskCache::expire()Keith Isdale2009-08-311-1/+1
| | | * | | Add an opt-in QWeakPointer::operator->.Thiago Macieira2009-08-311-0/+4
| | | * | | Benchmark test for QSvgRenderer.Ariya Hidayat2009-08-314-0/+848
| | * | | | Update the qmake autotest: re MSVC test failure findMocs and findDepsKeith Isdale2009-08-312-10/+4
| * | | | | doc: Fixed several qdoc errors.Martin Smith2009-08-314-13/+55