Directory src/seg/jUCMNav/editors/palette/

Directory Created:
2005-04-25 21:55
Total Files:
3
Deleted Files:
1
Lines of Code:
518

[root]/src/seg/jUCMNav/editors/palette
                        directory in repo tools (5 files, 459 lines)

Lines of Code

src/seg/jUCMNav/editors/palette/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 33 (100.0%) 518 (100.0%) 15.6
etremblay 10 (30.3%) 271 (52.3%) 27.1
jfroy 5 (15.2%) 229 (44.2%) 45.8
jkealey 13 (39.4%) 18 (3.5%) 1.3
oclift 1 (3.0%) 0 (0.0%) 0.0
jpdaigle 3 (9.1%) 0 (0.0%) 0.0
jmcmanus 1 (3.0%) 0 (0.0%) 0.0

Most Recent Commits

jfroy 2006-03-06 22:13 Rev.: 791

Externalize String

0 lines of code changed in 1 file:

  • src/seg/jUCMNav/editors/palette: GrlPaletteRoot.java (changed)
jfroy 2006-02-17 20:54 Rev.: 738

Added actor evaluation level.
Fixed bug when entering non integer for evaluation level

0 lines of code changed in 1 file:

  • src/seg/jUCMNav/editors/palette: GrlPaletteRoot.java (changed)
jfroy 2006-01-29 20:34 Rev.: 669

Merge of GRL branch with the main trunk

0 lines of code changed in 2 files:

  • src/seg/jUCMNav/editors/palette: GrlPaletteRoot.java (changed), UcmPaletteRoot.java (changed)
jkealey 2006-01-24 18:40 Rev.: 655

Extracted a bunch of strings, translated language files to French.

0 lines of code changed in 1 file:

  • src/seg/jUCMNav/editors/palette: GrlPaletteRoot.java (changed)
jfroy 2005-10-26 23:13 Rev.: 585

Merge grl branch with the main trunk
Major modification of the metamodel (URN_08.mdl) (Added GRL metamodel, New interfaces that define common element in GRL and UCM, Modified UCM-Map package to implement the new interfaces (some associations and attributes have been refactored using the interfaces), Map is now called UCMmap (to resolve conflict with java.util.map in the implementation), Removed Path Graph)
Modification of the code that used the metamodel.
Started modification of jUCMNav to support GRL.

229 lines of code changed in 1 file:

  • src/seg/jUCMNav/editors/palette: GrlPaletteRoot.java (new 229)
jkealey 2005-07-07 20:08 Rev.: 446

bug 357 - palette tools kept active using AbstractTool method instead of setFlag() directly. Added javadoc for seg.jUCMNav.palette and subpackages. Made generated javadoc include private members as well.

18 lines of code changed in 2 files:

  • src/seg/jUCMNav/editors/palette: UcmPaletteRoot.java (changed), package.html (new 18)
jkealey 2005-06-27 19:40 Rev.: 428

bug 335: palette wording
bug 344: extracted more strings

0 lines of code changed in 1 file:

  • src/seg/jUCMNav/editors/palette: UcmPaletteRoot.java (changed)
jkealey 2005-06-24 19:48 Rev.: 414

bug 331 - if click with path tool on pathnode, pathnode will be selected and tool will be unloaded. also, right-middle click anywhere with an active tool will unload it. (for gunter)

0 lines of code changed in 2 files:

  • src/seg/jUCMNav/editors/palette: UcmPaletteListener.java (del), UcmPaletteRoot.java (changed)
jkealey 2005-06-15 21:16 Rev.: 368

bug 195 - 196 - 183: actors, started implementing waiting place and timer. (currently simple path nodes)

0 lines of code changed in 1 file:

  • src/seg/jUCMNav/editors/palette: UcmPaletteRoot.java (changed)
etremblay 2005-06-08 23:15 Rev.: 322

Internationalization of all the strings.

0 lines of code changed in 2 files:

  • src/seg/jUCMNav/editors/palette: UcmPaletteListener.java (changed), UcmPaletteRoot.java (changed)
jkealey 2005-06-07 20:29 Rev.: 312

other kinds of componentrefs are now available.

0 lines of code changed in 1 file:

  • src/seg/jUCMNav/editors/palette: UcmPaletteRoot.java (changed)
etremblay 2005-05-31 02:53 Rev.: 265

- Can now double click on static stub to open the associated map.
- To change the associated map of a static stub, select a stub and select a map from the list in the Connect Map section of the Stub Bindings view.
- This view is far from finished. It's more a prototype right now that will evolve to a final version. Eclipse Forms layouts are really not fun. The view currently only work for static stubs. The actions done when you add a plugin is not a command, so use the view at your own risk right now...
- New icons for dynamic stubs, path tool 24, bindings.

0 lines of code changed in 1 file:

  • src/seg/jUCMNav/editors/palette: UcmPaletteRoot.java (changed)
jmcmanus 2005-05-26 05:06 Rev.: 231

Stubs no longer rotate, andforks now rotate (anchors ned to be set up with connection router to prevent overlapping of figure with splines).
Added DirectionArrow, andforks

0 lines of code changed in 1 file:

  • src/seg/jUCMNav/editors/palette: UcmPaletteRoot.java (changed)
jpdaigle 2005-05-26 04:35 Rev.: 230

And/Or Joins: Adding a join is now supported from the palette and in the EmptyPoint context menu. These actions trigger creation of a mini-path with a new StartPoint.

0 lines of code changed in 1 file:

  • src/seg/jUCMNav/editors/palette: UcmPaletteRoot.java (changed)
jkealey 2005-05-26 01:19 Rev.: 226

worked on some progress tests.

0 lines of code changed in 1 file:

  • src/seg/jUCMNav/editors/palette: UcmPaletteRoot.java (changed)
etremblay 2005-05-25 22:44 Rev.: 223

The new meta model was generated in the code.
The start, empty and end point are not in the palette anymore. Use the path tool to create them from now on.
Deleted the marquee in the palette since the selection tool do the same thing...

0 lines of code changed in 1 file:

  • src/seg/jUCMNav/editors/palette: UcmPaletteRoot.java (changed)
etremblay 2005-05-25 11:55 Rev.: 219

Added Dynamic Stub in the palette.

0 lines of code changed in 1 file:

  • src/seg/jUCMNav/editors/palette: UcmPaletteRoot.java (changed)
etremblay 2005-05-24 11:54 Rev.: 204

Added a new icon for the path tool and changed it's place in the palette.

0 lines of code changed in 1 file:

  • src/seg/jUCMNav/editors/palette: UcmPaletteRoot.java (changed)
oclift 2005-05-24 01:20 Rev.: 200

24x24 Icons

0 lines of code changed in 1 file:

  • src/seg/jUCMNav/editors/palette: UcmPaletteRoot.java (changed)
jkealey 2005-05-19 21:08 Rev.: 174

bug 241. wasn't calling getURNspec()

0 lines of code changed in 1 file:

  • src/seg/jUCMNav/editors/palette: UcmPaletteRoot.java (changed)

(8 more)

Generated by StatCVS 0.4.1