/trunk/seg.jUCMNav Developers: jpdaigle

Login name:
jpdaigle
Total Commits:
317 (2.2%)
Lines of Code:
8,906 (0.9%)
Most Recent Commit:
2005-07-18 17:46
Tweet this:
Tweet this

Activity by Clock Time

Activity by Hour of Day for jpdaigle

Activity by Day of Week for jpdaigle

Activity in Directories

Directory Changes Lines of Code Lines per Change
Totals 317 (100.0%) 8906 (100.0%) 28.0
src/seg/jUCMNav/model/commands/create/ 29 (9.1%) 1633 (18.3%) 56.3
src/seg/jUCMNav/model/commands/delete/ 15 (4.7%) 1044 (11.7%) 69.6
src/seg/jUCMNav/model/commands/transformations/ 25 (7.9%) 873 (9.8%) 34.9
src/seg/jUCMNav/actions/ 19 (6.0%) 750 (8.4%) 39.4
helpcontent/ 10 (3.2%) 729 (8.2%) 72.9
/ 39 (12.3%) 567 (6.4%) 14.5
src/seg/jUCMNav/editors/palette/ 3 (0.9%) 346 (3.9%) 115.3
src/seg/jUCMNav/model/util/modelexplore/queries/ 6 (1.9%) 323 (3.6%) 53.8
src/seg/jUCMNav/model/util/modelexplore/ 18 (5.7%) 317 (3.6%) 17.6
src/seg/jUCMNav/figures/router/ 7 (2.2%) 285 (3.2%) 40.7
src/seg/jUCMNav/tests/commands/ 7 (2.2%) 280 (3.1%) 40.0
src/seg/jUCMNav/editparts/ 14 (4.4%) 262 (2.9%) 18.7
src/seg/jUCMNav/figures/ 11 (3.5%) 253 (2.8%) 23.0
src/seg/jUCMNav/ 5 (1.6%) 249 (2.8%) 49.8
src/seg/jUCMNav/editpolicies/layout/ 7 (2.2%) 227 (2.5%) 32.4
src/seg/jUCMNav/model/commands/changeConstraints/ 10 (3.2%) 203 (2.3%) 20.3
src/seg/jUCMNav/editors/actionContributors/ 11 (3.5%) 116 (1.3%) 10.5
src/seg/jUCMNav/editors/ 6 (1.9%) 80 (0.9%) 13.3
updatesite/features/ 4 (1.3%) 73 (0.8%) 18.2
src/seg/jUCMNav/editpolicies/feedback/ 2 (0.6%) 63 (0.7%) 31.5
src/seg/jUCMNav/tests/ 4 (1.3%) 48 (0.5%) 12.0
updatesite/site/ 4 (1.3%) 34 (0.4%) 8.5
src/seg/jUCMNav/tests/progress/ 3 (0.9%) 27 (0.3%) 9.0
src/seg/jUCMNav/model/util/ 6 (1.9%) 22 (0.2%) 3.6
src/seg/jUCMNav/views/property/ 8 (2.5%) 20 (0.2%) 2.5
src/seg/jUCMNav/model/ 4 (1.3%) 15 (0.2%) 3.7
.settings/ 2 (0.6%) 15 (0.2%) 7.5
src/seg/jUCMNav/views/wizards/ 6 (1.9%) 14 (0.2%) 2.3
src/seg/jUCMNav/figures/util/ 3 (0.9%) 9 (0.1%) 3.0
build/ 5 (1.6%) 9 (0.1%) 1.8
src/seg/jUCMNav/model/commands/ 1 (0.3%) 7 (0.1%) 7.0
src/seg/jUCMNav/editors/resourceManagement/ 1 (0.3%) 6 (0.1%) 6.0
src/seg/jUCMNav/views/property/descriptors/ 1 (0.3%) 2 (0.0%) 2.0
src/seg/jUCMNav/views/resp/ 1 (0.3%) 1 (0.0%) 1.0
src/seg/jUCMNav/views/compositeList/ 1 (0.3%) 1 (0.0%) 1.0
src/seg/jUCMNav/editpolicies/element/ 1 (0.3%) 1 (0.0%) 1.0
src/seg/jUCMNav/editpolicies/directEditPolicy/ 2 (0.6%) 1 (0.0%) 0.5
docs/ 1 (0.3%) 1 (0.0%) 1.0
src/seg/jUCMNav/icons/ 6 (1.9%) 0 (0.0%) 0.0
icons/ 9 (2.8%) 0 (0.0%) 0.0

