Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
TASTE
ellidiss-release
Commits
94573766
Commit
94573766
authored
May 16, 2017
by
Thanassis Tsiodras
Browse files
Commit latest binary from Ellidiss (and config files updates)
parent
45cb4a1a
Changes
3
Hide whitespace changes
Inline
Side-by-side
TASTE-linux/changelog.txt
View file @
94573766
version 2.0.14 (11/05/2017)
* ticket 0000616 : pb in AADL connection binding when the iv connection hierarchy label(s) is(are) modified
* ticket 0000617 : When a DV is reloaded the bound connection are removed
* ticket 0000618 : Changing Function color has side effect on new Functions
* ticket 0000619 : Error in load of Dataview
* ticket 0000620 : ctrl-s accelerators does not call the "save all" function
* ticket 0000621 : Undefined TASTE::Fill_Color in generated aadl
* ticket 0000622 : browser bind tooltip is not generated when a dv, with an iv, is loaded
version 2.0.13 (11/05/2017)
futur version 2.0.13
* ticket 0000585 : the parameters comparison between a PI and a RI shall be positional and not based on name
* ticket 0000586 : pb when a user try to load a dataview and no corresponding asn file exists
* ticket 0000588 : Error in external tools menu status
...
...
TASTE-linux/config/DVConfig.ini
0 → 100755
View file @
94573766
package
provide
DVConfig
0.1
lappend
auto_path
.
namespace
eval
DVConfig
{
variable
objectsConfig
{
"ProcessorBoard"
{"color"
"black"
"fillColor"
"gray"}
\
"Processor"
{"color"
"black"
"fillColor"
"yellow"}
\
"Partition"
{"color"
"black"
"fillColor"
"yellow"}
\
"Device"
{"color"
"black"
"fillColor"
"gray"}
\
"Bus"
{"color"
"black"
"fillColor"
"gray"}
\
"Driver"
{"color"
"black"
"fillColor"
"yellow"}
\
"FunctionDV"
{"color"
"black"
"fillColor"
"yellow"}
\
"ConnectionDV"
{"color"
"black"
"fillColor"
"yellow"}
\
"Comment"
{"color"
"gray50"
"fillColor"
"white"}
\
"GenericConnection"
{"fillColor"
"black"}
\
"GenericConnector"
{"fillColor"
"black"}
\
}
variable
config
{\
"diagramWidth"
297000
\
"diagramHeight"
210000
\
"diagramXUnit"
2
\
"diagramYUnit"
2
\
"zoomoutBound"
"false"
\
"gridSnap"
"false"
\
"selectionColor"
"green"
\
"editableColor"
"orange"
\
"emptyPercent"
3.0
\
"removeDialogBox"
"false"
\
"selectionPrecision"
2
\
"minInterfaceSize"
2
\
"maxInterfaceSize"
40
\
"zoomLabel"
"false"
\
"editablePercent"
0.9
\
"hidePercent"
0.1
\
"hideTextPercent"
0.3
\
"hideLabelPercent1"
0.5
\
"hideLabelPercent2"
0.5
\
"delayMaskInformation"
300
\
"zoomFactor"
0.9
\
"instanceSelectColor"
"red"
\
"logDirectory"
"tmp/TASTE"
\
"displayConnectionLabel"
"false"
\
}
}
TASTE-linux/config/IVConfig.ini
0 → 100755
View file @
94573766
package
provide
IVConfig
0.1
lappend
auto_path
.
namespace
eval
IVConfig
{
variable
objectsConfig
{
"Function"
{"color"
"gray50"
"fillColor"
"gold"
"nonTerminalColor"
"gray"}
\
"ProvidedInterface"
{"color"
"
#1560BD" "fillColor" "blue"} \
"RequiredInterface"
{"color"
"
#1560BD" "fillColor" "blue"} \
"FeatureGroup"
{"color"
"
#1560BD" "fillColor" "blue"} \
"RelationGroup"
{"color"
"
#1560BD" "fillColor" "black"} \
"GenericConnection"
{"color"
"
#1560BD" "fillColor" "black"} \
"Comment"
{"color"
"gray50"
"fillColor"
"white"}
\
}
variable
config
{
\
"diagramWidth"
297000
\
"diagramHeight"
210000
\
"diagramXUnit"
2
\
"diagramYUnit"
2
\
"zoomoutBound"
"false"
\
"gridSnap"
"true"
\
"selectionColor"
"green"
\
"editableColor"
"orange"
\
"emptyPercent"
0.9
\
"removeDialogBox"
"false"
\
"asn2aadlPath"
"asn2aadlPlus"
\
"selectionPrecision"
2
\
"minInterfaceSize"
2
\
"maxInterfaceSize"
40
\
"zoomLabel"
"false"
\
"editablePercent"
0.9
\
"hidePercent"
0.1
\
"hideTextPercent"
0.3
\
"hideLabelPercent1"
0.5
\
"hideLabelPercent2"
0.5
\
"delayMaskInformation"
100
\
"zoomFactor"
0.9
\
"instanceSelectColor"
"red"
\
"logDirectory"
"tmp/TASTE"
\
"displayConnectionLabel"
"false"
\
}
}
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment