summaryrefslogtreecommitdiff
path: root/wizards
AgeCommit message (Expand)AuthorFilesLines
2014-12-05java: remove some unused fieldsNoel Grandin1-1/+0
2014-12-05java: static fields should be accessed in a static wayNoel Grandin7-44/+24
2014-11-27java,wizards: remove unused parametersNoel Grandin35-119/+105
2014-11-27java,wizards: remove unread fieldsNoel Grandin32-124/+29
2014-11-27java,wizards: remove unused constantsNoel Grandin9-13/+0
2014-11-27java,wizards: remove unused classesNoel Grandin38-3978/+0
2014-11-27java,wizards: remove unused methodsNoel Grandin57-3482/+57
2014-11-27java,wizards: remove unused class XCommandSelectionListenerNoel Grandin2-25/+0
2014-11-27java,wizards: remove completely unreferenced fieldsNoel Grandin30-74/+0
2014-11-27java,wizards: remove unnecessary use of reflectionNoel Grandin3-10/+19
2014-11-27java,wizards: remove unnecessary use of reflectionNoel Grandin1-44/+15
2014-11-25java,wizards: forgot to commit some filesNoel Grandin3-0/+69
2014-11-25java: remove some comment noiseNoel Grandin4-23/+0
2014-11-25java: remove now unused CommonListener classNoel Grandin3-228/+0
2014-11-25java,wizards: convert event listeners to inner classesNoel Grandin8-29/+68
2014-11-25java,wizards: convert event listeners to inner classesNoel Grandin4-21/+38
2014-11-25java,wizards: convert event listeners to inner classesNoel Grandin8-41/+128
2014-11-25java,wizards: convert event listeners to inner classesNoel Grandin3-17/+35
2014-11-25java,wizards: convert event listeners to inner classesNoel Grandin6-65/+119
2014-11-25java,wizards: convert some listeners to more normal inner classesNoel Grandin6-77/+171
2014-11-25java: simplify CommonListenere some moreNoel Grandin2-140/+27
2014-11-25java: simplify the CommonListener stuffNoel Grandin4-49/+30
2014-11-25java: final fields that can be staticNoel Grandin9-20/+20
2014-11-24convert EventNames to an enumNoel Grandin6-50/+64
2014-11-24merge AbstractListener into CommonListenerNoel Grandin6-137/+108
2014-11-24the getGuiEventListener method is unnecessaryNoel Grandin2-9/+4
2014-11-24the UnoDialog constructor parameters can be simplifiedNoel Grandin2-7/+3
2014-11-24createListener() is never overridenNoel Grandin2-11/+1
2014-11-18java, wizards: remove unused local variables and fieldsNoel Grandin37-94/+45
2014-11-18java: make fields final where possibleNoel Grandin43-133/+133
2014-11-18java: rather use @Deprecated annotationNoel Grandin1-3/+1
2014-11-12Fix common typos. No automatic tools. Handmade…Andrea Gelmini9-12/+12
2014-11-12java: convert fields to local variables where possibleNoel Grandin14-71/+31
2014-11-10fix spelling implemenation -> implementationNoel Grandin4-10/+10
2014-11-07default to ods instead of sxcCaolán McNamara1-8/+8
2014-11-02Access2Base - Extension of GoTorecord action to table/query datasheetsJean-Pierre Ledure1-25/+28
2014-11-01Access2Base - new ApplyFilter and SetOrderBy actionsJean-Pierre Ledure6-13/+167
2014-10-30Fixed typos. No automatic tools (sed, and so on).Andrea Gelmini3-6/+6
2014-10-30java: Method uses the same code for two switch clausesRobert Antoni Buj i Gelonch5-117/+15
2014-10-30java: Questionable use of non-short-circuit logicRobert Antoni Buj i Gelonch1-1/+1
2014-10-25Access2Base - Introspection in RootJean-Pierre Ledure2-3/+1
2014-10-17Access2Base - Internal redesign of root structure into a separate class moduleJean-Pierre Ledure12-203/+322
2014-10-17java: final fields that can be staticNoel Grandin12-42/+42
2014-10-17java: no need to call String.valueOf to append to a StringNoel Grandin5-8/+8
2014-10-16java: when rethrowing, store the original exceptionNoel Grandin9-26/+36
2014-10-16java: replace 'new Short' with 'Short.valueOf'Noel Grandin2-7/+7
2014-10-16java: replace 'new Integer' with 'Integer.valueOf'Noel Grandin1-9/+9
2014-10-16java: reduce the depth of some deeply nested if blocksNoel Grandin1-30/+30
2014-10-16java: no need to explicitly code default constructorsNoel Grandin6-27/+0
2014-10-16java: methods in interfaces are implicitly publicNoel Grandin13-70/+68