0
I Use This!
Inactive

Commits : Listings

Analyzed about 1 hour ago. based on code collected about 1 hour ago.
Feb 26, 2025 — Feb 26, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
No need anymore for hand-written code. Let the code generator do all the work now. More... over 19 years ago
Splitted off `pobjsearch', `pobjtest' and `pobjform' module into separate files. More... over 19 years ago
Initial revision -- splitted off `pobjtes' and `pobjform' module from `classes.xml'. More... over 19 years ago
Initial revision -- splitted off `pobjsearch' module from `classes.xml'. More... over 19 years ago
Prevent checking in of glue classes. More... over 19 years ago
(parseDictionary): Fixed to include all parsed dictionaries in the returned one. More... over 19 years ago
(createModuleFilter): Return a `Collection' instead of `ArrayList' as the real type is irrelevant. Internally use a `HashSet' instead of a `ArrayList' to test for the name. More... over 19 years ago
Removed some reduntant final modifiers. Added some whitespaces. More... over 19 years ago
(writeGlobalsClass): Fixed typo. More... over 19 years ago
(writeTypeMapConsts): Remove some empty lines in generated code. Fixed to separate column name and label with a `_' in the constant name. More... over 19 years ago
(writeGlobalsEnd): Another fix for the TypeDecl initialization. (writeGlobalsClass): Fixed initialization of Index list. (writeGlobalsFlow): Fixed by completing the method. (writeGlueFileFlow): Fixed indentation in generated code. More... over 19 years ago
(writeDescriptionAsJavaDoc): Fixed indentation. (writeTypeInit): Fixed hanlding of TypeRef. (writeCtor): Fixed writing of ClassDecl for application file. (writeGlobalsEnd): Fixed writing of TypeDecl code. Fixed init code for workflows. (writeGlobalsFlow): Use state class for the name and `initWorkflow' as prefix for the function name. (writeGlueFileClass): Fixed imports. More... over 19 years ago
(isInstanceOf): Added JavaDoc. (copyState): New method to copy the state of the given object into the current object. More... over 19 years ago
Code generator support HTML and Swing forms at the same time now. Code generator creates application clases if they don't exist already. Write support for n-tuple primary keys has been added over JoinType. More... over 19 years ago
(doTestRestrictTo): Disabled the `getVisualString' check as it is buggy for Swing forms. This needs to be fixed correctly. More... over 19 years ago
(name): No need to include package name to `PObjSet' as the code generator includes appropriate import statements, and the string is already long enough with the fully qualified target class name. More... over 19 years ago
(depend): Provide dependency information for test application form classes. (clean): Remove test application form classes. More... over 19 years ago
Generate code in `Globals' to set the `Description' of a `FormDecl' and its `FormEntry' instances. More... over 19 years ago
Removed duplicate error message for unknown option, as `getopt' already produces one. Propage form interface limitation to code generator. More... over 19 years ago
(getFormsOnly,setFormsOnly): New methods to restrict form generation to specified interfaces. (writeGlueFileHtmlForm,writeGlueFileSwingForm): Merged into a `writeGlueFileForm' method to reduce code duplication. (writeApplFileForm): Fixed to limit form interface generation correctly. More... over 19 years ago
Use generated dictionary instead of hand-written one. More... over 19 years ago
(test-generate): Added `--include-dictionary'. More... over 19 years ago
Added `*Subform.java'. More... over 19 years ago
Fixed to do each test for an HTML and a Swing instance. More... over 19 years ago
Prevent accidential checkin's of autogenerated application form classes as they don't contain any special extensions. More... over 19 years ago
Removed hand-written code as now autogenerated by code generator if not exists. More... over 19 years ago
Renamed argument `--form' into `--forms-only' which is currently not functional. Added argument `--include-dictionary'. Adapted to changes of `CodeGenJava'. More... over 19 years ago
- Added support to generate dictionary creation in `Globals' file. - Added support to generate application files if not already exists. - Added support to generate Html and Swing forms at the same time. - Move initialization of most metadata constants from `Globals' file into the `PClass*' files. - Move initialization of table expressions from the big static block in `Globals' into separate static methods for each table. More... over 19 years ago
(HTML_CLASS_NAME, SWING_CLASS_NAME): New constant as variant for CLASS_NAME as analog to GENERATED_CLASS_NAME, GENERATED_HTML_NAME and GENERATED_SWING_NAME. (name): Fixed `POINTER_TYPE' to include the java package. Added support for the new constants. More... over 19 years ago
Revert removal of `Container.newEvalContext' and merging of `SQLEvalContext' into `EvalContext'. More... over 19 years ago