summaryrefslogtreecommitdiff
path: root/sw/qa/complex
AgeCommit message (Expand)Author
2018-04-08tdf#45904 move java based api tests to c++ (AccessibleRelationSet)kadertarlan
2017-12-11tdf#97362: convert sw java complex tests to Python (#final)jmzambon
2017-09-05tdf#97362: TextPortionEnumerationTest partially migrated to python (last part)jmzambon
2017-08-29tdf#97362: TextPortionEnumerationTest partially migrated to python (part 7)jmzambon
2017-08-22tdf#97362: TextPortionEnumerationTest partially migrated to python (part 6)jmzambon
2017-08-09tdf#97362: TextPortionEnumerationTest partially migrated to python (part 5)jmzambon
2017-08-01tdf#97362: TextPortionEnumerationTest partially migrated to python (part 4)jmzambon
2017-07-14tdf#97362: TextPortionEnumerationTest partially migrated to python (part 3)jmzambon
2017-06-19tdf#97362: TextPortionEnumerationTest partially migrated to python (part 2)jmzambon
2017-06-14tdf#97362: TextPortionEnumerationTest partially migrated to python (test_port...jmzambon
2017-05-27tdf#97362: CheckBookmarks unittest migrated to python (check_bookmarks.py)jmzambon
2016-05-27improve exception throwing in java class util.utilsNoel Grandin
2016-03-24tdf#97362: Convert Java unit test to Python(check_change_color.py)aqcoder
2016-03-18tdf#97362: Convert Java unit test to Python(load_save_test.py)kadertarlan
2016-01-31tdf#97362: Deleted CheckTable.java(this test translated to Python already.)kadertarlan
2016-01-28tdf#97362: Convert Java unit test to Python (check_indexed_property_values.py)kadertarlan
2016-01-27Convert Java unit test to Python (check_named_property_values.py)kadertarlan
2015-12-18Java unittest(CheckCrossReferences.java) converted to Python unittestkadertarlan
2015-12-15Java unit tests were converted to Python unit testskadertarlan
2015-11-25sw: un-break JunitTest_sw_complexMichael Stahl
2015-11-25bin/rename-sw-abbreviations.shlibreoffice-5-1-branch-pointRobinson Tryon
2015-11-13sw: solve the CheckBookmarks fails on WNT mysteryMichael Stahl
2015-11-09java: add some @Override annotationsNoel Grandin
2015-11-05java: remove ((unnecessary)) parenthesesNoel Grandin
2015-06-15java: 'final static' to 'static final'Noel Grandin
2015-06-14Fix insertion and deletion in IndexedPropertyValuesContainerMatthew J. Francis
2015-06-11java:regulatize the order of 'final' and public/privateNoel Grandin
2015-05-20bin/rename-sw-abbreviations.shlibreoffice-5-0-branch-pointChristian Lohmaier
2015-03-25Maybe this helps TB56?Stephan Bergmann
2015-01-12java: no need to instantiate the AccessibilityTools objectNoel Grandin
2014-12-15java: remove some unused fields and variablesNoel Grandin
2014-12-11java: reduce visibility of fields and methodsNoel Grandin
2014-12-10java: improve use of WrappedTargetException to set cause properlyNoel Grandin
2014-12-05java: remove some unused local variablesNoel Grandin
2014-11-25java: final fields that can be staticNoel Grandin
2014-11-18java: make fields final where possibleNoel Grandin
2014-11-12java: convert fields to local variables where possibleNoel Grandin
2014-10-31sw: fix insertion of hyperlink inside hyperlink...Michael Stahl
2014-10-17java: no need to call String.valueOf to append to a StringNoel Grandin
2014-10-16java: confusing literalNoel Grandin
2014-08-20double-checked locking is not thread-safe in JavaNoel Grandin
2014-08-19java: use 'Short.valueOf' instead of 'new Short'Noel Grandin
2014-08-19java: use Boolean.valueOf instead of instantiating Boolean objectsNoel Grandin
2014-08-14java: remove commented out codeNoel Grandin
2014-08-13java: remove dead methodsNoel Grandin
2014-08-13java: reduce scope, make some methods privateNoel Grandin
2014-08-13java: reduce scope, make fields privateNoel Grandin
2014-08-12java: add @Override annotation to overriding methodsNoel Grandin
2014-08-11java: remove unused parametersNoel Grandin
2014-08-08java: remove exceptions from throws clauses that are notNoel Grandin