summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' of ../qt into kinetic-declarativeuiAaron Kennedy2009-07-293-3/+87
|\
| * Ensure hover enter events are dispatched on mouse press.Andreas Aardal Hanssen2009-07-291-0/+69
| * Fix remaining autotest failures in tst_QGraphicsWidgetAndreas Aardal Hanssen2009-07-291-0/+11
| * Fixes various db2 autotest issues.Bill King2009-07-291-3/+7
* | Merge branch 'master' of ../qt into kinetic-declarativeuiAaron Kennedy2009-07-29206-167242/+1812
|\ \ | |/
| * Implement new transformation handling for graphics items.Lars Knoll2009-07-293-121/+201
| * Added a QVariant testlib toString specialization.Rohan McGovern2009-07-282-2/+64
| * Implement a copy constructor for QXmlParseException to avoid crashes whenVolker Hilsheimer2009-07-281-0/+26
| * Disable the forwardDeclared1 test with SunCC: it doesn't workThiago Macieira2009-07-281-0/+4
| * Make typeToName testcase pass, and add basic test for Math3D classes.Volker Hilsheimer2009-07-271-2/+84
| * Add QGraphicsItem::ItemAutoDetectsFocusProxy and improve subfocus support.Andreas Aardal Hanssen2009-07-271-0/+107
| * Using QNetworkAccessManager, so need to pull in QtNetworkVolker Hilsheimer2009-07-252-0/+2
| * Compile from repo checkoutVolker Hilsheimer2009-07-251-0/+2
| * Build without Qt3SupportVolker Hilsheimer2009-07-251-1/+1
| * No link-errors when building from repositoryVolker Hilsheimer2009-07-252-0/+6
| * Fix a running external tests: user program headers must come first.Thiago Macieira2009-07-251-2/+2
| * Add support for debugging and valgrinding external testsThiago Macieira2009-07-251-10/+74
| * Apply the script I added to gen.sh to existing files: remove template classesThiago Macieira2009-07-25174-167035/+779
| * Add Perl code to remove template classes from the listing.Thiago Macieira2009-07-251-0/+4
| * Update the test to work with GCC 4.4 tooThiago Macieira2009-07-251-15/+11
| * Revert "Revert "Add support for creating the object alongside the Data struct...Thiago Macieira2009-07-241-2/+100
| * Make the internal testcase more robust on Windows FS as wellVolker Hilsheimer2009-07-241-0/+5
| * Make test more robust against the case-insensitive file system on Windows,Volker Hilsheimer2009-07-241-0/+6
| * improve qfileinfo autotest a bitRitt Konstantin2009-07-241-13/+29
| * Merge branch '4.5' of scm.dev.nokia.troll.no:qt/qtSimon Hausmann2009-07-241-31/+0
| |\
| | * Remove autotest for "Won't fix" bug 258462.Rohan McGovern2009-07-231-31/+0
| * | Reverted commits that changed the behavior of the keypresses with modifiers.Denis Dzyubenko2009-07-231-3/+3
| * | Implement an FSEvents-based QFileSystemWatcherEngineNorwegian Rock Cat2009-07-231-0/+80
| * | linker fix for WinCEMaurice Kalinowski2009-07-237-5/+14
| * | tst_qnetworkreply: Small and simple latency testingMarkus Goetz2009-07-233-0/+88
| * | Add QGraphicsItem::focusProxy(), focus proxy support.Andreas Aardal Hanssen2009-07-231-0/+120
* | | Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Warwick Allison2009-07-23108-436/+5704
|\ \ \
| * \ \ Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt into kinetic-declar...Aaron Kennedy2009-07-23104-434/+5649
| |\ \ \ | | |/ /
| | * | Fix autotest compile failureJens Bache-Wiig2009-07-221-2/+2
| | * | QNetworkReply: add possibility to ignore specific SSL errorsPeter Hartmann2009-07-222-2/+170
| | * | Merge branch '4.5'Thiago Macieira2009-07-222-23/+16
| | |\ \ | | | |/
| | | * QSslSocket autotest: adapt to new certificate on test serverPeter Hartmann2009-07-222-23/+16
| | * | Make QStateMachine inherit QStateKent Hansen2009-07-222-240/+283
| | * | Merge commit 'origin/4.5'Olivier Goffart2009-07-221-0/+31
| | |\ \ | | | |/
| | | * Add a (failing) test for QProcess bug 258462.Rohan McGovern2009-07-221-0/+31
| | * | Show text even if maximum == 0Olivier Goffart2009-07-221-1/+1
| | * | Support for very large range in QProgressBarOlivier Goffart2009-07-221-1/+31
| | * | Fix Warning saying that signal cannot be made virtualOlivier Goffart2009-07-221-0/+22
| | * | Improve performance in QUrl parsing by doing in-line operations.Thiago Macieira2009-07-211-2/+2
| | * | Change qt_nameprep to do in-line namepreppingThiago Macieira2009-07-211-6/+6
| | * | Implement strict STD3 checking of hostnames in URLs.Thiago Macieira2009-07-211-12/+84
| | * | Fix memleaks in the autotestsKent Hansen2009-07-211-1/+14
| | * | add autotest for adding transition from state machine's rootKent Hansen2009-07-211-0/+10
| | * | fix tests for QT_NO_PROCESS and when running tests as rootHarald Fernengel2009-07-2114-26/+82
| | * | use /usr/bin/env perl as interpreterHarald Fernengel2009-07-211-1/+1