Directory src/seg/jUCMNav/views/

Directory Created:
2005-04-25 21:55
Total Files:
2
Deleted Files:
11
Lines of Code:
59

[root]/src/seg/jUCMNav/views
                    directory in repo compositeList (4 files, 333 lines)
                    directory in repo elements (2 files, 864 lines)
                    Folder removed from repo evaluationScenario (0 files, 0 lines)
                    directory in repo outline (2 files, 351 lines)
                    directory in repo preferences (4 files, 317 lines)
                    directory in repo property (10 files, 1909 lines)
                        directory in repo descriptors (6 files, 350 lines)
                    Folder removed from repo resp (0 files, 0 lines)
                    directory in repo strategies (1 files, 331 lines)
                    directory in repo stub (5 files, 1743 lines)
                    directory in repo urnlinks (1 files, 401 lines)
                    directory in repo wizards (6 files, 909 lines)
                        directory in repo importexport (8 files, 2207 lines)

Lines of Code

src/seg/jUCMNav/views/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 47 (100.0%) 59 (100.0%) 1.2
etremblay 40 (85.1%) 42 (71.2%) 1.0
jkealey 6 (12.8%) 17 (28.8%) 2.8
jfroy 1 (2.1%) 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/views: UCMPerspectiveFactory.java (changed)
jkealey 2006-02-27 19:22 Rev.: 764

bug 408: new perspective; it is opened with new file; created default view/new wizard shortcuts

0 lines of code changed in 1 file:

  • src/seg/jUCMNav/views: UCMPerspectiveFactory.java (changed)
jkealey 2005-07-14 17:30 Rev.: 480

added headers + package.html for all files in the seg.jUCMNav.views.* package. did not clean the files

17 lines of code changed in 2 files:

  • src/seg/jUCMNav/views: UCMPerspectiveFactory.java (changed), package.html (new 17)
etremblay 2005-07-07 03:45 Rev.: 440

