summaryrefslogtreecommitdiff
path: root/forms/qa
AgeCommit message (Expand)Author
2020-09-25fix compile error in java test codeNoel Grandin
2020-05-21use for-range on Sequence in f*Noel Grandin
2019-06-04Fix typoAndrea Gelmini
2019-05-23Re-enable JunitTest_forms_unoapi_2 forms.ODateModelStephan Bergmann
2019-05-16tdf#125170 Deliver mouse events also when clicking into document contentSamuel Mehrbrodt
2019-05-10an is used before a vowel soundCaolán McNamara
2018-04-01fix some openoffice bugzilla linksdennisroczek
2017-05-20Translate German comments and debug strings (leftovers in f... dirs)Johnny_M
2017-03-30tdf#39468 Translate German commentsJens Carl
2017-01-16forms,qadevOOo: dispatch of .uno:SwitchControlDesignMode is asyncMichael Stahl
2016-01-10Fix typosAndrea Gelmini
2015-11-05java: remove ((unnecessary)) parenthesesNoel Grandin
2015-11-05java: make inner classes static where possibleNoel Grandin
2015-10-13remove some useless commentsNoel Grandin
2015-10-02Fix typosAndrea Gelmini
2015-07-08Fix typosAndrea Gelmini
2015-07-03Fix typosAndrea Gelmini
2015-06-11java:regulatize the order of 'final' and public/privateNoel Grandin
2015-06-05Let JUnit take care of exceptionsNoel Grandin
2015-05-29split forms unoapi test for performanceBjoern Michaelsen
2015-01-13java: inline some test propertiesNoel Grandin
2015-01-05java: remove dead codeNoel Grandin
2014-12-19java: don't synch on an object and also assign to itNoel Grandin
2014-12-15java: remove more test skeleton codeNoel Grandin
2014-12-11java: reduce visibility of fields and methodsNoel Grandin
2014-12-10java: simplify the getMSF() methodsNoel Grandin
2014-11-25java: remove some comment noiseNoel Grandin
2014-11-25java,framework: remove unused vars and parametersNoel Grandin
2014-11-18java: make fields final where possibleNoel Grandin
2014-11-12java: convert fields to local variables where possibleNoel Grandin
2014-10-30forms: The if statement is redundantRobert Antoni Buj i Gelonch
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: ensure that the stream is cleaned up before the method returnsRobert Antoni Buj i Gelonch
2014-10-07java: optimise calls to toArrayNoel Grandin
2014-10-01forms: enhanced for loopRobert Antoni Buj i Gelonch
2014-09-30forms: use Arrays.toString in integration.forms.RadioButtonsRobert Antoni Buj i Gelonch
2014-09-30forms: replace StringBuffer with StringBuilderRobert Antoni Buj i Gelonch
2014-09-30forms: the assigned value is never usedRobert Antoni Buj i Gelonch
2014-09-30forms: remove import from the same packageRobert Antoni Buj i Gelonch
2014-09-29Fix java.util.Calendar.set in integration.forms.DateValidatorRobert Antoni Buj i Gelonch
2014-09-29forms: getMonth() and getYear() are deprecated in java.util.DateRobert Antoni Buj i Gelonch
2014-09-29forms: Pass array of length equal to the size of the collectionRobert Antoni Buj i Gelonch
2014-08-20remove more unnecessary constructor declarationsNoel Grandin
2014-08-20java: remove unnecessary constructor declarationsNoel Grandin
2014-08-20java: avoid unnecessary comparisons in boolean expressionsNoel Grandin
2014-08-19java: no need to instantiate String objects directlyNoel Grandin
2014-08-19java: use 'Short.valueOf' instead of 'new Short'Noel Grandin
2014-08-19java: use 'Integer.valueOf' instead of 'new Integer'Noel Grandin