Quick Search:

Line History

line history graph

Show Arbitrary Diff

From to

Supports revisions and tags.

History

trunk 432 119

latest revision download Branch trunk

432 annotated / raw | Diffs: previous, other | Lines: 148 ( +18, -16 )

Created: 2008-07-25 01:00:20 -0400 (4 months 7 days ago) | Author: derek | Changeset: 432

Lots of tidy ups to improve the efficiency of the voip subsystem.
Minor cleanups to callflow to make it more robust.

415 annotated / raw | Diffs: previous, other | Lines: 146 ( +34, -25 )

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.

269 annotated / raw | Diffs: previous, other | Lines: 137 ( +3, -3 )

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

tidy up fixes resulting from work on the docs.

218 annotated / raw | Diffs: previous, other | Lines: 137 ( +16, -16 )

Created: 2006-12-05 16:28:59 -0500 (23 months ago) | Author: derek | Changeset: 218

Fix up a booboo in the text.

185 annotated / raw | Diffs: previous, other | Lines: 137 ( +18, -6 )

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.

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

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

Patches to fix niggly issues.

129 annotated / raw | Diffs: previous, other | Lines: 123 ( +4, -4 )

Created: 2006-09-25 22:42:11 -0400 (2 years 2 months ago) | Author: derek | Changeset: 129

Commit midway through of adding new shapes.
Include several fixes to adjust handling of python variables.

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

Created: 2006-09-25 01:25:25 -0400 (2 years 2 months ago) | Author: derek | Changeset: 124

Get colouring to work correctly. Absolutely correctly.

123 annotated / raw | Diffs: previous, other | Lines: 122 ( +11, -14 )

Created: 2006-09-25 01:19:18 -0400 (2 years 2 months ago) | Author: derek | Changeset: 123

Add system code to do make call and transfer media.
Add to make clean to remove all editor backup files.

120 annotated / raw | Diffs: previous, other | Lines: 125 ( +56, -35 )

Created: 2006-09-24 21:44:15 -0400 (2 years 2 months ago) | Author: derek | Changeset: 120

Get it to compile, with the new shapes etc.

119 new annotated / raw | Lines: 104 ( +104, -0 )

Created: 2006-09-24 19:05:05 -0400 (2 years 2 months ago) | Author: derek | Changeset: 119

Work towards adding transfermedia, and load new graph options.