Quick Search:

Line History

line history graph

Show Arbitrary Diff

From to

Supports revisions and tags.

History

trunk 437 70

latest revision download Branch trunk

437 annotated / raw | Diffs: previous, other | Lines: 715 ( +2, -1 )

Created: 2008-07-27 19:56:10 -0400 (4 months 4 days ago) | Author: derek | Changeset: 437

check that the user has specified a python variable to
hold the output of the requestnewid operation. mark this
as a compile error if name not specified. Ensure this
compile error is correctly cleared on doing the next compile.

435 annotated / raw | Diffs: previous, other | Lines: 714 ( +1, -0 )

Created: 2008-07-27 01:22:16 -0400 (4 months 5 days ago) | Author: derek | Changeset: 435

requestnewid command is changed, to now include a unique identifying string.
this means one RequestNewId node on the panel will not interfere with another.
Alternatively, multiple uses of a RequestNewid node on the panel will not
interfere with another.

415 annotated / raw | Diffs: previous, other | Lines: 713 ( +362, -353 )

Created: 2008-05-25 21:36:03 -0400 (6 months ago) | Author: derek | Changeset: 415

Work hard on callflow so it compiles and runs a bit nicer.
Fix compatibility issues with wxwidgets 2.8.

374 annotated / raw | Diffs: previous, other | Lines: 704 ( +19, -20 )

Created: 2007-07-30 22:10:51 -0400 (16 months ago) | Author: derek | Changeset: 374

Multiple fixes, to get it to work correctly.
Tidy up tests for network events. Now, accepts all network messages.
Append to the inline documentation.

373 annotated / raw | Diffs: previous, other | Lines: 705 ( +19, -16 )

Created: 2007-07-30 21:31:31 -0400 (16 months ago) | Author: derek | Changeset: 373

Work to make timer correct.

361 annotated / raw | Diffs: previous, other | Lines: 702 ( +3, -3 )

Created: 2007-07-29 21:27:50 -0400 (16 months ago) | Author: derek | Changeset: 361

Rework the handling of the Timer, to be easier to use.

314 annotated / raw | Diffs: previous, other | Lines: 702 ( +34, -0 )

Created: 2007-06-12 21:24:17 -0400 (17 months ago) | Author: derek | Changeset: 314

Tidy up docs to describe death processing, and joining.
Add tests to code to check for valid joining & starting of graphs.

311 annotated / raw | Diffs: previous, other | Lines: 668 ( +4, -0 )

Created: 2007-06-12 19:35:06 -0400 (17 months ago) | Author: derek | Changeset: 311

Modify docs to get them closer to correct.
Add test, so that on compiling, do not accept graphs that
have multiple structures connected to one output box.

269 annotated / raw | Diffs: previous, other | Lines: 664 ( +2, -2 )

Created: 2007-06-06 01:23:09 -0400 (17 months ago) | Author: derek | Changeset: 269

tidy up fixes resulting from work on the docs.

258 annotated / raw | Diffs: previous, other | Lines: 664 ( +26, -3 )

Created: 2007-05-17 19:45:54 -0400 (18 months ago) | Author: derek | Changeset: 258

tidyups for callflow utility. Get widgets to work correctly.
Add option handling to generated python script, with help options.
Add multiple toolbars to main window, which displays all options nicely.
MakeVoipCall diagram now responds to voip node termination, and uses
command line option in making a call.

240 annotated / raw | Diffs: previous, other | Lines: 641 ( +17, -9 )

Created: 2007-02-13 19:19:29 -0500 (21 months ago) | Author: derek | Changeset: 240

Reliability issues resolved, and cope with malformed events better.

234 annotated / raw | Diffs: previous, other | Lines: 633 ( +38, -18 )

Created: 2007-01-14 23:10:32 -0500 (22 months ago) | Author: derek | Changeset: 234

Update graphics to cope with chnages in the eventer & timer structures.
Set maximum number of entries in an information box to be 8.
Event information is now a python tuple of (sourceNode, eventName, eventData)

229 annotated / raw | Diffs: previous, other | Lines: 613 ( +1, -0 )

Created: 2007-01-11 21:50:50 -0500 (22 months ago) | Author: derek | Changeset: 229

Finish adding changes so we can send an arbitary sofa message to
any sofa entity.

226 annotated / raw | Diffs: previous, other | Lines: 612 ( +13, -0 )

Created: 2007-01-08 16:54:19 -0500 (22 months ago) | Author: derek | Changeset: 226

Add automatic gridding, so join lines always connect.
Increase the size of the join circle, so it is clearer when objects are joined.

224 annotated / raw | Diffs: previous, other | Lines: 599 ( +4, -1 )

Created: 2007-01-07 22:25:04 -0500 (22 months ago) | Author: derek | Changeset: 224

Various reliability fixes.
Better reporting in the voip module, better exceptions in python to cope
will callflow errors.

214 annotated / raw | Diffs: previous, other | Lines: 596 ( +1, -1 )

Created: 2006-11-20 16:02:30 -0500 (2 years ago) | Author: derek | Changeset: 214

Append additional information to the files.

210 annotated / raw | Diffs: previous, other | Lines: 596 ( +21, -0 )

Created: 2006-11-19 19:37:21 -0500 (2 years ago) | Author: derek | Changeset: 210

Add a child and parent file, which illustrate the load new graph item.
Add code to the loadnewgraph functions to do the things described in
the documentation.
Add to the documentation so that it describes correctly how loadnewgraph
works.
Add to the generated python code the notion of self.parentId, and the
ability to pass variable data from the parent to the child.

201 annotated / raw | Diffs: previous, other | Lines: 575 ( +5, -1 )