Pretty big commit!
Refactored the composite list control to be useable with something else than the responsibility list.
The resp view will now refresh properly when you add/remove/change a responsibility in the map.
The rep view will change when you change the tab in the editor (won't change if you use the outline). Now anything can listen to know when the tab changes.

0 lines of code changed in 4 files:

  • src/seg/jUCMNav/views: RespListControl.java (del), RespListItem.java (del), RespListViewer.java (del), ResponsibilityView.java (del)
etremblay 2005-06-29 02:52 Rev.: 433

Added a really basic Responsibility View. Right now you can select each responsibility but the selection synchronization is not there yet.
If you change info of responsibilities it'll show in the list, but if you add new ones it won't for the moment...

0 lines of code changed in 4 files:

  • src/seg/jUCMNav/views: RespListControl.java (new), RespListItem.java (new), RespListViewer.java (new), ResponsibilityView.java (changed)
etremblay 2005-06-10 23:52 Rev.: 336

New dialog when you double click on a dynamic stub to select the map you want to open.

0 lines of code changed in 1 file:

  • src/seg/jUCMNav/views: StubBindingsDialog.java (del)
etremblay 2005-06-10 04:45 Rev.: 334

Can now delete in/out Bindings. The StubBindingDialog is now much more professionnal looking. Dynamic stubs are now functionnal in the dialog.

0 lines of code changed in 1 file:

  • src/seg/jUCMNav/views: StubBindingsDialog.java (changed)
etremblay 2005-06-09 03:09 Rev.: 327

Jipi, Lesson #1: Test before commiting :) The application was not even loading after you renamed messages.properties. :)
messages_en updated in Messages.java...

0 lines of code changed in 1 file:

  • src/seg/jUCMNav/views: StubBindingsDialog.java (changed)
etremblay 2005-06-09 01:16 Rev.: 324

Renamed some command.
DeletePluginCommand is working.
When you check the checkbox of a map in the maplist of StubBindingsDialog it create a Plugin, if you unselect it, it deletes it.
The AddBindings section just edit the first plugin right now. But you can now create more than one PluginBinding with a dynamic stub.

0 lines of code changed in 1 file:

  • src/seg/jUCMNav/views: StubBindingsDialog.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/views: StubBindingsDialog.java (changed), UCMPerspectiveFactory.java (changed)
etremblay 2005-06-08 03:21 Rev.: 319

The map containing the stub now don't appear in the table of StubBindingsDialog...

0 lines of code changed in 1 file:

  • src/seg/jUCMNav/views: StubBindingsDialog.java (changed)
jkealey 2005-06-08 02:14 Rev.: 314

fixed typo that has been there from the beginning - 1100 lines of code in this file eh?

0 lines of code changed in 1 file:

  • src/seg/jUCMNav/views: StubBindingsDialog.java (changed)
etremblay 2005-06-08 01:47 Rev.: 313

Actions now have icons in menus. The icon will change for transmogrify depending if you change to OR or AND...
The StubBindingsDialog is now much more like I want it to look like. The commands seems to work and the undo redo buttons in the dialog are working. I'll find an other image for the disabled undo/redo.

0 lines of code changed in 1 file:

  • src/seg/jUCMNav/views: StubBindingsDialog.java (changed)
etremblay 2005-06-07 03:36 Rev.: 305

Now all actions done in the StubBindingsDialog are commands. They can be undone individually in the editor after, so that's bad! But it'll be fixed soon.

0 lines of code changed in 1 file:

  • src/seg/jUCMNav/views: StubBindingsDialog.java (changed)
etremblay 2005-06-05 19:58 Rev.: 292

- Changed the stub bindings view to be a dialog.
- Use the edit plugins action in the action menu on the stub or use the properties (the item Plugins) to open this dialog.
- There still a lot of bugs in the dialog... Specially if you expand/close the sections...

0 lines of code changed in 2 files:

  • src/seg/jUCMNav/views: StubBindingsDialog.java (new), StubBindingsView.java (del)
etremblay 2005-06-01 12:17 Rev.: 277

Fixed a small bug with OutBindings. Changed the default sections that opens in the view after clicking on a stub.

0 lines of code changed in 1 file:

  • src/seg/jUCMNav/views: StubBindingsView.java (changed)
etremblay 2005-06-01 01:45 Rev.: 275

Can now add OutBindings. Work the same as InBindings.

0 lines of code changed in 1 file:

  • src/seg/jUCMNav/views: StubBindingsView.java (changed)
etremblay 2005-05-31 21:57 Rev.: 274

- Can now add InBindings from the stub bindings view.
- Changed the binding list from a Table to a Tree.
- Changed a lot of behaviors in the view.
- Adding bindings is still in an ealry prototype phase, use it at your own risk for the validity of your files.

0 lines of code changed in 1 file:

  • src/seg/jUCMNav/views: StubBindingsView.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/views: StubBindingsView.java (changed)
etremblay 2005-05-30 04:32 Rev.: 252

StubBindingsView now do something interesting... Select a stub and the view will update itself with binding information from the stub.
Right now you can select a map from a List to bind the stub to this map. The list of bindings will update itself. The behavior is not working completly yet, but this will be implemented soon.
Note: Programming with eclipse forms without any graphical ediing software is really painfull!! :P

0 lines of code changed in 1 file:

  • src/seg/jUCMNav/views: StubBindingsView.java (changed)
etremblay 2005-05-27 23:49 Rev.: 247

- Hover feedback sur les empty point et stubs.
- Selection feedback sur les stubs.
- Maintenant très facile d'ajouter du feedback sur n'importe qu'elle
figure extendant PathNodeFigure. Simplement overwriter les méthodes
setSelected ou setHover dans les sous-classes de PathNodeFigure pour
donner le comportement voulu. Voir les figures de stubs et de empty
point pour des exemples.
- JoinStartToStub command working (redo/undo). Drag and drop d'un
start point sur un stub. (produit un nouveau in pour le stub).
- JoinEndToStub command working (redo/undo). Drag and drop d'un end
point sur un stub (produit un nouveau out pour le stub).
- Le Stub peut donc avoir plusieurs in/out sans aucun problème (le
connection router n'a pas explosé et n'a pas eu besoin de
changement!!)

0 lines of code changed in 1 file:

  • src/seg/jUCMNav/views: StubBindingsView.java (new)
etremblay 2005-05-14 16:46 Rev.: 145

Moved property page related class in the package seg.jUCMNav.views.property

0 lines of code changed in 5 files:

  • src/seg/jUCMNav/views: CheckboxButtonCellEditor.java (del), CheckboxPropertyDescriptor.java (del), ComponentPropertySource.java (del), CustomTextPropertyDescriptor.java (del), EObjectPropertySource.java (del)
etremblay 2005-05-14 16:36 Rev.: 144

The perspective is now actually doing something. You'll have to reset your perspective in your runtime workbench to see a difference.
New file wizard for UCM files.
New responsibility view that does nothing at the moment... But the skeleton is there for future devellopement.

0 lines of code changed in 3 files:

  • src/seg/jUCMNav/views: CheckboxButtonCellEditor.java (changed), ResponsibilityView.java (new), UCMPerspectiveFactory.java (changed)
etremblay 2005-05-13 22:26 Rev.: 143

- EObjectPropertySource is now refactored to be subclassed properly. Moved all the component dependant code in ComponentPropertyDescriptor. For class specific information to be put in the property page, now do you own subclass. I copy pasted your code Jason, so maybe you should take a look to see if it could be refactored better since it's in its own class now.
- I implemented a new CheckboxPropertyDescriptor since the one provided by the framework doesn't work.
- Ids in all the property pages are now read only.
- Corrected bug 221, 232, 233, 234

0 lines of code changed in 5 files:

  • src/seg/jUCMNav/views: CheckboxButtonCellEditor.java (new), CheckboxPropertyDescriptor.java (new), ComponentPropertySource.java (new), CustomTextPropertyDescriptor.java (new), EObjectPropertySource.java (changed)
etremblay 2005-05-09 23:55 Rev.: 118

Added the class to implement the perspective with the icon for it.

42 lines of code changed in 1 file:

  • src/seg/jUCMNav/views: UCMPerspectiveFactory.java (new 42)
jkealey 2005-05-05 03:29 Rev.: 103

added componentref/pathnode parent in property view as a dropdown.

0 lines of code changed in 1 file:

  • src/seg/jUCMNav/views: EObjectPropertySource.java (changed)
jkealey 2005-04-27 06:01 Rev.: 87

worked on bug 180. now can select component definition in dropdown in properties.
programmed testReqComp2 by adapting EObjectPropertySource and MapAndPathGraphXYLayoutEditPolicy.

both tests in ProgressTests should pass now.

0 lines of code changed in 1 file:

  • src/seg/jUCMNav/views: EObjectPropertySource.java (changed)
etremblay 2005-04-25 21:55 Rev.: 77

Refactored a lot of packages to better reflect our strategy for the future.
Corrected some bugs to follow some guidelines we defined earlier.
Extracted the RessourceTracker class from UCMEditor.

0 lines of code changed in 1 file:

  • src/seg/jUCMNav/views: EObjectPropertySource.java (new)
Generated by StatCVS 0.6.0