summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* BT: Fix update regression for cached QGraphicsItem (Elastic Nodes stuck)Andreas Aardal Hanssen2009-04-221-0/+42
* We don't need to call two times itemChange when an item is deleted.Alexis Menard2009-04-221-0/+35
* Fix crash in the SQLQueryModel testsOlivier Goffart2009-04-171-1/+5
* Fixes QSortFilterProxyModel not reporting child if the model need to fetchMoreOlivier Goffart2009-04-161-0/+87
* Update the item if the text has changed but the boundingRect is theAlexis Menard2009-04-161-0/+34
* Don't crash or loop infinitely when we retrieving the accessible accel.Jan-Arve Sæther2009-04-151-6/+46
* The submenu of a multicolumn menu have an incorrect positionThierry Bastian2009-04-151-0/+34
* Revert "Fixup update rect regression by adjusting expose rectangles."Jason McDonald2009-04-151-61/+0
* BT: Fix a regression to 4.4 in Graphics View's handling of child clippersAndreas Aardal Hanssen2009-04-152-0/+109
* Fixup update rect regression by adjusting expose rectangles.Andreas Aardal Hanssen2009-04-151-0/+61
* Fixes: Minimize QVariant overhead related to QGraphicsItem::itemChange.Bjoern Erik Nilsen2009-04-151-0/+18
* Fixes: Be a bit more smarter when calling setGeometry from itemChangeAlexis Menard2009-04-152-0/+66
* Fix regression in QString::replace(int, int, QChar) when string is emptyPaul Olav Tvete2009-04-151-0/+4
* Fix auto-test failure since we remove the warning in QColorAlexis Menard2009-04-151-1/+1
* QGraphicsItem: When an item is deleted and eventfilters installedAlexis Menard2009-04-151-0/+19
* increase waiting timeMaurice Kalinowski2009-04-151-1/+1
* fix deployment rulesMaurice Kalinowski2009-04-151-1/+1
* Fix crash in QTreeViewOlivier Goffart2009-04-151-1/+25
* Javascript: When there is javascript running then it will spin the CPU at 100%Bradley T. Hughes2009-04-081-0/+65
* Autotest: Cisco changed their DNS setup; update our test.Thiago Macieira2009-04-081-1/+1
* Replace license headers with 'release' versionsJason McDonald2009-04-08886-4786/+4816
* Fixes: mediaobject autotest for windows ce (waveout)Thomas Hartmann2009-04-081-1/+1
* compile for systems without Qt3SupportMaurice Kalinowski2009-04-071-1/+1
* compileMaurice Kalinowski2009-04-071-1/+1
* compile for non x11 systemsMaurice Kalinowski2009-04-071-0/+2
* Make compile when Qt3Support is turned offBill King2009-04-071-0/+2
* remove dead codeMaurice Kalinowski2009-04-071-1/+0
* Remove QTDIR dependency from moc autotestSimon Hausmann2009-04-071-10/+26
* Moc autotest cleanupSimon Hausmann2009-04-071-12/+0
* Fix moc autotest failuresSimon Hausmann2009-04-072-3/+11
* Fix a crash in QFileDialog with a proxy on it.Alexis Menard2009-04-031-0/+47
* Removed usage of NaN in SVG gradients.Kim Motoyoshi Kalland2009-04-031-2/+1
* Fix focus policy propagation bug in QCompleter.jasplin2009-04-031-0/+58
* Adding auto-tests for commits a2fcc4a5 and 8d500381João Abecasis2009-04-024-1/+78
* In qmake tests, allow child environment to be manipulatedJoão Abecasis2009-04-023-2/+18
* Spring cleaning in qmake testsJoão Abecasis2009-04-024-102/+44
* Remove dependency on Qt3 support from qmake testsJoão Abecasis2009-04-024-185/+67
* Cleanup and minor fixes of db testcase support codeBill King2009-04-021-20/+19
* QTextStream autotest: do not test against "imap.troll.no"Peter Hartmann2009-04-011-1/+3
* DB Autotest cleanupBill King2009-04-017-292/+182
* QProcess::start() segfaults on empty programBradley T. Hughes2009-03-311-0/+26
* Fixes: QPSQL: datetime or time fields with negative time zoneBill King2009-03-311-3/+37
* Fix parsing of multiple cookies that are separated by a newlineThiago Macieira2009-03-301-0/+20
* Autotest: more date-time parsing tests for QNetworkCookieBenjamin C Meyer2009-03-301-0/+264
* Fix a few issues introduced by Ben's last patch.Thiago Macieira2009-03-301-6/+5
* String-to-number conversion functions should ignore trailing whitespaces.Denis Dzyubenko2009-03-301-0/+11
* Fix missing fills of rects with negative width/height in raster engine.Samuel Rødal2009-03-301-0/+21
* Fix background of QAbstractScrollArea when styled only with pseudo-classOlivier Goffart2009-03-271-0/+23
* Fix mismatch between stroke and fill of ellipses on X11.Samuel Rødal2009-03-271-0/+19
* Fix regression in qscriptvalue_cast (primitive-->complex type cast)Kent Hansen2009-03-261-0/+28