summaryrefslogtreecommitdiff
path: root/qadevOOo/runner
AgeCommit message (Expand)AuthorFilesLines
2015-07-19Fix typosAndrea Gelmini1-2/+2
2015-07-08typo: contest -> contentAndras Timar1-1/+1
2015-07-08Fix typosAndrea Gelmini4-4/+4
2015-07-03Fix typosAndrea Gelmini9-13/+13
2015-06-30Fix typosAndrea Gelmini3-3/+3
2015-06-28Fix typosAndrea Gelmini2-2/+2
2015-06-26fix spelling correcly -> correctlyNoel Grandin1-1/+1
2015-06-22Fix typosAndrea Gelmini1-1/+1
2015-06-15java: 'final static' to 'static final'Noel Grandin2-21/+21
2015-06-11java:remove more unnecessary catch/re-throwNoel Grandin7-361/+298
2015-06-11java:regulatize the order of 'final' and public/privateNoel Grandin2-4/+4
2015-06-11speed up Java unit tests by removing sleepsNoel Grandin3-6/+23
2015-06-09remove some unnecessary exception wrapping in the Java testsNoel Grandin1-1/+1
2015-04-20java: remove some unused codeNoel Grandin2-28/+0
2015-04-20java: some random small cleanupsNoel Grandin2-2/+0
2015-02-24TyposJulien Nabet1-1/+1
2015-02-09Fix of a few typosAndrea Gelmini1-1/+1
2015-01-14LinkUpdateMode property values must be in the range 0--2 or 0--3Stephan Bergmann2-3/+9
2015-01-13css.form.component.{CheckBox,RadioButton} DefaultState property valuesStephan Bergmann1-3/+14
2015-01-13java: inline some test propertiesNoel Grandin1-43/+2
2015-01-13java: nothing is passing in a "ComplexIni" parameterNoel Grandin1-19/+3
2015-01-13java: nothing is passing a "-ini" parameter into the RunnerServiceNoel Grandin3-80/+0
2015-01-13java: move DEFAULT_SHORT_WAIT_MS to util.utilsNoel Grandin2-5/+6
2015-01-13java: NO_CWS_ATTACH parameter is unusedNoel Grandin2-7/+0
2015-01-13java: DONT_BACKUP_USERLAYER parameter is unusedNoel Grandin2-32/+22
2015-01-12java: simplify command-line parameter parsing in ClParserNoel Grandin1-27/+22
2015-01-12java: APP_KILL_COMMAND is unusedNoel Grandin3-34/+0
2015-01-12java: simplify sleeping and waiting in testsNoel Grandin10-63/+27
2015-01-12java: no need to instantiate the AccessibilityTools objectNoel Grandin1-0/+2
2015-01-09override the overloading of "overload" to decrease cognitive (over-)loadMichael Stahl2-2/+2
2015-01-05java: static fields that should be instance fieldsNoel Grandin2-5/+5
2015-01-05java: these fields can become local variablesNoel Grandin1-8/+5
2015-01-05java: remove dead codeNoel Grandin1-51/+0
2014-12-19java: reduce visibility of some methods and fieldsNoel Grandin1-1/+1
2014-12-19java: unused importNoel Grandin1-1/+0
2014-12-19java: static fields that should not be staticNoel Grandin3-29/+17
2014-12-19java: dead codeNoel Grandin1-52/+2
2014-12-19java: synching on an interned String object not goodNoel Grandin1-4/+1
2014-12-19java: these fields can be converted to local variablesNoel Grandin1-4/+1
2014-12-15java: remove some unused fields and variablesNoel Grandin1-0/+1
2014-12-12java: remove dead code in qadevOOoNoel Grandin112-18140/+3
2014-12-11java: remove some unnecessary interfacesNoel Grandin5-91/+23
2014-12-11java: reduce visibility of fields and methodsNoel Grandin12-19/+19
2014-12-10java: remove comment noiseNoel Grandin3-3/+0
2014-12-05java: remove some comment noiseNoel Grandin3-3/+3
2014-11-25java: remove some comment noiseNoel Grandin1-7/+0
2014-11-25java: final fields that can be staticNoel Grandin3-3/+3
2014-11-24java,qadev: remove unused parameters and local varsNoel Grandin9-250/+133
2014-11-18java: make fields final where possibleNoel Grandin44-119/+112
2014-11-18java: rather use @Deprecated annotationNoel Grandin1-1/+1