Skip to main content

This CGIT instance is deprecated, and repositories have been moved to Gitlab or Github. See the repository descriptions for specific locations.

summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2006-02-13Had wrong nsURI for Beaninfo package registration in the plugin.xmlrkulp1-1/+1
2006-02-10Get cut/copy/paste working with factories.rkulp1-11/+2
2006-02-09EclipseForms property sheet style bits + start of copy workingwinchest1-1/+10
2006-02-08Made JavaModelListener API so we could reference it without discouraged ↵rkulp1-2/+2
warnings.
2006-02-06Release the code for the generic "factory" stuff.rkulp5-108/+206
2006-02-01[126116] Deadlock when trying to start remote vm from ui thread when ui ↵rkulp1-57/+59
thread already has the build rule.
2006-01-13[123655] Handle race condition where two beaninfo registries were created at ↵rkulp1-4/+9
the same time. This seems to fix the NPE problem in ModelingBeanInfo.
2006-01-13Just added a TODOrkulp1-2/+4
2005-12-14120166: NLS for VE 1.2M1sgunturi3-12/+12
2005-12-12Update the serial version ids of the cache index classes so that next time ↵rkulp1-6/+6
installed users will get a clear cache. This should handle beaninfo being changed since we don't have any timestamps on those and have been changing them.
2005-11-29Fix an index problem in building up classentry interface cache.rkulp1-2/+2
2005-10-26[109554] Jar the plugins (JEM)rkulp4-16/+10
2005-10-18Moving IBaseBeaninfoConstants broke the build. First pass at trying to ↵rkulp5-10/+12
straighten it out.
2005-10-14[112672] Allow regular expressions in container contributions in plugin.xmlrkulp3-87/+116
2005-10-11Fixed it so that we no longer marked a readonly property as unchangeablerkulp1-8/+3
in the EStructuralFeature. This was causing problems with implicits.
2005-10-11Created PropertyDecorator with source for ParmDecorator by mistake. Fixed that.rkulp1-2/+2
2005-10-06Moved Beaninfo feature attribute keys into IBaseBeanInfoConstants so that it ↵rkulp6-62/+107
is clear these are API feature attribute keys. They are also available to the IDE now so both sides can use the same constants.
2005-10-05Add required Implict Properties to BaseBeanInfo and change TreeViewer ↵rkulp1-1/+17
override to supply it.
2005-09-19*** empty log message ***rkulp1-4678/+10
2005-09-19I overrode constructor, which wiped out gened of ctor. This wiped out new ↵rkulp8-49/+16
stuff that EMF should of put in there. See if I can come up with a better way.
2005-09-16I overrode constructor, which wiped out gened of ctor. This wiped out new ↵rkulp1-1/+2
stuff that EMF should of put in there. See if I can come up with a better way.
2005-09-16decorator buggmendel1-2/+2
2005-09-15[104685] Regen to use bit flags for booleansrkulp8-332/+350
2005-09-15[109654] Allow property type to be set when necessary for a non-BeanInfo ↵rkulp12-685/+754
property decorator.
2005-09-14[109549] API JEM model.rkulp6-18/+18
2005-09-14Fix an nperkulp1-3/+5
2005-09-13update to 1.2rkulp1-1/+1
2005-09-13[109435] Convert overrides from Event model to ChangeDescriptionsrkulp13-79/+264
2005-08-2483539 : Copyrights update for 2005.sgunturi65-176/+176
2005-08-22Update version ids to 1.1.0.1rkulp1-1/+1
2005-08-18Fix a problem where clean didn't cause the overrides to be removed from eachrkulp3-10/+39
stale class so that next introspection would reget the overrides.
2005-07-22BeanInfo VM's should also be considered to be DesignTime vm's.rkulp1-1/+3
2005-07-21[103921] Fix to handle where superclasses and interfaces were undefined. ↵rkulp2-9/+37
Used to NPE on this.
2005-07-20Need to wait for registry termination because we could be deleting therkulp1-2/+2
project and if the registry is still open it prevents the project from deleting.
2005-07-08Add shutdown notification on remote vm side so that it clean up. Wasrkulp1-3/+3
having problem because some things came async off of event queue after shutdown request happened but before actual shutdown.
2005-07-07Add a little extra trace msgs.rkulp1-2/+7
2005-07-07[92416] Fix race condition. Create intervening directories if not already there.rkulp1-3/+5
2005-06-30[101888] Pass 2: Forgot that clean needs to mark any open beaninfos as stale ↵rkulp3-41/+52
too.
2005-06-30[101478] Invalid array structure in FeatureAttributeValue could lead to an ↵rkulp1-4/+25
infinite loop. At least break the loop and log an error. Fixed because tried to point to logger, which is not available in common.jar.
2005-06-29[101888] Pass 2: Beaninfo Clean now works.rkulp1-116/+238
2005-06-29[101478] Invalid array structure in FeatureAttributeValue could lead to an ↵rkulp1-4/+2
infinite loop. At least break the loop and log an error. Fixed because tried to point to logger, which is not available in common.jar.
2005-06-29[101478] Invalid array structure in FeatureAttributeValue could lead to an ↵rkulp1-3/+15
infinite loop. At least break the loop and log an error.
2005-06-24Bugzilla 64039winchest1-1/+8
2005-06-22[99708] Change to always use IndexedPropertyDescriptorEquality so that we ↵rkulp3-33/+34
can mix and match PropertyDescripotor with IndexedPropertyDescriptor.
2005-06-2286479 : [perf] Convert msg. bundles to use instance variablessgunturi3-17/+33
2005-06-2186479 : [perf] Convert msg. bundles to use instance variablessgunturi5-43/+30
2005-06-2186479 : [perf] Convert msg. bundles to use instance variablessgunturi3-11/+8
2005-06-16Handle new ecore.ptyrkulp1-3/+199
2005-06-16Ecore model now directly in ecore plugin (no longer in source zip) and in ↵rkulp3-5/+5
slightly different directory. Change the ecore model and rose model files to this new location.
2005-06-16Changed to 3.1 plugin MANIFEST format.rkulp7-39/+70

Back to the top