summaryrefslogtreecommitdiff
path: root/sfx2/qa/complex/sfx2/UndoManager.java
AgeCommit message (Expand)Author
2019-08-20Fix typosAndrea Gelmini
2018-04-01fix some openoffice bugzilla linksdennisroczek
2017-01-12sfx2: fix race in JunitTest UndoManager.checkBrokenScripts()Michael Stahl
2015-07-08java: let the unit-test framework catch exceptionsNoel Grandin
2015-06-28Fix typosAndrea Gelmini
2014-08-12java: remove unnecessary semi-colonsNoel Grandin
2014-03-10sfx2: simplify deprecated XTypeProvider.getImplementationIdStephan Bergmann
2014-02-26Remove visual noise from sfx2Alexander Wilms
2013-11-26adapt sfx2 UndoManager test to renaming from "click" to "press"Michael Stahl
2013-05-06Java cleanup, remove unnecessary @SuppressWarnings annotationsNoel Grandin
2013-02-01Increase test timeoutStephan Bergmann
2012-11-20fdo#51304: Remove @author annotationJosé Guilherme Vanz
2012-08-20Remove dead java code, fields and local variablesNoel Grandin
2012-08-20Java update - fix various javadoc issuesNoel Grandin
2012-07-09fdo#35663: enable UndoManager test, but disable failing Calc testMichael Stahl
2012-07-06re-base on ALv2 code. Includes:Michael Meeks
2012-07-06fs34b: re-enable checkBrokenScripts - works fineFrank Schoenheit [fs]
2012-07-06fs34b: remaint of CWS debuglevels:Frank Schoenheit [fs]
2012-06-29Java5 update - convert to use genericsNoel Grandin
2012-03-23.java files don't need executable bitsMichael Stahl
2011-05-23fdo#35663: be more explicit on assertsBjoern Michaelsen
2011-02-04gnumake3: adjust sfx2 complex tests to m99 changesMichael Stahl
2011-01-05undoapi: now that the Writer supports the XUndoManager, too, we can remove th...Frank Schoenheit [fs]
2011-01-05undoapi: fix UndoManager test for m96, by disabling a test which uses current...Frank Schoenheit [fs]
2010-12-15undoapi: #i115383#: enable writer undo testMichael Stahl
2010-12-01undoapi: clear the redo stack when leaving an Undo context resp. list action,...Frank Schoenheit [fs]
2010-11-16undoapi: updated the Chart test backendFrank Schoenheit [fs]
2010-11-16undoapi: derive XUndoManager from XChild, to allow convenient access to the d...Frank Schoenheit [fs]
2010-11-15 undoapi: step 2.1 of the migration of css.chart2.XUndoManager to css.documen...Frank Schoenheit [fs]
2010-11-15undoapi: added test for request serialization: parallel undo requests should ...Frank Schoenheit [fs]
2010-11-12undoapi: delegate UndoManagerHelper's (modifying) API calls into a dedicated ...Frank Schoenheit [fs]
2010-11-09undoapi: step 1 of the migration of css.chart2.XUndoManager to css.document.X...Frank Schoenheit [fs]
2010-11-04undoapi: added tests for OOo's auto-closing of Undo contexts after executing ...Frank Schoenheit [fs]
2010-11-02undoapi: allow retrieving the count/comments of Undo/Redo actions both on the...Frank Schoenheit [fs]
2010-10-27undoapi: outsourced locking functionality into a dedicated interfaceFrank Schoenheit [fs]
2010-10-27undoapi: detailed the error handlingFrank Schoenheit [fs]
2010-10-25undoapi: renamings, API docsFrank Schoenheit [fs]
2010-10-25undoapi: implementation/tests for hidden Undo contextsFrank Schoenheit [fs]
2010-10-22undoapi: yet more Undo API tests (will this ever end?)Frank Schoenheit [fs]
2010-10-22undoapi: added locking support to the XUndoManagerFrank Schoenheit [fs]
2010-10-21undoapi: implement a test backend for Writer. Not fully integrated into the t...Frank Schoenheit [fs]
2010-10-21undoapi: specified (and implemented and tested) what should happen when you l...Frank Schoenheit [fs]
2010-10-20undoapi: more UNDO API testsFrank Schoenheit [fs]
2010-10-19undoapi: added isUndo/RedoPossible / getCurrent/AllUndo/RedoTitle(s) to XUndo...Frank Schoenheit [fs]
2010-10-19undoapi: test backend for Impress (doing the same as the Draw test backend)Frank Schoenheit [fs]
2010-10-15undoapi: tests for Draw docs' UndoFrank Schoenheit [fs]
2010-10-15undoapi: API and Impl tweaksFrank Schoenheit [fs]
2010-10-14undoapi: initial tests for the new Undo API - currently testing Calc only, an...Frank Schoenheit [fs]