Skip to main content
summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2013-03-05rename ReadOnlyPersistentAttribute to PersistentAttributeBrian Vosburgh4-27/+27
2013-03-05rename JavaPersistentAttribute to JavaModifiablePersistentAttributeBrian Vosburgh52-391/+391
2013-03-05rename PersistentAttribute to ModifiablePersistentAttributeBrian Vosburgh2-7/+7
2013-03-05fix broken references and change method names corresponding toBrian Vosburgh1-4/+4
2013-03-05rename JpaRootContextNodeModel to JpaContextModelRootModel etc.Brian Vosburgh2-5/+5
2013-03-05rename JpaProject.getRootContextNode() to .getContextModelRoot() etc.Brian Vosburgh15-22/+22
2013-03-05rename JpaRootContextNode to JpaContextModelRootBrian Vosburgh2-4/+4
2013-03-05rename JpaNode to JpaModelBrian Vosburgh4-10/+10
2013-02-25[401740] org.eclipse.jpt.jpadiagrameditor.ui.tests is breaking the WTPv201302252109Tran Le1-1/+1
2013-02-11remove extra Iterator and Iterable constructorsBrian Vosburgh1-5/+3
2013-01-28[395460] - The integration between the JPA diagram editor and the JPAPetya Sabeva2-67/+58
2013-01-10Fix some NPEs.Petya Sabeva5-116/+24
2013-01-02[364597] - JPA 2.0 - Support for derived idsPetya Sabeva46-377/+2139
2012-12-13Use shared license feature.Petya Sabeva3-236/+8
2012-12-10cleaning up warnings - @SuppressWarnings("nls"), etcKaren Butzke115-132/+322
2012-12-10JavaResourceAnnotatedElement.Kind renamed to JavaResourceAnnotatedElement.Ast...Karen Butzke1-3/+3
2012-12-04Stabilize swtbot UI tests.Petya Sabeva10-208/+301
2012-11-09Fix diagram editor feature license in a way to be able to be build withv201211090945Petya Sabeva3-9/+237
2012-11-08Fix Diagram Editor feature license.v201211081727Neil Hauge1-1/+3
2012-11-08Fix failing swtbot tests and small bugs.v201211081521Petya Sabeva6-515/+546
2012-11-07Bug 364004 - Support for deletion/creation of 'is-a' relations betweenv201211071505v2012071458Petya Sabeva19-514/+1304
2012-11-05Bug 364603 - JPA 2.0 - Support for element collection.v201211051313Petya Sabeva58-814/+1660
2012-11-03Bug 388098 - Diagram editor malfunctions if XML contains white space inPetya Sabeva1-8/+8
2012-11-03Bug 389270 - Create entities to have an explicit no-arg constructorPetya Sabeva1-0/+2
2012-11-03Bug 389271 - Mapped superclasses should be abstract Java classesPetya Sabeva1-1/+1
2012-11-03Bug 389268 - Creating entities that implement java.io.SerializablePetya Sabeva1-4/+9
2012-11-02removing unused imports, adding NON-NLS commentsKaren Butzke1-2/+1
2012-10-25tweak project build paths in dbws.eclipselink.core.gen andBrian Vosburgh1-7/+7
2012-10-24Fix tests' compilation errors.Petya Sabeva2-2/+2
2012-10-24Export the update sites as configurable properties in the hudson buildPetya Sabeva1-6/+34
2012-10-23Move up to the next JPA diagram editor's version.v201210231454Petya Sabeva1-1/+1
2012-10-23Bug 364602 - JPA 2.0 - Support for embeddables + SWTBot testsPetya Sabeva95-4352/+8655
2012-10-16add .gitignore to JPA diagram editor swtbot tests projectBrian Vosburgh1-0/+1
2012-10-16Commented out swtbot.tests, breaks the build.v201210161450Tran Le1-40/+40
2012-10-16Update version number for 3.3 releasev201210161406Petya Sabeva9-77/+77
2012-10-16Bug 391661 - Diagram editor open crashesPetya Sabeva3-17/+24
2012-10-11rework utility classesBrian Vosburgh9-12/+12
2012-10-09Enable test for collapse/expand the entity's compartment by contextPetya Sabeva1-1/+0
2012-10-09Fix NPE in test.Petya Sabeva1-0/+2
2012-10-09Enable skipped test.Petya Sabeva1-30/+21
2012-10-09Skip failing test.Petya Sabeva1-0/+1
2012-10-09Check whether diagram is empty before creating entities.Petya Sabeva1-0/+5
2012-10-09Fix failing swtbot testsPetya Sabeva2-61/+143
2012-10-09Select attribute to appear in the JPA Details view.Petya Sabeva1-0/+1
2012-10-08Fix failing tests.Petya Sabeva2-8/+14
2012-10-08Disable tests that require mouse click.Petya Sabeva1-0/+1
2012-10-08Disable tests that reqruire mouse move.Petya Sabeva1-0/+6
2012-10-08Enable tests.Petya Sabeva1-6/+1
2012-10-08Refer to the last wtp sdk repo.Petya Sabeva1-2/+1
2012-10-03Refer to latest wtp sources in the diagram editor testsPetya Sabeva1-1/+1

Back to the top