summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
| | * Fixed aspect ratio on WindowsThierry Bastian2009-06-022-0/+3
| | * Use a QVarLengthArray instead of some hacky self-made containerHarald Fernengel2009-06-021-12/+3
| | * My Changelog for 4.5.2Peter Hartmann2009-06-021-0/+10
| | * Changelog for 4.5.2Denis Dzyubenko2009-06-021-0/+5
| | * Doc - changing the "main layout" term to "top level widget's layout" toKavindra Devi Palaraja2009-06-022-7/+12
| | * BT: Fixed crash on Mac caused by erroneous handling of native focus events.jasplin2009-06-021-1/+4
| | * My 4.5.2 changes for the changelog.Samuel Rødal2009-06-021-1/+25
* | | Merged changes to the string builder class.David Boddie2009-06-021-3/+3
|/ /
* | Setting a focus on a widget hierarchy which contains both visible andDenis Dzyubenko2009-06-022-1/+45
* | Ensure small and mini headers aren't bigger than "large" ones.Norwegian Rock Cat2009-06-021-1/+1
* | qdoc: Changed the css to make more people happy.Martin Smith2009-06-022-11/+11
* | Removed an ifdef in QLocale that breaks the One Definition Rule.Denis Dzyubenko2009-06-022-3/+0
* | Integrate merge-request #564 into branch 'master'Denis Dzyubenko2009-06-021-0/+2
|\ \
| * | Fixed sub-attaq example buildThiago Marcos P. Santos2009-05-291-0/+2
* | | Improve detection of monotonic timer supportBradley T. Hughes2009-06-021-1/+1
* | | Integrate merge-request #573 into branch 'master'Eskil Abrahamsen Blomfeldt2009-06-021-1/+1
|\ \ \
| * | | Remove the redundant timer kill and start when the twojieshuzheng2009-06-021-1/+1
* | | | Change QDesktopServices::TempLocation on Mac to be the same as QDir.Norwegian Rock Cat2009-06-021-5/+6
* | | | Merge branch '4.5' of scm.dev.nokia.troll.no:qt/qtSimon Hausmann2009-06-0225-252/+335
|\ \ \ \ | | |_|/ | |/| |
| * | | Fixes possible infinite loop in QApplication::topLevelAtJoão Abecasis2009-06-021-4/+4
| * | | My changes for Qt 4.5.2.Norwegian Rock Cat2009-06-021-0/+18
| * | | Improve readability of QDFBWindowSurface::scrollAnders Bakken2009-06-011-21/+18
| * | | Fixed failure of tst_Selftests::checkXML.Rohan McGovern2009-06-013-4/+9
| * | | Don't support porter duff |= source overAnders Bakken2009-05-291-96/+24