Advertisement
Guest User

Untitled

a guest
May 27th, 2017
640
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.92 KB | None | 0 0
  1. commit f68aef920e3ddc1cdf33d706913f2291fb25606a
  2. Author: Rémy Desrivieres <remy.desrivieres@gmail.com>
  3. Date: Tue May 25 16:55:43 2010 +0200
  4.  
  5. gvle : Add Export Graphic in the PetriNet plugin
  6.  
  7. Add a popup menu for the export graphic (svg/png/pdf) in the petrinet
  8. plugin.
  9. To see the menu, you must right click on the drawing area.
  10. (closes: #2996676)
  11.  
  12. commit 5b3238306c8e56cee554903803efbb17941e44ae
  13. Author: Rémy Desrivieres <remy.desrivieres@gmail.com>
  14. Date: Sun May 23 21:42:21 2010 +0200
  15.  
  16. gvle: fix segfault in the Statechart plugin
  17.  
  18. To correct the Segfault, we have regulated the different mouse click :
  19. * Left click to do the actions of the toolbar
  20. * Right click to open the popup menu and export the DrawingArea.
  21. (closes: #3004281)
  22.  
  23. commit eae2d0e6230752e82e6430cdb95800b039c3423a
  24. Author: Rémy Desrivieres <remy.desrivieres@gmail.com>
  25. Date: Mon May 17 17:49:39 2010 +0200
  26.  
  27. gvle: Add Export Graphic in the Statechart plugin
  28.  
  29. Add a popup menu for the export Graphic (svg/png/pdf) in the Statechart plugin.
  30. To see the menu, you must right click on the drawing area.
  31. (closes: #2996674)
  32.  
  33. commit a44a5b399831fa074af569281dd6bcf993806647
  34. Author: Eric Ramat <ramat@lil.univ-littoral.fr>
  35. Date: Mon May 17 11:22:39 2010 +0200
  36.  
  37. ext/de: fix on remove model (generic model)
  38.  
  39. When a model connected to a generic DifferenceEquation model is removed, the
  40. number of connected models isn't updated correctly if some models have send
  41. your value.
  42. (cherry picked from commit 478e731c8b7d718ea46a11e34a92e18563806cee)
  43.  
  44. commit 5561f965bb57c8db5069e41f6bc2aafea7feaf74
  45. Author: Tatiana Pruvost <tatiana.pruvost@gmail.com>
  46. Date: Wed May 12 09:54:31 2010 +0200
  47.  
  48. gvle: update the source editor of the FSA plugin
  49.  
  50. The FSA modeling plugin use now the common DocumentText Class editor.
  51. The Source Class Definition has been removed and its usages were
  52. replaced by call to the DocumentText Class.
  53.  
  54. Signed-off-by: Patrick Chabrier <patrick.chabrier@toulouse.inra.fr>
  55.  
  56. commit b8f3d59b6a05db69b54e8d667393312adccd24fd
  57. Author: Guillaume Radenne <guillaume.radenne@gmail.com>
  58. Date: Thu Apr 22 15:27:44 2010 +0200
  59.  
  60. gvle: add relations between graphical and tree views
  61.  
  62. The tree View of the simulator and the graphical view of a coupled
  63. model were quite independant from each others. So we added methods to
  64. synchronise both together.
  65.  
  66. New features are :
  67. * a selection in the treview does provide a selection in the graphical
  68. view, and can also show the coupled model parent if not available
  69. yet.
  70. * a selection in the graphical view provide a selection in the
  71. treeview, an may expand he coupled model parent if necessary.
  72. * as soon as the selection is multiple, nothing is selected inside the
  73. treview.
  74. (closes: #2981183)
  75.  
  76. Signed-off-by: Patrick Chabrier <patrick.chabrier@toulouse.inra.fr>
  77.  
  78. commit b428b185e5a0d284e1c5fb6c70c31f2385ca473f
  79. Author: Tatiana Pruvost <tatiana.pruvost@gmail.com>
  80. Date: Wed May 5 10:14:23 2010 +0200
  81.  
  82. gvle: update the common source editor DocumentText
  83.  
  84. The Source class of the difference equation plugin and the original
  85. DocumentText class used in the common editor have been merged inside a
  86. single new DocumentText class. The source editor can now manage a
  87. buffer string hosted outside, but still manage one build from a path
  88. file, hosted inside himself.
  89. (closes: #2926156)
  90.  
  91. Signed-off-by: Patrick Chabrier <patrick.chabrier@toulouse.inra.fr>
  92.  
  93. commit b428b185e5a0d284e1c5fb6c70c31f2385ca473f
  94. Author: Tatiana Pruvost <tatiana.pruvost@gmail.com>
  95. Date: Wed May 5 10:14:23 2010 +0200
  96.  
  97. gvle: update the common source editor DocumentText
  98.  
  99. The Source class of the difference equation plugin and the original
  100. DocumentText class used in the common editor have been merged inside a
  101. single new DocumentText class. The source editor can now manage a
  102. buffer string hosted outside, but still manage one build from a path
  103. file, hosted inside himself.
  104. (closes: #2926156)
  105.  
  106. Signed-off-by: Patrick Chabrier <patrick.chabrier@toulouse.inra.fr>
  107.  
  108. commit 3b11f274426d7535496a78aa47fbaf453b00a2d3
  109. Author: Gauthier Quesnel <quesnel@users.sourceforge.net>
  110. Date: Wed May 19 23:05:36 2010 +0200
  111.  
  112. extension: fix missing headers
  113.  
  114. - The header extension.hpp does not include all extension provided in VLE
  115. framework.
  116. - The header extension/Decision.hpp does not include new files `Table.hpp' and
  117. `Parser.hpp'.
  118.  
  119. commit 6091a13d62f25c153e87fe75332316d6ee0f1c6e
  120. Author: Gauthier Quesnel <quesnel@users.sourceforge.net>
  121. Date: Wed May 12 14:28:58 2010 +0200
  122.  
  123. ext/dec: fix compilation error
  124.  
  125. G++ 4.3 on Debian Lenny makes error when templates do not use same template
  126. argument name.
  127.  
  128. commit 27919ad7bfbc29b1d0c74a5fb6d694f60abfe68f
  129. Author: Gauthier Quesnel <quesnel@users.sourceforge.net>
  130. Date: Fri Apr 30 17:58:33 2010 +0200
  131.  
  132. ext/dec: add parser to plan file
  133.  
  134. - add a Parser class to read plan file and fill KnowledgeBase objects. We
  135. add to the KnowledgeBase three structure to store list of predicates, list of
  136. acknowledge functions and output functions.
  137. - update CMakeLists: the parser depends of boost::spirit 2 available with
  138. boost 1.41 and superior.
  139. - add a template algorithm in Algo.hpp to reduce source code in Parser.
  140. - add unit test.
  141.  
  142. commit b00b2f6296c3ca0f99ed22df9425dee3d0f36b14
  143. Author: Rémy Desrivieres <remy.desrivieres@gmail.com>
  144. Date: Thu May 6 01:32:55 2010 +0200
  145.  
  146. gvle: update remove Class in ModelClassBox
  147.  
  148. In the ModelClassBox we can only remove classes. So when we select a
  149. element of another type, the item "remove" is disable in the menu.
  150. (closes: #2989335)
  151.  
  152. Signed-off-by: Patrick Chabrier <patrick.chabrier@toulouse.inra.fr>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement