summaryrefslogtreecommitdiff
path: root/wizards
AgeCommit message (Expand)Author
2014-11-27java,wizards: remove unused parametersNoel Grandin
2014-11-27java,wizards: remove unread fieldsNoel Grandin
2014-11-27java,wizards: remove unused constantsNoel Grandin
2014-11-27java,wizards: remove unused classesNoel Grandin
2014-11-27java,wizards: remove unused methodsNoel Grandin
2014-11-27java,wizards: remove unused class XCommandSelectionListenerNoel Grandin
2014-11-27java,wizards: remove completely unreferenced fieldsNoel Grandin
2014-11-27java,wizards: remove unnecessary use of reflectionNoel Grandin
2014-11-27java,wizards: remove unnecessary use of reflectionNoel Grandin
2014-11-25java,wizards: forgot to commit some filesNoel Grandin
2014-11-25java: remove some comment noiseNoel Grandin
2014-11-25java: remove now unused CommonListener classNoel Grandin
2014-11-25java,wizards: convert event listeners to inner classesNoel Grandin
2014-11-25java,wizards: convert event listeners to inner classesNoel Grandin
2014-11-25java,wizards: convert event listeners to inner classesNoel Grandin
2014-11-25java,wizards: convert event listeners to inner classesNoel Grandin
2014-11-25java,wizards: convert event listeners to inner classesNoel Grandin
2014-11-25java,wizards: convert some listeners to more normal inner classesNoel Grandin
2014-11-25java: simplify CommonListenere some moreNoel Grandin
2014-11-25java: simplify the CommonListener stuffNoel Grandin
2014-11-25java: final fields that can be staticNoel Grandin
2014-11-24convert EventNames to an enumNoel Grandin
2014-11-24merge AbstractListener into CommonListenerNoel Grandin
2014-11-24the getGuiEventListener method is unnecessaryNoel Grandin
2014-11-24the UnoDialog constructor parameters can be simplifiedNoel Grandin
2014-11-24createListener() is never overridenNoel Grandin
2014-11-18java, wizards: remove unused local variables and fieldsNoel Grandin
2014-11-18java: make fields final where possibleNoel Grandin
2014-11-18java: rather use @Deprecated annotationNoel Grandin
2014-11-12Fix common typos. No automatic tools. Handmade…Andrea Gelmini
2014-11-12java: convert fields to local variables where possibleNoel Grandin
2014-11-10fix spelling implemenation -> implementationNoel Grandin
2014-11-07default to ods instead of sxcCaolán McNamara
2014-11-02Access2Base - Extension of GoTorecord action to table/query datasheetsJean-Pierre Ledure
2014-11-01Access2Base - new ApplyFilter and SetOrderBy actionsJean-Pierre Ledure
2014-10-30Fixed typos. No automatic tools (sed, and so on).Andrea Gelmini
2014-10-30java: Method uses the same code for two switch clausesRobert Antoni Buj i Gelonch
2014-10-30java: Questionable use of non-short-circuit logicRobert Antoni Buj i Gelonch
2014-10-25Access2Base - Introspection in RootJean-Pierre Ledure
2014-10-17Access2Base - Internal redesign of root structure into a separate class moduleJean-Pierre Ledure
2014-10-17java: final fields that can be staticNoel Grandin
2014-10-17java: no need to call String.valueOf to append to a StringNoel Grandin
2014-10-16java: when rethrowing, store the original exceptionNoel Grandin
2014-10-16java: replace 'new Short' with 'Short.valueOf'Noel Grandin
2014-10-16java: replace 'new Integer' with 'Integer.valueOf'Noel Grandin
2014-10-16java: reduce the depth of some deeply nested if blocksNoel Grandin
2014-10-16java: no need to explicitly code default constructorsNoel Grandin
2014-10-16java: methods in interfaces are implicitly publicNoel Grandin
2014-10-16remove unnecessary catch blockNoel Grandin
2014-10-16java: use 'Short.valueOf' instead of 'new Short'Noel Grandin