summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
| * 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 Tests: Enable expanding testsEduardo M. Fleury2009-10-061-9/+8
| * 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
| * QGraphicsAnchorLayout: add autotests for QSizePolicy::ExpandFlagCaio Marcelo de Oliveira Filho2009-10-061-0/+214
* | 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
* | Check the result of scanfJoão Abecasis2009-10-071-3/+11
* | Fixing warnings on GCC... (III)João Abecasis2009-10-071-2/+1
* | Fixing warnings on GCC... (II)João Abecasis2009-10-071-1/+1
* | Fixing warnings on GCC... (I)João Abecasis2009-10-071-2/+2
* | Removing errors from the configure step...João Abecasis2009-10-072-5/+1
* | The plugindialog was moved to tools/designer/src/lib/sharedJoão Abecasis2009-10-071-4/+1
* | 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-0710-7/+11
* | Skipping ActiveQt examples removes a couple of warnings and errorsJoão Abecasis2009-10-071-0/+1
* | Get rid of some superfluous checks in QScriptString::operator==()Kent Hansen2009-10-071-6/+0
* | QUrl autotest additionsDavid Faure2009-10-071-2/+9
* | 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-073-29/+10
* | Fix compilation with -pedanticDavid Faure2009-10-075-8/+8
* | Merge branch '4.6' of scm.dev.nokia.troll.no:qt/qt into 4.6ninerider2009-10-0715-158/+441
|\ \
| * | Integrate the GuiPlatformPlugin interfaceOlivier Goffart2009-10-0715-158/+441
* | | A test requiring an enter/leave signal to be emitted is skipped.ninerider2009-10-071-0/+3
|/ /
* | Whe STL is not enabled, most of the test threads failed to start.ninerider2009-10-071-1/+26
* | implement qHash function for QScriptStringKent Hansen2009-10-074-0/+34
* | Fix build error introduced in change ffeb6900.Jason McDonald2009-10-072-2/+2
* | Fixed thread lockup in win32 backend for QAudioOutput.Kurt Korbatits2009-10-061-3/+4
* | Update EABI DEF files for Symbian OSIain2009-10-065-40/+157
* | Merge branch '4.5' into 4.6Thiago Macieira2009-10-061-6/+80
|\ \
| * | Autotest: add a few more tests, with IP address and actual hostnameThiago Macieira2009-10-061-4/+74