Skip to main content
summaryrefslogtreecommitdiffstats
path: root/common
AgeCommit message (Expand)AuthorFilesLines
2012-02-24added valueIsEqualToOneOf(Object, Object ... )pfullbright1-0/+9
2012-02-24added concatenate(String ... )pfullbright1-0/+14
2012-02-24changed superclasses and interfaces to use erasures rather than just fq names...pfullbright1-3/+3
2012-02-18reselect attribute after its mapping is changed via the UIbvosburgh1-0/+26
2012-02-18rename ValueModels to Modifiable* from Writable*bvosburgh110-664/+656
2012-02-15Rework validation resources etc.uid84283-83/+0
2012-02-13set the class name ad package name in the new class wizard using the fully qu...kmoore1-3/+4
2012-02-10rework JpaProjectManagerbvosburgh289-5673/+11922
2012-02-10minor changesbvosburgh21-155/+257
2012-02-10tweak annotation adaptersbvosburgh10-159/+175
2012-02-10tweak non-UI plug-in classpathsbvosburgh2-0/+5
2012-02-09updated a comment to the correct method namekmoore1-1/+1
2012-02-09370342 - cleaned up how we resolve to ITypes in both xml(to remove partial pa...kmoore1-16/+31
2012-02-09277017 - changed how I fixed this class chooser bugkmoore1-2/+11
2012-02-02Bug 277017 - class chooser widgets don't work if package is set in orm.xmlkmoore1-14/+6
2012-01-20removed SWTUtil.openDialog(PostExecution), this appears to be unnecessarykmoore5-219/+2
2012-01-19removed reflection used to build resource bundle strings for enum valueskmoore2-88/+7
2012-01-19315949 - Support Static Weaving through Dali Eclipse Plug-intle1-1/+5
2012-01-17bug 368451 - browse buttons have a delay so you can press them multiple timeskmoore1-4/+4
2012-01-09added set and remove support for member value pairspfullbright1-1/+35
2012-01-06357360 - dialog message not generic.nhauge1-1/+1
2012-01-05Bug 236087 - validation for IdClass - patch from Nankmoore7-8/+180
2011-12-27350615 - [EclipseLink] Point to latest XSD's in shipped EL bundles in XML Cat...tle6-16204/+14
2011-12-16added getAllAnnotations() to JavaResourceAnnotatedElementpfullbright4-41/+107
2011-11-29356226 - [EclipseLink] 2.4 platform support including eclipselink-orm.xsd and...kmoore3-2/+6174
2011-11-17Update versions and version dependencies for 3.1 release.nhauge3-3/+3
2011-11-11added api for public/protected no-arg constructorpfullbright3-1/+64
2011-11-09Bug 363227 - Listener leak in AbstractJptGenerator - remove the launchListene...kmoore1-3/+11
2011-11-01change method to protected for subclassingkmoore1-1/+1
2011-10-27Debug mode should be false.nhauge1-1/+1
2011-10-25revert fix for bug 310720 as it was causing other worse IndexOutOfBounds exce...kmoore2-42/+2
2011-10-25updated schema (EclipseLink added MultitenantType.VPD to the schema in 2.3.1)kmoore1-1/+9
2011-10-21added a constructor that builds a null control Transformerkmoore1-13/+30
2011-10-20bug 310720 - fixing IndexOutOfBoundsException with Override Default check box...kmoore2-2/+42
2011-10-19fixed problem with arrays and illegal/unexpected expressions. return empty a...pfullbright2-5/+6
2011-10-19added IndexedConversionDeclarationAnnotationElementAdapter usage to testspfullbright1-7/+8
2011-10-19support for indexed values within elementspfullbright7-10/+168
2011-10-19Update version for 3.1M3.nhauge1-1/+1
2011-10-18removed eclipselink_orm_2_4.xsd schema, it will not yet be released when Dali...kmoore2-5580/+1
2011-10-14[310876] [321736] - Add "do not show again" option on applicable Dali dialogs...nhauge4-0/+115
2011-10-11Bug 360554 - NPE when changing a class to an enum (or enum to class)kmoore2-7/+26
2011-09-21bug 357948 - Annotations added via the context model were not being initializedkmoore1-0/+1
2011-09-20357691- issue with removing a container annotation and it still exists in our...kmoore1-1/+6
2011-09-19added getParameterTypeName(int index) to apipfullbright3-107/+140
2011-09-19356226 - [EclipseLink] 2.4 platform support including eclipselink-orm.xsdkmoore1-1/+57
2011-09-14354013 - partial single-table multitenancy support - supporting specified mul...kmoore3-0/+23
2011-09-02updated orm resource model for the 2.4 eclipselink-orm.xml schemakmoore2-1/+5528
2011-09-01clean up generator, query, and EclipseLink converter codebvosburgh1-0/+49
2011-08-25added compilation unit creation methodpfullbright1-0/+4
2011-08-16added check for type being subtype of itself, and testpfullbright2-3/+13

Back to the top