summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | kill bad QT_END_HEADERKent Hansen2009-06-041-2/+0
* | Fix headers in the XUnit feature.Thiago Macieira2009-06-049-7/+61
* | Autotest: fix detection of generated files and strip the first lineThiago Macieira2009-06-041-0/+3
* | move the QT_NO_ANIMATION macro to the right place (ie after otherThierry Bastian2009-06-047-15/+15
* | kill usage of QT_STATEMACHINE_SOLUTIONKent Hansen2009-06-045-25/+0
* | qdoc3: define QT_NO_CAST_TO_ASCII for safety, no code changes needed.hjk2009-06-041-1/+1
* | Add some compile tests for QStringBuilder.hjk2009-06-0410-0/+220
* | Make inverted appearance work for progressbar in QMacStyleNorwegian Rock Cat2009-06-041-1/+13
* | Forgot to remove old code in d5231e0593dcbf226e0ca3d679c2547e8e1c9697.jasplin2009-06-041-1/+0
* | Add an extra explanation for the API extension.Alexis Menard2009-06-041-1/+4
* | qdoc: Put <b>...</b> around accessor names.Martin Smith2009-06-042-15/+31
* | Enable valgrind on Mac OS X as well.Morten Sørvig2009-06-041-1/+1
* | Removed the internal UsePixmapCache flag in the style code.jasplin2009-06-046-57/+35
* | Make the bench a bit faster.Alexis Menard2009-06-041-2/+2
* | Fixed build error with Sun CC 5.5.jasplin2009-06-041-0/+3
* | Fixed build error with Sun CC 5.5..jasplin2009-06-041-10/+10
* | Fixed the frame that would sometimes not be painted around widgets inThierry Bastian2009-06-041-1/+1
* | Fixed build error with Sun CC 5.5.jasplin2009-06-041-1/+8
* | compile fix with namespaceshjk2009-06-042-0/+5
* | Add some comparisons with std::string to the QStringBuilder benchmarks.hjk2009-06-041-18/+68
* | qdoc: Reset the memItemLeft width property to 200.Martin Smith2009-06-042-2/+2
* | Code cleanup - use constructor initializers in shader classes.Rhys Weatherley2009-06-041-14/+14
* | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qtRhys Weatherley2009-06-041-1/+0
|\ \
| * | Fixes failure when attempting to run all tests.Rohan McGovern2009-06-031-1/+0
* | | Improvements to shader API in response to API reviewRhys Weatherley2009-06-045-99/+88
|/ /
* | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qtDavid Boddie2009-06-0324-139/+390
|\ \
| * | Doc fix: moved the cldr version outside of the double-to-string license headerDenis Dzyubenko2009-06-031-2/+2
| * | Change crazy casts from QString to NSSting to qt_mac_QStringToNSString.Norwegian Rock Cat2009-06-031-7/+7
| * | Fixed the QMenu to open submenus even if the pointing device is movingThierry Bastian2009-06-031-5/+7
| * | Removed a warning (qreal should be used, and not float)Thierry Bastian2009-06-031-1/+1
| * | fix silly typoKent Hansen2009-06-032-2/+14
| * | force activation of minimized windows on Windows mobileJoerg Bornemann2009-06-031-1/+5
| * | Fix webkit import from the trunk.Simon Hausmann2009-06-031-5/+1
| * | qdoc: Fixed some spacing problems.Martin Smith2009-06-032-13/+20
| * | qdoc: Fixed constructor position in summary lists.Martin Smith2009-06-031-1/+1
| * | fix signal signature bug in debug outputKent Hansen2009-06-031-2/+2
| * | don't require use of SIGNAL macro in calls to addTransition()Kent Hansen2009-06-032-2/+31
| * | fix qdoc warningKent Hansen2009-06-031-1/+1
| * | fix typosKent Hansen2009-06-032-2/+2
| * | use of QMutexPool to reduce the number of Q_GLOBAL_STATIC in theThierry Bastian2009-06-032-36/+40
| * | missing opening paragraph tagFrederik Schwarzer2009-06-031-1/+1
| * | Implemented QGLTextureGlyphCache to avoid wasting glyph cache memory.Samuel Rødal2009-06-037-58/+255
* | | Doc: Added information about the Fontconfig and FreeType dependencies.David Boddie2009-06-031-0/+10
|/ /
* | Doc: Modified the property documentation to relax the restriction onDavid Boddie2009-06-021-4/+4
* | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qtDavid Boddie2009-06-0210-31/+65
|\ \
| * | Revert "Avoid a crash when setting a focus in a widget hierarchy containing"Denis Dzyubenko2009-06-021-3/+2
| * | Merge branch '4.5'Denis Dzyubenko2009-06-0211-33/+68
| |\ \ | | |/
| | * Avoid a crash when setting a focus in a widget hierarchy containingDenis Dzyubenko2009-06-021-2/+3
| | * BT: Remove duplicate code and fix font parsing.Norwegian Rock Cat2009-06-022-9/+2
| | * Correct invalid font.Norwegian Rock Cat2009-06-021-1/+1