summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* QGAL: add a way to test whether simplex was used in a calculationCaio Marcelo de Oliveira Filho2009-10-093-1/+65
* QGAL: improve dump graph and add helper codeCaio Marcelo de Oliveira Filho2009-10-092-3/+13
* QGraphicsAnchorLayout: Fix sequential anchor distribution w/ expanding sizesEduardo M. Fleury2009-10-091-86/+76
* QGraphicsAnchorLayout: Add test for 'infinite' max size widgetsEduardo M. Fleury2009-10-091-0/+49
* QGraphicsAnchorLayout: Ensure spacing is not negativeEduardo M. Fleury2009-10-092-0/+33
* Updates to EABI DEF files for Symbian OSIain2009-10-072-2/+37
* Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt into 4.6Shane Kearns2009-10-079-55/+115
|\
| * Use JSC::asObject() when we know that the value is an objectKent Hansen2009-10-071-2/+2
| * Inline QScriptValuePrivate operator new and deleteKent Hansen2009-10-073-18/+18
| * QDesktopServices compile fix for Windows CEJoerg Bornemann2009-10-071-0/+4
| * Optimized rasterizing of paths using stencil method in GL 2 engine.Samuel Rødal2009-10-073-5/+43
| * Optimized clipping in the GL 2 engine for winding fills.Samuel Rødal2009-10-072-29/+41
| * Documented the NoOpaqueDetection enum value in ImageConversionFlags.Samuel Rødal2009-10-071-1/+7
* | Revert "Fix linker error with Symbian/ARM RVCT ABIv2 toolchain"Shane Kearns2009-10-072-14/+22
|/
* QGuiPlatformPlugin: QFileIconProvider and QIcon backend.Olivier Goffart2009-10-075-85/+87
* Fix tst_QTextLayout::testTabDPIScale for WinCE/SymbianAlessandro Portale2009-10-071-11/+7
* viewport()->update() after delegate set for QAbstractItemViewJeremy Katz2009-10-071-3/+3
* Merge branch '4.6' of scm.dev.nokia.troll.no:qt/qt into 4.6ninerider2009-10-073-6/+1
|\
| * Revert "Fix tst_QTextLayout::testTabDPIScale"Alessandro Portale2009-10-071-5/+0
| * With an embedded linux licence you should also be able to use the Qt Windows ...Alexis Menard2009-10-072-1/+1
* | Skip the srcoll per pixel mouse wheel test on Windows CEninerider2009-10-071-0/+6
|/
* Fix tst_QTextLayout::testTabDPIScaleAlessandro Portale2009-10-071-0/+5
* Fix: Lazy instantiation of a static QActionAlessandro Portale2009-10-071-3/+4
* Support small screen for QToolBar auto test.Liang QI2009-10-072-18/+107
* Using const refs for passing qreal will make Qt slower on some systems.Jan-Arve Sæther2009-10-071-2/+2
* Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt into 4.6Sami Merilä2009-10-076-23/+50
|\
| * Merge commit 'qt/4.6' into mmfphononFrans Englich2009-10-07107-1041/+2148
| |\
| | * Avoid adding a debug library to the glue projects, when debug_and_releaseMarius Storm-Olsen2009-10-071-1/+1
| * | Use QScopedPointer for AudioPlayer's CPlayerType.Frans Englich2009-10-072-7/+7
| * | mediaplayer: crash in settings dialog.Frans Englich2009-10-073-15/+42
* | | Compiler warning given for missing audio file (sax.mp3)Sami Merilä2009-10-071-2/+1
| |/ |/|
* | Fix QDesktopServices::storageLocation() when registry keys are missingJens Bache-Wiig2009-09-161-22/+44
* | Fix compile error on Symbian platformShane Kearns2009-10-071-0/+1
* | tests/auto/qscriptengine/qscriptengine.pro Windows CE fixJoerg Bornemann2009-10-071-1/+6
* | Fixed initialization of the system locale on Symbian.Denis Dzyubenko2009-10-071-2/+8
* | Fixed deployment when using cetest.axis2009-10-0719-70/+115
* | Fixed a crash bug on S60 SDK 3.1.axis2009-10-071-1/+4
* | Prevented deployment of QtScript when not compiling that module.axis2009-10-071-1/+4
* | Revert "There's no need to include qstringmatcher.h in qstringlist.h"Marius Storm-Olsen2009-10-072-1/+1
* | Merge branch 'openbossa-expanding' into 4.6Jan-Arve Sæther2009-10-076-226/+764
|\ \
| * | Make some lines in the autotest more readable.Jan-Arve Sæther2009-10-071-11/+6
| * | Cosmetic fixes to the previous patches.Jan-Arve Sæther2009-10-074-38/+40
| * | QGraphicsAnchorLayout: Enable "float" Orbit testEduardo M. Fleury2009-10-061-3/+0
| * | QGraphicsAnchorLayoutPrivate: Fixing initial geometry values for new layout i...Jesus Sanchez-Palencia2009-10-061-12/+25
| * | QGraphicsAnchorLayoutPrivate: Handling floating items as an invalid layout si...Jesus Sanchez-Palencia2009-10-062-1/+53
| * | QGraphicsAnchorLayout: Adding a Float Conflict test caseJesus Sanchez-Palencia2009-10-062-1/+72
| * | QGraphicsAnchorLayout: Fix creation of internal layout anchorsEduardo M. Fleury2009-10-062-63/+84
| * | QGraphicsAnchorLayout: Add support for expanding SizePolicy with simplificationCaio Marcelo de Oliveira Filho2009-10-062-27/+36
| * | QSimplex: Remove overly conservative assertionEduardo M. Fleury2009-10-062-19/+31
| * | QGraphicsAnchorLayout: Update solveExpanding to handle simplified graphsEduardo M. Fleury2009-10-061-12/+72