summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
| | * | 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
| * | viewport()->update() after delegate set for QAbstractItemViewJeremy Katz2009-10-071-3/+3
| * | Fix: Lazy instantiation of a static QActionAlessandro Portale2009-10-071-3/+4
| * | Support small screen for QToolBar auto test.Liang QI2009-10-071-1/+1
* | | Rename identifyNonFloatItems -> identifyFloatItems.Jan-Arve Sæther2009-10-082-8/+8
* | | Merge branch 'openbossa-expanding' into 4.6Jan-Arve Sæther2009-10-082-21/+26
|\ \ \ | |/ / |/| |
| * | Store the floating items instead of the non-floating items.Jan-Arve Sæther2009-10-072-21/+26
* | | Using const refs for passing qreal will make Qt slower on some systems.Jan-Arve Sæther2009-10-071-2/+2
* | | Merge commit 'qt/4.6' into mmfphononFrans Englich2009-10-0765-929/+1583
|\ \ \
| * | | 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
| * | | Fixed initialization of the system locale on Symbian.Denis Dzyubenko2009-10-071-2/+8
| * | | 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-074-221/+483
| |\| |
| | * | Cosmetic fixes to the previous patches.Jan-Arve Sæther2009-10-074-38/+40
| | * | 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: Fix creation of internal layout anchorsEduardo M. Fleury2009-10-061-62/+83
| | * | 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
| | * | QGraphicsAnchorLayout: avoid code duplication when initializing complex anchorsCaio Marcelo de Oliveira Filho2009-10-062-52/+54
| | * | QGraphicsAnchorLayout: cleaning up AnchorDataCaio Marcelo de Oliveira Filho2009-10-062-83/+59
| | * | QGraphicsAnchorLayout: Enabling Simplex support for Expanding size policyEduardo M. Fleury2009-10-062-11/+88
| | * | QGraphicsAnchorLayout: Add data structures for Expanding size policyEduardo M. Fleury2009-10-062-13/+51
| * | | Fix linker error with Symbian/ARM RVCT ABIv2 toolchainShane Kearns2009-10-072-22/+14
| * | | 2009-10-07 Janne Koskinen <janne.p.koskinen@digia.com>Janne Koskinen2009-10-072-0/+15
| * | | 2009-10-06 Janne Koskinen <janne.p.koskinen@digia.com>Janne Koskinen2009-10-072-1/+14
| * | | Fixing warnings on GCC... (III)João Abecasis2009-10-071-2/+1
| * | | Fixing warnings on GCC... (I)João Abecasis2009-10-071-2/+2
| * | | The ::reads and ::writes were generating warningsJoão Abecasis2009-10-071-45/+46
| * | | Only a character but could still be interrupted by a signalJoão Abecasis2009-10-071-1/+1
| * | | Fixing more GCC warningsJoão Abecasis2009-10-071-2/+2
| * | | Fixing some GCC warningsJoão Abecasis2009-10-077-4/+6
| * | | Get rid of some superfluous checks in QScriptString::operator==()Kent Hansen2009-10-071-6/+0
| * | | Use dbus_threads_init_default instead of QMutex wrappersThiago Macieira2009-10-074-151/+4
| * | | Use the recursive mutex functions for D-Bus only.Thiago Macieira2009-10-071-27/+5
| * | | Fix compilation with -pedanticDavid Faure2009-10-075-8/+8
| * | | Integrate the GuiPlatformPlugin interfaceOlivier Goffart2009-10-0714-153/+441
| * | | implement qHash function for QScriptStringKent Hansen2009-10-073-0/+17
| * | | Fixed thread lockup in win32 backend for QAudioOutput.Kurt Korbatits2009-10-071-3/+4
| * | | Update EABI DEF files for Symbian OSIain2009-10-065-40/+157
| * | | API review: change function name to setUseSystemConfiguration.Thiago Macieira2009-10-062-3/+3
| * | | Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt into 4.6Shane Kearns2009-10-06163-644/+1236
| |\ \ \