summaryrefslogtreecommitdiffstats
path: root/wizards
Commit message (Expand)AuthorAgeFilesLines
* java,wizards: forgot to commit some filesNoel Grandin2014-11-253-0/+69
* java: remove some comment noiseNoel Grandin2014-11-254-23/+0
* java: remove now unused CommonListener classNoel Grandin2014-11-253-228/+0
* java,wizards: convert event listeners to inner classesNoel Grandin2014-11-258-29/+68
* java,wizards: convert event listeners to inner classesNoel Grandin2014-11-254-21/+38
* java,wizards: convert event listeners to inner classesNoel Grandin2014-11-258-41/+128
* java,wizards: convert event listeners to inner classesNoel Grandin2014-11-253-17/+35
* java,wizards: convert event listeners to inner classesNoel Grandin2014-11-256-65/+119
* java,wizards: convert some listeners to more normal inner classesNoel Grandin2014-11-256-77/+171
* java: simplify CommonListenere some moreNoel Grandin2014-11-252-140/+27
* java: simplify the CommonListener stuffNoel Grandin2014-11-254-49/+30
* java: final fields that can be staticNoel Grandin2014-11-259-20/+20
* convert EventNames to an enumNoel Grandin2014-11-246-50/+64
* merge AbstractListener into CommonListenerNoel Grandin2014-11-246-137/+108
* the getGuiEventListener method is unnecessaryNoel Grandin2014-11-242-9/+4
* the UnoDialog constructor parameters can be simplifiedNoel Grandin2014-11-242-7/+3
* createListener() is never overridenNoel Grandin2014-11-242-11/+1
* java, wizards: remove unused local variables and fieldsNoel Grandin2014-11-1837-94/+45
* java: make fields final where possibleNoel Grandin2014-11-1843-133/+133
* java: rather use @Deprecated annotationNoel Grandin2014-11-181-3/+1
* Fix common typos. No automatic tools. Handmade…Andrea Gelmini2014-11-129-12/+12
* java: convert fields to local variables where possibleNoel Grandin2014-11-1214-71/+31
* fix spelling implemenation -> implementationNoel Grandin2014-11-104-10/+10
* default to ods instead of sxcCaolán McNamara2014-11-071-8/+8
* Access2Base - Extension of GoTorecord action to table/query datasheetsJean-Pierre Ledure2014-11-021-25/+28
* Access2Base - new ApplyFilter and SetOrderBy actionsJean-Pierre Ledure2014-11-016-13/+167
* Fixed typos. No automatic tools (sed, and so on).Andrea Gelmini2014-10-303-6/+6
* java: Method uses the same code for two switch clausesRobert Antoni Buj i Gelonch2014-10-305-117/+15
* java: Questionable use of non-short-circuit logicRobert Antoni Buj i Gelonch2014-10-301-1/+1
* Access2Base - Introspection in RootJean-Pierre Ledure2014-10-252-3/+1
* Access2Base - Internal redesign of root structure into a separate class moduleJean-Pierre Ledure2014-10-1712-203/+322
* java: final fields that can be staticNoel Grandin2014-10-1712-42/+42
* java: no need to call String.valueOf to append to a StringNoel Grandin2014-10-175-8/+8
* java: when rethrowing, store the original exceptionNoel Grandin2014-10-169-26/+36
* java: replace 'new Short' with 'Short.valueOf'Noel Grandin2014-10-162-7/+7
* java: replace 'new Integer' with 'Integer.valueOf'Noel Grandin2014-10-161-9/+9
* java: reduce the depth of some deeply nested if blocksNoel Grandin2014-10-161-30/+30
* java: no need to explicitly code default constructorsNoel Grandin2014-10-166-27/+0
* java: methods in interfaces are implicitly publicNoel Grandin2014-10-1613-70/+68
* remove unnecessary catch blockNoel Grandin2014-10-165-24/+24
* java: use 'Short.valueOf' instead of 'new Short'Noel Grandin2014-10-1642-180/+180
* java: use 'Long.valueOf' instead of 'new Long'Noel Grandin2014-10-161-2/+2
* java: use 'Integer.valueOf' instead of 'new Integer'Noel Grandin2014-10-1641-198/+202
* java: use 'Byte.valueOf' instead of 'new Byte'Noel Grandin2014-10-161-2/+2
* rm ‘public static final’ modifiers from field declarations within interfacesRobert Antoni Buj i Gelonch2014-10-152-44/+43
* java: remove useless javadoc tagsNoel Grandin2014-10-1443-474/+25
* java: import from the same packageRobert Antoni Buj i Gelonch2014-10-133-5/+0
* It is more efficient to use the integer implementations of String.indexOf()Robert Antoni Buj i Gelonch2014-10-111-1/+1
* java: use isEmpty() instead of "size() == 0"Noel Grandin2014-10-072-2/+2
* java: use equalsIgnoreCase() instead of toLowerCase().equals()Noel Grandin2014-10-071-1/+1