summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Make QGraphicsSvgItem a QGraphicsObject.Alexis Menard2009-09-092-15/+11
* Fix incorrect fallback for icon themesJens Bache-Wiig2009-09-091-18/+19
* CompileAnders Bakken2009-09-091-1/+1
* Doc: First part of my review of the gestures overview.David Boddie2009-09-092-26/+92
* Fix QtScript compilation against external JSC sourcesSimon Hausmann2009-09-091-9/+10
* tests/auto/qfiledialog/qfiledialog.pro fixedJoerg Bornemann2009-09-091-3/+3
* tests/auto/qdirmodel/qdirmodel.pro fixedJoerg Bornemann2009-09-091-2/+2
* tests/auto/qfile/test/test.pro fixedJoerg Bornemann2009-09-091-4/+4
* tests/auto/qdir/qdir.pro fixed after destroying it during Symbian mergeJoerg Bornemann2009-09-091-12/+8
* Doc: Updated the license information for Phonon.David Boddie2009-09-091-2/+4
* Doc: Note that Netscape plugins are only available on desktop platforms.David Boddie2009-09-091-3/+6
* Fix crash (assert) in QTextDocumentmae2009-09-091-0/+2
* Account for right bearing in QFontMetrics::boundingRect(string)Eskil Abrahamsen Blomfeldt2009-09-092-3/+20
* Fixed text positioning in SVGs when using SVG fonts.Kim Motoyoshi Kalland2009-09-091-1/+1
* Fix crash/bug in QGraphicsItem's subFocus handling.Andreas Aardal Hanssen2009-09-093-8/+25
* Only active QGraphicsScenes can have active input focus.Andreas Aardal Hanssen2009-09-097-29/+164
* Remove ItemAutoDetectsFocusProxy from QGraphicsItem.Andreas Aardal Hanssen2009-09-094-118/+4
* Make QtOpenGL link against EGL for OpenGL ESTom Cooksey2009-09-092-2/+10
* Some unneeded semicolons lessAlessandro Portale2009-09-097-10/+10
* Removed some superfluous semicolonsAlessandro Portale2009-09-0910-13/+13
* Updated the pbuffers2 example to make it work with the GL2 engine.Kim Motoyoshi Kalland2009-09-091-0/+2
* Fixed a bug in the GL1 engine when using a QBrush(Qt::NoBrush) as a pen.Trond Kjernåsen2009-09-091-1/+1
* skip tst_qscriptdebugger on Windows CE < 6Joerg Bornemann2009-09-091-0/+19
* Fix OpenGL ES 1.x after QGLPaintDevice refactorTom Cooksey2009-09-091-0/+7
* Fix crash of QtScript on Mac OS XSimon Hausmann2009-09-091-2/+6
* Do not run the respectHFW autotest on all platforms.Jan-Arve Sæther2009-09-091-0/+4
* Stabilized QTableView testGabriel de Dietrich2009-09-091-1/+1
* Stabilize QFontMetrics testGabriel de Dietrich2009-09-091-3/+3
* Added a standard copyright header to files generated by rcc.Martin Smith2009-09-091-0/+40
* Merge branch '4.6' of git@scm.dev.troll.no:qt/qt into 4.6Janne Anttila2009-09-093-3/+4
|\
| * tst_qhostinfo: Increased timeoutMarkus Goetz2009-09-091-1/+1
| * Add missing \since 4.6 in the QMargins documentationOlivier Goffart2009-09-091-0/+1
| * Stabilize QFontMetrics testOlivier Goffart2009-09-091-2/+2
* | Added #ifdef Q_OS_SYMBIAN quard for ealier commit d78717e7Janne Anttila2009-09-091-2/+12
|/
* QMenubar could popup a menu when undocking a toolbarThierry Bastian2009-09-091-5/+6
* Fix unresolved reference to q_sk_free with openssl 1.0Bernhard Rosenkraenzer2009-09-093-3/+10
* Fix build with openssl 1.0.0 betasBernhard Rosenkraenzer2009-09-091-1/+2
* Fix a possible crash when deleting the QMainWindow layoutThierry Bastian2009-09-091-1/+2
* Unable to access file means QFile::PermissionsErrorJoão Abecasis2009-09-091-1/+1
* Fixed the headers autotest for the latest LPGL header.Martin Smith2009-09-091-2/+3
* demos/embedded/anomaly compile fix for non-RTTI settingsJoerg Bornemann2009-09-091-10/+18
* Fix for tst_QThread::adoptedThreadAffinity() failure on WindowsPrasanth Ullattil2009-09-091-9/+12
* Fixed all but one of the failures in the headers autotest.Martin Smith2009-09-093-6/+7
* Getting text widget OOM tests working in Symbianmread2009-09-092-5/+9
* Merge branch '4.6' of git@scm.dev.troll.no:qt/qt into 4.6Janne Anttila2009-09-099-27/+53
|\
| * Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt into 4.6Gunnar Sletta2009-09-093-4/+4
| |\
| | * More robust graphicsview testOlivier Goffart2009-09-091-3/+1
| | * Fix crash in QtScript with exceptions.Simon Hausmann2009-09-091-1/+2
| | * Tweak the testPaul Olav Tvete2009-09-091-0/+1
| * | Made GL1 engine have proper y-rotation since qgldrawable refactorGunnar Sletta2009-09-092-10/+23