Skip to main content
summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2011-02-07deleted everything but the .project since these project were renamed, ready t...kmoore10-231/+2
2011-02-05updating references to newly renamed org.eclipse.jpt.db and org.eclipse.jpt.u...kmoore1-1/+1
2011-01-31Phase 1 - refactoring to org.eclipse.jpt.common.*kmoore26-7818/+4
2011-01-18[233567] rework context model sync with resource model etc.bvosburgh2-11/+6
2010-08-16refactored jpaPlatforms extension point, added jpaPlatformGrouppfullbright1-3/+2
2010-04-05switch from CCombo to Combokmoore3-121/+32
2010-03-26tweak and standardize copyrightsbvosburgh2-18/+18
2010-03-23fixed copyrightspfullbright4-2/+22
2010-03-18fix text field flakiness; fix some widget enablement behaviorbvosburgh2-22/+53
2010-01-26300765 - patch from David to remove junit4 bundlekmoore1-1/+1
2010-01-05utility workbvosburgh10-55/+48
2009-12-11changing this again so as not to force the upgrade to a more recent targetkmoore1-1/+1
2009-12-11changed junit version to 3.8.0, thought it needed to be 4.7.0 in this casekmoore1-1/+1
2009-12-10switching to the open ended unit version "3.8.0" to allow running with Junit3...kmoore1-1/+2
2009-12-10cleaning up resource preferences, jdt preferences, manifest, and classpath fi...kmoore2-1/+8
2009-10-01fixed compiler errors after making populate() a private methodkmoore2-2/+0
2009-09-04removed internal.*.platform packages since there is no corresponding public ....kmoore1-1/+1
2009-08-21clean up manifestsbvosburgh1-1/+2
2009-08-21add SortedListValueModelWrapperbvosburgh2-10/+10
2009-08-13refactored list box and drop-down bindingsbvosburgh2-66/+733
2009-08-13refactored boolean button bindingbvosburgh1-15/+16
2009-08-13fixed memory leak in ControlEnabler/VisibilityEnablerbvosburgh3-7/+258
2009-07-01rework change events - tree and listbvosburgh2-4/+4
2009-04-20status bar updates with selectionpfullbright2-12/+17
2009-02-13cleaning up JpaPlatformUi: structureProviders to work using a PlatformUiProvi...kmoore1-2/+1
2009-02-10added convenience constructorbvosburgh1-1/+1
2009-01-28[197069] support for entities in jars prep - reworked PersistenceUnitbvosburgh2-20/+17
2009-01-26226570 - changing the jpaPlatform core and ui extension pointskmoore2-4/+4
2008-11-26256187 - fixed problems when a project is loaded with a platform that we do n...kmoore1-1/+1
2008-11-11renamed model() to getModel() and treeContentProvider() to getTreeContentProv...kmoore2-7/+7
2008-11-11minor cleanup, overriding the model() methodkmoore1-2/+12
2008-10-30remove initialize() method from AbstractModel, only used in AbstractNode now ...kmoore1-7/+1
2008-10-02cleaned up imports using DaliEMFFormatterpfullbright12-23/+11
2008-10-02bug 249173 - support converters on java entity, mapped superclass, and embedd...kmoore1-4/+4
2008-09-22removing deprecated Eclipse-LazyStart and replacing it with BundleActivationP...kmoore1-1/+0
2008-08-25Renamed AbstractPane to Pane, changed how enablement is managed, renamed buil...kmoore3-5/+5
2008-08-15changed our tests so that the test projects can be deleted, and reuse the sam...kmoore2-3/+2
2008-04-22TableModelAdapterTest added - patch from Pascaltle2-1/+1205
2008-04-07use text encoding ISO-8859-1kmoore1-0/+3
2008-03-26added get prefixes to more interfaceskmoore1-1/+1
2008-03-26added get prefixes to utility plugin interfaceskmoore4-15/+15
2008-03-26198982 - patch from Pascal - column definition support and default displayed ...kmoore1-110/+237
2008-03-26beginning to rename accessors to include the get prefixkmoore1-1/+1
2008-03-25198982 - patch from Pascal - UI support for additional column featureskmoore2-0/+342
2008-03-25cleaned up public UI APIbvosburgh2-8/+8
2008-03-17ComboModelAdapter - patch from Pascalkmoore5-1/+973
2008-03-05created utility public APIbvosburgh7-42/+40
2008-03-04minor clean-up of manifestsbvosburgh1-1/+3
2008-02-25Refactored packages into public API, renamed interfaceskmoore3-18/+18
2008-02-19UI model adaptersbvosburgh2-0/+572

Back to the top