summaryrefslogtreecommitdiff
path: root/src/plugins/autotest
Commit message (Expand)AuthorAgeFilesLines
* AutoTest: Enable parsing for tests by defaultChristian Stenger2016-04-011-2/+2
* AutoTest: Increase timeout for progress indicatorChristian Stenger2016-04-011-1/+1
* AutoTest: Avoid invalid parse resultsChristian Stenger2016-03-313-7/+15
* Qbs: Remove versions validation from some testsOrgad Shaneh2016-03-212-10/+3
* AutoTest: Add some theming support for results paneChristian Stenger2016-03-171-13/+14
* AutoTest: Fix enabling run buttonsChristian Stenger2016-03-172-1/+4
* Autotests: emit testTreeModelChanged when new tests are added.Francois Ferrand2016-03-143-5/+14
* Autotests: show failed test count in panel badge.Francois Ferrand2016-03-141-0/+3
* AutoTest: Avoid using costly containersChristian Stenger2016-03-143-39/+51
* Autotest: remove count from changeCheckStateAllFrancois Ferrand2016-03-141-2/+1
* Autotest: fix indentation computation in TestResultDelegate.Francois Ferrand2016-03-141-1/+1
* AutoTest: Disable Run buttons if projects' configuration changesChristian Stenger2016-03-142-6/+13
* AutoTest: Use settings for test runChristian Stenger2016-03-142-11/+10
* AutoTest: Do not try to install test filesChristian Stenger2016-03-102-2/+0
* AutoTest: Fix basic CMake support...Christian Stenger2016-03-073-31/+126
* AutoTest: Fix enabled state of Run buttons of results paneChristian Stenger2016-03-041-4/+3
* PNGs: Remove sRGB chunkTobias Hunger2016-02-291-0/+0
* AutoTest: Support find in results paneChristian Stenger2016-02-292-6/+13
* AutoTest: Fix variable nameChristian Stenger2016-02-261-3/+3
* AutoTest: Avoid passing around pointer without owner...Christian Stenger2016-02-269-59/+62
* AutoTest: Add some gtest related settingsChristian Stenger2016-02-2615-26/+224
* AutoTest: Fix flaky unit testChristian Stenger2016-02-264-0/+17
* AutoTest: Support typed gtests as wellChristian Stenger2016-02-268-24/+57
* AutoTest: Add convenient function to modify line and column.David Schulz2016-02-263-4/+10
* AutoTest: Unify handling of test tree items...Christian Stenger2016-02-2610-394/+314
* AutoTest: Separate TestTreeItemsChristian Stenger2016-02-263-98/+176
* AutoTest: Don't duplicate information inside TestTreeItemChristian Stenger2016-02-262-19/+14
* mapReduce: Support progress information and add (unordered) mapEike Ziller2016-02-262-2/+2
* AutoTest: Add missing breakChristian Stenger2016-02-171-0/+1
* AutoTest: Copy parse results only if necessaryChristian Stenger2016-02-163-6/+3
* AutoTest: Create new tree items only if necessary...Christian Stenger2016-02-164-251/+306
* AutoTest: Fix types of TestParseResultChristian Stenger2016-02-161-2/+2
* AutoTest: Avoid triggering aboutToPerformFullParse twice...Christian Stenger2016-02-162-6/+4
* runAsync: Remove ResultType template parameter.Eike Ziller2016-02-102-3/+3
* AutoTest: Remove unused codeChristian Stenger2016-02-082-9/+0
* AutoTest: Fix execution of GtestOrgad Shaneh2016-02-082-5/+3
* AutoTest: Avoid temporary storing of QMapChristian Stenger2016-02-051-8/+5
* AutoTest: Trigger onPartialParseFinished directlyChristian Stenger2016-02-052-5/+2
* AutoTest: Trigger signal by QFutureWatcherChristian Stenger2016-02-051-1/+2
* AutoTest: Do not pass pointers without owner between threadsChristian Stenger2016-02-056-105/+157
* AutoTest: Apply QC coding styleChristian Stenger2016-02-051-9/+8
* AutoTest: Avoid dangling pointerChristian Stenger2016-02-041-1/+4
* Preferably use QStringRef::toInt().Friedemann Kleint2016-02-041-1/+1
* AutoTest: Report parse results through QFutureInterfaceChristian Stenger2016-02-043-126/+123
* AutoTest: Provide setting to outvote automatically disabling parserChristian Stenger2016-02-037-5/+50
* Autotest: Use QStyleOptionViewItem instead of QStyleOptionViewItemV4.Friedemann Kleint2016-02-032-4/+4
* AutoTest: Restructure settingspageChristian Stenger2016-02-021-119/+150
* AutoTest: Fix compileChristian Stenger2016-02-011-1/+1
* AutoTest: Use mark and sweep for parsingChristian Stenger2016-02-019-638/+121
* AutoTest: Fix wrong copying of childrenChristian Stenger2016-02-011-1/+1