summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qtRhys Weatherley2009-07-22127-1111/+1211
|\
| * Fixed compile with -qtnamespace and MSVC.Rohan McGovern2009-07-222-5/+8
| * Fixed valgrind warnings related to sigaction from every testcase.Rohan McGovern2009-07-211-1/+1
| * Doc: documentation for boolean properties should say what happens whenVolker Hilsheimer2009-07-211-5/+7
| * Doc: make potentially incorrect overloads obsolete.Volker Hilsheimer2009-07-212-3/+25
| * Silence compiler warnings on shadowing of member functions.Volker Hilsheimer2009-07-211-11/+11
| * Doc: document reimplementations of internal functions as internal.Volker Hilsheimer2009-07-214-8/+8
| * Fixed opacity bug in the GL2 paint engine.Kim Motoyoshi Kalland2009-07-211-0/+1
| * Fixed gradient bug in the GL2 paint engine.Kim Motoyoshi Kalland2009-07-211-3/+3
| * Corrected the value of GL_MAX_SAMPLES_EXT.Kim Motoyoshi Kalland2009-07-211-1/+1
| * Fixed crash in the GL2 engine's texture glyph cache.Kim Motoyoshi Kalland2009-07-211-4/+12
| * Used QGLContextResource for the gradient cache in the GL2 paint engine.Kim Motoyoshi Kalland2009-07-213-30/+31
| * Fixed GL2 engine shader manager to work with more than one context.Kim Motoyoshi Kalland2009-07-216-63/+228
| * Fixed inheritence of SVG 'use' element fill attributes.Kim Motoyoshi Kalland2009-07-213-28/+36
| * Add the information about QUrl being more strict to the changelogThiago Macieira2009-07-211-1/+14
| * Merge the memcpy with the lowercasing and the non-ASCII detection.Thiago Macieira2009-07-211-13/+17
| * Slight performance improvement by caching the label size.Thiago Macieira2009-07-211-7/+14
| * Minor performance improvements in nameprepping.Thiago Macieira2009-07-212-25/+28
| * Fix bug in locating non-lowercase TLDs: must lowercase.Thiago Macieira2009-07-211-2/+6
| * One more improvement in QUrl: avoid an extra lowercasing step.Thiago Macieira2009-07-211-17/+13
| * Improve performance in QUrl parsing by doing in-line operations.Thiago Macieira2009-07-212-33/+34
| * Change qt_nameprep to do in-line namepreppingThiago Macieira2009-07-212-32/+30
| * Add qt_string_normalize to do in-place Unicode normalization.Thiago Macieira2009-07-212-37/+37
| * Implement strict STD3 checking of hostnames in URLs.Thiago Macieira2009-07-212-81/+256
| * Fix memleaks in the autotestsKent Hansen2009-07-211-1/+14
| * Fix memory leak with wrapped eventsKent Hansen2009-07-211-0/+3
| * add autotest for adding transition from state machine's rootKent Hansen2009-07-211-0/+10
| * Doc: More docu for the QPixmapCache::KeyVolker Hilsheimer2009-07-211-1/+13
| * Use the configure script to enable/disable QtConcurrent and QtXmlPatternsThiago Macieira2009-07-212-31/+36
| * Fix compilation with xlC 7: the compiler tries to expand qIsForwardIteratorEn...Thiago Macieira2009-07-212-14/+14
| * Fix compilation with xlC 7: the compiler doesn't find statics in template exp...Thiago Macieira2009-07-211-1/+2
| * Fix compilation of QHash<QUrl, ...> with xlC 7.Thiago Macieira2009-07-211-11/+13
| * xlC 7 cannot compile QtConcurrent with these templates hereThiago Macieira2009-07-211-1/+1
| * Add code to the Unix configure script to get the xlC version numberThiago Macieira2009-07-211-2/+28
| * Fix compilation with xlC 7: the cast is necessary to get delete[] to understa...Thiago Macieira2009-07-211-1/+1
| * Doc: Updated link and a bit more documentation forVolker Hilsheimer2009-07-212-10/+26
| * Fix warning with Sun CC 5.9 and xlC 7: no new types inside anonymous unions.Thiago Macieira2009-07-211-5/+6
| * There's no need to include qstringmatcher.h in qstringlist.hThiago Macieira2009-07-212-1/+1
| * Disable visibility on CC 5.9 since the compiler doesn't like itThiago Macieira2009-07-211-1/+2
| * New BinaryFriedemann Kleint2009-07-211-0/+0
| * configure -dont-process must build the host tools on Windows CEJoerg Bornemann2009-07-213-2/+2
| * fix tests for QT_NO_PROCESS and when running tests as rootHarald Fernengel2009-07-2114-26/+82
| * use /usr/bin/env perl as interpreterHarald Fernengel2009-07-211-1/+1
| * Remove Stickman editorEskil Abrahamsen Blomfeldt2009-07-217-437/+0
| * Remove unused gesture related defines and structuresBradley T. Hughes2009-07-212-101/+56
| * Compile with QT_NO_PROCESS or QT_NO_SETTINGSHarald Fernengel2009-07-211-3/+3
| * Try to express ourselves better in the explanation for the curve types.Jan-Arve Sæther2009-07-211-81/+84
| * Doc fixes to QEasingCurve.Jan-Arve Sæther2009-07-2147-19/+25
| * sunpro doesn't like templated friend classes, eitherOswald Buddenhagen2009-07-212-2/+2
| * Fix compiler warning about initialization orderhjk2009-07-211-2/+2