summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | | * 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
| | * | | 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
* | | | | Improved touch event emulation code in testlib.Denis Dzyubenko2009-06-032-27/+76
* | | | | Fixed the keyboard modifiers handling when raw touch event is sent.Denis Dzyubenko2009-06-031-3/+1
* | | | | Added pan gesture to the gesture autotestDenis Dzyubenko2009-06-033-5/+115
* | | | | Moved the QTest::touchEvent() implementation to testlib.Denis Dzyubenko2009-06-034-105/+171
* | | | | Simplified emulating touch events by using RawTouch event.Denis Dzyubenko2009-06-031-25/+16
* | | | | Make sure we handle RawTouch events sent to QApplicationBradley T. Hughes2009-06-031-5/+4
* | | | | Add support for touch point contact areaBradley T. Hughes2009-06-035-2/+31
* | | | | Update to the latest Windows 7 touch APIBradley T. Hughes2009-06-031-8/+4
* | | | | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qtBradley T. Hughes2009-06-0249-268/+997
|\ \ \ \ \ | |/ / / /
| * | | | 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