summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Fixed bug where Q[Styled]ItemDelegate edition wouldn't terminate whenGabriel de Dietrich2009-08-041-0/+33
* Added input hints to QGraphicsItem.jasplin2009-08-041-0/+13
* QParallelAnimationGroup pause resume fixedThierry Bastian2009-08-041-0/+33
* QMenu now takes minimum width into account for the action rectsThierry Bastian2009-08-041-0/+12
* Fixes selectionModel::hasSelection return value after model::resetLeonardo Sobral Cunha2009-08-041-1/+1
* Fixed "Hightlighted menu items not always selected" bug.Gabriel de Dietrich2009-08-031-0/+36
* Ensure that we never increase the strong reference count up from zero.Thiago Macieira2009-08-031-1/+124
* Change the pointer-tracking code to work everywhere.Thiago Macieira2009-08-034-2/+145
* Don't forget to delete the deleter object too in QSharedPointer.Thiago Macieira2009-08-031-0/+13
* Remove the need for internal API in QSharedPointer.Thiago Macieira2009-08-032-41/+55
* Autotest: add a way to ensure that there are no safety-check pointers leakingThiago Macieira2009-08-031-0/+42
* Merge branch '4.5'Thiago Macieira2009-08-0311-44/+369
|\
| * Autotest: disable the pointer-tracking tests in 4.5Thiago Macieira2009-08-031-0/+2
| * Fix more database autotests.Bill King2009-08-032-4/+6
| * Autotest: add a newline after the user program headers.Thiago Macieira2009-07-301-0/+1
| * Disable benchlibtickcounter test by default.Rohan McGovern2009-07-291-3/+4
| * Fixed failure of tst_qmake::simple_app_shadowbuild.Rohan McGovern2009-07-291-0/+1
| * Fixed failure of tst_moc.Rohan McGovern2009-07-291-1/+1
| * Skip uic3 test when qt3support is disabled.Rohan McGovern2009-07-291-0/+3
| * Fixed compile of tst_qitemeditorfactory.Rohan McGovern2009-07-291-5/+5
| * Fixed failure of tst_q3urloperator.Rohan McGovern2009-07-291-5/+7
| * Fixed failure of tst_q3socket.Rohan McGovern2009-07-291-6/+8
| * Fixed drawImage() so that it doesn't sample outside the source image.Kim Motoyoshi Kalland2009-07-281-19/+327
| * Fixed failure of tst_qlocale if run when LC_ALL is set.Rohan McGovern2009-07-271-6/+10
| * Fix a running external tests: user program headers must come first.Thiago Macieira2009-07-261-2/+2
* | remove constructors that are not usefulKent Hansen2009-08-032-19/+16
* | Fixes casing fails for databases that have variable casing support.Bill King2009-08-031-3/+5
* | Revert "Fix QFormLayout which allowed fields to be smaller that their minimum...Olivier Goffart2009-07-311-30/+0
* | add private goToState() function to state machineKent Hansen2009-07-311-0/+41
* | test that activation and this-object can be inherited from parent contextKent Hansen2009-07-311-0/+30
* | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qtAaron Kennedy2009-07-3141-266/+1085
|\ \
| * | Added the windowflags manualtest which is based on the windowflags example.Denis Dzyubenko2009-07-306-0/+662
| * | Autotest: reduce the amout of data transferred to 128 MB, otherwise theThiago Macieira2009-07-301-3/+3
| * | Autotest: reorganise the HTTP performance testsThiago Macieira2009-07-301-125/+124
| * | Autotest: fix crash caused by deleting a QSharedPointerThiago Macieira2009-07-301-9/+5
| * | Do not emit activated and close the popup when the item is not enabled.Benjamin C Meyer2009-07-301-1/+26
| * | Fix autotests after QUrl change.kh2009-07-3015-25/+25
| * | Fixed font attribute inheritence, text and textArea elements in QtSvg.Kim Motoyoshi Kalland2009-07-301-1/+1
| * | updates...Gunnar Sletta2009-07-3016-104/+234
| * | parse Q_INVOKABLE explicit constructorsOlivier Goffart2009-07-301-0/+7
* | | Autotest for QGuardAaron Kennedy2009-07-312-0/+352
* | | Allow retrieval of interface IId from class type.Aaron Kennedy2009-07-311-0/+11
* | | Add FINAL attribute to Q_PROPERTY()Aaron Kennedy2009-07-311-0/+17
* | | Add CONSTANT attribute to Q_PROPERTY()Aaron Kennedy2009-07-311-0/+17
|/ /
* | Allow testlib loggers to dynamically allocate storage for strings.Rohan McGovern2009-07-306-1/+101
* | Unit tests and bug fixes for QGLColormapRhys Weatherley2009-07-301-0/+121
* | Increase coverage of QGLFormat unit tests.Rhys Weatherley2009-07-301-19/+190
* | Add math3d unit tests for QObject properties and metatypesRhys Weatherley2009-07-303-0/+195
* | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qtkh2009-07-2939-204/+678
|\ \
| * | Autotest: fix the regressions in the DOM test caused by one whitespaceThiago Macieira2009-07-291-4/+4