summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Another n-th attempt at making an API for the effect framework.Ariya Hidayat2009-06-029-13/+1063
* 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
| * | | 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
| * | | Remove the fixFilename() usage from the solution generatorMarius Storm-Olsen2009-05-291-1/+1
| * | | New configure.exe binaryMarius Storm-Olsen2009-05-291-0/+0
| * | | Only display the choice of license if we can find the filesMarius Storm-Olsen2009-05-291-20/+23
| * | | Fixed build issues with MSVCThierry Bastian2009-05-292-8/+22
| * | | Doc - marked QFileDialog::setOption() with the since 4.5 tag.Kavindra Devi Palaraja2009-05-291-2/+3
| * | | Changes for DirectFBAnders Bakken2009-05-281-0/+20
| * | | 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-282-2/+20
| * | | Fix wrong sorting when using the QFileSystemModel with QTreeViewAlexis Menard2009-05-284-4/+80
| * | | cosmetic changes to examples/dialogs/sipdialogJoerg Bornemann2009-05-282-8/+7
| * | | 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-282-3/+49
| * | | Minor cleanup.Trond Kjernåsen2009-05-281-4/+4
* | | | Fixed bug in QClipData::fixup().Samuel Rødal2009-06-022-2/+24
* | | | Fix signature for QGenericMatrix::fill()Rhys Weatherley2009-06-022-3/+3
* | | | Optimize QMatrix4x4::map() for QVector3D/QPoint/QPointFRhys Weatherley2009-06-021-45/+90
* | | | Add some performance tests for QMatrix4x4Rhys Weatherley2009-06-023-0/+268
* | | | Unit tests for 2D QMatrix4x4::translate() and scale()Rhys Weatherley2009-06-021-0/+40
* | | | QMatrix4x4::scale(qreal,qreal) and QMatrix4x4::translate(qreal,qreal) methodsAaron Kennedy2009-06-022-2/+81
* | | | Optimize QMatrix4x4::mapRect() for translation and scale operationsRhys Weatherley2009-06-023-30/+179
* | | | prepend private/ for included private headersMartin Jones2009-06-0110-10/+10
| |/ / |/| |
* | | Merge branch 'review/master'Marius Bugge Monsen2009-05-299-28/+26
|\ \ \
| * | | Fix compilation with -pedanticDavid Faure2009-05-297-24/+24
| * | | Merge branch 'master' of git://gitorious.org/qt/qtDavid Faure2009-05-29851-11332/+63416
| |\ \ \
| * | | | typo fixDavid Faure2009-05-291-1/+1
| * | | | static method, no instance neededDavid Faure2009-05-291-1/+1
| * | | | Merge branch 'master' of git://gitorious.org/qt/qtDavid Faure2009-05-2232-1253/+158
| |\ \ \ \
| * \ \ \ \ Merge branch 'master' of git://gitorious.org/qt/qtDavid Faure2009-05-2165-585/+1309
| |\ \ \ \ \
| * \ \ \ \ \ Merge branch 'master' of git://gitorious.org/qt/qtDavid Faure2009-05-20182-2838/+4549
| |\ \ \ \ \ \
| * | | | | | | remove unused line (the function is even in qtgui nowadays)David Faure2009-05-181-2/+0
* | | | | | | | Wrong default argument for my previous fix.Norwegian Rock Cat2009-05-291-1/+1
* | | | | | | | Made GL2 engine default for QGLWidget, and added GL2 sync() functionSamuel Rødal2009-05-296-1/+50