Activity of jpdaigle

Most Recent Commits

jpdaigle 2005-07-18 17:46 Rev.: 493

+ Addition of eclipse.org's book.css for nicer and more consistent formatting of documentation. (pulled from twiki)
+ Fixed up the update script to remove "<BASE>" tags from the downloaded HTML documentation.
+ Tweaked deployment instructions to reflect new jar-based deployment, in conformance with new E3.1 plugin packaging standards.

121 lines of code changed in 3 files:

  • helpcontent: book.css (new 100), getlatest (+14 -2), helponline.html (+7 -4)
jpdaigle 2005-07-18 17:02 Rev.: 492

* jUCMNav now fully builds against Eclipse 3.1 installed libs

19 lines of code changed in 1 file:

  • build.xml (+19 -1)
jpdaigle 2005-07-18 12:21 Rev.: 490

+ Fix help bug when deployed with base href=""
+ Better build script: smaller artifact outputs, all-in-one jarfile for deployment.

4 lines of code changed in 2 files:

  • build.xml (+4 -1)
  • helpcontent: helponline.html (-1)
jpdaigle 2005-07-16 19:17 Rev.: 489

+ Addition of referenced images in helpcontents folder.
* Fixed update script to correctly convert links to relative form and download any images referenced by the page.

12 lines of code changed in 4 files:

  • helpcontent: getlatest (+3 -3), helponline.html (+5 -4), jucmnav_screenshot1.png (new 2), notere_02.png (new 2)
jpdaigle 2005-07-16 17:48 Rev.: 488

+ Including a local version of the monolithic help file for offline browsing.
+ Script for fetching latest version from TWiki site.
+ Build script updates to include help content in deployment package.
+ help.xml updates to refer to local help.

(TODO: images still stored offsite - need to hack the script to change external refs; debug wget -p option)

635 lines of code changed in 4 files:

  • build.xml (+6 -1), help.xml (+33 -33)
  • helpcontent: getlatest (new 4), helponline.html (new 592)
jpdaigle 2005-07-11 20:13 Rev.: 458

JP: javadoc improvements on private-visibility methods

17 lines of code changed in 13 files:

  • src/seg/jUCMNav/figures/router: BSpline.java (+1 -1), UCMConnectionRouter.java (+2 -2)
  • src/seg/jUCMNav/model/commands/transformations: ChangeLabelNameCommand.java (+1 -1)
  • src/seg/jUCMNav/model/util: ParentFinder.java (+1 -1), SafePathChecker.java (+1 -1), URNNamingHelper.java (+4 -4)
  • src/seg/jUCMNav/tests/progress: ProgressTests.java (+1 -1)
  • src/seg/jUCMNav/views/compositeList: CompositeListControl.java (+1 -1)
  • src/seg/jUCMNav/views/property: ComponentPropertySource.java (+1 -1), EObjectPropertySource.java (+1 -2), ResponsibilityPropertySource.java (+1 -1)
  • src/seg/jUCMNav/views/resp: ResponsibilityView.java (+1 -1)
  • src/seg/jUCMNav/views/wizards: AutoLayoutWizard.java (+1 -1)
jpdaigle 2005-07-07 15:32 Rev.: 447

A few tweaks / cleanups. This will also serve as build test and setup test for e31 on my laptop.

