Pages: « Previous 1 2 3 4 5 6 7 8 9 10 11 12 13 Next »
Summary Period: 2005-06-01 to 2005-05-26 (Commits 202-251 of 601)
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:
JP: Started laying down the structure for a query processing framework.
Intent: process queries about the model / explore graphs / etc.
DO NOT USE RIGHT NOW - Public interface will change - I drank almost an entire
bottle of Beaujolais so I'm drunk. Restating: PUBLIC INTERFACE WILL CHANGE - wait for
jpdaigle to declare interface stable before modifying or referencing.
134 lines of code changed in:
Can now add OutBindings. Work the same as InBindings.
0 lines of code changed in:
- 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:
added more command tests; many have to be implemented by their creators; may still have some pre/post conditions to implement.
0 lines of code changed in:
fixed deletion bugs:
multi select + delete => labels sometimes crashed
stubs now remain existant while they have 1 in or 1 out, (or instead of and)
found a bug where deletepath command wouldn't undo.
0 lines of code changed in:
fixed deletion bugs:
multi select + delete => labels sometimes crashed
stubs now remain existant while they have 1 in or 1 out, (or instead of and)
found a bug where deletepath command wouldn't undo.
0 lines of code changed in:
bug 271 - direct edit now beautiful even at 400%
0 lines of code changed in:
can now drag start/end on a node connection and or fork/join them.
can now select node connection and start/end and add and/or fork/join in contextual menu.
42 lines of code changed in:
bug 254 - removed all except one eContainer which is used for a good reason.
0 lines of code changed in:
bug 260 - labels now display associated element's properties.
106 lines of code changed in:
bug 182, bug 227 - moved componentref figure to figure package, updated color for new model. you will have to manually set the filled checkbox in your existing files.
198 lines of code changed in:
- 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:
tiny change in createFigure. this may have been a cause of problematic refreshing.
0 lines of code changed in:
bug 145 - ReqBrowseHistory
125 lines of code changed in:
initial version of about.html; forgot to commit it earlier on.
32 lines of code changed in:
had broken feedback on labels when moving.
0 lines of code changed in:
bug 274 - when adding/removing a map, had problems with subsequent tab naming.
0 lines of code changed in:
bug 249 - added hover feedback on start/end/responsibility ref/direction arrow
0 lines of code changed in:
bug 214 - ReqHelpAbout, initial version.
0 lines of code changed in:
bug 254 - removed some eContainers
0 lines of code changed in:
fork/joins now support more than two in/outs path. we're really going to need some auto placement stuff for this. (and fix the and figures)
58 lines of code changed in:
can now delete node connections that exit forks, enter joins or exit/enter stubs.
27 lines of code changed in:
delete no works properly in outline. (no longer crashes)
0 lines of code changed in:
can now delete paths. ctrl-a now working. click on a start-end point to delete a path. forks/joins dissapear when no longer necessary. stubs get deleted when illegal. command that could be used to disconnect branches is implemented and used internally. current implementation is valid if no stub bindings are made. current implementation does not always delete all elements in a map. sometimes have to delete multiple times to get rid of all elements. sometimes means when many joins/forks are present.
0 lines of code changed in:
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:
user can now delete pathnode with multiple in/outs.
0 lines of code changed in:
created a SelectionHelper class; helps write cleaner, less redundant code; improved add and/ork join/fork actions. now available on empty node, node connection, start/end with empty, drag & drop. test and see!
558 lines of code changed in:
fixed a bug where the connection router crashed; added more defensive code. we really need to refactor the router and strengthen the code.
0 lines of code changed in:
Added comments.
testPre/PostConditions in JoinEndToStubCommand and JoinStartToStubCommand.
0 lines of code changed in:
- 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!!)
214 lines of code changed in:
fixed delayed feedback on label move
0 lines of code changed in:
improved feedback on labels.
0 lines of code changed in:
preliminary feedback on hover of labels. please tell me if you like it. if so, i will clean it, otherwise will remove it.
196 lines of code changed in:
Bug 268, Bug 269 - Allow changing Or/And Join/Fork to the other type (Or <-> And) through the "Transmogrify" command.
233 lines of code changed in:
added merge start/end, fixed bug where connection router didn't refresh properly.
40 lines of code changed in:
changed test files to .jucm instead of .ucm
0 lines of code changed in:
attempt to fix naming conflicts between directEdit and directedit.
300 lines of code changed in:
refactored; moved some redundant naming code to URNNamingHelper to centralize strings.
0 lines of code changed in:
surprise feature of the day: direct edit on labels.
added code to AddAndForkAction to allow to add it on node connections.
fixed bug where delete path node's label didn't refresh screen.
192 lines of code changed in:
bug 230 - now settings urnspec fields
0 lines of code changed in:
removed forgotten debug line
0 lines of code changed in:
bug 229 - changed to use urnspec.nextglobalid
0 lines of code changed in:
fixed andjoin rotation problem.
0 lines of code changed in:
added join paths behaviour when dragging end point on empty point.
no success yet with dragging onto node connections.
221 lines of code changed in:
added rotation to and-join. giving credit to jordan because all I did was copy-paste from the and-fork
0 lines of code changed in:
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
103 lines of code changed in:
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:
added progress tests - property view related. many fail.
0 lines of code changed in:
Bug #250 - support creation of AND-Joins
45 lines of code changed in:
Pages: « Previous 1 2 3 4 5 6 7 8 9 10 11 12 13 Next »
Generated by StatCVS 0.2.4