summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fix QScriptEngineAgent::functionExit (JIT enabled)Jedrzej Nowacki2009-09-073-17/+4
* Fix QScriptEngineAgent::exceptionCatch (JIT enabled)Jedrzej Nowacki2009-09-073-5/+4
* Doc: Added a note that a state machine requires a running event loop.David Boddie2009-09-072-31/+26
* Fixed crash in print preview dialog with graphicssystem OpenGL.Kim Motoyoshi Kalland2009-09-071-17/+18
* Merge branch '4.6' of git@scm.dev.troll.no:qt/qt into 4.6Miikka Heikkinen2009-09-0714-28/+473
|\
| * Doc: Some animation examples had no docs in qtdemo.Geir Vattekar2009-09-0710-1/+208
| * Merge branch '4.6' of git@scm.dev.troll.no:qt/qt into 4.6Janne Anttila2009-09-077-17/+296
| |\
| | * New Benchmark: file:// with QFile vs QNetworkAccessManagerMarkus Goetz2009-09-073-0/+172
| * | Merge branch '4.6' of git@scm.dev.troll.no:qt/qt into 4.6Janne Anttila2009-09-07161-653/+1774
| |\ \
| * | | Createpackage support for signing SIS with multiple certificates.Janne Anttila2009-09-071-27/+93
* | | | Re-added Symbian specific plugins documentation that had gotten lost.Miikka Heikkinen2009-09-071-0/+14
| |_|/ |/| |
* | | Fix some issues with Shift-selection in QAbstractItemViewFrank Reininghaus2009-09-072-4/+114
* | | Fix tst_QListView::task254449_draggingItemToNegativeCoordinates on MacOlivier Goffart2009-09-071-12/+8
* | | Fix for qfileinfo autotest: LocalDiskFile set also for non-existing filev4.6.0-tp1aavit2009-09-071-1/+2
| |/ |/|
* | Fixed qsubmdiarea setFont test.Gabriel de Dietrich2009-09-071-1/+4
* | Fix tst_QItemDelegate::task257859_finalizeEdit on MacOlivier Goffart2009-09-071-1/+1
* | Fixed resolving colors of the form "rgb(r,g,b)" in SVGs.Kim Motoyoshi Kalland2009-09-071-10/+13
* | Support setting font size in shorthand font propertiesEskil Abrahamsen Blomfeldt2009-09-072-2/+61
* | Stabilize QComboBox test.Olivier Goffart2009-09-071-5/+5
* | Stabilize QFontMetrics testOlivier Goffart2009-09-071-3/+3
* | make JavaScriptCore compile on HPUXKent Hansen2009-09-077-3/+12
* | Stabilize QTreeView testOlivier Goffart2009-09-071-8/+8
* | Fixed compilation error for qmdiarea and qmdisubwindow test.Gabriel de Dietrich2009-09-071-1/+1
* | New function added to QScriptEngineAgent autotestJedrzej Nowacki2009-09-071-0/+16
* | Few expected fails were fixed in QScriptEngineAgentJedrzej Nowacki2009-09-075-20/+16
* | Fix tiled blit in 16-bit modePaul Olav Tvete2009-09-071-4/+7
* | Make dynamic cube maps work again in boxesRhys Weatherley2009-09-071-1/+1
* | Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt into 4.6Rhys Weatherley2009-09-072-2/+8
|\ \
| * | Mark these as fix later.Bill King2009-09-071-0/+5
| * | DB2 - Don't return an error when the table is just empty.Bill King2009-09-071-2/+3
* | | qdoc: improve the QGLFormat documentationRhys Weatherley2009-09-071-17/+20
|/ /
* | Sample buffers are on by default for OpenGL/ES 2.0, off for others.Rhys Weatherley2009-09-071-0/+6
* | Unit tests for QGLFormat option constructorRhys Weatherley2009-09-071-0/+10
* | Unit tests for QGLFormat::defaultFormat and ::defaultOverlayFormat()Rhys Weatherley2009-09-071-0/+41
* | Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt into 4.6Rhys Weatherley2009-09-071-2/+2
|\ \
| * \ Merge branch '4.5' into 4.6Rohan McGovern2009-09-071-2/+2
| |\ \
| | * | Fixed compile on Solaris.Rohan McGovern2009-09-071-2/+2
* | | | Unit tests for QGLFramebufferObjectFormatRhys Weatherley2009-09-071-0/+56
|/ / /
* | | Performance: Convert QGLFormat to use implicit sharingRhys Weatherley2009-09-073-7/+56
* | | Unit tests for QGLFormat copy constructor and operator=Rhys Weatherley2009-09-061-0/+14
* | | Update QGLFormat::operator== to include all fields.Rhys Weatherley2009-09-062-1/+89
* | | Code cleanup: remove friend declarations for non-existent functionsRhys Weatherley2009-09-061-4/+0
* | | Make QGraphicsShaderEffect private API for 4.6Rhys Weatherley2009-09-067-19/+29
* | | Fixed "multiple definition of `QTest::mouseActionNames'" error inRohan McGovern2009-09-051-1/+2
* | | Fixed compile of code which defines QT_NO_CAST_FROM_ASCII and includesRohan McGovern2009-09-051-1/+1
* | | Merge branch '4.5' into 4.6Rohan McGovern2009-09-053-42/+14
|\ \ \ | |/ /
| * | Remove license header, which cannot be parsed by Sun assembler.Rohan McGovern2009-09-051-40/+0
| * | Fix pixel snow on the combo box popup on Snow Leopard.Morten Sorvig2009-09-041-0/+1
| * | Wizard background images incorrect in Snow Leopard.Prasanth Ullattil2009-09-041-0/+1
| * | Fix a regression with QListView::setRowHidden() when a root index is setAndy Shaw2009-09-042-4/+16