summaryrefslogtreecommitdiff
path: root/qadevOOo/tests
AgeCommit message (Expand)Author
2015-01-13css.form.component.{CheckBox,RadioButton} DefaultState property valuesStephan Bergmann
2015-01-13java: move DEFAULT_SHORT_WAIT_MS to util.utilsNoel Grandin
2015-01-13java: NO_CWS_ATTACH parameter is unusedNoel Grandin
2015-01-12java: simplify sleeping and waiting in testsNoel Grandin
2015-01-12java: no need to instantiate the AccessibilityTools objectNoel Grandin
2015-01-12java: no need to sleep quite so oftenNoel Grandin
2015-01-09java: simplify array creationNoel Grandin
2015-01-05java: unnecessary method overridesNoel Grandin
2015-01-05java: simplify if statementNoel Grandin
2015-01-05java: unnecessary importsNoel Grandin
2015-01-05java: more efficient float parsingNoel Grandin
2015-01-05java: avoid octal literalsNoel Grandin
2015-01-05java: use brackets to make difference between concat and plusNoel Grandin
2015-01-05java: remove more dead codeNoel Grandin
2015-01-05java: static fields that should be instance fieldsNoel Grandin
2015-01-05java: compare Strings using equals()Noel Grandin
2014-12-19java: static fields that should not be staticNoel Grandin
2014-12-19java: unused importsNoel Grandin
2014-12-19java: this does not need to be a ThreadNoel Grandin
2014-12-15java: remove some unused fields and variablesNoel Grandin
2014-12-11java: reduce visibility of fields and methodsNoel Grandin
2014-12-10java: remove comment noiseNoel Grandin
2014-11-25java: remove some comment noiseNoel Grandin
2014-11-25java: final fields that can be staticNoel Grandin
2014-11-24java,qadev: remove unused parameters and local varsNoel Grandin
2014-11-18java: make fields final where possibleNoel Grandin
2014-11-18java: rather use @Deprecated annotationNoel Grandin
2014-11-12Fix common typos. No automatic tools. Handmade…Andrea Gelmini
2014-11-12java: convert fields to local variables where possibleNoel Grandin
2014-11-12java: reduce excessive code indentation levelsNoel Grandin
2014-10-17java: dodgy &= operationNoel Grandin
2014-10-17java: when rethrowing exceptions, store the originalNoel Grandin
2014-10-17java: final fields that can be staticNoel Grandin
2014-10-17java: no need to call String.valueOf to append to a StringNoel Grandin
2014-10-16java: when rethrowing, store the original exceptionNoel Grandin
2014-10-16java: always use braces for while loopsNoel Grandin
2014-10-09typo: proeprty -> propertyAndras Timar
2014-10-09typo: Lable -> LabelAndras Timar
2014-10-07java: simplify some for loops to while loopsNoel Grandin
2014-10-07java: use equals() to compare Strings, not ==Noel Grandin
2014-10-07java: simplify conditions involving logical negationNoel Grandin
2014-10-07java: remove some unnecessary intermediary object creationNoel Grandin
2014-10-07java: optimise calls to toArrayNoel Grandin
2014-10-07java: remove unnecessary adding of empty stringsNoel Grandin
2014-10-07java: no need to check for null before calling instanceofNoel Grandin
2014-10-07java: remove useless overriding methodsNoel Grandin
2014-10-06fdo#73151 Always open Styles&Formatting dialog in the sidebarSamuel Mehrbrodt
2014-09-25java: when rethrowing exceptions, store the original causeNoel Grandin
2014-09-10Typo: (N|n)ormaly->(N|n)ormallyJulien Nabet
2014-08-20java: remove unnecessary constructor declarationsNoel Grandin