Created: 2006-11-14 19:05:53 -0500 (2 years ago) | Author: derek | Changeset: 201

Adjust timer to work on python code.
Make the reading of the graph file more robust.
Make the timer more robust to cope with incorrect user input.

185 annotated / raw | Diffs: previous, other | Lines: 571 ( +4, -1 )

Created: 2006-11-13 16:22:10 -0500 (2 years ago) | Author: derek | Changeset: 185

Protect every usage of the Python eval and exec with a
try/except clause. Thus, the user cannot terminate execution of
everything with a minor syntax error. Further, we get a more useful
printout of what is wrong.

161 annotated / raw | Diffs: previous, other | Lines: 568 ( +13, -0 )

Created: 2006-11-08 22:51:30 -0500 (2 years ago) | Author: derek | Changeset: 161

Make sure all the tests work.
Loadgraph works correctly - the spawned thread now closes down at the right time.

160 annotated / raw | Diffs: previous, other | Lines: 555 ( +16, -9 )

Created: 2006-11-06 22:09:32 -0500 (2 years ago) | Author: derek | Changeset: 160

get the close down to work correctly (I think)
Get the requesting of a node to work, particularly when passing additional information.
Requesting of a node works when supplied text is a string (with quotes) or
consists of python variables.

148 annotated / raw | Diffs: previous, other | Lines: 548 ( +8, -12 )

Created: 2006-10-10 16:48:03 -0400 (2 years 1 month ago) | Author: derek | Changeset: 148

updates, new instructions,

143 annotated / raw | Diffs: previous, other | Lines: 552 ( +1, -2 )

Created: 2006-09-28 00:54:02 -0400 (2 years 2 months ago) | Author: derek | Changeset: 143

Patches to fix niggly issues.

133 annotated / raw | Diffs: previous, other | Lines: 553 ( +4, -5 )

Created: 2006-09-27 00:10:22 -0400 (2 years 2 months ago) | Author: derek | Changeset: 133

Bug fixes bug fixes. Use a more sane approach for entering string parameters.
Specify a variable in the event object, which holds data from the event.

111 annotated / raw | Diffs: previous, other | Lines: 554 ( +9, -2 )

Created: 2006-09-21 22:53:18 -0400 (2 years 2 months ago) | Author: derek | Changeset: 111

Work on docs, and get network events processed right.

110 annotated / raw | Diffs: previous, other | Lines: 547 ( +17, -16 )

Created: 2006-09-21 19:47:42 -0400 (2 years 2 months ago) | Author: derek | Changeset: 110

Finish adding python regular expression testing
on events. Seperate out notion on competing timer, as
this is confusing. Update Test scripts.

109 annotated / raw | Diffs: previous, other | Lines: 546 ( +12, -8 )

Created: 2006-09-21 01:19:27 -0400 (2 years 2 months ago) | Author: derek | Changeset: 109

Documentation improvement.
Add ability to specify a regular expression to describe the event
sought. In this way, an event handler could catch every dtmf event sent
by any node (that is controlled by this particular call flow).
Add some new Make targets, and associated documentation.
Resize the information window. Resize the main window.

97 annotated / raw | Diffs: previous, other | Lines: 542 ( +53, -31 )

Created: 2006-09-18 01:09:55 -0400 (2 years 2 months ago) | Author: derek | Changeset: 97

Add standard test directory, to illustrate how it works.
Add code to handle (in a generic fashion) different network messages.

95 annotated / raw | Diffs: previous, other | Lines: 520 ( +23, -10 )

Created: 2006-09-15 01:22:32 -0400 (2 years 2 months ago) | Author: derek | Changeset: 95

Work on processing request new id messages.

91 annotated / raw | Diffs: previous, other | Lines: 507 ( +12, -12 )

Created: 2006-09-14 19:31:09 -0400 (2 years 2 months ago) | Author: derek | Changeset: 91

Add doxygen comments everywhere.
Remove surplus methods.

88 annotated / raw | Diffs: previous, other | Lines: 507 ( +106, -43 )

Created: 2006-09-13 01:22:35 -0400 (2 years 2 months ago) | Author: derek | Changeset: 88

Work on event handling, and get very close to working.

87 annotated / raw | Diffs: previous, other | Lines: 444 ( +30, -4 )

Created: 2006-09-12 01:17:27 -0400 (2 years 2 months ago) | Author: derek | Changeset: 87

Add more system code to handle start and stop of timers, and collect
events. Fix some existing code.

85 annotated / raw | Diffs: previous, other | Lines: 418 ( +95, -99 )

Created: 2006-09-11 00:20:15 -0400 (2 years 2 months ago) | Author: derek | Changeset: 85

Fixes, updates, correctly processes Eventer node.

83 annotated / raw | Diffs: previous, other | Lines: 422 ( +54, -36 )

Created: 2006-09-08 00:06:25 -0400 (2 years 2 months ago) | Author: derek | Changeset: 83

Fix file so it correctly connects with twisted, and has read in the
graph file.

79 annotated / raw | Diffs: previous, other | Lines: 404 ( +6, -10 )

Created: 2006-09-07 17:56:10 -0400 (2 years 2 months ago) | Author: derek | Changeset: 79

Update things.

76 annotated / raw | Diffs: previous, other | Lines: 408 ( +85, -72 )

Created: 2006-09-07 01:14:21 -0400 (2 years 2 months ago) | Author: derek | Changeset: 76

Fixes. Move towards a saner compile process with a separate file for
call flow.

70 new annotated / raw | Lines: 395 ( +395, -0 )

Created: 2006-09-06 18:04:47 -0400 (2 years 2 months ago) | Author: derek | Changeset: 70

rework the file list, split things up etc.