4.14
August 23th 2009
- When you deleted a package through a plug-out the container
package was not marked modified and was not saved without an
other reason marking it modified, and an error occured when you
reload the project, fixed.
- Under Windows, after exiting from Bouml using the [X]
button in the title bar (rather than through the menu),
the main Window is closed but it is possible to have
the bouml.exe process still alive and looping
indefinitely (problem signaled by only one user), bypassed.
- In a class diagram it is now possible to resize the classes
drawn with the standard representation (not using an icon)
- New drawing setting hide get/set operations applying
on 'official' get and set operations in class diagrams.
By default get and set operations are shown.
- New C++ generation setting inline force include in header,
when it is set the types referenced in the profile of the inline
operations produce includes in the header like this was
obligatory the case with the previous releases, else the code generator
doesn't take care if there are inline operations to compute
dependencies. This setting values true by default
for the already existing projects to not perturbate them,
but false by default when you create a new project.
- C++ Generator 2.15
a space was missing between the two last > in the
definition of a template class whose last formal has
a default value being a template form (i.e. finishing by a >)
and also in the instantiation of a template class where
the last actual is a template form but doesn't correspond
to the last formal (next formals having default value)
To manage new generation setting inline force include in header
To avoid a crash on exit when bouml exits before.
Follow the new API.
- C++ Reverse 2.12
Java Generator 2.19
Java Reverse 2.15
Java Roundtrip 1.2
Java Catalog 2.14
Php Generator 1.7
Php Reverse 1.5
Python Generator 1.3
Idl Generator 2.12
Roundtrip body 1.10
To avoid a crash on exit when bouml exits before, mainly for
java catalog because other plug-outs finish automatically.
Follow the new API.
- Plug-out upgrade 1.15
To manage new generation setting inline force include in header
To avoid a crash on exit when bouml exits before.
Follow the new API.
- XMI2 Generator 1.11.1
To export transition's description and tagged values.
- Plug-out empty
Upgraded by plug-out upgrade.
- The previous releases of BOUML cannot read a project
saved with this version. Obviously this release is
able to read the projects made by previous releases of BOUML.
4.13.1
July 8th 2009
- Improvement to diminuish the needed time to load a project,
mainly in case of projects containing Php definition
obtained by a reverse producing artifacts having a long
Php definition
- C++ Reverse 2.11.1
Java Reverse 2.14.1
Java Roundtrip 1.1.1
Java Catalog 2.13.1
Php Reverse 1.4.1
speed improvement
4.13
July 3th 2009
- Add active on activity, class and state
- Add type specification of function's parameters and return values
(pep-3107).
When a return type is specified (it is not empty) the keyword ${type}
produces the return type prefixed by ' -> '
When the type of a parameter is specified (it is not empty) the corresponding
${<n>} produces the type prefixed by ': ' if the keyword is
part of the parameter list definition (between ${(} and ${)})
The code generator doesn't place the types between two string delimiters
by itself, to produce a string with delimiters you have to enter these
delimiters in the type definition at UML level.
By default when you add a parameter the keyword ${<n>}
is absent, it is added only if you set the new generation setting
operation of Python 3 (pep-3107) (generation settings dialog Python[2]),
and you have to change by yourself the default operation definition in the
generation settings to add ${type} between ${)} and ':'
- Plug-out upgrade 1.14
Add operations isActive and set_isActive on
UmlBaseActivity, UmlBaseClass and UmlBaseState.
Add operations isPython_3_operation and set_IsPython_3_operation
on PythonSettings
- Python Generator 1.2
To manage type specification of function's parameters and return values
- C++ Generator 2.14
C++ Reverse 2.11
Java Generator 2.18
Java Reverse 2.14
Java Roundtrip 1.1
Java Catalog 2.13
Idl Generator 2.11
Php Generator 1.6
Php Reverse 1.4
Roundtrip body 1.9
Follow the new API.
- Html documentation Generator 2.18
To import/export isActive.
To manage type specification of function's parameters and return values
Fixe the generation of the description of the elements defined in Java and/or
Php and/or Python
- XMI2 Generator 1.11
- XMI2 Import 1.7
To import/export isActive.
- Plug-out empty
Upgraded by plug-out upgrade.
- The previous releases of BOUML cannot read a project
saved with this version. Obviously this release is
able to read the projects made by previous releases of BOUML.
4.12.4
June 11th 2009
- Browser search allows now to search for elements depending
on their stereotype.
- The menu miscellaneous has the new toggle
completion in dialog, it is set by default to be
compatible to the behavior of the previous releases. When it is set
and you enter a string in a list of choices (combo box) in a
dialog, an auto completion/search is done, note this one is non
case sensitive (Qt limitation). If you don't like this
auto completion/search, unset the toggle.
- Internal extension of the Plug-out API for Java Roundtrip.
- C++ Generator 2.13
A dependency stereotyped friend produced a wrong code
in case the target class was a template, fixed.
Follow the new API.
- Plug-out upgrade 1.13
A crash occured when you upgraded an old plug-out
without Python management, fixed.
Follow the new API.
- Java Roundtrip 1.0
New plug-out, please refer to the
documentation.
- C++ Reverse 2.10
Java Generator 2.17
Java Reverse 2.13
Java Catalog 2.12
Idl Generator 2.10
Php Generator 1.5
Php Reverse 1.3
Python Generator 1.1
Roundtrip body 1.8
Follow the new API.
- XMI Generator 1.4.6
When a parameter of an operation doesn't have type
the token UML:Parameter wasn't closed, fixed.
- XMI2 Generator 1.10.2
The base type of a class stereotyped typedef
is now produced in an extension form supposing you ask for them
Import Interface
May 5th 2009
New user contribution, please refer to contributions
4.12.3
April 29th 2009
- Since 4.12 because of change concerning the z-dimension of lines
in diagrams it was difficult to select small elements connected
to a line in diagram and to connect required '(' and provided 'O'
representations in a component diagram, fixed.
- You can now close all the opened diagrams through the entry
Close all added in the global menu Windows
4.12.2
April 18th 2009
- When you duplicated a state Bouml
could crash, fixed.
- When you deleted attribute or operation of a class through a plug-out
the drawing of the class wasn't updated in already opened diagrams,
(the deleted members was still visible), fixed.
- Python Generator 1.0.9
In the previous releases the first line of a docstring was indented,
then the next lines was produced without adding the current indentation.
Now all the lines of a docstring are indented to follow pep-0257.
- Plug-out upgrade 1.12.11
Add the operation importProject on UmlBasePackage,
returns the UmlPackage corresponding to the imported
project or 0/null in case of an error.
- Plug-out empty
Upgraded by plug-out upgrade.
4.12.1
March 28th 2009
- When a class is associated to a relation (for instance in case of a class relation)
and you deleted the class, the plug-out API operation
UmlRelation::association() wrongly returned the deleted class, fixed.
- In a diagram when two elements was link by a line (whatever it represented)
and one the element contained the other one, the line was not drawn. This
was mainly a problem in case of high-level transition from a composite
state with a target inside the composite state. Fixed.
- An auto scroll is now made if necessary when you move in a diagram the mouse
with the center or right click down.
- Python Generator 1.0.8
When a class referenced an other one placed in the same python package, the
python code generator wrongly produced <artifact name>.<class name>
rather than <package name>.<artifact name>.<class name>,
fixed.
In the special case of the artifact is named __init__ this one is now
not generated, this means <package name>.<class name> is produced
- XMI2 Generator 1.10.1
When you defined an association between a class and an actor an unexpected and
inconsistent attribute was generated, fixed.
4.12
March 15th 2009
- In a communication diagram, when you used the menu to
change the geometry of a junction between two instances without
supporting yet a message, Bouml crashed, fixed.
- When you duplicate an activity Bouml
may crash, fixed.
- In an activity diagram, when an activity partition
was in horizontal display mode, and you assigned any colour to it,
then close the diagram and re-open it, you got an error message
and a part of the diagram was lost, fixed.
- In a state diagram it was possible to resize choices by selecting
them with other elements and doing a rezise, same thing for
decision and merge in an activity diagram, fixed.
- The virtual desktop set through the environment dialog
was not taken into account when you started Bouml, fixed.
- Add new US diagram formats : Letter, Legal, Tabloid,
Letter landscape, Legal landscape and Ledger.
- Search and referenced by dialogs are now not modal,
also add buttons to mark/unmark found elements.
- It is now possible to add marked elements in class, use case,
component and deployment diagrams
though the diagram menu entry add marked elements.
- It is now possible to ask for to add related elements in
diagram for a class, use case, package, component, artifact
and deployment node.
A related element is an element having a relation with
the current element whose can be shown in the current diagram
and part of the browser.
- The previous releases of BOUML cannot read a project
saved with this version. Obviously this release is
able to read the projects made by previous releases of BOUML.
4.11
February, 15th 2009
- Add specification on activity and state, used
to indicate an implemented operation. Add entries in
menu of operation to create an implementing activity
or state, or to access to them.
- XMI2 Import 1.6
Import specification on activity and state.
The previous releases force the roles of the relation,
regions and entry/exit pseudo states to not be anonymous,
not done anymore.
- XMI2 Generator 1.10
Html documentation Generator 2.17
Export specification on activity and state.
- Plug-out upgrade 1.12.10
Add the operations specification and
set_Specification on UmlBaseActivity and
UmlBaseState. Add the operation methods on
UmlBaseOperation.
- Plug-out empty
Upgraded by plug-out upgrade.
- The previous releases of BOUML cannot read a project
saved with this version. Obviously this release is
able to read the projects made by previous releases of BOUML.
4.10
February, 7th 2009
- Add accept call, reply, create object, destroy object,
test identify, raise exception and reduce
activity actions.
- For Python a default definition of __init__ is now
specified through the generation settings, this one
is used when a class inherits other class(es), the
definition asks for mother class(es) initialization
through the form super(classname, self).__init__()
- In diagrams, now when you move a fragment the textes
in collision follow it.
- Python Generator 1.0.7
when a class inherits other class(es) without defining __init__
its auto generated definition now contains
super(classname, self).__init__()
- Plug-out upgrade 1.12.9
Bypass a bug on QVector assignment in Qt 2.3 (release used for Windows)
by modifying UmlBaseComponent::set_AssociatedClasses(),
UmlBaseArtifact::set_AssociatedClasses() and
UmlBaseParameterSet::set_Pins()
Add accept call, reply, create object, destroy object,
test identify, raise exception and reduce
activity actions management.
To access/modify the new Python generation settings giving
the default __init__ definition.
- XMI2 Import 1.5
XMI2 Generator 1.9
Forms produced / expected for provided and required interface
and for realizing classes was not the right ones, fixed.
Warning, the import of the forms
produced by the previous releases is not managed.
Import / export of added activity actions.
- Html documentation Generator 2.16
Generate added activity actions
Produce the initialization of the attributes, relations and
operation's parameters at UML level.
- Plug-out empty
Upgraded by plug-out upgrade.
- The previous releases of BOUML cannot read a project
saved with this version. Obviously this release is
able to read the projects made by previous releases of BOUML.
4.9.3
January, 25th 2009
- To confirm the edition of a relation whose target was a read-only class
and without properties on the first role produced an error message,
the only solution was to cancel the edition, fixed.
- Extends the referenced by command searching for elements
in diagrams. To be find in a diagram an element must be directly
represented, this means for instance an operation nor an
attribute can't be find in a class diagram.
- Add management of ${type} for Php in operation,
attribute and relation dialogs, a priori used in
comment for instance php-comment forms. Note
${t<n>} was already managed.
To establish through the generation settings
a default description for the class,
operation, attribute and relation using
@return, @var and @access forms
helps you to generate php-comments. Of course it is
also possible to write a plug-out modifying
the description to use these forms including
@param depending on the element definition.
- Php Generator 1.4.6
Add management of ${type} in operation
generation (other cases already managed),
a priori used in comment for instance php-comment forms.
- Php Reverse 1.2.2
Parse comments to search for @param,
@return, @var and @access forms.
- Java Generator 2.16.6
In the previous releases, for an operation declared abstract
of defined in an interface, when the '{' corresponding to the
start of the body was reached a ';' was produced and the generation
of the operation was done.
Now a ';' is produced and the generation continues after the
first '}' placed after ${body}.
- Html documentation Generator 2.15.1
The description of an operations or a class stopped when a '{'
was reached, and the description of an attribute or a relations
stopped when a ';' was reached, fixed.
4.9.2
January, 11th 2009
- A crash may occurred when you changed the
drawing setting depending on the changes made before, fixed.
- The Plug-out operation UmlBaseClass::isPythonExternal()
returned if the class was external for Php rather then for
Python, fixed.
- Add management of ${association} in Python for relations
and getters/setters associated to a relation.
- Fill in white the part containing the name/type of a combined fragment
when its color is transparent and its name/type is not empty.
- Python Generator 1.0.6
To manage ${association}.
4.9.1
January, 5th 2009
- In an activity, when you created an
element through an activity diagram placing the element directly on
a partition, this element was wrongly nested in the partition in
the browser, and it was impossible to reload the project.,
fixed.
When you load a project the elements wrongly
nested in a partition are automatically extracted to come back
to a consistent project.
- Java Reverse 2.12.5
Java Catalog 2.11.5
The last character of a comment may not be placed
in the description, fixed.
- XMI2 Generator 1.8.1
To export state entry, do behavior and exit.
- XMI2 Import 1.4.1
To import state entry, do behavior and exit.
Some changes to import file produced by AndroMDA
- State machine generator 1.4.1
A C++ virtual destructor with an empty body
is now defined on each class created by the generator.
4.9
December, 23th 2008
- The modeler entered in an infinite loop
when you tried to change the geometry of an extension (uni
directional association from a stereotype-class to a
meta class), fixed.
- When a class was present in at least two
of the provided required and realizing lists of a component
and you deleted the class, saved the model then reload it,
the model was inconsistent and a crash can occured, fixed.
- Operation's parameters using accentued characters in their
name or type was wrong written in diagrams and some
dialogs and menus, fixed.
- Add activity partitions (swimlanes), please refer
to the documentation.
- In state and activity diagrams it is now possible to
resize forks and joins.
- Check a property (tagged value) is present
only one time when you valid the edition of an
element.
- Now Add inhnerited operations doesn't propose
getter and setter operations of mother
classes.
When you move an attribut or relation by drag&drop
the associated getter and setter operations
are now deleted (the marks allow to move an attribut or relation
and its associated getter and setter
operations).
- Java Generator 2.16.5
In the previous releases a dependency stereotyped
import to a nested class produced an import
form concerning the top container class. Now the
import form concerns the nested class.
- Java Reverse 2.12.4
Java Catalog 2.11.4
When the default definition of an element doesn't use
${description}, remove the first/last line in
the comment when it is empty or only contains spaces
or tabs
The comments placed before the first package or import
form in a reversed file are associated to the corresponding
artifact.
- Plug-out upgrade 1.12.8
To fixe definition of operations set_AssociatedDiagram
to take into account the case where you unassign
the association (diagram is null)
To add activity partitions
- Html documentation Generator 2.15
XMI2 Generator 1.8
XMI2 Import 1.4
To manage activity partitions.
- Plug-out empty
Upgraded by plug-out upgrade.
- The previous releases of BOUML cannot read a project
saved with this version. Obviously this release is
able to read the projects made by previous releases of BOUML.
- Note : Reference manual up to date
4.8.4
December, 7th 2008
- To validate the edition of a
relation whose first role is read only and without
property (tagged value) produced a crash, fixed.
- It is now possible to associate an icon to the
stereotypes defined in a profile by specifying
a picture file.
In a diagram the image is used without modification
when the scale is 100%, else it is resized.
This image is used in the diagrams for
classes when the drawing mode
is natural, components when you ask
for to use an icon, packages (context not written),
state actions (behavior not written),
activity object nodes, deployment nodes and artifacts.
In this case the name of the element is written under
the icon. These icons are not
exported in SVG.
The picture is also used in the browser when the
element is not deleted, the image is resized
to have its width and weight less or equal to 16.
For a plug-out the picture path is attached
to the property (tagged value)
stereotypeIconPath of the class-stereotype.
- It is possible to define a shortcut to do a browser search.
- C++ Generator 2.12.9
Java Generator 2.16.4
Idl Generator 2.9.5
Php Generator 1.4.5
Change in the generated indents to take into
account a class definition whose definition
is indented (definition starts by spaces or tabs).
- C++ Reverse 2.9.3
To not produce a syntax error on a forward declaration
of a struct, union or enum inside the definition
of a class, struct or union. Like it was already
made for a class, these forward declarations produce
an extra member in the model.
- XMI2 Generator 1.7.2
XMI2 Import 1.3.2
To manage stereotype icons.
- Roundtrip body 1.7.2
Indicate the line number where an invalid
preserved block starts.
- Rose project import 2.1.2
Fixe a possible crash.
4.8.3
November, 16th 2008
- Fixe problems concerning the duplication of getters
and setters
- C++ Generator 2.12.8
Java Generator 2.16.3
Idl Generator 2.9.4
Php Generator 1.4.4
Bypass a bug in the Qt operation QCString::remove
whose can indirectly produces a crash
- Global change 1.2
To manage Python
- Note : Reference manual up to date
4.8.2
November, 11th 2008
- Html documentation Generator 2.14.2
To also produce Python definitions.
Under Windows, for the C++ version, an extra dot may be added
at the end of the selected directory's name
returned by QFileDialog::getExistingDirector()
(problem detected by a user when the directory path
starts by //), add a hack to manage that.
- .pro Generator 2.1.5
Add the hask concerning the extra dot like for the Html generator.
- Deploy 1.1
Add Python management.
A class is deployed for a given language only when it is
non external and has a non empty definition.
Classes stereotyped stereotype or metaclass
are not deployed.
An associated artifact is created for a class only when it is
deployed for at least one language.
- Uml projection 1.1
To manage Python
- Plug-out upgrade 1.12.7
To add operations to access / modify Python definitions.
Note : you must define the C++ preprocessor variable
WITHPYTHON when your plug-out is implemented in C++ and you
defined WITHCPP WITHJAVA WITHPHP and WITHIDL.
- Plug-out empty
Upgraded by plug-out upgrade.
4.8.1
November, 3th 2008
- To modify through a plug-out some
generation settings can produce a crash, fixed.
You also have to fixe your plug-outs with plug-out upgrade.
- Add meta classes management. A meta class is a class stereotyped
metaclass.
The path of a meta class (by default
http://schema.omg.org/spec/UML/2.0/uml.xml or
http://schema.omg.org/spec/UML/2.1/uml.xml
depending on the XMI generation) is memorized
through the property (tagged value) metaclassPath.
- Modify the way a stereotype extends a meta classe.
In the previous releases you used the stereotype tab of the
class editor, and the extending classes was memorized in
the property (tagged value) stereotypeExtension.
Now an extension is suported by an uni directional
association from the stereotype (class stereotyped
stereotype) to a meta class (class stereotyped
metaclass). The explicit multiplicity 1
indicates the extension is required.
When you load a project the properties
stereotypeExtension of the stereotype are converted
to extensions, the needed meta classes are created.
You have to modify your plug-outs
to use the meta classes and extensions rather than
the properties stereotypeExtension on the
stereotypes.
- Plug-out upgrade 1.12.6
To fixe some setter operations on UmlSettings, CppSettings,
JavaSettings, IdlSettings and PhpSettings.
- XMI2 Generator 1.7.1
XMI2 Import 1.3.1
Html documentation Generator 2.14.1
To manage meta classes and extension.
- Deploy 1.0.1
To not deploy classes stereotyped stereotype nor
metaclass. Of course to apply it on a class view
part of a profile seems strange.
- Uml projection 1.0.2
To not project classes stereotyped stereotype nor
metaclass nor placed under a package stereotyped
profile.
- Plug-out empty
Upgraded by plug-out upgrade.
4.8 patch 1
October, 26th 2008
- Since the release 4.6 a crash occured when
only one language is selected and you modified the parameters
list of an operation defined for an actor placed in a
use case or a use case view, fixed.
- To manage the special form used to initialize an enum item
in Java (value given in parameter rather than throw
an assignment).
- On attribute and relation add the property modifiers
derived, union (only active when derived
is set), ordered and unique.
- New drawing settings show attribute modifiers
and show relation modifiers
to how / hide property modifiers in class diagrams.
By default property modifiers are not shown.
- Java Generator 2.16.2 patch 1
To manage the special form used to initialize an enum item
(already managed by Java Reverse and Java Catalog).
- Python Generator 1.0.5
In the previous release the code generation
was done for Python 2.2 (explicit object
inheritance) depending on the 2.2 flag at
the generation setting level rather than at the
classes level, fixed.
In an operation definition ${class} produces
the name of the class containing the operation.
- Plug-out upgrade 1.12.5
To add the operations isDerived(), isDerivedUnion(), isOrdered(), isUnique()
set_isDerived() (set both if the property is derived and if yes
if it is derived union), set_isOrdered() and set_isUnique.
on UmlBaseAttribute and UmlBaseRelation
- Html documentation Generator 2.14
Export new property modifiers.
Upgraded by plug-out upgrade.
- XMI2 Generator 1.7
XMI2 Import 1.3
To manage new property modifiers.
To manage stereotypes extending several meta
classes.
Upgraded by plug-out upgrade.
- Plug-out empty
Upgraded by plug-out upgrade.
- The previous releases of BOUML cannot read a project
saved with this version. Obviously this release is
able to read the projects made by previous releases of BOUML.
4.7
October, 10th 2008
- The default screen set through the environment dialog is not
taken account account when it is invalid (for instance
when the left coordinate is greater than the right
coordinate). Bouml now warns you in this case, and
the environment dialog now doesn't allow wrong values.
- A state region can now contain states (including initial
and final), pseudo states and state actions.
- Import generation settings now also import C++ include,
Java import, Python import and Idl include definitions
- Plug-out upgrade 1.12.4
Modify the type of the first parameter of the operation
UmlBaseStateAction::create() to UmlItem.
- Plug-out empty
Upgraded by plug-out upgrade.
- The previous releases of BOUML cannot read a project
saved with this version. Obviously this release is
able to read the projects made by previous releases of BOUML.
4.6.1
September, 24th 2008
- Fixe a bug in the API with plug-outs occuring
when you ask for a sequence diagram definition
where an interaction use cover several
life lines.
Because of this bug the XMI2 generator can crash in
when used with the previous release of the modeler.
4.6
September, 22th 2008
- Under Windows, when the user configuration is wrong and
designates a non writable home directory contrarilly
to the directory given the environment variable
USERPROFILE, the environment dialog is show each
time you start the modeler, fixed.
- When only one target language is selected and you edit
an operation, a modification of a parameter impacting the default
definition of the operation was only done when you finish the
cell edition by clicking in an other cell of the parameters table.
Now this is also done when you go in an other tab or validate the
operation edition (to click on an other cell isn't necessary).
- A fragment can now reference a diagram, mainly to define
interaction use in sequence diagram. Arguments and
return value can also be specified through a string
(you have to give the full form containing parenthesis
and ':' if expected).
- XMI2 Generator 1.6
Export interaction uses, instance
destructions, and continuations.
Upgraded by plug-out upgrade.
- .pro Generator 2.1.4
Add WITHPHP and WITHPYTHON if at least two WITH*
are defined. Note : compatible with old
plug-outs without Php nor Python.
- Plug-out upgrade 1.12.3
On JavaSettings add operations
isForcePackagePrefixGeneration and
set_IsForcePackagePrefixGeneration.
On CppSetting add operations builtinIn, builtinOut,
builtinInOut and builtinReturn taking
a string in argument, if the argument is a type
defined in the first tab of the 'generation setting'
dialog the returned value is the parameter definition
depending on the direction, else a empty string/null.
Also add setter operations set_BuiltinIn, set_BuiltinOut,
set_BuiltinInOut and set_BuiltinReturn
taken in argument the type and the new parameter
definition, add the type if it is not yet defined through
the first tab of the 'generation setting' dialog.
On UmlBaseFragment add operations refer
returning the diagram referenced by the fragment or null,
arguments, covered returning
the list of covered instances (life lines).
On UmlBaseFragmentCompartment add operations
startContinuation and endContinuation.
Add two pseudo message kinds in aMessageKind :
aDestruction and anInteractionUse.
The pseudo message corresponding to an interaction use
is produced in the corresponding fragment and for only one
of the covered instances. In these two new cases the
operation to() returns as from()
Note : even the python management is not done in plug-outs,
you must define WITHPYTHON when
your plug-out is implemented in C++ and you
defined WITHCPP WITHJAVA WITHPHP and WITHIDL.
- Plug-out empty
Upgraded by plug-out upgrade.
- The previous releases of BOUML cannot read a project
saved with this version. Obviously this release is
able to read the projects made by previous releases of BOUML.
4.5.1
September, 8th 2008
- Some files like .boumlrc are created into your
home directory, unfortunatelly under Windows some
users have a wrong configuration (for instance the value of the
environment variable HOMEPATH is empty) and the
home directory is not writable. In this case
the value of the environment variable USERPROFILE
is used to specify the home directory.
- In the previous releases, to hide all the attributs/operations
of a class in a class diagram through individual attribute/operation
visibility and setting specify visible member rather than hidden
ones didn't have effect, fixed.
- Fixing in the operation dialog similar to the one made in
the Java generator, see below
- When only one target language is selected, when you modify
the operation parameters through the associated dialog, the definition
for the target language is now also updated (in the previous versions
you had to add/remove/modify parameters by hand in the tab associated
to the target language). However I encourage you to continue to
check the definition for the target language after modifying the
parameters (mainly for C++ where modifiers are produced depending on
the parameter types and directions).
If you don't like this feature, just set another language through
the menu Languages.
- Java Generator 2.16.1
In the previous releases, when the description or the
definition of an operation defined in an interface
or an @interface contains a '{', this character
was replaced by a ';' and the code generation
of the operation was stopped even when this '{'
didn't correspond to the beginning of the body.
Now this management is done only for the first '{'
placed after ${)}.
- XMI2 Generator 1.5.9
Fixings concerning sequence and communication
diagram export
- Global change 1.1.1
A tab can be specified (out of stereotype) through
\t like a return is specified through a \n.
- Project synchro 1.2.2
Project control 1.2.2
Java Reverse 2.12.3
Java Catalog 2.11.3
To use USERPROFILE when the user configuration
specify an invalid home directory under Windows.
4.5
August, 26th 2008
- Previous releases may crashs when
you load a project containing a modeled class instance
(part of the browser) having a relation valuing a
deleted modeled class instance (deletion was made in
a previous session)
, fixed.
- Add Java generation setting force package prefix generation.
This setting is set by default for compatibility with previous releases.
- Java Generator 2.16
In the previous releases the name of a referenced class
was prefixed by its package when it is not part of the current
package even if you asked for import generation
through dependencies stereotyped import.
Now a referenced class is not prefixed by its package when the class
or its package is imported and force package prefix generation
is not set.
- The previous releases of BOUML cannot read a project
saved with this version. Obviously this release is
able to read the projects made by previous releases of BOUML.
4.4.3
August, 16th 2008
- Previous releases may crashs when
you load a project containing modeled class instances
(part of the browser) specifying value for relation(s)
, fixed.
- Add keywords ${v<n>} to generate operation
parameter default value in Python like for C++ and Php.
- Modify management of asynchronous call in sequence diagrams
using overlapping activity bars : an activity bars
is now created on the receiver side like for synchronous calls.
- Sometimes the width of some duration bars in sequence
diagrams became too fine, fixed.
- Python Generator 1.0.4
To manage keywords ${v<n>}
- XMI2 Generator 1.5.8
To generate communication diagrams
(not managed by XMI import).
To generate sequence diagrams (not managed by XMI import).
The result is unspecified in case of
non consistent diagrams or diagrams not using
overlapping activity bars or when an
asynchronous call doesn't create a new overlapping
activity bars on the receiver side.
Bug fixed by Plug-out upgrade.
- Html documentation Generator 2.13.5
Spelling (attribute)
- Plug-out upgrade 1.12.2
In C++ the operation UmlBaseFragment::container()
of the plug-outs may return a non
initialized value, fixe this problem.
- Plug-out empty
Bug fixed by plug-out upgrade.
4.4.2
July, 14th 2008
- Improve performances of the modeler to diminuish
execution time of deletions.
- XMI2 Generator 1.5.7
To generate import and extend forms rather than dependencies
between use cases if needed (already managed
by XMI import).
To generate extension points.
To generate associations between use cases and actors
extracted from use case diagrams (not managed
by XMI import).
- XMI2 Import 1.2.11
To import extension points.
4.4.1
June, 29th 2008
- Add keywords ${v<n>} to generate operation
parameter default value in C++ and Php.
- Improve performances of the modeler to diminuish
execution time of some operations.
- C++ Generator 2.12.7
C++ Reverse 2.9.2
Php Generator 1.4.3
Php Reverse 1.2.1
Uml projection 1.0.1
Html documentation Generator 2.13.4
To manage keywords ${v<n>}
- Use case wizard 1.1.1 (C++ version)
Get character set from file .boumlrc
rather than from environment variable BOUML_CHARSET.
4.4
June, 10th 2008
- To manage case of users strangly killing Bouml execution
the first time it asks for environment definition.
Yes, some users did that ... sigh.
- New drawing setting named Show stereotype properties
allowing to show or not the tagged values associated to
a stereotype. By default they are not shown.
The values are shown in a note attached to the stereotyped element,
except for the attributes and operations of classes in a class diagram
whose are shown inside the class itself.
- new macro ${nAME} producing artifact's name
converted to lower case.
- Php Generator 1.4.2
Python Generator 1.0.3
Idl Generator 2.9.3
To manage ${nAME}
- Java Generator 2.15.2
To manage ${nAME}.
Now the dependencies stereotyped import also
apply on the classes declared external.
- C++ Generator 2.12.6
To manage ${nAME}.
To not generate extra ',' when actual(s) are missing
for parameterized class binding (formal(s) have default value)
- Java Reverse 2.12.2
Java Catalog 2.11.2
In the previous releases a form T<...X...>
produces a relation to the generic T when it is
part of the reverse classes or known through a
catalog. Now the form produces a relation to X
if X is a known class and T is defined through
the generation setting as the translation in Java
of a relation/attribute stereotype (this is the case
by default for List for instance)
- Roundtrip body 1.7.1
Explain why the body of an operation can't be updated.
- The previous releases of BOUML cannot read a project
saved with this version. Obviously this release is
able to read the projects made by previous releases of BOUML.
4.3.5
May, 26th 2008
- The class diagram menu entry Add classes of the selected class view
now also add the nested classes.
- Unselect elements in diagram before a copy
into the clipboard.
- C++ Generator 2.12.5
fixe bug concerning classes declared external.
4.3.4
May, 18th 2008
- Bugs fixing concerning the attribute in class-stereotype.
- The files .bouml .boumlrc and .bouml_shortcut
can't be read when the pathname of your homedir contains
non latin1 characters, for instance under Linux
when your login name use Cyrillic characters. Fixed.
- When a class instance is drawn in a diagram, :
is now written even if the instance is anonymous.
In an object diagram the instance name and class are now
underlined.
- Java Reverse 2.12.1
Java Catalog 2.11.1
Project synchro 1.2.1
Project control 1.2.1
To manage homedir containing
non latin1 characters.
4.3.3
May, 9th 2008
- To set the default screen through the environment dialog
in case of a multiple screens usage wasn't effect, fixed
- Fixe problem in the help dialog.
- When a class stereotyped typedef is read-only
and you edit it, the base type is empty in the
tab UML and the code preview in C++ tab
doesn't show the base type too. Fixed
- The forms @{...} are now substituted in the
code generated for the generalizations/realizations.
- Python Generator 1.0.2
Fixe a bug in the computation of the dependencies to
generate the import forms.
To substitute forms @{...} in the code generated
for the generalizations/realizations.
- C++ Generator 2.12.4
Java Generator 2.15.1
Php Generator 1.4.1
Idl Generator 2.9.2
To substitute forms @{...} in the code generated
for the generalizations/realizations.
4.3.2
May, 5th 2008
- Modify the attribution of the socket port number used
to exchange data between the modeler and the plug-outs.
The goal is to solve problems with firewall sometimes blocking
the plug-outs.
- In the previous releases some information was get from environment
variables, for instance BOUML_ID. Now these informations
are memorized in the file .boumlrc placed into the home
directory, and set through a dedicated dialog called through the
entry Set environment in the menu Miscellaneous.
This dialog is automatically called in case .boumlrc doesn't
exist, and of course the values set through the defined environment
variables are proposed.
The shortcuts are now saved in the file .bouml_shortcuts
- The chapter of the reference manual corresponding to the type of the
element selected in the browser is now shown by using the
F1 key or the help menu (About dialog is now
associated to the F2 key).
The chapter starting is used if no project is load,
if nothing is selected in the browser the chapter
browser items is used.
The directory where the documentation is placed can be specified
by setting the environment (see above), you can also indicate which
navigator will be used to show the HTML pages.
Two setups are now distributed for Windows, one of
them install the documentation.
- When you add an inherited operation the new operation is set not abtract.
If it is not empty the Php definition is now forced to contain
${body}, to help in case the inherited operation is abstract.
- In the diagrams add go up/down to change a little the level of
an element contrarilly to upper and lower.
Of course you can define shortcuts to these new commands.
- XMI2 Import 1.2.10
Little improvements.
- Project synchro 1.2
Project control 1.2
To not use environment variables. You must use the new release of
the modeler to create the file .boumlrc before using these
tools.
4.3.1
April, 27th 2008
- When a plug-out is launch from an other one the trace is
not cleared. It is also not cleared before the executions
of the check/init plug-out associated to the stereotype.
- When an element stop to be stereotyped by a stereotype
part of a profile, the properties associated to the stereotype
are now removed.
- XMI2 Generator 1.5.6
To generate profile imports associated to dependencies
stereotyped import between profiles.
Upgraded by Plug-out upgrade.
- XMI2 Import 1.2.9
To manage import of profiles defined in another XMI file.
Other little improvements.
Upgraded by Plug-out upgrade.
- C++ Generator 2.12.3
Except if you explicitly ask for, the code generator tries to produce
declarations in the header files and includes in the source files.
Unfortunatelly this was also true for the template classes, fixed.
- Plug-out upgrade 1.12.1
Fixe operation isToolRunning defined on UmlBaseItem.
- Plug-out empty
Upgraded by plug-out upgrade.
4.3
April, 20th 2008
- When a diagram is read-only it is now possible to do
some operations like to save it in a picture.
- In the previous releases the header file of a C++
class declared external in C++ was always included in the header
file of the other classes whatever it is used (by reference
or pointer, or by value).
Now it is included in the source file if you explicitly ask for
through a dependency, whatever it is used.
Note this is the reverse for the classes non declared external.
To not modify the behavior of the already existing
dependencies to classes declared external, their definition
is forced to #include in header.
- XMI2 Generator 1.5.5
To produce constraints
- XMI2 Import 1.2.8
To import constraints
- C++ Generator 2.12.2
To manage new behavior of dependencies to classes
declared external.
- Plug-out upgrade 1.12
In the class UmlBasePackage
the operation findNamespace is renamed findCppNamespace,
the operation findPackage is renamed findJavaPackage and
the operation findModule is renamed findIdlModule,
If you call these operations you have to modify
your code to use the new names.
In the class UmlBaseOperation add the operations
cppContextualBodyIndent, set_CppContextualBodyIndent,
javaContextualBodyIndent, set_JavaContextualBodyIndent,
phpContextualBodyIndent and
set_PhpContextualBodyIndent.
In the class PhpSettings add the static operations
isGenerateJavadocStyleComment and
set_IsGenerateJavadocStyleComment.
In the class UmlBaseClass add the static operation
findStereotype.
In the class UmlBasePackage add the static operation
updateProfiles.
In the class UmlBaseItem add the operation
applyStereotype.
In the class UmlBaseFragmentCompartment modify the C++ definition
texts() to bypass Microsoft Visual C++ limitation.
- Plug-out empty
Upgraded by plug-out upgrade.
- The previous releases of BOUML cannot read a project
saved with this version. Obviously this release is
able to read the projects made by previous releases of BOUML.
4.2.1
April, 5th 2008
- In the previous release the python body of an operation
was set when a plug-out asked for to set the Php
body. Of course this was also the case for php reverse
and roundtrip body. Fixed.
- In all the previous releases, when Bouml was compiled with a Qt3,
when you opened a dialog from an other one, the first dialog was
lowered, bypassed.
- Add profile management, refer to the
documentation.
The profile imports from an other one are not yet managed.
Warning : only the properties associated
to the profile can have a name containing two ':', the others
will be removed.
- When you import a project into an other one, the plug-outs,
attribute and relation stereotype correspondences and the class
stereotype correspondences between the languages are now also
added when they don't yet exist.
- In the shortcut definition the key Suppr is renamed
Delete. In the previous releases some shortcut
definitions may be lost when you reload a project, fixed.
- Modify the header added (then remove) when you set add operation
profile on body edition through the menu languages to
help external editor (BOUML_EDITOR) to compute the indent.
- Idl Generator 2.9.1
To prefix the class names by their module if necessary.
To not produce the ',' after the name of the last enumeration item
- Python Generator 1.0.1
Artifact's name was missing in some cases in the code
generated to reference classes, fixed.
Auto generation of import forms based on generalization, this
means a generalization is also implicitly a dependency
stereotyped import.
- XMI2 Import 1.2.7
In the previous releases nested components was imported out of the container
component, fixed.
To import profiles and stereotypes.
To import manifestations.
To manage files produced by Eclipse (aggregate definition on
other relation side)
- XMI2 Generator 1.5.4
To produce profiles and stereotypes.
To produce the associations between artifacts and
other artifact or classes
through manifestations.
To optionaly generate relation as Eclipse
(aggregate definition on other relation side)
To allow to place <xmi:Documentation exporter="Bouml" ...>
in comment else some tools refuse to import produced XMI
or have problem after the import(for instance
Rational Software Architech)
- Html documentation Generator 2.13.3
To produce Profile/Stereotype rather than
Package/Class if needed.
4.2
February, 17th 2008
- Since the 4.0 it was not possible to modify the Php definition
of an operation through a Plug-out without blocking it
(including the Php reverse), fixed.
- New drawing setting named show attribute initialization
allowing to write attribute initialization in a
class picture in a class diagram. This setting have sense only
when you also ask for to show the full members definition.
By default this setting is set to false.
- Default operation parameter direction is now in
rather than inout.
- XMI2 Import 1.2.6
Improve management of primitive types.
- C++ Reverse 2.9.1
To read anonymous namespaces (however they are
not reported in the model).
- Uml projection 1.0
New plug-out setting the definitions/declarations
with their default value according to the
generation settings. Create also the necessary
deployment views and artifacts.
Typically used after an XMI import to project
the imported model in the desired language.
Refer to the documentation.
- Because the format of the BOUML files is changed,
the previous releases of BOUML cannot read a project
saved with this version. Obviously this release is
able to read the projects made by previous releases of BOUML.
4.1
February, 3th 2008
- When several artifacts have the same name and you edit a class,
the shown artifact may not the right one, and if you change it
the class may not be associated to the desired one, fixed.
- New drawing setting named show members multiplicity
allowing to write attribute multiplicity in a
class picture in a class diagram. This setting have sense only
when you also ask for to show the full members definition
and when the drawing language is UML.
By default this setting is set to false.
- New drawing setting named max members width
allowing to limit attribute and operation width to a given
number of characters. When the number of
characters needed by an attribute or an operation is greater
than max members width, the string is cut to
max members width characters and "..." is added.
Note : the optionally written visibility and stereotype
are not taken into in the member width.
- XMI2 Import 1.2.5
Spaces are replaced by '_' in the name of an imported class,
attribute or relation.
Fixe bug on operation parameter multiplicity reading.
- Because the format of the BOUML files is changed,
the previous releases of BOUML cannot read a project
saved with this version. Obviously this release is
able to read the projects made by previous releases of BOUML.
4.0
January, 27th 2008
- In the previous releases the position of the
use cases in a use case diagram may
not be the right one when you re-open the diagram and
the zoom is not 100%, or when you change the zoom later,
fixed.
- It was possible to move in the browser an element by
drag&drop into a read-only one,
fixed.
- Add management of Python
Currently the scope of Python is not as large as it is
for C++ and Java, for instance there is no Python definitions
in the state machine and activities because this seems useless.
- In the previous releases a class was always drawn as
an actor in a use case diagram,
now this is just the default and a class
can be drawn as a class (without members), or using
boundary, control or entity icon.
The name of use case is not
anymore a separated label and the size of an actor now
depend on its name, so, the position of the incoming
and outgoing arrows and the position of the name
will be impacted.
- Python Generator 1.0
New plug-out generating code for Python.
Refer to the documentation.
- Roundtrip body 1.7
To roundtrip Php bodies.
Follow the new API.
- C++ Generator 2.12
C++ Reverse 2.9
Java Generator 2.15
Java Reverse 2.12
Java Catalog 2.11
Php Generator 1.4
Php Reverse 1.2
Idl Generator 2.9
Plug-out upgrade 1.11
Follow the new API.
- Plug-out upgrade and other Plug-outs will
be upgraded later to manage Python.
A reverse for Python will be available later.
- Because the format of the BOUML files is changed,
the previous releases of BOUML cannot read a project
saved with this version. Obviously this release is
able to read the projects made by previous releases of BOUML.
3.5
January, 14th 2008
- When Qt is compiled with g++ option -fno-exception
BOUML may crash on exit after an error, or after the execution
of a plug-out in batch mode when the option
-exit is given. Bypassed.
- Extra comment was produced in getter and setter
when the associated attribute or relation definition contents
a comment (this means comment marks are directly placed
in the definition), fixed.
- In the previous releases ${value} doesn't produce
the '=' in an attribute or relation initialisation. The '='
is now produced except if :
- the value starts by '=' (may be after spaces)
- a '=' is placed before ${value} (may be with spaces
between them)
- in C++ if the value starts by '=' (may be after spaces)
to take into account a call of a constructor
- New generation setting allowing to produce javadoc
style comments in Php.
- Php Generator 1.3
To produce javadoc style comments.
- C++ Generator 2.11.2
Java Generator 2.14.2
Idl Generator 2.8.3
To follow the new behevior of ${value}
- Java Reverse 2.11.1
Java Catalog 2.10.3
In the previous releases the default visibility for the members
of an interface was package like for the 'standard'
classes rather than public, fixed.
- C++ Reverse 2.8.1
In previous releases a typedef used a realization
rather than a dependency to reference a
base class, fixed.
To accept an extra comma after the last item of an enum.
- Because the format of the BOUML files is changed,
the previous releases of BOUML cannot read a project
saved with this version. Obviously this release is
able to read the projects made by previous releases of BOUML.
3.4.1
December, 31th 2007
- Default getter and setter definition was wrong
in Java and C++ when the associated attribute/relation
produces an array (because of its multiplicity), fixed.
Furthermore in this case the setter definition in C++ stops
to use a memcpy, and now copy the elements one by one.
- In the relation dialog the new button association
allows to create a new class and set the value with it,
or in case the value is a class to select it in the browser
(like for the button type in the attribute dialog).
- C++ Generator 2.11.1
Java Generator 2.14.1
Php Generator 1.2.1
Idl Generator 2.8.2
When a class or an artifact have an empty definition
the message contained the name of the element without
its kind, this was disturbing in case the class and
the artifact have the same name. Now the message
indicates if the problem concerns the class or the
artifact.
3.4
December, 16th 2007
- Previous releases crash when you
start to draw an association part of the model
(not an anchor for instance) in a diagram
and you use one of the buttons allowing to change
the zoom, fixed.
- It is now possible to ask for to not add the indent dependent
on the context when the body of an operation is
produced. This feature is mainly added to simplify the
work of the reverses and to preserve the original indent
of the reversed operations.
By default the indent depend on the context, this means
for instance depend on the indent of its class.
- C++ Reverse 2.8
Java Reverse 2.11
Php Reverse 1.1
Roundtrip body 1.6
To ask for to not add the indent dependent
on the context when the body of an operation is
produced.
- C++ Generator 2.11
Java Generator 2.14
Php Generator 1.2
To manage body indent not dependent on the context.
- Remark : Bouml is now also available on
source forge
- Because the format of the BOUML files is changed,
the previous releases of BOUML cannot read a project
saved with this version. Obviously this release is
able to read the projects made by previous releases of BOUML.
3.3.5
December, 10th 2007
- The stereotype of an attribute was not copied to
its getter and setter, fixed.
- Now when you create a new project the
generation settings in Java use generics,
for that by default :
- the UML stereotypes list, set and map produce
List, Set and Map in Java,
- the attributes and relation definition in Java contains
${stereotype}<${type}> when the multiplicity
is * or a form a..b whatever a and b
are.
- C++ Reverse 2.7.2
Previous releases may crash reaching a premature
end of file, fixed.
Fixing in the reverse of an operation having at least one
parameter being a pointer to an operation having itself
one parameter being an array.
- Java Reverse 2.10.2
Java Catalog 2.10.2
Previous releases may crash reaching a premature
end of file, fixed.
- C++ Generator 2.10.1
Java Generator 2.13.1
Php Generator 1.1.1
Idl Generator 2.8.1
An extra line break was generated at the end of a
non null comment when the form ${comment}
or ${description} is placed at the end of the
declaration/definition, fixed.
3.3.4
November, 21th 2007
- Previous releases crash on undo when
the diagram contains a constraint, fixed.
- A plug-out can now access to semantic informations
not present in the model out of the drawing in use case, collaboration
and sequence diagrams.
- use case diagram : access to
- the uses cases, actors, subjects
and fragments present in the diagram,
- the association between actor and uses case
indicating if the actor is a primary or secondary
actor in the association,
- the subject and fragment compartment where the
uses cases is drawn if this is the case
Note that other data like inheritance between use cases
are part of the model.
- collaboration diagram : access to
- the class instances present in the diagram,
- the messages between instances, ordered on the rank
- sequence diagram : access to
- the class instances and fragments present
in the diagram,
- the messages between instances ordered on the sending time
(vertical position in the diagram),
- the fragment compartment where a
message is sent,
- the fragment compartment where the fragments
may be drawn and the text may be placed in the
fragments compartment (corresponding to a
guard of a fragment alt for instance)
- Plug-out upgrade 1.10.2
To access to the semantic informations from a
use case, collaboration and sequence diagrams,
through the new operation definition defined on
UmlBaseCollaborationDiagram, UmlBaseSequenceDiagram
and UmlBaseUseCaseDiagram.
A new package named Diagram is created to place the new classes
supporting these informations under the packages API BASE and
API USER
- Plug-out empty
Upgraded by plug-out upgrade.
3.3.3
November, 21th 2007
- Previous releases crash when you add
a reflexive message on a life line in a sequence diagram (this
means not on a duration bar), fixed.
3.3.2
November, 11th 2007
- Add missing relations when you open a diagram having
the drawing settings 'draw all relations'
valuing yes.
- In a component diagram when you move a containing
component its nested components which
intersect with it are also moved.
- In a use case diagram when you move a subject
or a fragment the contained elements are also moved.
- If the element selected in the browser appears in the
current diagram, the menu of the diagram (called by a right
mouse click out of any element in the diagram) proposes
to find the browser element in the diagram, this allows
to select the representation(s) of the element in the diagram.
- Html documentation Generator 2.13.2
Export properties (tagged values)
3.3.1
November, 5th 2007
- Previous release crashes when you transform
a sequence diagram containing fragment separator
to use flat/overlapping activity bars, fixed.
3.3
November, 4th 2007
- Previous releases may crash when you ask for replace
a class instance in a sequence or collaboration diagram
but there is no available class instance, fixed.
- Default getter and setter definition was wrong
in Java when the corresponding attribute is initialized, fixed.
- dependency and C++ :
- When you edit a dependency just after its creation, the
C++ definition was shown as #include in source but
the #include was produced in the header file (supposing
you don't edit the relation or don't valid the edition), fixed.
- In the previous releases, when you created a dependency
the C++ definition produced the #include in the header file,
but by default when you edit a relation to be a dependency
the C++ definition produces the #include in the source file.
Now, a newly created dependency produces the #include
in the source file to follow the same rule in all the cases.
- sequence diagram :
- Add explicit reflexive return
- Add overlapping activity bars
- By default the newly created sequence diagrams
use the overlapping activity bars, but
of course the existing diagrams don't use them.
- A diagram using overlapping activity bars
can be transformed to use flat activity bars,
and vice versa. The overlapping level introduced
by a reflexive message is propaged to the next
messages, you may have to add explicit returns
before transforming flat activity bars
to overlapping ones. Known problem : the fragments
'alt' are not taken into account by the
transformation, cutting first the activity bars
crossing over the separators may help for. The
transformation is not undoable, to save the project
before may be a good idea !
- in a diagram using overlapping activity bars, the
reception of a synchronous message create a new
overlapping activity bars, this is not the case
for the reception of an asynchronous message (but you
can ask for to create an overlapping activity bars
through the menu of the message).
- in a diagram using overlapping activity bars,
a reflexive synchronous messages is always at the
beginning of an activity bars and a reflexive
returns at the end, you can't move them.
- Like for the previous releases, I prefer to offer a high
level of flexibility in the construction of the
sequence diagrams, rather than to limit
the available modifications or to modify the diagram
may be by deleting messages in order to always have
a consistent diagram. To quickly modify a diagram,
may be to fixe unconsistencies, several facilities are
available to change the start or end of a message to the
parent activity bars or a new overlapping
activity bars, or to collapse an activity bars
with its parent activity bar.
- Add C++/Java/Php roundtrip operation body in the available shortcuts
- Character and background color for texts in diagrams (button abc)
can be changed. By default a text is written in black and
doesn't have background (it is transparent).
Warning : in an SVG export the background color applied
on all the rectangle sizing the text rather than on the
background of the characters.
- The color of the character for the notes in diagrams can
be changed. By default a note is written in black.
- Because the format of the BOUML files is changed,
the previous releases of BOUML cannot read a project
saved with this version. Obviously this release is
able to read the projects made by previous releases of BOUML.
3.2.1
October, 24th 2007
- Previous version modify the position of the
labels in the diagrams in some cases, fixed.
- When you edited operation body through shortcut or context
menu with add operation profile on body edition set,
the operation profile was not be showed, fixed.
3.2
October, 21th 2007
- The SVG produced for a component diagram
contained floating point numbers. Depending on the settings
associated to your country, the representation of a float can
uses a ',' rather than a '.', not compatible
with SVG. Now all the produced numbers are integers.
- Add xml:space="preserve" in the SVG text forms, at least
to indent arguments given on several lines in a
sequence diagram.
- It was not possible to add a state diagram icon and an
activity diagram icon in a state diagram,
component diagram, sequence diagram,
collaboration diagram, object diagram,
use case diagram, deployment diagram
and activity diagram. Fixed.
- The interfaces provided and required by a nested subcomponent
are automatically provided and required by the direct
container component, but this didn't work for more levels,
fixed.
- In a sequence diagram, the arguments given on several
lines are shown pseudo centered, fixed.
- It was not possible for a component to require and
provide the same interface, this limitation is removed.
- Modify the component dialog to set the realizing classes
(wrongly labeled realized classes in previous releases)
in a dedicated tab rather than to set them with the
provided classes.
- Plug-out upgrade 1.10.1
Since Bouml 2.28 the activities are not added,
fixed.
Rename the operation UmlBaseComponent::realizedClasses to
realizingClasses.
Warning, doesn't modify the exiting calls of realizedClasses.
Rename the parameter realized of the operation
UmlBaseComponent::set_AssociatedClasses to realizing
Add operation PhpSettings::classUmlStereotype.
Add operations UmlBaseItem::isMarked, UmlBaseItem::set_isMarked,
UmlBaseItem::markedItems, UmlBaseItem::referencedBy,
UmlBaseState::set_AssociatedDiagram,
UmlBasePackage::loadProject, UmlBasePackage::saveProject
and UmlBasePackage::isProjectModified
if they are not defined.
- Html documentation Generator 2.13.1
Plug-out empty
Upgraded by plug-out upgrade.
- .pro Generator 2.1.3
Add WITHPHP if at least two WITH*
are defined. Note : compatible with old
plug-outs without Php.
- Because the format of the BOUML files is changed,
the previous releases of BOUML cannot read a project
saved with this version. Obviously this release is
able to read the projects made by previous releases of BOUML.
3.1
October, 14th 2007
- Since the 3.0 when you load a project Java management and default definition
is forced to false if Php management and default definition
is not set, fixed.
- Add force body generation flag on the operations to allow to
generate their body even if preserve operation's body is set.
Usefull to generate the implementation of the state machines
in all the cases.
- Java Generator 2.13
C++ Generator 2.10
Fixe the indent of the first item of an enum itself
embeded in an other class.
To manage operations having their body generated even
if preserve operation's body is set.
- Php Generator 1.1
To manage operations having their body generated even
if preserve operation's body is set.
- State machine generator 1.4
To set force body generation on the produced operations.
Upgraded by plug-out upgrade.
- Roundtrip body 1.5
To not change the body of the operations having
force body generation set.
- Global change 1.1
To manage Php definitions.
Upgraded by plug-out upgrade.
- Html documentation Generator 2.13
To generate Php definitions.
Upgraded by plug-out upgrade.
- Plug-out upgrade 1.10
To add missing vector allocations in Java definitions.
To add Php management and force body generation.
Note : you must define WITHPHP when
your plug-out is implemented in C++ and you
defined WITHCPP WITHJAVA and WITHIDL.
- Plug-out empty
Upgraded by plug-out upgrade.
- Because the format of the BOUML files is changed,
the previous releases of BOUML cannot read a project
saved with this version. Obviously this release is
able to read the projects made by previous releases of BOUML.
3.0.2
October, 9th 2007
- Since 2.32.1 Bouml crash when you add a non self
transition, fixed.
- Since 3.0 moving or copying an operation from
a class to another class may destruct its body, fixed.
- Roundtrip body 1.4
Plug-out upgrade 1.9
Fixe a problem in the new API between the modeler and the plug-outs
(doesn't concern the other plug-outs nor the users ones).
- State machine generator 1.3.3
Management of consecutive pseudo states
(for instance choices) was wrong,
fixed.
3.0.1
October, 8th 2007
- Previous releases may crash during a save,
fixed.
- Php Reverse 1.0.1
The name of the produced artifact contained the
reversed file extension, fixed.
To manage file names containing a dot, ie
having more than the dot separating the name
and the extension.
- Java Reverse 2.10.1
Java Catalog 2.10.1
C++ Reverse 2.7.1
Project synchro 1.1.2
Project control 1.1.1
To manage file names containing a dot, ie
having more than the dot separating the name
and the extension.
3.0
October, 7th 2007
- Add management of PHP 4 and 5
Currently the scope of PHP is not as large as it is
for C++ and Java, for instance there is no PHP definitions
in the state machine and activities because this seems useless.
- Now the tabs dedicated to a given language are not shown in the
dialogs when you don't ask for its management through the
menu Languages.
- Java Reverse 2.10
Java Catalog 2.10
Since Bouml 2.31.2 the simple inheritances produce realization
stereotyped bind, fixed.
Follow the new API.
- Php Generator 1.0
New plug-out generating code for PHP.
To produce definition without visibility compatible
with PHP 4, remove ${visibility} in the
generation settings and in the definitions
made before, or set the visibility to package
at the UML level.
Refer to the documentation.
- Php Reverse 1.0
New plug-out reversing PHP code.
Refer to the documentation.
To test the reverse I applied it on the sources of
Joomla 1.5RC2,
this produces almost 600 classes.
- Roundtrip body 1.3
To roundtrip Php bodies.
Follow the new API.
- Java Generator 2.12
C++ Generator 2.9
C++ Reverse 2.7
Idl Generator 2.8
Follow the new API.
- Plug-out upgrade and the other Plug-outs will
be upgraded later to manage Php.
- Because the format of the BOUML files is changed,
the previous releases of BOUML cannot read a project
saved with this version. Obviously this release is
able to read the projects made by previous releases of BOUML.
Previous releases
Historic of releases 2.x and 1.x