Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2011-01-31Merge branch 'master' ofHenrik Rentz-Reichert44-2516/+2517
https://git.eclipse.org/gitroot/etrice/org.eclipse.etrice ice/org.eclipse.etrice.git into HEAD Conflicts: plugins/org.eclipse.etrice.ui.structure/src/org/eclipse/etrice/ui/structure/DiagramAccess.java
2011-01-31ui.structure.tests: test with inheritanceHenrik Rentz-Reichert6-31/+261
2011-01-31ui.structure: bug fixes in editing capabilities (delete/remove/edit)Henrik Rentz-Reichert8-19/+240
2011-01-31room.core: added error message in check for unique interface itemHenrik Rentz-Reichert1-2/+3
names
2011-01-31core.room: bug fix for fragments of inherited portsHenrik Rentz-Reichert1-0/+3
2011-01-31core.room: added validation for unique interface item names over baseHenrik Rentz-Reichert2-0/+32
classes
2011-01-31ui.structure: bug fix in initial diagram creation - firstHenrik Rentz-Reichert1-5/+5
insert inherited items, finally bindings
2011-01-31ui.structure.tests: tests with actor refs and bindingsHenrik Rentz-Reichert7-5/+295
2011-01-31ui.structure.tests: basic test settingHenrik Rentz-Reichert5-103/+186
2011-01-31ui.structure: bug fix for external model filesHenrik Rentz-Reichert1-1/+0
2011-01-28Merge branch 'dev-ui-behavior' into HEADHenrik Rentz-Reichert10-10/+214
2011-01-28Merge branch 'dev-ui-behavior' into HEADHenrik Rentz-Reichert9-0/+188
2011-01-28ui.structure.tests: new test plug-in for structure diagramsHenrik Rentz-Reichert9-0/+188
2011-01-28ui.structure: generalize DiagramAccess for non-platform resourcesHenrik Rentz-Reichert1-10/+26
2011-01-28cvs location of eTrice project home page (replace committer name place holder)Henrik Rentz-Reichert1-0/+5
2011-01-28core.room: more unique name providersHenrik Rentz-Reichert6-6/+40
ui.behavior: using unique names for new objects
2011-01-28team preferences and code templatesHenrik Rentz-Reichert2-0/+55
2011-01-28ui.behavior: added eclipse file header where missingHenrik Rentz-Reichert7-0/+84
2011-01-26ui.behavior: handling of sub entry/exit points during creation (add,Henrik Rentz-Reichert6-62/+181
move, remove still need to be treated)
2011-01-25ui.behavior: added missing ContextSwitcherHenrik Rentz-Reichert1-0/+48
2011-01-25ui.behavior: hierarchical state machines (without inheritance and subHenrik Rentz-Reichert4-32/+244
transition points yet)
2011-01-25core.room: added method to compute state graph labelHenrik Rentz-Reichert1-0/+17
2011-01-25ui-behavior: bug fix in fragment providerHenrik Rentz-Reichert1-0/+10
2011-01-25ui.behavior: re-factoring of PopulateDiagramCommandHenrik Rentz-Reichert1-42/+42
2011-01-24ui.behavior: first step towards hierarchy - StateGraphContextHenrik Rentz-Reichert2-21/+228
2011-01-22ui.behavior: begin populate diagram and bend point for self transitionHenrik Rentz-Reichert2-8/+238
2011-01-22core.room: simplified transition point validationHenrik Rentz-Reichert1-19/+4
2011-01-22core.room: validation of transition pointsHenrik Rentz-Reichert2-121/+155
2011-01-22core.room: label generation for transitionsHenrik Rentz-Reichert1-1/+30
2011-01-22ui.behavior: transition support and property dialogHenrik Rentz-Reichert3-37/+164
2011-01-22ui.common: protected getter for binding contextHenrik Rentz-Reichert1-0/+4
2011-01-21ui.behavior: transition trigger up to Add and Remove buttons forHenrik Rentz-Reichert1-98/+225
MsgFromInterface table
2011-01-21ui.behavior: transition property dialog with first version of triggerHenrik Rentz-Reichert2-0/+343
selection
2011-01-17ui.behavior: transition label updateHenrik Rentz-Reichert1-2/+38
2011-01-17ui.behavior: label update of transitionHenrik Rentz-Reichert1-0/+9
2011-01-17ui.behavior: transition labelsHenrik Rentz-Reichert4-17/+47
2011-01-17core.room: label generation for transitionsHenrik Rentz-Reichert1-0/+30
2011-01-17ui.behavior: added initial point supportHenrik Rentz-Reichert5-22/+461
2011-01-17ui.behavior: added choice pointHenrik Rentz-Reichert4-26/+550
2011-01-17ui.behavior: added state property dialogHenrik Rentz-Reichert2-76/+141
2011-01-17ui.behavior: added property dialogs for transition and transitionHenrik Rentz-Reichert5-26/+235
point
2011-01-16ui.common: added multi-line text field support and optional valueHenrik Rentz-Reichert1-7/+28
converters
2011-01-16ui.behavior: added property dialog for transitions (not complete yet)Henrik Rentz-Reichert7-128/+296
2011-01-16core.room: bug fix in fragment provider, added validation for stateHenrik Rentz-Reichert3-5/+71
graph items
2011-01-16ui.structure: moved AbstractPropertyDialog to new ui.common pluginHenrik Rentz-Reichert5-295/+49
2011-01-16new plugin org.eclipse.etrice.ui.common for common functionality andHenrik Rentz-Reichert6-0/+335
base classes
2011-01-14room.ui: added access to behavior editorHenrik Rentz-Reichert4-270/+301
2011-01-14behavior: initial version, incompleteHenrik Rentz-Reichert24-0/+3195
2011-01-14core.room: create empty StateGraph on the fly if fragment is looked upHenrik Rentz-Reichert1-0/+2
2011-01-13core.room: equipped State with getName() operation using xtend postHenrik Rentz-Reichert11-50/+404
processor (and dropped the sane method from RefinedState). Added fragment support for behavior classes

Back to the top