0 lines of code changed in 4 files:

  • src/seg/jUCMNav/editparts: MapAndPathGraphEditPart.java (-1)
  • src/seg/jUCMNav/editpolicies/directEditPolicy: ExtendedDirectEditManager.java (-2)
  • src/seg/jUCMNav/editpolicies/layout: NodeConnectionXYLayoutEditPolicy.java (-1)
  • src/seg/jUCMNav/model/commands/delete: DeleteMultiNodeCommand.java (-3)
jpdaigle 2005-07-07 13:09 Rev.: 444

JP: fix testing scripts for now by fixing version. Need to fix up update site versioning later

2 lines of code changed in 1 file:

  • build.xml (+2 -1)
jpdaigle 2005-07-07 00:51 Rev.: 442

Changed comments to trigger a build

1 lines of code changed in 1 file:

  • build.xml (+1 -1)
jpdaigle 2005-07-07 00:35 Rev.: 441

JP: My last commit didn't happen for some weird reason.
* .settings (project settings for e31)
* Update site dev

Update site versioning is weird and eclipse is installing several versions of the plugin in parallel right now for some reason, which is disastrous for the end user. Will investigate soon.

56 lines of code changed in 3 files:

  • build.xml (+41 -27)
  • .settings: org.eclipse.jdt.core.prefs (new 12), org.eclipse.jdt.ui.prefs (new 3)
jpdaigle 2005-06-29 00:34 Rev.: 436

Update site xml descriptions

7 lines of code changed in 2 files:

  • updatesite/features: feature.xml (+6 -6)
  • updatesite/site: site.xml (+1 -1)
jpdaigle 2005-06-28 23:44 Rev.: 434

Initial update site scripts. Almost work.

126 lines of code changed in 8 files:

  • build.xml (+24)
  • build: .cvsignore (+2)
  • updatesite/features: .cvsignore (new 1), build.xml (new 22), feature.xml (new 44)
  • updatesite/site: .cvsignore (new 1), build.xml (new 21), site.xml (new 11)
jpdaigle 2005-06-21 14:09 Rev.: 402

more cruise tests

2 lines of code changed in 1 file:

  • .cvsignore (+2)
jpdaigle 2005-06-21 13:55 Rev.: 401

Another cruise test

0 lines of code changed in 1 file:

  • .cvsignore (-1)
jpdaigle 2005-06-21 13:27 Rev.: 399

Just a test to check if cruisecontrol problems are solved. Have a nice lunch everyone.

1 lines of code changed in 1 file:

  • .cvsignore (+1)
jpdaigle 2005-06-18 21:32 Rev.: 392

Bug 249: Hover feedback on AND-forks/joins. For some reason though, after moving the node the feedback is not cleared.

23 lines of code changed in 2 files:

  • src/seg/jUCMNav/figures: AndForkFigure.java (+11), AndJoinFigure.java (+12)
jpdaigle 2005-06-18 20:41 Rev.: 391

Fix for Bug 301: allow moving a pathnode when dragging it onto a connection

55 lines of code changed in 1 file:

  • src/seg/jUCMNav/editpolicies/layout: NodeConnectionXYLayoutEditPolicy.java (+55 -26)
jpdaigle 2005-06-17 16:03 Rev.: 388

Fix for missing i18n strings in plugin descriptor... ET forgot to modify the build script when he externalized strings!

3 lines of code changed in 1 file:

  • build.xml (+3)
jpdaigle 2005-06-15 22:35 Rev.: 372

Implemented canExecute in the MergeStartEnd command; corrected a bug in the test!!! that made it keep failing.

3 lines of code changed in 2 files:

  • src/seg/jUCMNav/model/commands/transformations: MergeStartEndCommand.java (+2 -2)
  • src/seg/jUCMNav/tests/commands: JUCMNavCommandTests.java (+1 -1)
jpdaigle 2005-06-15 22:30 Rev.: 371

JP: use new breakiterator algorithm when running javadoc

2 lines of code changed in 1 file:

  • build.xml (+2 -1)

(68 more)

Generated by StatSVN 0.7.0