Age | Commit message (Expand) | Author |
2014-11-27 | java,wizards: remove unused parameters | Noel Grandin |
2014-11-27 | java,wizards: remove unread fields | Noel Grandin |
2014-11-27 | java,wizards: remove unused constants | Noel Grandin |
2014-11-27 | java,wizards: remove unused classes | Noel Grandin |
2014-11-27 | java,wizards: remove unused methods | Noel Grandin |
2014-11-27 | java,wizards: remove unused class XCommandSelectionListener | Noel Grandin |
2014-11-27 | java,wizards: remove completely unreferenced fields | Noel Grandin |
2014-11-27 | java,wizards: remove unnecessary use of reflection | Noel Grandin |
2014-11-27 | java,wizards: remove unnecessary use of reflection | Noel Grandin |
2014-11-25 | java,wizards: forgot to commit some files | Noel Grandin |
2014-11-25 | java: remove some comment noise | Noel Grandin |
2014-11-25 | java: remove now unused CommonListener class | Noel Grandin |
2014-11-25 | java,wizards: convert event listeners to inner classes | Noel Grandin |
2014-11-25 | java,wizards: convert event listeners to inner classes | Noel Grandin |
2014-11-25 | java,wizards: convert event listeners to inner classes | Noel Grandin |
2014-11-25 | java,wizards: convert event listeners to inner classes | Noel Grandin |
2014-11-25 | java,wizards: convert event listeners to inner classes | Noel Grandin |
2014-11-25 | java,wizards: convert some listeners to more normal inner classes | Noel Grandin |
2014-11-25 | java: simplify CommonListenere some more | Noel Grandin |
2014-11-25 | java: simplify the CommonListener stuff | Noel Grandin |
2014-11-25 | java: final fields that can be static | Noel Grandin |
2014-11-24 | convert EventNames to an enum | Noel Grandin |
2014-11-24 | merge AbstractListener into CommonListener | Noel Grandin |
2014-11-24 | the getGuiEventListener method is unnecessary | Noel Grandin |
2014-11-24 | the UnoDialog constructor parameters can be simplified | Noel Grandin |
2014-11-24 | createListener() is never overriden | Noel Grandin |
2014-11-18 | java, wizards: remove unused local variables and fields | Noel Grandin |
2014-11-18 | java: make fields final where possible | Noel Grandin |
2014-11-18 | java: rather use @Deprecated annotation | Noel Grandin |
2014-11-12 | Fix common typos. No automatic tools. Handmade… | Andrea Gelmini |
2014-11-12 | java: convert fields to local variables where possible | Noel Grandin |
2014-11-10 | fix spelling implemenation -> implementation | Noel Grandin |
2014-11-07 | default to ods instead of sxc | Caolán McNamara |
2014-11-02 | Access2Base - Extension of GoTorecord action to table/query datasheets | Jean-Pierre Ledure |
2014-11-01 | Access2Base - new ApplyFilter and SetOrderBy actions | Jean-Pierre Ledure |
2014-10-30 | Fixed typos. No automatic tools (sed, and so on). | Andrea Gelmini |
2014-10-30 | java: Method uses the same code for two switch clauses | Robert Antoni Buj i Gelonch |
2014-10-30 | java: Questionable use of non-short-circuit logic | Robert Antoni Buj i Gelonch |
2014-10-25 | Access2Base - Introspection in Root | Jean-Pierre Ledure |
2014-10-17 | Access2Base - Internal redesign of root structure into a separate class module | Jean-Pierre Ledure |
2014-10-17 | java: final fields that can be static | Noel Grandin |
2014-10-17 | java: no need to call String.valueOf to append to a String | Noel Grandin |
2014-10-16 | java: when rethrowing, store the original exception | Noel Grandin |
2014-10-16 | java: replace 'new Short' with 'Short.valueOf' | Noel Grandin |
2014-10-16 | java: replace 'new Integer' with 'Integer.valueOf' | Noel Grandin |
2014-10-16 | java: reduce the depth of some deeply nested if blocks | Noel Grandin |
2014-10-16 | java: no need to explicitly code default constructors | Noel Grandin |
2014-10-16 | java: methods in interfaces are implicitly public | Noel Grandin |
2014-10-16 | remove unnecessary catch block | Noel Grandin |
2014-10-16 | java: use 'Short.valueOf' instead of 'new Short' | Noel Grandin |