summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Code cleanup - use constructor initializers in shader classes.Rhys Weatherley2009-06-041-14/+14
* Improvements to shader API in response to API reviewRhys Weatherley2009-06-043-94/+83
* 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-031-1/+1
* force activation of minimized windows on Windows mobileJoerg Bornemann2009-06-031-1/+5
* 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-031-2/+3
* 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
* Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qtDavid Boddie2009-06-026-22/+12
|\
| * 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-027-24/+15
| |\
| | * 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
| | * 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
| | * BT: Fixed crash on Mac caused by erroneous handling of native focus events.jasplin2009-06-021-1/+4
* | | 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-021-1/+10
* | Ensure small and mini headers aren't bigger than "large" ones.Norwegian Rock Cat2009-06-021-1/+1
* | Removed an ifdef in QLocale that breaks the One Definition Rule.Denis Dzyubenko2009-06-022-3/+0
* | 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-0214-208/+133
|\ \ \ | | |/ | |/|
| * | Fixes possible infinite loop in QApplication::topLevelAtJoão Abecasis2009-06-021-4/+4
| * | Improve readability of QDFBWindowSurface::scrollAnders Bakken2009-06-011-21/+18
| * | Don't support porter duff |= source overAnders Bakken2009-05-291-96/+24
| * | Removed nested comment signature in the doc to fix a warning.Denis Dzyubenko2009-05-291-1/+1
| * | Remove unused variable.Alexis Menard2009-05-291-1/+0
| * | Fixed a crash in the GL 2 paintengine when drawing text.Trond Kjernåsen2009-05-291-0/+3
| * | Fixed build issues with MSVCThierry Bastian2009-05-291-0/+14
| * | Doc - marked QFileDialog::setOption() with the since 4.5 tag.Kavindra Devi Palaraja2009-05-291-2/+3
| * | Remove all force raster on RGB32 stuffAnders Bakken2009-05-284-75/+32
| * | Warn when trying to use an unsupported formatAnders Bakken2009-05-281-5/+10
| * | Fix a ASSERT/Crash when adding two times the same QAction to a QGW.Alexis Menard2009-05-281-2/+4
| * | Fix wrong sorting when using the QFileSystemModel with QTreeViewAlexis Menard2009-05-283-1/+18
| * | Scroll the dirty region with WA_PaintOnScreenBenjamin Poulain2009-05-281-0/+2
| * | Fixed a problem with streaming QIcons containing multiple pixmaps.Trond Kjernåsen2009-05-281-3/+6
* | | Fixed bug in QClipData::fixup().Samuel Rødal2009-06-021-2/+0
* | | Fix signature for QGenericMatrix::fill()Rhys Weatherley2009-06-022-3/+3
* | | Optimize QMatrix4x4::map() for QVector3D/QPoint/QPointFRhys Weatherley2009-06-021-45/+90
* | | QMatrix4x4::scale(qreal,qreal) and QMatrix4x4::translate(qreal,qreal) methodsAaron Kennedy2009-06-022-2/+81