Age | Commit message (Expand) | Author |
2022-07-08 | [API CHANGE] Drop css::accessibility::XAccessibleStateSet | Noel Grandin |
2018-04-08 | tdf#45904 move java based api tests to c++ (AccessibleRelationSet) | kadertarlan |
2017-12-11 | tdf#97362: convert sw java complex tests to Python (#final) | jmzambon |
2017-09-05 | tdf#97362: TextPortionEnumerationTest partially migrated to python (last part) | jmzambon |
2017-08-29 | tdf#97362: TextPortionEnumerationTest partially migrated to python (part 7) | jmzambon |
2017-08-22 | tdf#97362: TextPortionEnumerationTest partially migrated to python (part 6) | jmzambon |
2017-08-09 | tdf#97362: TextPortionEnumerationTest partially migrated to python (part 5) | jmzambon |
2017-08-01 | tdf#97362: TextPortionEnumerationTest partially migrated to python (part 4) | jmzambon |
2017-07-14 | tdf#97362: TextPortionEnumerationTest partially migrated to python (part 3) | jmzambon |
2017-06-19 | tdf#97362: TextPortionEnumerationTest partially migrated to python (part 2) | jmzambon |
2017-06-14 | tdf#97362: TextPortionEnumerationTest partially migrated to python (test_port... | jmzambon |
2017-05-27 | tdf#97362: CheckBookmarks unittest migrated to python (check_bookmarks.py) | jmzambon |
2016-05-27 | improve exception throwing in java class util.utils | Noel Grandin |
2016-03-24 | tdf#97362: Convert Java unit test to Python(check_change_color.py) | aqcoder |
2016-03-18 | tdf#97362: Convert Java unit test to Python(load_save_test.py) | kadertarlan |
2016-01-31 | tdf#97362: Deleted CheckTable.java(this test translated to Python already.) | kadertarlan |
2016-01-28 | tdf#97362: Convert Java unit test to Python (check_indexed_property_values.py) | kadertarlan |
2016-01-27 | Convert Java unit test to Python (check_named_property_values.py) | kadertarlan |
2015-12-18 | Java unittest(CheckCrossReferences.java) converted to Python unittest | kadertarlan |
2015-12-15 | Java unit tests were converted to Python unit tests | kadertarlan |
2015-11-25 | sw: un-break JunitTest_sw_complex | Michael Stahl |
2015-11-25 | bin/rename-sw-abbreviations.shlibreoffice-5-1-branch-point | Robinson Tryon |
2015-11-13 | sw: solve the CheckBookmarks fails on WNT mystery | Michael Stahl |
2015-11-09 | java: add some @Override annotations | Noel Grandin |
2015-11-05 | java: remove ((unnecessary)) parentheses | Noel Grandin |
2015-06-15 | java: 'final static' to 'static final' | Noel Grandin |
2015-06-14 | Fix insertion and deletion in IndexedPropertyValuesContainer | Matthew J. Francis |
2015-06-11 | java:regulatize the order of 'final' and public/private | Noel Grandin |
2015-05-20 | bin/rename-sw-abbreviations.shlibreoffice-5-0-branch-point | Christian Lohmaier |
2015-03-25 | Maybe this helps TB56? | Stephan Bergmann |
2015-01-12 | java: no need to instantiate the AccessibilityTools object | Noel Grandin |
2014-12-15 | java: remove some unused fields and variables | Noel Grandin |
2014-12-11 | java: reduce visibility of fields and methods | Noel Grandin |
2014-12-10 | java: improve use of WrappedTargetException to set cause properly | Noel Grandin |
2014-12-05 | java: remove some unused local variables | Noel Grandin |
2014-11-25 | java: final fields that can be static | Noel Grandin |
2014-11-18 | java: make fields final where possible | Noel Grandin |
2014-11-12 | java: convert fields to local variables where possible | Noel Grandin |
2014-10-31 | sw: fix insertion of hyperlink inside hyperlink... | Michael Stahl |
2014-10-17 | java: no need to call String.valueOf to append to a String | Noel Grandin |
2014-10-16 | java: confusing literal | Noel Grandin |
2014-08-20 | double-checked locking is not thread-safe in Java | Noel Grandin |
2014-08-19 | java: use 'Short.valueOf' instead of 'new Short' | Noel Grandin |
2014-08-19 | java: use Boolean.valueOf instead of instantiating Boolean objects | Noel Grandin |
2014-08-14 | java: remove commented out code | Noel Grandin |
2014-08-13 | java: remove dead methods | Noel Grandin |
2014-08-13 | java: reduce scope, make some methods private | Noel Grandin |
2014-08-13 | java: reduce scope, make fields private | Noel Grandin |
2014-08-12 | java: add @Override annotation to overriding methods | Noel Grandin |
2014-08-11 | java: remove unused parameters | Noel Grandin |