Skip to main content
summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2012-09-12Added jpt.common.ui to Javadoc.v201209120202Tran Le3-149/+196
2012-09-11364093 - Revert some earlier changes to support tables outside the scopeNan Li1-15/+2
of generation.
2012-09-11Fixed typo.v201209112047Tran Le1-2/+2
2012-09-11Refactored Javadoc gen script.v201209112018Tran Le5-34/+106
2012-09-11Reworked Javadoc generator options.v201209111818Tran Le3-153/+175
2012-09-11Merge branch 'master' of ↵Rick Sapir725-7716/+4568
ssh://rsapir@git.eclipse.org/gitroot/dali/webtools.dali.git
2012-09-11Updated docs, preliminary reviewRick Sapir213-6091/+12213
2012-09-11Merge branch 'master' of http://git.eclipse.org/gitroot/dali/webtools.dali.gitPetya Sabeva2-9/+14
2012-09-11Bug 372069 - NPE when trying to override an association mapping withNan Li2-9/+14
mapped-by strategy
2012-09-10Move up the JPA Diagram Editor to Graphiti 10Petya Sabeva2-50/+50
Change-Id: I4768895eeb9bb5426c3427d87c3eb1f9910ff6ba
2012-09-07removed now unnecessary validation methodsKaren Butzke2-22/+2
2012-09-07More ITypeBinding null checksKaren Butzke1-2/+8
2012-09-06forgot the synchronizeWith(ITypeBinding)Karen Butzke1-1/+2
2012-09-06Correctly fixed java code completion filteringKaren Butzke29-47/+304
2012-09-06Fixed Javadoc file not foundv201209060440Tran Le1-0/+1
2012-09-05Update version numbers for 3.3 M2.Neil Hauge58-58/+58
2012-09-05Included generated Javadoc directories and files.v201209051838Tran Le1-1/+15
2012-09-05Deleted Java and Orm interfaces that are no longer needed after deletingKaren Butzke361-5476/+1910
JavaJpaContextNode and XmlContextNode
2012-09-05Deleted JavaJpaContextNode and XmlContextNode - no longer needed afterKaren Butzke188-715/+471
refactorings to remove CompilationUnit from validation and content assist api
2012-09-05Revert "Fixed filtering of completion proposals after my recent refactoring ↵Karen Butzke3-80/+9
- adding quotes as necessary in the proposal computer itself" This reverts commit 8e884ee1f86ca2c7512ecac40c74a4db156a09b9.
2012-09-05Fixed add moxy property actionPaul Fullbright1-6/+6
2012-09-05Fixed versionPaul Fullbright1-1/+1
2012-09-05Removed (again)Paul Fullbright1-49/+0
2012-09-04Moved Javadoc generation plugin.v201209041929Tran Le9-0/+299
2012-09-01support for versionless xml filesPaul Fullbright55-204/+584
2012-08-31remove 'templates' directory from jpa.ui source jar - it is alreadyBrian Vosburgh1-2/+1
included in binary jar
2012-08-31add new common.ui plugin.xml file to plug-in jarBrian Vosburgh1-0/+1
2012-08-31add common.core model directory to source jarBrian Vosburgh1-1/+2
2012-08-31add new .options files to appropriate build.properties filesBrian Vosburgh4-7/+11
2012-08-31[387484] NPE creating JPA project with build - fix by adding newBrian Vosburgh1-1/+2
plugin.xml to build.properties/bin.includes
2012-08-31minor clean-upBrian Vosburgh4-10/+21
2012-08-31remove duplicate settingBrian Vosburgh1-2/+1
2012-08-31[297124] remove obsolete component.xml filesBrian Vosburgh22-201/+25
2012-08-31Fixed filtering of completion proposals after my recent refactoring -Karen Butzke3-9/+80
adding quotes as necessary in the proposal computer itself
2012-08-31Bug 388371 - NPE adding attributes to a java entityKaren Butzke3-4/+10
2012-08-31starting updated doc for dali 3.2Rick Sapir7-104/+204
2012-08-30removed now unnecessary TODOKaren Butzke1-1/+0
2012-08-29minor performance improvementKaren Butzke1-4/+6
2012-08-29refactored completion proposal methods to be identical in xml and javaKaren Butzke155-1038/+661
and moved up the hierarchy, removed Filter and CompilationUnit parameters in both JPA and JAXB
2012-08-29Reorganized JPA featuresv201208291641Tran Le2-7/+7
2012-08-29Added plugin.xml to jpt.doc.isvv201208291414Tran Le2-2/+18
2012-08-29Added Javadoc generation.v201208290339Tran Le1-2/+1
2012-08-28Merge remote-tracking branch 'origin/master'Tran Le445-4585/+2518
2012-08-28Added Javadoc generation.v201208282228Tran Le8-0/+283
2012-08-28Added Javadoc generation.Tran Le8-0/+283
2012-08-28Changed (C) to 2012Rick Sapir1-10/+9
2012-08-28Revert previous changes: Trying to change the dali model synchronously,Petya Sabeva2-56/+13
using ProjectManager.execute(command, ExtendedCommandExecutor) Change-Id: I5a3992f9d03759256bc4f118c10d5cce05888bf0
2012-08-28Trying to change the dali model synchronously,Petya Sabeva2-13/+57
using ProjectManager.execute(command, ExtendedCommandExecutor) Change-Id: I2d902635f3a3926f5b916eae13f20c7c562a8c3a
2012-08-27Bug 376595 - stop building CompilationUnitKaren Butzke443-4574/+2507
astRoot when validating, moved validate methods up the hierarchy, removed textRange resolvers, removed some owner interfaces
2012-08-24bug 346989 - add jaxb bindings schemaPaul Fullbright3-2/+377

Back to the top