summaryrefslogtreecommitdiff
path: root/toolkit/qa
AgeCommit message (Expand)AuthorFilesLines
2014-11-18java: make fields final where possibleNoel Grandin5-11/+11
2014-11-12Fix common typos. No automatic tools. Handmade…Andrea Gelmini1-1/+1
2014-10-19accessibility: The if statement is redundantRobert Antoni Buj i Gelonch1-9/+6
2014-10-08complex: Use 'import com.sun.star.beans.UnknownPropertyException;'Robert Antoni Buj i Gelonch1-3/+3
2014-10-07java: remove unnecessary adding of empty stringsNoel Grandin2-3/+3
2014-09-09toolkit: use String.length()==0 instead of String.equals(empty string)rbuj1-1/+1
2014-09-02toolkit: fix javadoc errorsrbuj2-6/+6
2014-08-20java: remove unnecessary constructor declarationsNoel Grandin2-8/+0
2014-08-20use correct loop index variableNoel Grandin1-2/+2
2014-08-20double-checked locking is not thread-safe in JavaNoel Grandin1-1/+1
2014-08-19java: remove unused methodsNoel Grandin1-18/+0
2014-08-17catch UnknownPropertyExceptionCaolán McNamara1-0/+10
2014-08-14java: remove unused importsNoel Grandin1-1/+0
2014-08-13java: remove dead methodsNoel Grandin1-23/+2
2014-08-13java: reduce scope, make some methods privateNoel Grandin2-3/+3
2014-08-13java: reduce scope, make member classes privateNoel Grandin1-1/+1
2014-08-13java: reduce scope, make fields privateNoel Grandin5-12/+12
2014-08-13java: reduce scope, make constructors privateNoel Grandin1-1/+1
2014-08-12java: remove useless javadoc tagsNoel Grandin5-47/+0
2014-08-05java: remove commented out codeNoel Grandin5-35/+0
2014-08-05java: remove various unused variablesNoel Grandin1-15/+9
2014-05-05simplify ternary conditions "xxx ? yyy : false"Noel Grandin1-1/+1
2014-02-26Remove visual noise from toolkitAlexander Wilms2-28/+28
2013-07-05Related: #i121514# Remove deprecated UnoControlSimpleAnimationAriel Constenla-Haile2-13/+0
2013-07-05Related: #i121513# Remove deprecated UnoControlThrobberModelAriel Constenla-Haile2-13/+0
2012-11-29toolkit: s/EventEvent/Event/ in a11y complex testMichael Stahl1-5/+5
2012-11-29API CHANGE a11y unpublishing and add/removeListener rename.Thorsten Behrens1-5/+5
2012-11-20fdo#51304: Remove @author annotationJosé Guilherme Vanz5-5/+0
2012-10-03re-base on ALv2 code. Includes:Michael Meeks3-44/+46
2012-10-03fs34b: integrated complex test cases into GNUMake's subsequentcheck targetFrank Schoenheit [fs]1-97/+0
2012-09-14gridfixes: ensure removal of a column in grid control adjusts the cursorNorbert Thiebaud1-56/+99
2012-09-14gridfixes: #i117398# XMutableGridDataModel:Norbert Thiebaud2-4/+151
2012-09-14gridfixes: #i117398# added XGridDataModel::getRowDataFrank Schoenheit [fs]1-1/+28
2012-08-28Java cleanup - remove unused importsNoel Grandin1-1/+0
2012-08-20Remove dead java codeNoel Grandin3-9/+0
2012-06-29Java5 update - convert to use generics and new Collections classesNoel Grandin5-33/+27
2012-06-21re-base on ALv2 code.Michael Meeks1-23/+14
2012-06-21re-base on ALv2 code.Michael Meeks10-182/+148
2012-05-30i#87757: do not create empty Rectangle bounding box for glyphs:Michael Stahl1-4/+0
2012-03-23.java files don't need executable bitsMichael Stahl11-0/+0
2012-03-21chmod -xTor Lillqvist1-0/+0
2012-01-11fix prefix of command line switches (-- instead of -)Andras Timar1-1/+1
2011-09-12sb140: #i117486# avoid XWindow.getPosSize immediately after XWindow.setPosSizeStephan Bergmann1-7/+6
2011-05-23fdo#35690: reenable toolkit.AccessibleStatusBarItem as it appears stableBjoern Michaelsen1-1/+1
2011-05-19fdo#35690: disabling toolkit.AccessibleStatusBarItem as it crashes nowBjoern Michaelsen1-1/+1
2011-03-29fd#35772: toolkit.Toolkit::css::awt::XMessageBoxFactory fails on headlessBjoern Michaelsen1-0/+3
2011-03-27cleanup of unoapi testBjoern Michaelsen2-100/+0
2011-03-25fd#35666: disable toolkit.UnoControlDialogModel::css::io::XPersistObjectBjoern Michaelsen1-0/+3
2011-03-23Merge commit 'ooo/DEV300_m103'Jan Holesovsky1-0/+48
2011-03-11Merge commit 'ooo/DEV300_m101' into intm101Jan Holesovsky26-1750/+2883