summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | QDirIterator refactoringJoão Abecasis2009-07-221-9/+9
| * | QDirIterator: no point in delaying the inevitableJoão Abecasis2009-07-221-7/+3
| * | QDirIterator refactoringJoão Abecasis2009-07-221-4/+3
| * | QDirIterator: another one bites the dustJoão Abecasis2009-07-221-12/+5
| * | Still fixing QDirIterator...João Abecasis2009-07-221-2/+2
| * | QDirIterator cleanupJoão Abecasis2009-07-221-7/+5
| * | QDirIterator: Don't recurse into hidden directories unless askedJoão Abecasis2009-07-221-0/+4
| * | QDirIterator moving around conditionsJoão Abecasis2009-07-221-6/+5
| * | Faster condition comes firstJoão Abecasis2009-07-221-1/+1
| * | QDirIterator: refactor initializations in private constructorJoão Abecasis2009-07-221-5/+5
| * | Merge commit 'origin/4.5'Olivier Goffart2009-07-2211-10/+73
| |\ \ | | |/
| | * Designer: Fixed bug in setting QUrl property values from resources.Friedemann Kleint2009-07-221-2/+5
| | * Fix a potential crash due to the fact that _q_UpdateIndex() is reenteredAndy Shaw2009-07-221-1/+1
| | * Add a (failing) test for QProcess bug 258462.Rohan McGovern2009-07-221-0/+31
| | * Make sure DFB version macros are definedAnders Bakken2009-07-211-0/+1
| | * Another fix needed to build in a namespace on Mac with -arch ppcAndy Shaw2009-07-211-1/+2
| | * QHttpNetworkConnection: Clarifying code comment about compressionMarkus Goetz2009-07-211-1/+6
| | * Fix building in a namespace when building with -arch ppc on Mac OS XAndy2009-07-211-2/+0
| | * QNAM: Proper loading of meta data when having AlwaysCache modeMarkus Goetz2009-07-212-0/+24
| | * Fixed compile on certain Solaris versions.Rohan McGovern2009-07-201-1/+1
| | * s/slots/Q_SLOTS/Anders Bakken2009-07-202-2/+2
| | * fix qmake syntaxOswald Buddenhagen2009-07-201-2/+2
| * | Show text even if maximum == 0Olivier Goffart2009-07-222-2/+2
| * | Support for very large range in QProgressBarOlivier Goffart2009-07-225-10/+39
| * | Simplify the computation of the QProgressBar progress.Olivier Goffart2009-07-223-8/+7
| * | qdoc: Reported links to obsolete things that appear in non-obsolete things.Martin Smith2009-07-222-2/+10
| * | qdoc: Added page for obsolete classes.Martin Smith2009-07-224-25/+124
| * | qdoc: Changed to build qdoc3 in release mode.Martin Smith2009-07-221-2/+3
| * | delete incorrect documentationKent Hansen2009-07-221-12/+0
| * | Fix Warning saying that signal cannot be made virtualOlivier Goffart2009-07-222-11/+31
| * | 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