1. f34ed9d bug 298565: [modeling] Provide a way to define the ViewerComparator to use in the outline by Benjamin Cabe · 14 years ago
  2. 977bf1a it's better not to rely on an hypothetical override of getPartName() by Benjamin Cabe · 14 years ago
  3. 18aeb9b NEW - bug 296709: [modeling] Improve the DropDown button behavior by Benjamin Cabe · 14 years ago
  4. e0c073a RESOLVED - bug 297194: [modeling] Do nothing when no object has been created by Benjamin Cabe · 14 years ago
  5. 762c093 RESOLVED - bug 296035: [modeling] EmfFormEditor resources are not correctly disposed by Benjamin Cabe · 14 years ago
  6. 4d90047 fixing hudson headless tests failure by Benjamin Cabe · 14 years ago
  7. 62a25b8 NEW - bug 296682: [modeling] Add button using a DropDown menu by Benjamin Cabe · 14 years ago
  8. 4da3d97 NEW - bug 296676: [modeling] Need to expose methods for a better control on the creation of Child/Sibling elements by Benjamin Cabe · 14 years ago
  9. efc556e NEW - bug 296678: [modeling] Creation menu filters are not correctly updated when they are different between two pages by Benjamin Cabe · 14 years ago
  10. e03f311 NEW - bug 296676: [modeling] Need to expose methods for a better control on the creation of Child/Sibling elements by Benjamin Cabe · 14 years ago
  11. 6feb646 copy paste typo... by Benjamin Cabe · 14 years ago
  12. 9e0f6a4 bug 294045: [modeling] EmfFormEditor is not closed when the linked Resource is removed from the workspace by Benjamin Cabe · 14 years ago
  13. 5be2ffb bug 293554: [modeling] NPE on validation while changing active page by Benjamin Cabe · 14 years ago
  14. 1740b9f fixed a scrollbar issue by Benjamin Cabe · 14 years ago
  15. 71cb321 RESOLVED - bug 293012: [modeling] Live validation and cross resource containment by Benjamin Cabe · 14 years ago
  16. 5d720b6 RESOLVED - bug 292530: [modeling] Handle non-XMLResource type in the SourcePage by Benjamin Cabe · 15 years ago
  17. 488f997 removed a "manual" key binding which was totally wrong by Benjamin Cabe · 15 years ago v20091009-0927
  18. 15abf08 fixing UI pb ... this toolkit is really a mess, and need serious cleaning by Benjamin Cabe · 15 years ago
  19. 5251d89 small UI issue by Benjamin Cabe · 15 years ago
  20. 7acef0c no margin in details part by Benjamin Cabe · 15 years ago
  21. 0ca6adc allow people to give their own EMFFormEditorConfig and *handle it correctly* !! by Benjamin Cabe · 15 years ago
  22. 4449d22 ValidatingEContentAdapter could cause some threading issues with databinding 3.4 API by Benjamin Cabe · 15 years ago
  23. a3b7784 validate() when a resource change is detected by Benjamin Cabe · 15 years ago
  24. 1e723dd exposing the toolbar manager as a protected field to ease toolbar customization by Benjamin Cabe · 15 years ago
  25. 74d39e6 RESOLVED - bug 286904: [modeling] Integrate Forms enhanced tooltips support in AbstractEmfFormPage by Benjamin Cabe · 15 years ago
  26. ff79dc3 println by Benjamin Cabe · 15 years ago
  27. 2d0a60d Bug 286904 - [modeling] Integrate Forms enhanced tooltips support in AbstractEmfFormPage by Benjamin Cabe · 15 years ago
  28. f2be333 doc by Benjamin Cabe · 15 years ago
  29. a5f6780 Bug 288692 - [modeling] DocumentRoot is taken as top of tree viewer, Outline view by Benjamin Cabe · 15 years ago
  30. ec2a3df Bug 288692 - [modeling] DocumentRoot is taken as top of tree viewer, Outline view by Benjamin Cabe · 15 years ago
  31. d014860 documenting better the fact that the handleContentOutlineSelection method is overridable by clients by Benjamin Cabe · 15 years ago
  32. df65bd1 moved some doc from the editor to the editorconfig by Benjamin Cabe · 15 years ago
  33. 70fc7c5 fixed create sibling filters by Benjamin Cabe · 15 years ago
  34. f94a0b6 it should be possible to create a Reference element under a Component... by Benjamin Cabe · 15 years ago
  35. ccbb72d use default createChild icons by Benjamin Cabe · 15 years ago
  36. 9a33d91 moved content outline page to a class of its own in the internal package by Benjamin Cabe · 15 years ago
  37. d178b8f autocompletion won't work without the XML schema of XSD itself by Benjamin Cabe · 15 years ago
  38. 408cf5a 'modified' attribute was missing by Benjamin Cabe · 15 years ago
  39. 68a053e improved buttons customizability by Benjamin Cabe · 15 years ago
  40. 851e001 show source page for DS Editor by Benjamin Cabe · 15 years ago
  41. b9e5693 removed some warnings by Benjamin Cabe · 15 years ago
  42. 23254b5 enable API tooling in order to track modifications on EMF Forms framework better by Benjamin Cabe · 15 years ago
  43. 803c8f9 replace default values... by Benjamin Cabe · 15 years ago
  44. 18ab438 RESOLVED - bug 289170: [incubator] EmfFormEditor's ResourceChangeListener should ignore marker changes by Benjamin Cabe · 15 years ago
  45. 3ebde7c - by Benjamin Cabe · 15 years ago
  46. 94ce3e3 add non-nls comments by Benjamin Cabe · 15 years ago
  47. 5a3bc11 use a local check style configuration ... by Benjamin Cabe · 15 years ago
  48. 6ddfadf forcing the 3.4 validating service registration should not disallow 3.5 service to be accessed when it's present by Benjamin Cabe · 15 years ago
  49. 118cb25 use a decorating label provider for the outline by Benjamin Cabe · 15 years ago
  50. f91f4d6 RESOLVED - bug 288335: [Modeling]Manage ActionBarContributor's GlobalHandlers enablement state by Benjamin Cabe · 15 years ago
  51. a043dad an EContentAdapter is a bit useless if we don't call super.notify... sigh... by Benjamin Cabe · 15 years ago
  52. 8798ec0 force Eclipse3.4 validating service registration when SCR is not present by Benjamin Cabe · 15 years ago
  53. 5d5e45b project settings by Benjamin Cabe · 15 years ago
  54. 0761381 fix a possible npa by Benjamin Cabe · 15 years ago
  55. fe241d1 organize imports by Benjamin Cabe · 15 years ago
  56. 408ac2d adopt new EmfMDB API by Benjamin Cabe · 15 years ago
  57. fe00c4f added constructors allowing to set a width hint for labels by Benjamin Cabe · 15 years ago
  58. e4477d4 improved the way the user can customize the add/remove buttons visibility by Benjamin Cabe · 15 years ago
  59. 6938d0d fix a possible NPE if validation is done too early by Benjamin Cabe · 15 years ago
  60. fb6472f NEW - bug 287189: [modeling] Master/Detail : Allow to override the default remove action by Benjamin Cabe · 15 years ago
  61. 59c6ae8 RESOLVED - bug 287073: [modeling] Generic source page for EMF Forms Editor by Benjamin Cabe · 15 years ago
  62. 46bcef6 RESOLVED - bug 287073: [modeling] Generic source page for EMF Forms Editor by Benjamin Cabe · 15 years ago
  63. 2ee7f8d RESOLVED - bug 287073: [modeling] Generic source page for EMF Forms Editor by Benjamin Cabe · 15 years ago
  64. 9d656d0 propose a nice error message on save, reusing the diagnistician from the validatingecontentadapter by Benjamin Cabe · 15 years ago
  65. 9c12343 -+ by Benjamin Cabe · 15 years ago v20090807-1847
  66. 7d37acf - by Benjamin Cabe · 15 years ago
  67. e807405 emf forms framework reworked to be compatible with Eclipse 3.4 by Benjamin Cabe · 15 years ago
  68. d25541a convert the bundle to fragment... by Benjamin Cabe · 15 years ago
  69. f1aacfb emf forms framework reworked to be compatible with Eclipse 3.4 by Benjamin Cabe · 15 years ago
  70. 18e6156 select first element if there is one by Benjamin Cabe · 15 years ago
  71. 32b4325 add & remove images by Benjamin Cabe · 15 years ago
  72. a553305 small ui change by Benjamin Cabe · 15 years ago
  73. 32eaf34 no validation when an eAdapter is being removed by Benjamin Cabe · 15 years ago
  74. 020acc8 added an action to configure experimental scr builder by Benjamin Cabe · 15 years ago
  75. eede8b7 deal with missing Service-Component header by Benjamin Cabe · 15 years ago
  76. 11b78f8 pull up the generic setActive() method by Benjamin Cabe · 15 years ago
  77. 1192e01 added an explicit refresh to workaround a bug .. by Benjamin Cabe · 15 years ago
  78. 3478a52 added the ability to choose between a generic "Add..." button, and specific buttons by Benjamin Cabe · 15 years ago
  79. cf1b0c3 for some reason Component#allProperties was set to 'unique'=true, and this was wrong :) by Benjamin Cabe · 15 years ago
  80. c90be8b TODO: validate in a separate thread... by Benjamin Cabe · 15 years ago
  81. 1da3052 *** empty log message *** by Benjamin Cabe · 15 years ago
  82. b3efa64 SCR 1.1 schema of OSGi 4.2 cmpdm draft 20090310 by Benjamin Cabe · 15 years ago
  83. af6de35 "Remove..." => "Remove" by Benjamin Cabe · 15 years ago
  84. 0ca5858 unify the experimental editor name with the name of the "official" one by Benjamin Cabe · 15 years ago
  85. 27c83f0 *** empty log message *** by Benjamin Cabe · 15 years ago
  86. 67d0d83 *** empty log message *** by Benjamin Cabe · 15 years ago
  87. de0d683 *** empty log message *** by Benjamin Cabe · 15 years ago
  88. 1ec88da *** empty log message *** by Benjamin Cabe · 15 years ago
  89. 5674eb1 *** empty log message *** by Benjamin Cabe · 15 years ago
  90. 6205793 *** empty log message *** by Benjamin Cabe · 15 years ago
  91. b2c4dd6 copy update site at the end of the build by Benjamin Cabe · 15 years ago
  92. 3f65ad6 fixed the Services master/details (the custom contentprovider wasn't used anymore after a previous refactoring) by Benjamin Cabe · 15 years ago
  93. 94ed4a6 Provide icon by Benjamin Cabe · 15 years ago
  94. 5b20263 Service icon by Benjamin Cabe · 15 years ago
  95. e4a0b30 use default icons for Property and Properties! by Benjamin Cabe · 15 years ago
  96. a5fb83c typo by Benjamin Cabe · 15 years ago
  97. bb0c8dc ability to filter create sibling actions by Benjamin Cabe · 15 years ago
  98. a307d3e don't fire resourcechanged notifications for "natural" saving process by Benjamin Cabe · 15 years ago
  99. 6decdb7 moved the label decorator to an internal package by Benjamin Cabe · 15 years ago
  100. ed885d3 the resourcechangelistener is at EmfFormEditor level now... by Benjamin Cabe · 15 years ago