aboutsummaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Update license.hjk2011-04-13133-1894/+1732
* support QT_INSTALL_IMPORTS in testreaderOswald Buddenhagen2011-04-061-0/+1
* tests: get autotests compiling again.Bill King2011-04-052-2/+2
* QmlDesigner.tests: compilefixThomas Hartmann2011-04-041-9/+12
* SSH: Fix tests to adapt to new location (utils vs. core plugin).Christian Kandeler2011-04-0112-70/+70
* support tilde expansion under unixOswald Buddenhagen2011-03-281-0/+24
* more exact qmake command line parsingOswald Buddenhagen2011-03-181-1/+3
* Added (optional) touch optimized navigation of HTML5 appsAlessandro Portale2011-03-181-0/+1
* MobileWizard: Export library symbols to allow wizards in external pluginsKai Koehne2011-03-161-0/+1
* don't be tricked by scope blocks with colonsOswald Buddenhagen2011-03-161-0/+11
* don't accidentally write into scopesOswald Buddenhagen2011-03-161-0/+48
* plug leaks in testOswald Buddenhagen2011-03-161-0/+5
* C++ indenter: Fix for use of << and >> in parentheses.Christian Kamm2011-03-151-0/+18
* clean up DEPENDPATH insanityOswald Buddenhagen2011-03-094-6/+0
* remove "Automatically generated by qmake ..." blurbsOswald Buddenhagen2011-03-092-8/+0
* add scoped editing of pro-filesOswald Buddenhagen2011-03-071-20/+113
* improve ProWriter editing capabilitiesOswald Buddenhagen2011-03-071-44/+273
* fix ProWriter testOswald Buddenhagen2011-03-073-11/+29
* Tests: rewrite boost test inclusion properly.Bill King2011-03-072-1/+2
* debugger: add possibility to break on fork, vfork, exec, syscallhjk2011-03-041-1/+12
* debugger: add manual test for boost::optionalhjk2011-03-041-0/+18
* debugger: add dumper for boost::shared_ptrhjk2011-03-041-1/+21
* Add libvalgrind tests.Mike McQuaid2011-03-0438-0/+1950
* Add tests for type pretty printer.Christian Kamm2011-03-021-0/+14
* debugger: dump integers and floats based on the typedef stripped typehjk2011-03-011-0/+5
* debugger: add address display for floats and boolshjk2011-03-011-0/+5
* debugger: enhance test case for bit fieldshjk2011-03-011-0/+24
* debugger: Switch off address printing for generated itemshjk2011-03-011-7/+11
* debugger: properly initialize test datahjk2011-03-011-1/+3
* debugger: add a manual test for classes using the Q_D pattern for privateshjk2011-03-011-0/+76
* debugger: make qt source path configurablehjk2011-02-231-8/+0
* Make "modifies current document" its own property. Add some tool tips.con2011-02-181-2/+3
* Make the "sort selection" tool do something.con2011-02-181-2/+5
* Separate std out and std err handling.con2011-02-182-1/+10
* Read external tools from resources and show them in menu.con2011-02-181-7/+11
* External tools need a uid, e.g. for keyboard shortcuts.con2011-02-181-4/+7
* Read localized description, name and category from external toolscon2011-02-181-0/+57
* Implement an external tool container + xml parsing.con2011-02-182-0/+125
* tests: add licence headersBill King2011-02-1842-4/+1374
* debugger: make output format of non-printable characters customizablehjk2011-02-171-0/+8
* tests: Add a failing test to make sure diagnostic reporting is working.Bill King2011-02-171-4/+16
* Tests: Fix a crash bug.Bill King2011-02-171-1/+1
* Tests: cleanup output so that it appears inline with associated test.Bill King2011-02-171-0/+28
* debugger: add dead code for potential improvements of the QScriptValue dumperhjk2011-02-171-0/+1
* tests: Remove unused testcaseBill King2011-02-173-138/+1
* tests: Don't run the gdb test on win32-msvc. It makes no sense.Bill King2011-02-171-1/+3
* tests: code cleanupBill King2011-02-171-8/+4
* Added tests for the DiagnosticClient.Erik Verbruggen2011-02-173-1/+65
* Tests: Simplify the simplifytest.Bill King2011-02-161-7/+1
* Tests: More autotest cleanup.Bill King2011-02-1618-129/+61