summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* C++: Fix preprocessing of uncontinued line-escapingOrgad Shaneh2014-02-241-0/+25
* C++: Preserve comments after preprocessor directivesOrgad Shaneh2014-02-241-1/+70
* Preprocessor: Adjust lines also for multiline C++ commentsOrgad Shaneh2014-02-241-0/+16
* CppTools: Avoid self-includeNikolai Kosjar2014-02-242-0/+2
* Squish: Update Qt Quick tests to reflect new available versionsChristian Stenger2014-02-196-24/+29
* Debugger: Fix disassembler parsing if print max-symbolic-offset is 1hjk2014-02-195-1/+153
* QtcProcess: Introduce a QtcProcess::Arguments classhjk2014-02-191-444/+468
* Squish: Fix DiffEditor related object typesChristian Stenger2014-02-182-6/+6
* Squish: Update objects after merging BaseValidatingEdit...Christian Stenger2014-02-184-9/+11
* Squish: Remove gdb debugging helper stuffChristian Stenger2014-02-173-72/+0
* Squish: Fix tst_default_settingsChristian Stenger2014-02-171-1/+1
* Squish: Update object types after merging FilterLineEdit...Christian Stenger2014-02-141-3/+3
* Squish: Fix suite_QMLSRobert Loehning2014-02-142-3/+3
* Squish: Get the right QLabel on Qt Versions option pageChristian Stenger2014-02-141-1/+1
* Squish: Do not crash on fail in getEditorForFileSuffix()Christian Stenger2014-02-131-18/+27
* Squish: Update objects moved from Find::InternalRobert Loehning2014-02-134-6/+5
* Squish: Update expected project treeRobert Loehning2014-02-131-8/+9
* Squish: Skip non-executable debuggersChristian Stenger2014-02-131-2/+3
* Squish: Fix Qt Quick / QML related testsChristian Stenger2014-02-123-4/+4
* Squish: Update Qt Creator_QmlJSEditor::QmlJSTextEditorWidgetRobert Loehning2014-02-121-1/+1
* Squish: Remove special handling for gdb issues on MacChristian Stenger2014-02-121-6/+1
* Squish: Use lldb for Qt4 desktop kits on MacChristian Stenger2014-02-121-2/+2
* Squish: Fix tst_simple_analyze on WindowsChristian Stenger2014-02-111-0/+3
* Squish: Support different lldb versions on LinuxChristian Stenger2014-02-111-0/+9
* Merge remote-tracking branch 'origin/3.0'Eike Ziller2014-02-1129-156/+161
|\
| * Squish: Do not rely on default installation pathChristian Stenger2014-02-051-2/+2
| * Squish: Fix running hooked subprocess on MacChristian Stenger2014-01-312-0/+6
| * Squish: Enter dummy values if committer info is missingChristian Stenger2014-01-291-1/+20
| * Squish: Unify hack for invoking context menu items on MacChristian Stenger2014-01-294-19/+31
| * Squish: Stabilize tst_git_cloneChristian Stenger2014-01-291-1/+1
| * Squish: Avoid soft links in path for tst_git_localChristian Stenger2014-01-291-0/+2
| * Squish: Fix hack for tst_designer_autocompleteChristian Stenger2014-01-281-4/+11
| * Squish: Do not invoke Exit on AUT inside helper functionsChristian Stenger2014-01-285-9/+13
| * Squish: Fix hook-into issue on WindowsChristian Stenger2014-01-242-3/+6
| * Squish: Unify invoking add custom executableChristian Stenger2014-01-241-35/+26
| * Squish: Stabilize tst_git_localRobert Loehning2014-01-231-1/+1
| * Squish: Avoid crash in tst_designer_goto_slot on MacChristian Stenger2014-01-231-1/+9
| * Squish: Avoid crash in tst_designer_autocomplete on MacChristian Stenger2014-01-231-1/+8
| * Squish: Update qt_squish_mapping.tsvChristian Stenger2014-01-231-0/+5
| * Squish: Update Qt Quick hooking stuff...Christian Stenger2014-01-234-12/+15
| * Squish: Stabilize tst_simple_debug on MacChristian Stenger2014-01-221-0/+1
| * Squish: Replaced lot of signal code by one simple functionRobert Loehning2014-01-2215-85/+19
| * Squish: Fix condition in project.pyChristian Stenger2014-01-211-1/+1
| * Squish: Clear analyzer results after verificationChristian Stenger2014-01-212-0/+3
* | GenericHighligher: Preserve whole context on LineContinueOrgad Shaneh2014-02-051-0/+35
* | Debugger: Make simple manual test use C++11 also with Qt 4hjk2014-02-041-2/+4
* | C++: Fix indentation in preprocessor testsOrgad Shaneh2014-02-041-79/+79
* | C++: Fix support for incremental input with \nOrgad Shaneh2014-02-041-3/+27
* | GenericHighlighter: Make tests independentOrgad Shaneh2014-02-041-6/+6
* | Tests: Fix compileChristian Stenger2014-02-031-4/+1