Mon May 29 13:19:34 2023 2.2.1 Update for new Darwin (MacOSX) build infrastructure and restored MacOSX build infrasturure to configure.ac Cleanup build infrastructure: Fix autotools warnings/errors, Renamed configure.in to configure.ac, Renamed INCLUDES to AM_CPPFLAGS in C++/*/Makefile.am Updated LCC code: Layout Control Database features, Event search in CDI improvements, LayoutDB <=> JMRITable, Add Copy/Paste buttons to CDI strings, All LCC Memory Leaks pluged, OfflineLCCNodeEditor Complete Linux Gpio test programs Dispatcher fixes: Add in Graphviz graph layout, fix graph node compression bugs (deal with Block boundries properly), update parser for XTrkCAD V12 files Start on EquipmentInventory and FCF3 Fri May 21 10:09:26 2021 2.2.0 Updated the README. Removed outdated Readme and build infrastructure files. Add bin bundles, minor build infrastructure updates. Update for Tcl 8.6, remove MS-Windows and MacOSX build infrasturure from configure.in. Change styling of toolbar buttons. Add use, copy, and paste buttons to events. Minor build problem fixed. Fix Minor Build Infrastructure problem. Add LinuxGpio build infrastructure. Tue Jan 7 12:33:08 2020 2.1.44 Add async (event driven) step code to ADAFruitDC_AND_STEPPER.tcl Minor update of build infrastructure: remove duplicate variable def in Scripts/LCC/Makefile.am and restore toplevel build control files. Add CrossingInterchange LCC Example Bug in Dispatcher build: TclSocketCAN gets packed into the wrong place in the StarKit. Add signal helper code and update signal XMLs. Further refinements: removed the need for a MCP23017 for the Occupency detectors (there are enough GPIOs on the Pi). Add Schematics for hats Add wiring diagrams for SMCSenseHAT and QuadSignal HATs. Add bitmap and PDF of layout. Start work on LCC Example documentation. Create Event Report for panel Start on logic virtual node. Add LCC Example code Minor updates to LCC Example code Working on LCC Example documentation. Fix configure.in to work with MacOSX properly (/usr/bin/trus vs /bin/true for missing programs) Build update: properly handle no having bison++ and not try to build Dispatcher is bison++ is not available. Search for macOS provided Tcl macOS provides Tcl 8.5, but not in a Linux expected location, so include the path to the macOS provided Tcl 8.5. Error handling with config memory writes tweaking (OpenMRN weirdness). Updates to OpenLCB_Common.tcl: support separated Config code and non-notebooked config and add sample config generator. Add portable (sysfs) GPIO support Layout Control DB updates Updated LCC / Dispatcher logic (Layout Control DB features) Updates to OpenLCB, LCCNodeList: progress dialogs, layout control DB features properly integrated. Add Make buttons for CDI editor. Update XtrakCAD parser. Minor fixes to Dispatcher code relating to xtrkcad files. (Still to fix: Layout Controls menu index issue.) Fix view menu indexing issue (Layout Controls) Add setAttribute method to ParseXML Fix bugs in ConfigurationEditor export code (nasty!). Add OpenLCB Router. Fix minor bug in OpenLCB.tcl: responding to GlobalVerifyNodeID with a payload containing a different NID. Add comments to OpenLCBTcpHub.tcl and Router.tcl. Fix bugs in Router.tcl: extra space in OpenLCBTcp, handle "orphaned" messages (missing alias => NID mappings) -- dropped for now. Added -cnid option to Router.tcl, Router now has a NID and uses an AME message to populate its alias map on startup. Catch messages addressed to the Router (CAN/GC side). Presently, nothing is done with them. Add logging code to log messages addressed to the router. Catch write errors (lost connections, etc.) in OpenLCBTcpHub.tcl Normalize case for route and alias for all CAN/GC alias maps and route tables for Hubs and Router (just in case). Finish out full node implementation for Router. Fix the startup order (GC/CAN has to be first) of the routes in Router. Add Refresh method to LCCNodeTree and Refresh button to OpenLCB. Add Refresh button to CTC Panel Node Lists Handle proper message syncronization with alias reservation. Minor bugfixes in Router.tcl (SocketCAN). Update protocol strings Handle missing CRLF at the end of CDIs Tue May 1 15:09:22 2018 2.1.43 Update GC transports -- remove the *need* for newlines Update parser for XTrakCAD 5.1.0 Add comment about mainWindow setstatus/setprogress Minor bugfix in snitCabWidgets.tcl: proper binding for locoList combobox. Updates to OpenLCB and LCCNodeTree.tcl: handle mulitple clicks on CDI (protect non-reentrant code) Update documentation for OpenLCB virtual nodes. Handle special case of a group in a group (psuedo CDI for virtual nodes) Add OpenLCB_QuadSignal Wed Nov 8 09:54:03 2017 2.1.42 release candidate 1 Move use a common configuration logic for OpenLCB_ daemon nodes using an internal XML tree and implementing something like a CDI. Add OpenLCB_CMRI daemon. Add Pango/Cairo PDF printer for FCFSupport. Improve printing in FCFSupport to better support letter paper, by using Bold instead of double width printing, since wide carriage printers are get few and far between. Assorted minor bug fixes. Sat Jul 29 11:06:10 2017 2.1.41 release candidate 1 Add TclSocketCAN code Add CAN Socket I/O to LCC Scripts Add CAN Socket I/O to Dispatcher Add -can options to OpenLCBGCTcpHub, fix copy paste bugs in LCC Makefile.am Fix Looping Issue in LCCNodeTree.tcl (I am fine, how are you? loop ) . Update API Docs. Add lowlevel support for the MCP23008 and MCP23017. Deal with broken wiring pi include files. Add in OpenLCB_PiMCP23008 and OpenLCB_PiMCP23017 Daemons. Made OpenLCBMessage more robust: allow missing sourcenid. Made OpenLCBGCTcpHub more robust: check for missing destinations and broken pipes. Add -log option to all of the OpenLCB daemons. Remove reference to unused GPIOCMD Add OpenLCB_PiSPIMax7221 (untested) Add typemaps to sanely handle wiringPiSPIDataRW's data arg from Tcl. Added CMRI_Slave. Not tested! Small typo in nce.tcl Add OpenLCB_PiMCP23017_signal. Fix silly bug in CTCPanelWindow: -heads cannot have a default of 0 -- changed to 1. Fix silly bug in CTCPanelWindow: misspelled method: _deleteaspect => _deleteAspect. Add Event Report (when -openlcbmode true) to CTCPanelWindow.tcl Constrain the overall node description and name to what is in the tag. Add debug code to LCCNodeTree.tcl Add code to make sure manually entered events are processed by the local node: add -localeventhandler opt to eventDialogs, and add _typemethod _localeventhandler to OpenLCBCode.tcl (Dispatcher). Fix "then" logic in OpenLCB_Logic (pass the trigering event through logic eval). Separate out a separate Save menu item for all of the OpenLCB_ configurator programs. Change -softwaremodel option in OpenLCB_PiMCP23017_signal to correctly reflect the softwaremodel. Add code to handle initial state. Further refinements of OpenLCB_Logic. Event Report problems fixed: handle Lamp events correctly, proper event sorting, proper localization string in page heading. Upgrade Linuxarmv7l version of Img from 1.3 to 1.4. Remove extrainious double quote mark in Doxyfiles. Add missing po subdir. Add missing CLEANFILES element. Cleanup file lists (remove dups.) in BuildBinaryDistro.sh. Fix assorted Doxygen warnings. Fix minor compiler warnings. Add hid.c to BUILT_SOURCES (Raildriver). Add systemd / udev code for RailDriver hotplug. Thr Apr 13 12:01:59 2017 2.1.40 Released: Dispatcher documentation updates. Updates to reference docs, added LCC tutorial. OpenLCB_Logic and OpenLCB_TrackCircuits documentation updates. OpenLCB Daemon user documentation updates. Update Introduction to reference the OpenLCB chapters and to clean up some of the text. Documentation updates (ConfigurationEditor.tcl). Add -state option to edit cascades in CTCPanelWindow.tcl. Add in Edit Context menus in Dispatcher (CTCPanelWindow.tcl) and LCC Configuration Editors to allow copy/paste between using pointer menu interactions. Add View Controls dialog. Added support for Signal, Sensor, and Control XtrackCAD elements. Fix small binding bug in Dialog (snitdialog.tcl). Add and complete Emit logic in both the C++ and Tcl code (ParserClasses). Fix FindNode Dialog bug (leftovers from BWidget). Fix weirdness with bad edge counts: prevent duplicate edges in the compressed graph (TrackGraph.cc) and handle terminal compresssed nodes (TrackGraph.tcl). Small bug in displaySwitchMotorInfo::initializetopframe fixed. Handle LCC event IDs from XtrackCad. Handle "Orphan" track nodes (track with no connections to other track). Add CSV export functions for ConfigurationEditor.tcl. Add PDF and XML export functions for ConfigurationEditor.tcl. Implement Print/Export: text version. Add missing tab and tabs methods in snitScrollNotebook.tcl. Add OpenLCB Logic to Info context menu function in CTCPanelWindow.tcl. Complete frame removal after frame forget (CTCPanelWindow.tcl, OpenLCB_*.tcl). Wrap grid forget with a catch in snitScrollNotebook.tcl. Add in -name and -discription options to ConnectToOpenLCB call (CTCPanelWindow.tcl). Add VerifyNodeID to populate NID Alias maps (OpenLCBCode.tcl, OpenLCB_*.tcl). OpenLCB_Logic updates (attempting to match Tower-LCC logic block functionality). Assorted bugfixes in OpenLCB_Logic (Mast and Ladder logic). Assorted bugfixes to OpenLCB_Logic.tcl. Fixed numerious bugs in OpenLCB_Logic.tcl. Minor bulleting prooffing of CDI protocol handling. Add LCCNodeTree.tcl to library files installed for LCC/OpenLCB package. Clean up menu on Node Tree window. Separate out Node Tree Widget. Add OpenLCB functionallity to OpenLCB CTC Panels. CanMessage constructor bug: not handling the case of neither -data or -length properly -- fixed! Build fixes: Fix broken AM_GNU_GETTEXT macro under MacOSX; make sure build scripts are executable. Quoting snafu in autoconf script. Remove extrainious semicolon in C++/ParserClasses/SocketPair.h. Sun Sep 11 17:49:50 2016 2.1.39 Released: Lots of OpenLCB deamon programs added: Hubs: OpenLCBTcpHub and OpenLCBGCTcpHub. Foreign hardware: OpenLCB_Acela, OpenLCB_MRD2, and OpenLCB_PiGPIO. Logic elements: OpenLCB_Logic and OpenLCB_TrackCircuits. Minor fixes and improvements to OpenLCB. Bugfixes to CTIAcela.tcl. Documentation updates. MS-Windows installer fix (don't need system DLLs anymore). Mon Aug 1 13:43:28 2016 2.1.38 Released: Minor makefile fix for Rail Driver (move computed source file no the nodist list). Update for new Win32 build infrastructure (mxe.cc). Sun Jul 24 14:17:07 2016 2.1.37 Released: Update Rail Driver code to use HIDAPI, thus making it work across all platforms. Add OpenLCB code. Minor bugfixes. Mon Aug 24 08:44:22 2015 2.1.36 Released: Add build infrastructure for Raspbian (Raspberry Pi) Update doxyfiles for > 1.7.4 Minor fixes to Dispatcher print dialog (BWidget => Snit/tile updates) Add Example Code Added support for CTI Electronics Acela Added support for wiringPi library (Raspberry Pi) Dispatcher GUI Improvements Updates to SatelliteDaemon to support serial port access (needed for Cmri, Ardunio, CTI, and DCC access). Added CmriSupport to the SatelliteDaemon Updates to SatelliteDaemon: self extension, both as new StarPak and to the running Daemon. Build infrastructure updates Fix build break issues: Hyperlink prob with internal docs, missing cleanup in the User manual Added support for MacOSX Sun Jun 14 13:58:45 2015 2.1.35 Released: Add Satellite processing code: Daemon (remote server) & master (local client). Add external module support to Dispatcher Updated to Img 1.4 Minor fixes to BuildBinaryDistro.sh.in Minor fixes to MRRSystem.spec.in Separate out SWIG for C and C++ Add SysBinaryArchive for MS-Windows Setup code (G++ DLL install) Convert diskfree in installer to plain C (avoid reference to extra libraries) SVN Keyword hackery for documentation. Fix missing include file references when Bison++ or LibUSB1 is unavailable. Fix small error in raildriverd. Minor fix in AzatraxDeviceMap. Wrap SafeInit functions in C++ wrap with extern "C" ... Fix save file bug in System_LoadCars.cc. Update Win32 build tool chain. Tue Nov 4 11:50:23 2014 2.1.34 Release Candidate: Fix camera script print dialog Update configure script to warn when bison++ is not found. Change missing libusb 1.0 message to a warning. Minor bugfix in XPressNetThrottle.src. Minor update to the GenericThrottle Makefile. Minor bugfix in snitCabWidgets.tcl. Fix bugs in Azatrax (Tcl) code. Updated Makefiles for new manual build. Rewrite user manual using Doxygen instead of straight LaTeX (vastly improves generated HTML for internal help). Thr Mar 27 13:14:33 2014 2.1.33 Release Candidate: Updated the tclkits to 8.5.8. Convert all GUI code to use themed (tile) widgets and removed all references to BWidget widgets. Wrote replacement snit/ttk widgets as drop in (more or less) replacements for some BWidget widgets. Fixed some bugs in the C++ code (SWIG interface problems). Mon Apr 1 09:30:36 2013 2.1.32 Released: SR4 updates and bug fixes. Update raildriver UDEV helper script. Update Raildriver code. Add "Add Additional Packages" edit sub-menu. Update GetAllSerialPorts in UniversalTest (CMR/I). Include Ubuntu flavored udev rule files. Update Application Node 2s code. Minor updates to Dispatcher (export as images weirdness). Remove C++ version of the CMR/I code. Remove C++ version of XPressnet code. Remove MRD directory. Build update: gettextize. Update Build infrastructure to build under CentOS/RHEL 6.4 and Ubuntu 12.04.1 LTS. Sat Aug 4 09:08:21 2012 2.1.31 Released: Fixed several unmatched bracket and brace issues (including the one in Bug#9). Changed the MRD module to the Azatrax module: added support for other upcoming Azatrax devices and allow for future Azatrax devices. Fixed minor bugs in the XPressNet (Tcl) code. Added a Tcl client module for the Raildriver Daemon. Mon May 14 16:17:33 2012 2.1.30 Released: Removed an errant assert from the FCF Support code. Updated documentation: Wrote a simple mode Dispatcher tutorial. Added private and protected sections to BWidget and SNIT classes. (Neither BWidget nor SNIT actually have private or protected members, but there are members that should be consided private or protected.) Added package and library version numbers to all API documentation. Various other minor documentation fixes. Removed old code directories (Time Table V1 and Freight Car Forwarder V1). Wrote pure Tcl (cross-platform) versions of the C/MRI and XPressNet libraries and started on a pure Tcl (cross-platform) library for NCE's cab bus. (A pure Tcl (cross-platform) library for LocoNet is in the works.) The C++ coded versions of the C/MRI and XPressNet libraries will be phased out and will be deleted from the source tree in another couple of release cycles. The whole system will be 100% all-platform, with all code compiling and running on all platforms. Wrote a pure Tcl (cross-platform) version of the Raildriver Daemon and created a cross-platform Tcl loadable module for the low-level Raildriver IO class. This daemon exists for MS-Windows now, but is not yet set up to auto run on hotplugging a Raildriver on MS-Windows. Cleaned up parts of the build code and did some general house-cleaning. Sun Apr 1 13:09:54 2012 2.1.29.3 Released: Fixed Version number problem which seems to have broken many of the Tcl programs. Changed intermediate version numbering to NOT use letters. Did some testing and fixed some bugs with the XPressNet Code. Started on a virtual throttle program. The virtual XPressNet throttle is very much in early testing stages. The XPressNet C++ Class library however has been much more throughly tested. Added a 'simple mode' to the Dispatcher program. This allows creating simple CTC panels that just throw turnouts using the MRD-2U devices from Azatrax to control NCE's Switch-Its. This mode uses canned scriptlets and requires no coding on the part of the user. As Azatrax developes additional USB control devices, this code will be updated. Wed Jan 11 12:41:07 2012 2.1.29b Released: Fixed conditional compilation bug in the MRD library. Tue Jan 3 17:22:38 2012 2.1.29a Released: Updated Vendor ID for the MRD library. Sun Dec 11 09:33:35 2011 2.1.29 Released: Added support for Azatrax MRD2-S and MRD2-U. The MRD support library cross-builds for Win32 under MinGW32. Converted the RailDriver code to use the libusb-1.0 API. Fixed some minor bugs here and there. Tue May 17 10:25:55 2011 2.1.28 Released: Fixed a problem with ReadStations, that caused a Segmentation Fault when generating reports. ReadStations was allowing the use of 1 as a station index, even though station index 1 is reserved for the Workbench station (which has one industry, the Repair Yard). ReadStations has now been fixed to disallow a station index 1 and the Station accessor for the Industry object now has an assert() to cause a more useful error message in the future. See Bug #2 at http://bugzilla.deepsoft.com/ for details. Internationalized the code. All of the C++ and Tcl code how has all messages and labels (buttons, menus, etc.) internationalized. Currently the only language defined is American English, but translators are welcome to go through the POT files (available as part of the development packages) and produce translations. Updated the RPM spec file to include a vendor definition. Sat Jan 29 13:16:55 2011 2.1.27 Released: Fixed an error in the CMR/I code generated by Dispatcher. (Missing argument error). Added a Wrap As menu item to Dispatcher. This allows the Dispatcher to create StarPack versions of the CTC Panel programs it generates. These StarPack versions are self-contained, standalone native executable programs that can be run on the target system without having to install any additional code. Fixed a build error relating to the API documentation for the Tcl package libraries. Updated the section 1 man pages and created a master man page for section 1. Tue Nov 9 13:19:20 2010 2.1.26 Released: Fixed a pile of SWIG warnings: Warning 124 (language in typemap depreciated) and Warning 509 (Overloading [with default values]). Cleaned up C++ code to remove various compiler warnings: comparison of signed and unsigned, missing value returns in non-void functions, might be unitialized variables, unused variables, and unhandled cases in switch statements. Minor fixes to the installer. Fixed the RPM spec file to not strip executables. Stripping the executables trashes the starpacks. Fixed a few minor packaging problems (missing files). This is mostly a minor maintanence release. Sun Jun 27 17:48:46 2010 2.1.25 Released: Fixed a pile of SWIG<==>C++ namespace errors in several of the C++ Tcl/Extention libraries, along with a few other misc. bugs. Fixed the installer to properly handle 64 and 32 bit Linux archives. Tue May 4 11:37:21 2010 2.1.24 Released: Make the standard Mrr library to be the one with the Boost library and renamed the original version to Mrrnoboost. Development has stopped for the Mrrnoboost library and it is now 'depreciated'. Eventually, it will be dropped from the package. Made the standard Dispatcher to be the Boost version and changed the original non-Boost version to be DispatcherNoBoost. The DispatcherNoBoost program is now depreciated and will eventually be dropped from the package. Added a new calculation program: LocoPull. This is a program for calculating how many cars a given power consist will be able to pull, both on level straight grade and on curves and climbing grades. It is based on the formulas presented in spreadsheet described in http://groups.yahoo.com/group/XTrkCad/message/4983, which are in turn based on the TrainBoard forum thread at the URL http://www.trainboard.com/grapevine/showthread.php?t=114497. Fri Nov 27 08:50:42 2009 2.1.23 Released: Converted all internal documentation (developer docs) to use doxygen. Doc++ and Tcl2Tex are no longer used. Man pages are now generated from the sources, both for developer docs (man3) and user docs (man1 and man8). This will insure that the man pages will be in sync with the program code. Added desktop/start menu support files (.desktop and .png icons). The MS-Windows installer adds a sub-menu to the Start menu and puts links to all of the programs there. This should make things easier for the point-and-click crowd. All of the C++ library code is in C++ namespaces. Fri Nov 6 12:43:13 2009 2.1.22 Released: Added in support for XTrkCad Block and Switchmotor meta objects. Updated the parser (both plain and Boost versions) and TrackGraph class to provide support for the (experimental) Block and Switchmotor meta objects available as a compile time option with XTrkCad. Support has also been added to the Dispatcher programs to use the Block and Switchmotor meta objects in creating dispatcher panels. Moved the support code for the TimeTable program into a namespace. Made some small changes to the MS-Windows socketpair code. Tue Aug 11 12:39:54 2009 2.1.21 Released: Help changed to use a real HTML help viewer in the dialog and the old 'Hyper Help' hack is gone. Help documents are built from the same source as the User Manual using tex4ht. Lots of fixes to the build process: Sdx, tclkits, and Img libraries now included with the source. An up-to-date RPM SPEC file is now included and RPMs for CentOS will be available. It should be possible to build RPMs for other RPM-based distros and using the Alien program, these RPMs could also be converted to .deb packages for Debian-based distros. Or an enterprising Debian developer could create the Debian equivalent of a RPM spec file and build a 'native' .deb package by looking at the supplied spec file. Fri May 1 13:03:50 2009 2.1.20 Released: A new library has been added: a version of the XTrkCad parser that uses the Boost Graph Library. Along with this library, a version of Dispatcher is included that uses this new library. Both the older version of the XTrkCad parser library (non-Boost) and the newer one are available, along with both versions of the Dispatcher program. Eventually, the non-Boost versions will be depreciated and eventually removed from the system. A minor bug in the Dispatcher code has been fixed. Minor bugs in some of the documention have been fixed. Thu Jan 8 12:18:38 2009 2.1.19 Released: Minor changes to Dispatcher -- fixed a bug in the CMRINode class code. Created a simple installer program. Changed the binary distribution archive structure, creating separate archives for pure binaries, develoment binaries, and documentation. Created man pages for executable programs. Sun Jul 27 09:48:22 2008 2.1.17 Released: Minor changes to Dispatcher. Preliminary User Documentation written for Dispatcher. A set of example Dispatcher Control Panels created and included in the distribution. Thu Apr 24 09:36:32 2008 2.1.16 Released: Two new programs: Dispatcher, a Dispatcher Control Panel Builder. It can also load XTrkCAD layout files and draw a graph network of the layout, which should be useful (?) in creating dispatcher control panels. This is an alpha release. No Documentation yet. ModelRRSystem, an experimental launcher with simple window manager features. This is an alpha and experimental release. No Documentation yet. Minor parser fixes to handle minor changes in XTrkCAD layout files. Fixed a pile of problems with the build process. The system now will build in a subdirectory. This it is possible to build for multiple targets from a single source tree. Yeah! Fri Apr 4 15:26:34 2008 2.1.15a Released: Fixed cross-build problems. Sun Mar 30 07:40:50 2008 2.1.15 Released: Documentation updates: Finished indexing the programming guide. Added chapters to the user manual (Calculation Scripts and Camera Scripts) Bug fixes: Fixed bugs in the lens storage management in the Camera Scripts. Sun Feb 3 23:25:36 2008 2.1.14 Released: Finished fleshing out the programming guide. Started work on its index. Fixed a problem with symlinks in the C++ Makefiles, adding -f options. Fri Dec 28 15:56:37 2007 2.1.13 Released: Continued to flesh out the programming guide. Fri Nov 30 08:53:42 2007 2.1.12 Released: Created FCFCreate application. FCFCreate is an application to create the set of data files used by the Freight Car Forwarder program. Continued to flesh out the programming guide. Fixed minor problem with the ReadConfiguration code. Sat Nov 3 16:27:44 2007 2.1.11 Released: Fixed problems with dialog boxes under MS-Windows (FCF2, TT2, and CamCalc). Converted dialog creation to 'lazy eval' -- create the dialogs just before first use. Fixed NULL pointer problem in FCF Support code. Added missing check for NULL industry in stats saving code. Fixed missing dialog problem in FCF2. A dialog box was missing from the report code. Added version reporting code to both help and internal script code. Created build code to create Version.tcl and Version.hh file(s). Started to flesh out the programming guide. Sun Sep 30 11:59:58 2007 2.1.10 Released: Fixed a minor bug in the Freight Car Forwarder. It was a binding problem with accelerator keys that interfered with the Add and Edit car slideouts. Updated the Freight Car Forwarder documentation. Added additional detail to the tutorial about creating and maintaining the data files used by the Freight Car Forwarder system. Mon Sep 3 12:37:02 2007 2.1.9 Released: Fixed a nasty bug in the Time Table C++ support code. It was a problem with the print option hash table, which prevented any sort of customization of the printed time tables. Fixed a minor bug in the Time Table Tcl code. A minor problem with error handling when sub-processes die with problems. Sun May 6 12:00:21 2007 2.1.8 Released: Added a ManPages directory. Started creating man pages. Added a hook for htlatex (part of tex4ht) to create HTML versions of the documentation, along with the PDF versions. Removed support for the older version of SWIG (pre 1.3), which does not work anymore. Recoded the Rail Driver daemon to be a single-threaded, event driven process. Cleaned up the conditional build code in the C++ directory. Revised all of the C++ API documentation and added lots of additional comments in the C++ code. Found and fixed a number of bugs in both the Freight Car Forwarder (V2) and Time Table (V2) C++ support code. Revised the Tcl API documentation and completed the SNIT re-writes of the various support libraries. Found and fixed a number of bugs in both the Freight Car Forwarder (V2) and Time Table (V2) Tcl/Tk code. Completed both the Help and printed user documentation for both the Freight Car Forwarder (V2) and Time Table (V2) programs. Started work on a Programming Guide for the C++ and Tcl libraries. Fri Feb 2 09:54:14 2007: 2.1.7 Released: Many fixes to configure scripts and makefiles (many parts of the build process have been fixed) to allow for cross-building for MS-Windows, as well as more intelligent building under other systems. Someday I need to get a MacOSX build box and do a build for MacOSX. All Tcl/Tk code has been converted/adapted to the use of StarKits and StarPacks for all platforms. All Tcl coded build scripts are now StarKits. All Tcl/Tk *programs* are now built as StarPack executables. Tcl/Tk does not need to be installed on the target system and the StarPack executables can be copied as loose executable files, without needing any support code installed (which facilitates installing on dedicated machines, such as a yard boss's desktop or laptop). Tcl and Tk (with their development packages) are needed on the build system, along with the BWidget and Snit extensions. And the Sdx kit is needed as well as both native and target system TclKit executables. The C/C++ has been reorganized. The C/C++ libraries are now also the Tcl sharable load modules. The Parser and Classes libraries have been combined into a single library (eliminating the circular dependency). The separate Swig directory has been eliminated and the Swig interface files (*.i) have been moved to the regular C/C++ subdirectories. The C/C++ header files are now installed, so it is possible to write C/C++ code on top of these libraries. Some of the Tcl/Tk code has been updated to make use of Snit and/or BWidget. The older version is still available, at least for the time being. RCS file: /home3/heller/Deepwoods/cvsroot/Deepwoods/ModelRRSystem/CHANGELOG,v Working file: CHANGELOG head: 1.3 branch: locks: strict access list: symbolic names: May-30-2004: 1.1 keyword substitution: kv total revisions: 3; selected revisions: 3 description: ---------------------------- revision 1.3 date: 2004/06/26 14:04:46; author: heller; state: Exp; lines: +12 -4 Update changelog for 2.0.1 (Jun-26-2004) ---------------------------- revision 1.2 date: 2004/06/26 13:54:56; author: heller; state: Exp; lines: +526 -528 Update changelog for 2.0.1 (Jun-26-2004) ---------------------------- revision 1.1 date: 2004/05/30 14:44:24; author: heller; state: Exp; Changelog ============================================================================= RCS file: /home3/heller/Deepwoods/cvsroot/Deepwoods/ModelRRSystem/COPYING,v Working file: COPYING head: 1.1 branch: 1.1.1 locks: strict access list: symbolic names: May-30-2004: 1.1.1.1 R-05222004: 1.1.1.1 V20: 1.1.1.1 start: 1.1.1.1 Deepwoods: 1.1.1 keyword substitution: kv total revisions: 2; selected revisions: 2 description: ---------------------------- revision 1.1 date: 2000/11/10 00:40:01; author: heller; state: Exp; branches: 1.1.1; Initial revision ---------------------------- revision 1.1.1.1 date: 2000/11/10 00:40:01; author: heller; state: Exp; lines: +0 -0 Base tree ============================================================================= RCS file: /home3/heller/Deepwoods/cvsroot/Deepwoods/ModelRRSystem/INSTALL,v Working file: INSTALL head: 1.1 branch: locks: strict access list: symbolic names: May-30-2004: 1.1 keyword substitution: kv total revisions: 1; selected revisions: 1 description: ---------------------------- revision 1.1 date: 2004/05/30 14:43:11; author: heller; state: Exp; Standard top-level text files ============================================================================= RCS file: /home3/heller/Deepwoods/cvsroot/Deepwoods/ModelRRSystem/Makefile.in,v Working file: Makefile.in head: 1.3 branch: locks: strict access list: symbolic names: May-30-2004: 1.2 R-05222004: 1.2 V20: 1.1.1.1 Deepwoods: 1.1.1 keyword substitution: kv total revisions: 4; selected revisions: 4 description: ---------------------------- revision 1.3 date: 2004/06/06 13:57:38; author: heller; state: Exp; lines: +14 -1 Added code to install target. ---------------------------- revision 1.2 date: 2002/07/28 14:03:50; author: heller; state: Exp; lines: +31 -0 Add it copyright notice headers ---------------------------- revision 1.1 date: 2002/07/14 18:09:37; author: heller; state: Exp; branches: 1.1.1; Initial revision ---------------------------- revision 1.1.1.1 date: 2002/07/14 18:09:37; author: heller; state: Exp; lines: +0 -0 Imported Sources ============================================================================= RCS file: /home3/heller/Deepwoods/cvsroot/Deepwoods/ModelRRSystem/README,v Working file: README head: 1.1 branch: locks: strict access list: symbolic names: May-30-2004: 1.1 keyword substitution: kv total revisions: 1; selected revisions: 1 description: ---------------------------- revision 1.1 date: 2004/05/30 14:43:11; author: heller; state: Exp; Standard top-level text files ============================================================================= RCS file: /home3/heller/Deepwoods/cvsroot/Deepwoods/ModelRRSystem/config_tcl.sed.in,v Working file: config_tcl.sed.in head: 1.1 branch: locks: strict access list: symbolic names: May-30-2004: 1.1 R-05222004: 1.1 keyword substitution: kv total revisions: 1; selected revisions: 1 description: ---------------------------- revision 1.1 date: 2004/04/17 16:54:24; author: heller; state: Exp; Add sed edit file for configuring Tcl/Tk scripts. ============================================================================= RCS file: /home3/heller/Deepwoods/cvsroot/Deepwoods/ModelRRSystem/configure,v Working file: configure head: 1.7 branch: locks: strict access list: symbolic names: May-30-2004: 1.6 R-05222004: 1.6 V20: 1.1.1.1 Deepwoods: 1.1.1 keyword substitution: kv total revisions: 8; selected revisions: 8 description: ---------------------------- revision 1.7 date: 2004/06/26 13:31:08; author: heller; state: Exp; lines: +102 -68 Update versioning for new release ---------------------------- revision 1.6 date: 2004/04/17 16:54:24; author: heller; state: Exp; lines: +2 -2 Add sed edit file for configuring Tcl/Tk scripts. ---------------------------- revision 1.5 date: 2004/04/14 23:16:31; author: heller; state: Exp; lines: +256 -247 Fixed shared lib linking. ---------------------------- revision 1.4 date: 2002/11/10 14:27:05; author: heller; state: Exp; lines: +8 -2 Updated for Time Table files ---------------------------- revision 1.3 date: 2002/07/27 12:58:59; author: heller; state: Exp; lines: +2 -2 Small update ---------------------------- revision 1.2 date: 2002/07/14 19:01:36; author: heller; state: Exp; lines: +24 -2 Add in Camera scripts ---------------------------- revision 1.1 date: 2002/07/14 18:09:37; author: heller; state: Exp; branches: 1.1.1; Initial revision ---------------------------- revision 1.1.1.1 date: 2002/07/14 18:09:37; author: heller; state: Exp; lines: +0 -0 Imported Sources ============================================================================= RCS file: /home3/heller/Deepwoods/cvsroot/Deepwoods/ModelRRSystem/configure.in,v Working file: configure.in head: 1.8 branch: locks: strict access list: symbolic names: May-30-2004: 1.7 R-05222004: 1.7 V20: 1.1.1.1 Deepwoods: 1.1.1 keyword substitution: kv total revisions: 9; selected revisions: 9 description: ---------------------------- revision 1.8 date: 2004/06/26 13:31:08; author: heller; state: Exp; lines: +23 -12 Update versioning for new release ---------------------------- revision 1.7 date: 2004/04/17 16:54:24; author: heller; state: Exp; lines: +4 -1 Add sed edit file for configuring Tcl/Tk scripts. ---------------------------- revision 1.6 date: 2004/04/14 23:16:31; author: heller; state: Exp; lines: +30 -7 Fixed shared lib linking. ---------------------------- revision 1.5 date: 2002/11/10 14:27:05; author: heller; state: Exp; lines: +8 -3 Updated for Time Table files ---------------------------- revision 1.4 date: 2002/07/28 14:03:50; author: heller; state: Exp; lines: +31 -0 Add it copyright notice headers ---------------------------- revision 1.3 date: 2002/07/27 12:57:54; author: heller; state: Exp; lines: +1 -1 Add Graphics Support Code ---------------------------- revision 1.2 date: 2002/07/14 19:01:36; author: heller; state: Exp; lines: +12 -1 Add in Camera scripts ---------------------------- revision 1.1 date: 2002/07/14 18:09:37; author: heller; state: Exp; branches: 1.1.1; Initial revision ---------------------------- revision 1.1.1.1 date: 2002/07/14 18:09:37; author: heller; state: Exp; lines: +0 -0 Imported Sources ============================================================================= RCS file: /home3/heller/Deepwoods/cvsroot/Deepwoods/ModelRRSystem/copyright.text,v Working file: copyright.text head: 1.1 branch: locks: strict access list: symbolic names: May-30-2004: 1.1 R-05222004: 1.1 keyword substitution: kv total revisions: 1; selected revisions: 1 description: ---------------------------- revision 1.1 date: 2002/07/28 14:03:50; author: heller; state: Exp; Add it copyright notice headers ============================================================================= RCS file: /home3/heller/Deepwoods/cvsroot/Deepwoods/ModelRRSystem/headerfile.text,v Working file: headerfile.text head: 1.1 branch: locks: strict access list: symbolic names: May-30-2004: 1.1 R-05222004: 1.1 keyword substitution: kv total revisions: 1; selected revisions: 1 description: ---------------------------- revision 1.1 date: 2002/07/28 14:03:50; author: heller; state: Exp; Add it copyright notice headers ============================================================================= RCS file: /home3/heller/Deepwoods/cvsroot/Deepwoods/ModelRRSystem/install-sh,v Working file: install-sh head: 1.1 branch: 1.1.1 locks: strict access list: symbolic names: May-30-2004: 1.1.1.1 R-05222004: 1.1.1.1 V20: 1.1.1.1 Deepwoods: 1.1.1 keyword substitution: kv total revisions: 2; selected revisions: 2 description: ---------------------------- revision 1.1 date: 2002/07/14 18:09:37; author: heller; state: Exp; branches: 1.1.1; Initial revision ---------------------------- revision 1.1.1.1 date: 2002/07/14 18:09:37; author: heller; state: Exp; lines: +0 -0 Imported Sources ============================================================================= RCS file: /home3/heller/Deepwoods/cvsroot/Deepwoods/ModelRRSystem/BuildScripts/Makefile.in,v Working file: BuildScripts/Makefile.in head: 1.2 branch: locks: strict access list: symbolic names: May-30-2004: 1.2 R-05222004: 1.2 V20: 1.1.1.1 Deepwoods: 1.1.1 keyword substitution: kv total revisions: 3; selected revisions: 3 description: ---------------------------- revision 1.2 date: 2002/07/28 14:03:50; author: heller; state: Exp; lines: +31 -0 Add it copyright notice headers ---------------------------- revision 1.1 date: 2002/07/14 18:09:37; author: heller; state: Exp; branches: 1.1.1; Initial revision ---------------------------- revision 1.1.1.1 date: 2002/07/14 18:09:37; author: heller; state: Exp; lines: +0 -0 Imported Sources ============================================================================= RCS file: /home3/heller/Deepwoods/cvsroot/Deepwoods/ModelRRSystem/BuildScripts/generateLib_pkgIndex.sh,v Working file: BuildScripts/generateLib_pkgIndex.sh head: 1.1 branch: locks: strict access list: symbolic names: keyword substitution: kv total revisions: 1; selected revisions: 1 description: ---------------------------- revision 1.1 date: 2004/06/26 13:53:37; author: heller; state: Exp; Add in additional files ============================================================================= RCS file: /home3/heller/Deepwoods/cvsroot/Deepwoods/ModelRRSystem/C++/Makefile.in,v Working file: C++/Makefile.in head: 1.5 branch: locks: strict access list: symbolic names: May-30-2004: 1.3 R-05222004: 1.3 V20: 1.1.1.1 Deepwoods: 1.1.1 keyword substitution: kv total revisions: 6; selected revisions: 6 description: ---------------------------- revision 1.5 date: 2004/06/26 13:31:08; author: heller; state: Exp; lines: +8 -0 Update versioning for new release ---------------------------- revision 1.4 date: 2004/06/06 13:57:51; author: heller; state: Exp; lines: +12 -0 Added code to install target. ---------------------------- revision 1.3 date: 2004/03/13 15:49:13; author: heller; state: Exp; lines: +5 -2 none ---------------------------- revision 1.2 date: 2002/07/28 14:03:50; author: heller; state: Exp; lines: +31 -0 Add it copyright notice headers ---------------------------- revision 1.1 date: 2002/07/14 18:09:37; author: heller; state: Exp; branches: 1.1.1; Initial revision ---------------------------- revision 1.1.1.1 date: 2002/07/14 18:09:37; author: heller; state: Exp; lines: +0 -0 Imported Sources ============================================================================= RCS file: /home3/heller/Deepwoods/cvsroot/Deepwoods/ModelRRSystem/C++/CMri/CxxInternals.texenv,v Working file: C++/CMri/CxxInternals.texenv head: 1.1 branch: locks: strict access list: symbolic names: May-30-2004: 1.1 R-05222004: 1.1 keyword substitution: kv total revisions: 1; selected revisions: 1 description: ---------------------------- revision 1.1 date: 2004/03/16 02:37:39; author: heller; state: Exp; Base class documentation ============================================================================= RCS file: /home3/heller/Deepwoods/cvsroot/Deepwoods/ModelRRSystem/C++/CMri/Makefile.in,v Working file: C++/CMri/Makefile.in head: 1.7 branch: locks: strict access list: symbolic names: May-30-2004: 1.5 R-05222004: 1.5 keyword substitution: kv total revisions: 7; selected revisions: 7 description: ---------------------------- revision 1.7 date: 2004/06/26 13:31:09; author: heller; state: Exp; lines: +14 -1 Update versioning for new release ---------------------------- revision 1.6 date: 2004/06/06 13:57:55; author: heller; state: Exp; lines: +11 -1 Added code to install target. ---------------------------- revision 1.5 date: 2004/04/17 16:54:48; author: heller; state: Exp; lines: +10 -2 Universal Test program for C/MRI cards. ---------------------------- revision 1.4 date: 2004/03/16 14:49:28; author: heller; state: Exp; lines: +6 -4 Code comments added ---------------------------- revision 1.3 date: 2004/03/16 02:37:39; author: heller; state: Exp; lines: +44 -1 Base class documentation ---------------------------- revision 1.2 date: 2004/03/14 05:20:17; author: heller; state: Exp; lines: +41 -5 First Alpha Release Lockdown ---------------------------- revision 1.1 date: 2004/03/13 15:49:28; author: heller; state: Exp; Initial code ============================================================================= RCS file: /home3/heller/Deepwoods/cvsroot/Deepwoods/ModelRRSystem/C++/CMri/UniversalTest.src,v Working file: C++/CMri/UniversalTest.src head: 1.6 branch: locks: strict access list: symbolic names: May-30-2004: 1.6 R-05222004: 1.6 keyword substitution: kv total revisions: 6; selected revisions: 6 description: ---------------------------- revision 1.6 date: 2004/05/22 15:01:53; author: heller; state: Exp; lines: +10 -4 Updates after live tests with a Super Mini node. ---------------------------- revision 1.5 date: 2004/04/17 21:20:34; author: heller; state: Exp; lines: +38 -2 Small changes. Add copyright. ---------------------------- revision 1.4 date: 2004/04/17 18:46:55; author: heller; state: Exp; lines: +126 -2 Ready for hard test. ---------------------------- revision 1.3 date: 2004/04/17 17:17:22; author: heller; state: Exp; lines: +1 -1 Enforce a large enough window size for Output Test. ---------------------------- revision 1.2 date: 2004/04/17 17:13:10; author: heller; state: Exp; lines: +6 -2 Update maxsize (overwrite screen size if needed). ---------------------------- revision 1.1 date: 2004/04/17 16:54:48; author: heller; state: Exp; Universal Test program for C/MRI cards. ============================================================================= RCS file: /home3/heller/Deepwoods/cvsroot/Deepwoods/ModelRRSystem/C++/CMri/cmri.cc,v Working file: C++/CMri/cmri.cc head: 1.5 branch: locks: strict access list: symbolic names: May-30-2004: 1.5 R-05222004: 1.5 keyword substitution: kv total revisions: 5; selected revisions: 5 description: ---------------------------- revision 1.5 date: 2004/05/22 15:01:53; author: heller; state: Exp; lines: +25 -2 Updates after live tests with a Super Mini node. ---------------------------- revision 1.4 date: 2004/04/14 23:17:38; author: heller; state: Exp; lines: +10 -7 Removed default args in C++ code. ---------------------------- revision 1.3 date: 2004/03/16 14:49:28; author: heller; state: Exp; lines: +175 -54 Code comments added ---------------------------- revision 1.2 date: 2004/03/16 02:37:39; author: heller; state: Exp; lines: +6 -3 Base class documentation ---------------------------- revision 1.1 date: 2004/03/14 05:20:17; author: heller; state: Exp; First Alpha Release Lockdown ============================================================================= RCS file: /home3/heller/Deepwoods/cvsroot/Deepwoods/ModelRRSystem/C++/CMri/cmri.h,v Working file: C++/CMri/cmri.h head: 1.3 branch: locks: strict access list: symbolic names: May-30-2004: 1.3 R-05222004: 1.3 keyword substitution: kv total revisions: 3; selected revisions: 3 description: ---------------------------- revision 1.3 date: 2004/04/15 00:03:25; author: heller; state: Exp; lines: +6 -4 Hacked to compile under RH 6.2 (sys/select.h broken) ---------------------------- revision 1.2 date: 2004/03/16 02:37:39; author: heller; state: Exp; lines: +269 -14 Base class documentation ---------------------------- revision 1.1 date: 2004/03/14 05:20:17; author: heller; state: Exp; First Alpha Release Lockdown ============================================================================= RCS file: /home3/heller/Deepwoods/cvsroot/Deepwoods/ModelRRSystem/C++/CMri/cmri.i,v Working file: C++/CMri/cmri.i head: 1.4 branch: locks: strict access list: symbolic names: May-30-2004: 1.3 R-05222004: 1.3 keyword substitution: kv total revisions: 4; selected revisions: 4 description: ---------------------------- revision 1.4 date: 2004/06/26 13:31:09; author: heller; state: Exp; lines: +5 -2 Update versioning for new release ---------------------------- revision 1.3 date: 2004/03/16 14:49:28; author: heller; state: Exp; lines: +39 -9 Code comments added ---------------------------- revision 1.2 date: 2004/03/16 02:37:39; author: heller; state: Exp; lines: +6 -3 Base class documentation ---------------------------- revision 1.1 date: 2004/03/14 05:20:17; author: heller; state: Exp; First Alpha Release Lockdown ============================================================================= RCS file: /home3/heller/Deepwoods/cvsroot/Deepwoods/ModelRRSystem/C++/Classes/Block.cc,v Working file: C++/Classes/Block.cc head: 1.1 branch: 1.1.1 locks: strict access list: symbolic names: May-30-2004: 1.1.1.1 R-05222004: 1.1.1.1 V20: 1.1.1.1 Deepwoods: 1.1.1 keyword substitution: kv total revisions: 2; selected revisions: 2 description: ---------------------------- revision 1.1 date: 2002/07/14 18:09:37; author: heller; state: Exp; branches: 1.1.1; Initial revision ---------------------------- revision 1.1.1.1 date: 2002/07/14 18:09:37; author: heller; state: Exp; lines: +0 -0 Imported Sources ============================================================================= RCS file: /home3/heller/Deepwoods/cvsroot/Deepwoods/ModelRRSystem/C++/Classes/Block.h,v Working file: C++/Classes/Block.h head: 1.1 branch: 1.1.1 locks: strict access list: symbolic names: May-30-2004: 1.1.1.1 R-05222004: 1.1.1.1 V20: 1.1.1.1 Deepwoods: 1.1.1 keyword substitution: kv total revisions: 2; selected revisions: 2 description: ---------------------------- revision 1.1 date: 2002/07/14 18:09:37; author: heller; state: Exp; branches: 1.1.1; Initial revision ---------------------------- revision 1.1.1.1 date: 2002/07/14 18:09:37; author: heller; state: Exp; lines: +0 -0 Imported Sources ============================================================================= RCS file: /home3/heller/Deepwoods/cvsroot/Deepwoods/ModelRRSystem/C++/Classes/Cross.cc,v Working file: C++/Classes/Cross.cc head: 1.1 branch: 1.1.1 locks: strict access list: symbolic names: May-30-2004: 1.1.1.1 R-05222004: 1.1.1.1 V20: 1.1.1.1 Deepwoods: 1.1.1 keyword substitution: kv total revisions: 2; selected revisions: 2 description: ---------------------------- revision 1.1 date: 2002/07/14 18:09:37; author: heller; state: Exp; branches: 1.1.1; Initial revision ---------------------------- revision 1.1.1.1 date: 2002/07/14 18:09:37; author: heller; state: Exp; lines: +0 -0 Imported Sources ============================================================================= RCS file: /home3/heller/Deepwoods/cvsroot/Deepwoods/ModelRRSystem/C++/Classes/Cross.h,v Working file: C++/Classes/Cross.h head: 1.1 branch: 1.1.1 locks: strict access list: symbolic names: May-30-2004: 1.1.1.1 R-05222004: 1.1.1.1 V20: 1.1.1.1 Deepwoods: 1.1.1 keyword substitution: kv total revisions: 2; selected revisions: 2 description: ---------------------------- revision 1.1 date: 2002/07/14 18:09:37; author: heller; state: Exp; branches: 1.1.1; Initial revision ---------------------------- revision 1.1.1.1 date: 2002/07/14 18:09:37; author: heller; state: Exp; lines: +0 -0 Imported Sources ============================================================================= RCS file: /home3/heller/Deepwoods/cvsroot/Deepwoods/ModelRRSystem/C++/Classes/IntegerList.h,v Working file: C++/Classes/IntegerList.h head: 1.1 branch: locks: strict access list: symbolic names: keyword substitution: kv total revisions: 1; selected revisions: 1 description: ---------------------------- revision 1.1 date: 2004/06/26 13:53:37; author: heller; state: Exp; Add in additional files ============================================================================= RCS file: /home3/heller/Deepwoods/cvsroot/Deepwoods/ModelRRSystem/C++/Classes/Makefile.in,v Working file: C++/Classes/Makefile.in head: 1.6 branch: locks: strict access list: symbolic names: May-30-2004: 1.5 R-05222004: 1.5 V20: 1.1.1.1 Deepwoods: 1.1.1 keyword substitution: kv total revisions: 7; selected revisions: 7 description: ---------------------------- revision 1.6 date: 2004/06/06 13:58:00; author: heller; state: Exp; lines: +5 -0 Added code to install target. ---------------------------- revision 1.5 date: 2004/03/13 15:49:49; author: heller; state: Exp; lines: +11 -3 *** empty log message *** ---------------------------- revision 1.4 date: 2002/10/17 00:00:53; author: heller; state: Exp; lines: +5 -1 Add Documentation (Doc++) Implement turnout body, track length, and turntable support. ---------------------------- revision 1.3 date: 2002/09/24 04:20:18; author: heller; state: Exp; lines: +13 -8 MRRXtrkCad => TrackGraph ---------------------------- revision 1.2 date: 2002/07/28 14:03:50; author: heller; state: Exp; lines: +31 -0 Add it copyright notice headers ---------------------------- revision 1.1 date: 2002/07/14 18:09:37; author: heller; state: Exp; branches: 1.1.1; Initial revision ---------------------------- revision 1.1.1.1 date: 2002/07/14 18:09:37; author: heller; state: Exp; lines: +0 -0 Imported Sources ============================================================================= RCS file: /home3/heller/Deepwoods/cvsroot/Deepwoods/ModelRRSystem/C++/Classes/NonROW.cc,v Working file: C++/Classes/NonROW.cc head: 1.1 branch: 1.1.1 locks: strict access list: symbolic names: May-30-2004: 1.1.1.1 R-05222004: 1.1.1.1 V20: 1.1.1.1 Deepwoods: 1.1.1 keyword substitution: kv total revisions: 2; selected revisions: 2 description: ---------------------------- revision 1.1 date: 2002/07/14 18:09:37; author: heller; state: Exp; branches: 1.1.1; Initial revision ---------------------------- revision 1.1.1.1 date: 2002/07/14 18:09:37; author: heller; state: Exp; lines: +0 -0 Imported Sources ============================================================================= RCS file: /home3/heller/Deepwoods/cvsroot/Deepwoods/ModelRRSystem/C++/Classes/NonROW.h,v Working file: C++/Classes/NonROW.h head: 1.1 branch: 1.1.1 locks: strict access list: symbolic names: May-30-2004: 1.1.1.1 R-05222004: 1.1.1.1 V20: 1.1.1.1 Deepwoods: 1.1.1 keyword substitution: kv total revisions: 2; selected revisions: 2 description: ---------------------------- revision 1.1 date: 2002/07/14 18:09:37; author: heller; state: Exp; branches: 1.1.1; Initial revision ---------------------------- revision 1.1.1.1 date: 2002/07/14 18:09:37; author: heller; state: Exp; lines: +0 -0 Imported Sources ============================================================================= RCS file: /home3/heller/Deepwoods/cvsroot/Deepwoods/ModelRRSystem/C++/Classes/ParseFile.cc,v Working file: C++/Classes/ParseFile.cc head: 1.3 branch: locks: strict access list: symbolic names: May-30-2004: 1.2 R-05222004: 1.2 V20: 1.1.1.1 Deepwoods: 1.1.1 keyword substitution: kv total revisions: 4; selected revisions: 4 description: ---------------------------- revision 1.3 date: 2004/06/26 14:03:52; author: heller; state: Exp; lines: +5 -2 Remove unused header reference ---------------------------- revision 1.2 date: 2002/09/24 04:20:18; author: heller; state: Exp; lines: +8 -12 MRRXtrkCad => TrackGraph ---------------------------- revision 1.1 date: 2002/07/14 18:09:37; author: heller; state: Exp; branches: 1.1.1; Initial revision ---------------------------- revision 1.1.1.1 date: 2002/07/14 18:09:37; author: heller; state: Exp; lines: +0 -0 Imported Sources ============================================================================= RCS file: /home3/heller/Deepwoods/cvsroot/Deepwoods/ModelRRSystem/C++/Classes/ParseFile.h,v Working file: C++/Classes/ParseFile.h head: 1.4 branch: locks: strict access list: symbolic names: May-30-2004: 1.4 R-05222004: 1.4 V20: 1.1.1.1 Deepwoods: 1.1.1 keyword substitution: kv total revisions: 5; selected revisions: 5 description: ---------------------------- revision 1.4 date: 2002/10/17 00:00:53; author: heller; state: Exp; lines: +53 -0 Add Documentation (Doc++) Implement turnout body, track length, and turntable support. ---------------------------- revision 1.3 date: 2002/09/25 01:54:53; author: heller; state: Exp; lines: +10 -0 Implement Tcl access to graph nodes. ---------------------------- revision 1.2 date: 2002/09/24 04:20:18; author: heller; state: Exp; lines: +5 -3 MRRXtrkCad => TrackGraph ---------------------------- revision 1.1 date: 2002/07/14 18:09:37; author: heller; state: Exp; branches: 1.1.1; Initial revision ---------------------------- revision 1.1.1.1 date: 2002/07/14 18:09:37; author: heller; state: Exp; lines: +0 -0 Imported Sources ============================================================================= RCS file: /home3/heller/Deepwoods/cvsroot/Deepwoods/ModelRRSystem/C++/Classes/Segment.cc,v Working file: C++/Classes/Segment.cc head: 1.1 branch: 1.1.1 locks: strict access list: symbolic names: May-30-2004: 1.1.1.1 R-05222004: 1.1.1.1 V20: 1.1.1.1 Deepwoods: 1.1.1 keyword substitution: kv total revisions: 2; selected revisions: 2 description: ---------------------------- revision 1.1 date: 2002/07/14 18:09:37; author: heller; state: Exp; branches: 1.1.1; Initial revision ---------------------------- revision 1.1.1.1 date: 2002/07/14 18:09:37; author: heller; state: Exp; lines: +0 -0 Imported Sources ============================================================================= RCS file: /home3/heller/Deepwoods/cvsroot/Deepwoods/ModelRRSystem/C++/Classes/Segment.h,v Working file: C++/Classes/Segment.h head: 1.1 branch: 1.1.1 locks: strict access list: symbolic names: May-30-2004: 1.1.1.1 R-05222004: 1.1.1.1 V20: 1.1.1.1 Deepwoods: 1.1.1 keyword substitution: kv total revisions: 2; selected revisions: 2 description: ---------------------------- revision 1.1 date: 2002/07/14 18:09:37; author: heller; state: Exp; branches: 1.1.1; Initial revision ---------------------------- revision 1.1.1.1 date: 2002/07/14 18:09:37; author: heller; state: Exp; lines: +0 -0 Imported Sources ============================================================================= RCS file: /home3/heller/Deepwoods/cvsroot/Deepwoods/ModelRRSystem/C++/Classes/SigExpr.cc,v Working file: C++/Classes/SigExpr.cc head: 1.1 branch: 1.1.1 locks: strict access list: symbolic names: May-30-2004: 1.1.1.1 R-05222004: 1.1.1.1 V20: 1.1.1.1 Deepwoods: 1.1.1 keyword substitution: kv total revisions: 2; selected revisions: 2 description: ---------------------------- revision 1.1 date: 2002/07/14 18:09:37; author: heller; state: Exp; branches: 1.1.1; Initial revision ---------------------------- revision 1.1.1.1 date: 2002/07/14 18:09:37; author: heller; state: Exp; lines: +0 -0 Imported Sources ============================================================================= RCS file: /home3/heller/Deepwoods/cvsroot/Deepwoods/ModelRRSystem/C++/Classes/SigExpr.h,v Working file: C++/Classes/SigExpr.h head: 1.1 branch: 1.1.1 locks: strict access list: symbolic names: May-30-2004: 1.1.1.1 R-05222004: 1.1.1.1 V20: 1.1.1.1 Deepwoods: 1.1.1 keyword substitution: kv total revisions: 2; selected revisions: 2 description: ---------------------------- revision 1.1 date: 2002/07/14 18:09:37; author: heller; state: Exp; branches: 1.1.1; Initial revision ---------------------------- revision 1.1.1.1 date: 2002/07/14 18:09:37; author: heller; state: Exp; lines: +0 -0 Imported Sources ============================================================================= RCS file: /home3/heller/Deepwoods/cvsroot/Deepwoods/ModelRRSystem/C++/Classes/Signal.cc,v Working file: C++/Classes/Signal.cc head: 1.1 branch: 1.1.1 locks: strict access list: symbolic names: May-30-2004: 1.1.1.1 R-05222004: 1.1.1.1 V20: 1.1.1.1 Deepwoods: 1.1.1 keyword substitution: kv total revisions: 2; selected revisions: 2 description: ---------------------------- revision 1.1 date: 2002/07/14 18:09:37; author: heller; state: Exp; branches: 1.1.1; Initial revision ---------------------------- revision 1.1.1.1 date: 2002/07/14 18:09:37; author: heller; state: Exp; lines: +0 -0 Imported Sources ============================================================================= RCS file: /home3/heller/Deepwoods/cvsroot/Deepwoods/ModelRRSystem/C++/Classes/Signal.h,v Working file: C++/Classes/Signal.h head: 1.1 branch: 1.1.1 locks: strict access list: symbolic names: May-30-2004: 1.1.1.1 R-05222004: 1.1.1.1 V20: 1.1.1.1 Deepwoods: 1.1.1 keyword substitution: kv total revisions: 2; selected revisions: 2 description: ---------------------------- revision 1.1 date: 2002/07/14 18:09:37; author: heller; state: Exp; branches: 1.1.1; Initial revision ---------------------------- revision 1.1.1.1 date: 2002/07/14 18:09:37; author: heller; state: Exp; lines: +0 -0 Imported Sources ============================================================================= RCS file: /home3/heller/Deepwoods/cvsroot/Deepwoods/ModelRRSystem/C++/Classes/Table.cc,v Working file: C++/Classes/Table.cc head: 1.1 branch: 1.1.1 locks: strict access list: symbolic names: May-30-2004: 1.1.1.1 R-05222004: 1.1.1.1 V20: 1.1.1.1 Deepwoods: 1.1.1 keyword substitution: kv total revisions: 2; selected revisions: 2 description: ---------------------------- revision 1.1 date: 2002/07/14 18:09:37; author: heller; state: Exp; branches: 1.1.1; Initial revision ---------------------------- revision 1.1.1.1 date: 2002/07/14 18:09:37; author: heller; state: Exp; lines: +0 -0 Imported Sources ============================================================================= RCS file: /home3/heller/Deepwoods/cvsroot/Deepwoods/ModelRRSystem/C++/Classes/Table.h,v Working file: C++/Classes/Table.h head: 1.1 branch: 1.1.1 locks: strict access list: symbolic names: May-30-2004: 1.1.1.1 R-05222004: 1.1.1.1 V20: 1.1.1.1 Deepwoods: 1.1.1 keyword substitution: kv total revisions: 2; selected revisions: 2 description: ---------------------------- revision 1.1 date: 2002/07/14 18:09:37; author: heller; state: Exp; branches: 1.1.1; Initial revision ---------------------------- revision 1.1.1.1 date: 2002/07/14 18:09:37; author: heller; state: Exp; lines: +0 -0 Imported Sources ============================================================================= RCS file: /home3/heller/Deepwoods/cvsroot/Deepwoods/ModelRRSystem/C++/Classes/TrackBody.h,v Working file: C++/Classes/TrackBody.h head: 1.2 branch: locks: strict access list: symbolic names: May-30-2004: 1.2 R-05222004: 1.2 keyword substitution: kv total revisions: 2; selected revisions: 2 description: ---------------------------- revision 1.2 date: 2002/10/17 00:00:53; author: heller; state: Exp; lines: +54 -12 Add Documentation (Doc++) Implement turnout body, track length, and turntable support. ---------------------------- revision 1.1 date: 2002/09/24 04:20:18; author: heller; state: Exp; MRRXtrkCad => TrackGraph ============================================================================= RCS file: /home3/heller/Deepwoods/cvsroot/Deepwoods/ModelRRSystem/C++/Classes/TrackGraph.cc,v Working file: C++/Classes/TrackGraph.cc head: 1.4 branch: locks: strict access list: symbolic names: May-30-2004: 1.4 R-05222004: 1.4 keyword substitution: kv total revisions: 4; selected revisions: 4 description: ---------------------------- revision 1.4 date: 2002/10/17 00:00:53; author: heller; state: Exp; lines: +584 -11 Add Documentation (Doc++) Implement turnout body, track length, and turntable support. ---------------------------- revision 1.3 date: 2002/09/25 23:56:50; author: heller; state: Exp; lines: +26 -1 Add in support for block gaps and turntables ---------------------------- revision 1.2 date: 2002/09/25 01:54:53; author: heller; state: Exp; lines: +85 -2 Implement Tcl access to graph nodes. ---------------------------- revision 1.1 date: 2002/09/24 04:20:18; author: heller; state: Exp; MRRXtrkCad => TrackGraph ============================================================================= RCS file: /home3/heller/Deepwoods/cvsroot/Deepwoods/ModelRRSystem/C++/Classes/TrackGraph.h,v Working file: C++/Classes/TrackGraph.h head: 1.5 branch: locks: strict access list: symbolic names: May-30-2004: 1.5 R-05222004: 1.5 keyword substitution: kv total revisions: 5; selected revisions: 5 description: ---------------------------- revision 1.5 date: 2004/03/13 15:49:49; author: heller; state: Exp; lines: +7 -0 *** empty log message *** ---------------------------- revision 1.4 date: 2002/10/17 00:00:53; author: heller; state: Exp; lines: +182 -10 Add Documentation (Doc++) Implement turnout body, track length, and turntable support. ---------------------------- revision 1.3 date: 2002/09/25 23:56:50; author: heller; state: Exp; lines: +5 -0 Add in support for block gaps and turntables ---------------------------- revision 1.2 date: 2002/09/25 01:54:53; author: heller; state: Exp; lines: +11 -1 Implement Tcl access to graph nodes. ---------------------------- revision 1.1 date: 2002/09/24 04:20:18; author: heller; state: Exp; MRRXtrkCad => TrackGraph ============================================================================= RCS file: /home3/heller/Deepwoods/cvsroot/Deepwoods/ModelRRSystem/C++/Classes/Tree.cc,v Working file: C++/Classes/Tree.cc head: 1.1 branch: 1.1.1 locks: strict access list: symbolic names: May-30-2004: 1.1.1.1 R-05222004: 1.1.1.1 V20: 1.1.1.1 Deepwoods: 1.1.1 keyword substitution: kv total revisions: 2; selected revisions: 2 description: ---------------------------- revision 1.1 date: 2002/07/14 18:09:37; author: heller; state: Exp; branches: 1.1.1; Initial revision ---------------------------- revision 1.1.1.1 date: 2002/07/14 18:09:37; author: heller; state: Exp; lines: +0 -0 Imported Sources ============================================================================= RCS file: /home3/heller/Deepwoods/cvsroot/Deepwoods/ModelRRSystem/C++/Classes/Tree.h,v Working file: C++/Classes/Tree.h head: 1.1 branch: 1.1.1 locks: strict access list: symbolic names: May-30-2004: 1.1.1.1 R-05222004: 1.1.1.1 V20: 1.1.1.1 Deepwoods: 1.1.1 keyword substitution: kv total revisions: 2; selected revisions: 2 description: ---------------------------- revision 1.1 date: 2002/07/14 18:09:37; author: heller; state: Exp; branches: 1.1.1; Initial revision ---------------------------- revision 1.1.1.1 date: 2002/07/14 18:09:37; author: heller; state: Exp; lines: +0 -0 Imported Sources ============================================================================= RCS file: /home3/heller/Deepwoods/cvsroot/Deepwoods/ModelRRSystem/C++/Classes/Turnout.cc,v Working file: C++/Classes/Turnout.cc head: 1.1 branch: 1.1.1 locks: strict access list: symbolic names: May-30-2004: 1.1.1.1 R-05222004: 1.1.1.1 V20: 1.1.1.1 Deepwoods: 1.1.1 keyword substitution: kv total revisions: 2; selected revisions: 2 description: ---------------------------- revision 1.1 date: 2002/07/14 18:09:37; author: heller; state: Exp; branches: 1.1.1; Initial revision ---------------------------- revision 1.1.1.1 date: 2002/07/14 18:09:37; author: heller; state: Exp; lines: +0 -0 Imported Sources ============================================================================= RCS file: /home3/heller/Deepwoods/cvsroot/Deepwoods/ModelRRSystem/C++/Classes/Turnout.h,v Working file: C++/Classes/Turnout.h head: 1.1 branch: 1.1.1 locks: strict access list: symbolic names: May-30-2004: 1.1.1.1 R-05222004: 1.1.1.1 V20: 1.1.1.1 Deepwoods: 1.1.1 keyword substitution: kv total revisions: 2; selected revisions: 2 description: ---------------------------- revision 1.1 date: 2002/07/14 18:09:37; author: heller; state: Exp; branches: 1.1.1; Initial revision ---------------------------- revision 1.1.1.1 date: 2002/07/14 18:09:37; author: heller; state: Exp; lines: +0 -0 Imported Sources ============================================================================= RCS file: /home3/heller/Deepwoods/cvsroot/Deepwoods/ModelRRSystem/C++/Classes/TurnoutBody.h,v Working file: C++/Classes/TurnoutBody.h head: 1.1 branch: locks: strict access list: symbolic names: keyword substitution: kv total revisions: 1; selected revisions: 1 description: ---------------------------- revision 1.1 date: 2004/06/26 13:53:37; author: heller; state: Exp; Add in additional files ============================================================================= RCS file: /home3/heller/Deepwoods/cvsroot/Deepwoods/ModelRRSystem/C++/FCFSupport/Makefile.in,v Working file: C++/FCFSupport/Makefile.in head: 1.2 branch: locks: strict access list: symbolic names: May-30-2004: 1.2 R-05222004: 1.2 V20: 1.1.1.1 Deepwoods: 1.1.1 keyword substitution: kv total revisions: 3; selected revisions: 3 description: ---------------------------- revision 1.2 date: 2002/07/28 14:03:50; author: heller; state: Exp; lines: +31 -0 Add it copyright notice headers ---------------------------- revision 1.1 date: 2002/07/14 18:09:37; author: heller; state: Exp; branches: 1.1.1; Initial revision ---------------------------- revision 1.1.1.1 date: 2002/07/14 18:09:37; author: heller; state: Exp; lines: +0 -0 Imported Sources ============================================================================= RCS file: /home3/heller/Deepwoods/cvsroot/Deepwoods/ModelRRSystem/C++/Parsers/MRRClassFile.y,v Working file: C++/Parsers/MRRClassFile.y head: 1.1 branch: 1.1.1 locks: strict access list: symbolic names: May-30-2004: 1.1.1.1 R-05222004: 1.1.1.1 V20: 1.1.1.1 Deepwoods: 1.1.1 keyword substitution: kv total revisions: 2; selected revisions: 2 description: ---------------------------- revision 1.1 date: 2002/07/14 18:09:37; author: heller; state: Exp; branches: 1.1.1; Initial revision ---------------------------- revision 1.1.1.1 date: 2002/07/14 18:09:37; author: heller; state: Exp; lines: +0 -0 Imported Sources ============================================================================= RCS file: /home3/heller/Deepwoods/cvsroot/Deepwoods/ModelRRSystem/C++/Parsers/MRRLayoutFile.y,v Working file: C++/Parsers/MRRLayoutFile.y head: 1.1 branch: 1.1.1 locks: strict access list: symbolic names: May-30-2004: 1.1.1.1 R-05222004: 1.1.1.1 V20: 1.1.1.1 Deepwoods: 1.1.1 keyword substitution: kv total revisions: 2; selected revisions: 2 description: ---------------------------- revision 1.1 date: 2002/07/14 18:09:37; author: heller; state: Exp; branches: 1.1.1; Initial revision ---------------------------- revision 1.1.1.1 date: 2002/07/14 18:09:37; author: heller; state: Exp; lines: +0 -0 Imported Sources ============================================================================= RCS file: /home3/heller/Deepwoods/cvsroot/Deepwoods/ModelRRSystem/C++/Parsers/MRRSigExpr.y,v Working file: C++/Parsers/MRRSigExpr.y head: 1.2 branch: locks: strict access list: symbolic names: May-30-2004: 1.2 R-05222004: 1.2 V20: 1.1.1.1 Deepwoods: 1.1.1 keyword substitution: kv total revisions: 3; selected revisions: 3 description: ---------------------------- revision 1.2 date: 2002/09/24 04:20:18; author: heller; state: Exp; lines: +5 -6 MRRXtrkCad => TrackGraph ---------------------------- revision 1.1 date: 2002/07/14 18:09:37; author: heller; state: Exp; branches: 1.1.1; Initial revision ---------------------------- revision 1.1.1.1 date: 2002/07/14 18:09:37; author: heller; state: Exp; lines: +0 -0 Imported Sources ============================================================================= RCS file: /home3/heller/Deepwoods/cvsroot/Deepwoods/ModelRRSystem/C++/Parsers/MRRXtrkCad.y,v Working file: C++/Parsers/MRRXtrkCad.y head: 1.6 branch: locks: strict access list: symbolic names: May-30-2004: 1.6 R-05222004: 1.6 V20: 1.1.1.1 Deepwoods: 1.1.1 keyword substitution: kv total revisions: 7; selected revisions: 7 description: ---------------------------- revision 1.6 date: 2002/10/17 00:01:37; author: heller; state: Exp; lines: +236 -33 Update Parser to full functionality. Implement turnout body, track length, and turntable support. ---------------------------- revision 1.5 date: 2002/09/25 23:56:50; author: heller; state: Exp; lines: +16 -3 Add in support for block gaps and turntables ---------------------------- revision 1.4 date: 2002/09/24 04:20:18; author: heller; state: Exp; lines: +31 -32 MRRXtrkCad => TrackGraph ---------------------------- revision 1.3 date: 2002/07/28 14:06:34; author: heller; state: Exp; lines: +35 -1 Add it copyright notice headers ---------------------------- revision 1.2 date: 2002/07/27 12:57:54; author: heller; state: Exp; lines: +3 -3 Add Graphics Support Code ---------------------------- revision 1.1 date: 2002/07/14 18:09:37; author: heller; state: Exp; branches: 1.1.1; Initial revision ---------------------------- revision 1.1.1.1 date: 2002/07/14 18:09:37; author: heller; state: Exp; lines: +0 -0 Imported Sources ============================================================================= RCS file: /home3/heller/Deepwoods/cvsroot/Deepwoods/ModelRRSystem/C++/Parsers/Makefile.in,v Working file: C++/Parsers/Makefile.in head: 1.5 branch: locks: strict access list: symbolic names: May-30-2004: 1.4 R-05222004: 1.4 V20: 1.1.1.1 Deepwoods: 1.1.1 keyword substitution: kv total revisions: 6; selected revisions: 6 description: ---------------------------- revision 1.5 date: 2004/06/06 13:58:03; author: heller; state: Exp; lines: +5 -0 Added code to install target. ---------------------------- revision 1.4 date: 2004/03/13 15:49:58; author: heller; state: Exp; lines: +10 -3 *** empty log message *** ---------------------------- revision 1.3 date: 2002/09/24 04:20:18; author: heller; state: Exp; lines: +8 -5 MRRXtrkCad => TrackGraph ---------------------------- revision 1.2 date: 2002/07/28 14:03:50; author: heller; state: Exp; lines: +31 -0 Add it copyright notice headers ---------------------------- revision 1.1 date: 2002/07/14 18:09:37; author: heller; state: Exp; branches: 1.1.1; Initial revision ---------------------------- revision 1.1.1.1 date: 2002/07/14 18:09:37; author: heller; state: Exp; lines: +0 -0 Imported Sources ============================================================================= RCS file: /home3/heller/Deepwoods/cvsroot/Deepwoods/ModelRRSystem/C++/Swig/Makefile.in,v Working file: C++/Swig/Makefile.in head: 1.4 branch: locks: strict access list: symbolic names: May-30-2004: 1.3 R-05222004: 1.3 V20: 1.1.1.1 Deepwoods: 1.1.1 keyword substitution: kv total revisions: 5; selected revisions: 5 description: ---------------------------- revision 1.4 date: 2004/06/26 13:31:09; author: heller; state: Exp; lines: +3 -3 Update versioning for new release ---------------------------- revision 1.3 date: 2004/03/13 15:50:03; author: heller; state: Exp; lines: +13 -6 *** empty log message *** ---------------------------- revision 1.2 date: 2002/07/28 14:03:50; author: heller; state: Exp; lines: +31 -0 Add it copyright notice headers ---------------------------- revision 1.1 date: 2002/07/14 18:09:37; author: heller; state: Exp; branches: 1.1.1; Initial revision ---------------------------- revision 1.1.1.1 date: 2002/07/14 18:09:37; author: heller; state: Exp; lines: +0 -0 Imported Sources ============================================================================= RCS file: /home3/heller/Deepwoods/cvsroot/Deepwoods/ModelRRSystem/C++/Swig/mrr.i,v Working file: C++/Swig/mrr.i head: 1.6 branch: locks: strict access list: symbolic names: May-30-2004: 1.5 R-05222004: 1.5 V20: 1.1.1.1 Deepwoods: 1.1.1 keyword substitution: kv total revisions: 7; selected revisions: 7 description: ---------------------------- revision 1.6 date: 2004/06/26 13:31:09; author: heller; state: Exp; lines: +5 -2 Update versioning for new release ---------------------------- revision 1.5 date: 2004/03/13 15:50:03; author: heller; state: Exp; lines: +79 -68 *** empty log message *** ---------------------------- revision 1.4 date: 2002/10/17 00:02:07; author: heller; state: Exp; lines: +163 -4 Implement turnout body, track length, and turntable support, along with accessors. ---------------------------- revision 1.3 date: 2002/09/25 01:55:14; author: heller; state: Exp; lines: +12 -2 Implement Tcl access to graph nodes. ---------------------------- revision 1.2 date: 2002/07/28 14:06:34; author: heller; state: Exp; lines: +35 -1 Add it copyright notice headers ---------------------------- revision 1.1 date: 2002/07/14 18:09:37; author: heller; state: Exp; branches: 1.1.1; Initial revision ---------------------------- revision 1.1.1.1 date: 2002/07/14 18:09:37; author: heller; state: Exp; lines: +0 -0 Imported Sources ============================================================================= RCS file: /home3/heller/Deepwoods/cvsroot/Deepwoods/ModelRRSystem/Doc/MRR.bib,v Working file: Doc/MRR.bib head: 1.4 branch: locks: strict access list: symbolic names: May-30-2004: 1.4 R-05222004: 1.4 keyword substitution: kv total revisions: 4; selected revisions: 4 description: ---------------------------- revision 1.4 date: 2004/04/27 21:58:33; author: heller; state: Exp; lines: +6 -0 Added Finn's Make Circle doc to bib database. ---------------------------- revision 1.3 date: 2004/03/16 02:38:25; author: heller; state: Exp; lines: +53 -1 Added C/MRI references to BIBTeX database ---------------------------- revision 1.2 date: 2002/11/09 21:21:07; author: heller; state: Exp; lines: +6 -0 Time Table User Manual ---------------------------- revision 1.1 date: 2002/10/17 00:02:24; author: heller; state: Exp; Documentation support files. ============================================================================= RCS file: /home3/heller/Deepwoods/cvsroot/Deepwoods/ModelRRSystem/Doc/Makefile.in,v Working file: Doc/Makefile.in head: 1.2 branch: locks: strict access list: symbolic names: May-30-2004: 1.2 R-05222004: 1.2 V20: 1.1.1.1 Deepwoods: 1.1.1 keyword substitution: kv total revisions: 3; selected revisions: 3 description: ---------------------------- revision 1.2 date: 2002/07/28 14:03:50; author: heller; state: Exp; lines: +31 -0 Add it copyright notice headers ---------------------------- revision 1.1 date: 2002/07/14 18:09:37; author: heller; state: Exp; branches: 1.1.1; Initial revision ---------------------------- revision 1.1.1.1 date: 2002/07/14 18:09:37; author: heller; state: Exp; lines: +0 -0 Imported Sources ============================================================================= RCS file: /home3/heller/Deepwoods/cvsroot/Deepwoods/ModelRRSystem/Doc/MyPart.sty,v Working file: Doc/MyPart.sty head: 1.2 branch: locks: strict access list: symbolic names: May-30-2004: 1.2 R-05222004: 1.2 keyword substitution: kv total revisions: 2; selected revisions: 2 description: ---------------------------- revision 1.2 date: 2002/11/10 00:40:16; author: heller; state: Exp; lines: +20 -0 Time Table Internals Docs ---------------------------- revision 1.1 date: 2002/11/09 21:21:07; author: heller; state: Exp; Time Table User Manual ============================================================================= RCS file: /home3/heller/Deepwoods/cvsroot/Deepwoods/ModelRRSystem/Doc/MyTitlepage.sty,v Working file: Doc/MyTitlepage.sty head: 1.1 branch: locks: strict access list: symbolic names: May-30-2004: 1.1 R-05222004: 1.1 keyword substitution: kv total revisions: 1; selected revisions: 1 description: ---------------------------- revision 1.1 date: 2002/10/17 00:02:24; author: heller; state: Exp; Documentation support files. ============================================================================= RCS file: /home3/heller/Deepwoods/cvsroot/Deepwoods/ModelRRSystem/Doc/RR.bib,v Working file: Doc/RR.bib head: 1.1 branch: locks: strict access list: symbolic names: keyword substitution: kv total revisions: 1; selected revisions: 1 description: ---------------------------- revision 1.1 date: 2004/06/26 13:53:37; author: heller; state: Exp; Add in additional files ============================================================================= RCS file: /home3/heller/Deepwoods/cvsroot/Deepwoods/ModelRRSystem/Doc/titlepage.tex,v Working file: Doc/titlepage.tex head: 1.2 branch: locks: strict access list: symbolic names: May-30-2004: 1.2 R-05222004: 1.2 keyword substitution: kv total revisions: 2; selected revisions: 2 description: ---------------------------- revision 1.2 date: 2004/04/14 23:20:24; author: heller; state: Exp; lines: +6 -3 Updated copyright. ---------------------------- revision 1.1 date: 2002/10/17 00:02:24; author: heller; state: Exp; Documentation support files. ============================================================================= RCS file: /home3/heller/Deepwoods/cvsroot/Deepwoods/ModelRRSystem/Doc/Internals/Biblio.h,v Working file: Doc/Internals/Biblio.h head: 1.1 branch: locks: strict access list: symbolic names: May-30-2004: 1.1 R-05222004: 1.1 keyword substitution: kv total revisions: 1; selected revisions: 1 description: ---------------------------- revision 1.1 date: 2002/10/17 00:02:54; author: heller; state: Exp; Internals documentation generation (Doc++ and SWIG). ============================================================================= RCS file: /home3/heller/Deepwoods/cvsroot/Deepwoods/ModelRRSystem/Doc/Internals/CxxInternals.texenv,v Working file: Doc/Internals/CxxInternals.texenv head: 1.1 branch: locks: strict access list: symbolic names: May-30-2004: 1.1 R-05222004: 1.1 keyword substitution: kv total revisions: 1; selected revisions: 1 description: ---------------------------- revision 1.1 date: 2002/10/17 00:02:54; author: heller; state: Exp; Internals documentation generation (Doc++ and SWIG). ============================================================================= RCS file: /home3/heller/Deepwoods/cvsroot/Deepwoods/ModelRRSystem/Doc/Internals/Intro.h,v Working file: Doc/Internals/Intro.h head: 1.1 branch: locks: strict access list: symbolic names: May-30-2004: 1.1 R-05222004: 1.1 keyword substitution: kv total revisions: 1; selected revisions: 1 description: ---------------------------- revision 1.1 date: 2002/10/17 00:02:54; author: heller; state: Exp; Internals documentation generation (Doc++ and SWIG). ============================================================================= RCS file: /home3/heller/Deepwoods/cvsroot/Deepwoods/ModelRRSystem/Doc/Internals/IntroTclInternals.tex,v Working file: Doc/Internals/IntroTclInternals.tex head: 1.1 branch: locks: strict access list: symbolic names: May-30-2004: 1.1 R-05222004: 1.1 keyword substitution: kv total revisions: 1; selected revisions: 1 description: ---------------------------- revision 1.1 date: 2002/11/10 00:40:16; author: heller; state: Exp; Time Table Internals Docs ============================================================================= RCS file: /home3/heller/Deepwoods/cvsroot/Deepwoods/ModelRRSystem/Doc/Internals/Makefile.in,v Working file: Doc/Internals/Makefile.in head: 1.8 branch: locks: strict access list: symbolic names: May-30-2004: 1.7 R-05222004: 1.7 V20: 1.1.1.1 Deepwoods: 1.1.1 keyword substitution: kv total revisions: 9; selected revisions: 9 description: ---------------------------- revision 1.8 date: 2004/06/26 13:31:09; author: heller; state: Exp; lines: +25 -5 Update versioning for new release ---------------------------- revision 1.7 date: 2004/04/27 21:58:48; author: heller; state: Exp; lines: +7 -1 Added in CTC Documentation. ---------------------------- revision 1.6 date: 2004/04/14 23:20:42; author: heller; state: Exp; lines: +4 -1 Updated copyright. ---------------------------- revision 1.5 date: 2002/11/10 14:27:19; author: heller; state: Exp; lines: +4 -1 Updated for Time Table internals docs ---------------------------- revision 1.4 date: 2002/11/10 00:40:16; author: heller; state: Exp; lines: +68 -4 Time Table Internals Docs ---------------------------- revision 1.3 date: 2002/10/17 00:02:54; author: heller; state: Exp; lines: +161 -4 Internals documentation generation (Doc++ and SWIG). ---------------------------- revision 1.2 date: 2002/07/28 14:03:50; author: heller; state: Exp; lines: +31 -0 Add it copyright notice headers ---------------------------- revision 1.1 date: 2002/07/14 18:09:37; author: heller; state: Exp; branches: 1.1.1; Initial revision ---------------------------- revision 1.1.1.1 date: 2002/07/14 18:09:37; author: heller; state: Exp; lines: +0 -0 Imported Sources ============================================================================= RCS file: /home3/heller/Deepwoods/cvsroot/Deepwoods/ModelRRSystem/Doc/Internals/SwigInternals.sed,v Working file: Doc/Internals/SwigInternals.sed head: 1.1 branch: locks: strict access list: symbolic names: May-30-2004: 1.1 R-05222004: 1.1 keyword substitution: kv total revisions: 1; selected revisions: 1 description: ---------------------------- revision 1.1 date: 2002/10/17 00:02:54; author: heller; state: Exp; Internals documentation generation (Doc++ and SWIG). ============================================================================= RCS file: /home3/heller/Deepwoods/cvsroot/Deepwoods/ModelRRSystem/Doc/Internals/TclInternals.tex,v Working file: Doc/Internals/TclInternals.tex head: 1.2 branch: locks: strict access list: symbolic names: May-30-2004: 1.1 R-05222004: 1.1 keyword substitution: kv total revisions: 2; selected revisions: 2 description: ---------------------------- revision 1.2 date: 2004/06/06 13:58:25; author: heller; state: Exp; lines: +1 -0 Added CTCPannel chapter. ---------------------------- revision 1.1 date: 2002/11/10 00:40:16; author: heller; state: Exp; Time Table Internals Docs ============================================================================= RCS file: /home3/heller/Deepwoods/cvsroot/Deepwoods/ModelRRSystem/Doc/Internals/common_part.tex,v Working file: Doc/Internals/common_part.tex head: 1.2 branch: locks: strict access list: symbolic names: May-30-2004: 1.2 R-05222004: 1.2 keyword substitution: kv total revisions: 2; selected revisions: 2 description: ---------------------------- revision 1.2 date: 2004/04/27 21:58:48; author: heller; state: Exp; lines: +1 -1 Added in CTC Documentation. ---------------------------- revision 1.1 date: 2002/11/10 00:40:16; author: heller; state: Exp; Time Table Internals Docs ============================================================================= RCS file: /home3/heller/Deepwoods/cvsroot/Deepwoods/ModelRRSystem/Doc/Internals/docxx.sty,v Working file: Doc/Internals/docxx.sty head: 1.1 branch: locks: strict access list: symbolic names: May-30-2004: 1.1 R-05222004: 1.1 keyword substitution: kv total revisions: 1; selected revisions: 1 description: ---------------------------- revision 1.1 date: 2002/10/17 00:02:54; author: heller; state: Exp; Internals documentation generation (Doc++ and SWIG). ============================================================================= RCS file: /home3/heller/Deepwoods/cvsroot/Deepwoods/ModelRRSystem/Doc/Internals/timetable_part.tex,v Working file: Doc/Internals/timetable_part.tex head: 1.1 branch: locks: strict access list: symbolic names: May-30-2004: 1.1 R-05222004: 1.1 keyword substitution: kv total revisions: 1; selected revisions: 1 description: ---------------------------- revision 1.1 date: 2002/11/10 00:40:16; author: heller; state: Exp; Time Table Internals Docs ============================================================================= RCS file: /home3/heller/Deepwoods/cvsroot/Deepwoods/ModelRRSystem/Doc/Support/Makefile.in,v Working file: Doc/Support/Makefile.in head: 1.2 branch: locks: strict access list: symbolic names: May-30-2004: 1.2 R-05222004: 1.2 V20: 1.1.1.1 Deepwoods: 1.1.1 keyword substitution: kv total revisions: 3; selected revisions: 3 description: ---------------------------- revision 1.2 date: 2002/07/28 14:03:50; author: heller; state: Exp; lines: +31 -0 Add it copyright notice headers ---------------------------- revision 1.1 date: 2002/07/14 18:09:37; author: heller; state: Exp; branches: 1.1.1; Initial revision ---------------------------- revision 1.1.1.1 date: 2002/07/14 18:09:37; author: heller; state: Exp; lines: +0 -0 Imported Sources ============================================================================= RCS file: /home3/heller/Deepwoods/cvsroot/Deepwoods/ModelRRSystem/Doc/Support/tcl2tex.sh.in,v Working file: Doc/Support/tcl2tex.sh.in head: 1.4 branch: locks: strict access list: symbolic names: May-30-2004: 1.3 R-05222004: 1.3 keyword substitution: kv total revisions: 4; selected revisions: 4 description: ---------------------------- revision 1.4 date: 2004/06/06 13:58:39; author: heller; state: Exp; lines: +52 -3 Updated to better handle namespaces. ---------------------------- revision 1.3 date: 2004/04/27 21:58:59; author: heller; state: Exp; lines: +4 -0 Updated to handle citations. ---------------------------- revision 1.2 date: 2004/04/14 23:22:58; author: heller; state: Exp; lines: +4 -1 Misc. updated. ---------------------------- revision 1.1 date: 2002/11/10 00:40:16; author: heller; state: Exp; Time Table Internals Docs ============================================================================= RCS file: /home3/heller/Deepwoods/cvsroot/Deepwoods/ModelRRSystem/Doc/User/Makefile.in,v Working file: Doc/User/Makefile.in head: 1.4 branch: locks: strict access list: symbolic names: May-30-2004: 1.3 R-05222004: 1.3 V20: 1.1.1.1 Deepwoods: 1.1.1 keyword substitution: kv total revisions: 5; selected revisions: 5 description: ---------------------------- revision 1.4 date: 2004/06/26 13:31:09; author: heller; state: Exp; lines: +7 -1 Update versioning for new release ---------------------------- revision 1.3 date: 2002/11/09 21:21:07; author: heller; state: Exp; lines: +111 -3 Time Table User Manual ---------------------------- revision 1.2 date: 2002/07/28 14:03:50; author: heller; state: Exp; lines: +31 -0 Add it copyright notice headers ---------------------------- revision 1.1 date: 2002/07/14 18:09:37; author: heller; state: Exp; branches: 1.1.1; Initial revision ---------------------------- revision 1.1.1.1 date: 2002/07/14 18:09:37; author: heller; state: Exp; lines: +0 -0 Imported Sources ============================================================================= RCS file: /home3/heller/Deepwoods/cvsroot/Deepwoods/ModelRRSystem/Doc/User/UserManual.tex,v Working file: Doc/User/UserManual.tex head: 1.1 branch: locks: strict access list: symbolic names: May-30-2004: 1.1 R-05222004: 1.1 keyword substitution: kv total revisions: 1; selected revisions: 1 description: ---------------------------- revision 1.1 date: 2002/11/09 21:21:07; author: heller; state: Exp; Time Table User Manual ============================================================================= RCS file: /home3/heller/Deepwoods/cvsroot/Deepwoods/ModelRRSystem/Doc/User/TimeTable/AddingNotes.tex,v Working file: Doc/User/TimeTable/AddingNotes.tex head: 1.2 branch: locks: strict access list: symbolic names: May-30-2004: 1.2 R-05222004: 1.2 keyword substitution: kv total revisions: 2; selected revisions: 2 description: ---------------------------- revision 1.2 date: 2004/04/14 23:22:17; author: heller; state: Exp; lines: +23 -12 Updated documentation. ---------------------------- revision 1.1 date: 2002/11/09 21:21:07; author: heller; state: Exp; Time Table User Manual ============================================================================= RCS file: /home3/heller/Deepwoods/cvsroot/Deepwoods/ModelRRSystem/Doc/User/TimeTable/AddingTrains.tex,v Working file: Doc/User/TimeTable/AddingTrains.tex head: 1.1 branch: locks: strict access list: symbolic names: May-30-2004: 1.1 R-05222004: 1.1 keyword substitution: kv total revisions: 1; selected revisions: 1 description: ---------------------------- revision 1.1 date: 2002/11/09 21:21:07; author: heller; state: Exp; Time Table User Manual ============================================================================= RCS file: /home3/heller/Deepwoods/cvsroot/Deepwoods/ModelRRSystem/Doc/User/TimeTable/CommandLineArgs.tex,v Working file: Doc/User/TimeTable/CommandLineArgs.tex head: 1.1 branch: locks: strict access list: symbolic names: May-30-2004: 1.1 R-05222004: 1.1 keyword substitution: kv total revisions: 1; selected revisions: 1 description: ---------------------------- revision 1.1 date: 2002/11/09 21:21:07; author: heller; state: Exp; Time Table User Manual ============================================================================= RCS file: /home3/heller/Deepwoods/cvsroot/Deepwoods/ModelRRSystem/Doc/User/TimeTable/Files.tex,v Working file: Doc/User/TimeTable/Files.tex head: 1.1 branch: locks: strict access list: symbolic names: May-30-2004: 1.1 R-05222004: 1.1 keyword substitution: kv total revisions: 1; selected revisions: 1 description: ---------------------------- revision 1.1 date: 2002/11/09 21:21:07; author: heller; state: Exp; Time Table User Manual ============================================================================= RCS file: /home3/heller/Deepwoods/cvsroot/Deepwoods/ModelRRSystem/Doc/User/TimeTable/Install.tex,v Working file: Doc/User/TimeTable/Install.tex head: 1.1 branch: locks: strict access list: symbolic names: May-30-2004: 1.1 R-05222004: 1.1 keyword substitution: kv total revisions: 1; selected revisions: 1 description: ---------------------------- revision 1.1 date: 2002/11/09 21:21:07; author: heller; state: Exp; Time Table User Manual ============================================================================= RCS file: /home3/heller/Deepwoods/cvsroot/Deepwoods/ModelRRSystem/Doc/User/TimeTable/Introduction.tex,v Working file: Doc/User/TimeTable/Introduction.tex head: 1.1 branch: locks: strict access list: symbolic names: May-30-2004: 1.1 R-05222004: 1.1 keyword substitution: kv total revisions: 1; selected revisions: 1 description: ---------------------------- revision 1.1 date: 2002/11/09 21:21:07; author: heller; state: Exp; Time Table User Manual ============================================================================= RCS file: /home3/heller/Deepwoods/cvsroot/Deepwoods/ModelRRSystem/Doc/User/TimeTable/LJandBS.ps,v Working file: Doc/User/TimeTable/LJandBS.ps head: 1.1 branch: locks: strict access list: symbolic names: May-30-2004: 1.1 R-05222004: 1.1 keyword substitution: b total revisions: 1; selected revisions: 1 description: ---------------------------- revision 1.1 date: 2002/11/09 21:21:07; author: heller; state: Exp; Time Table User Manual ============================================================================= RCS file: /home3/heller/Deepwoods/cvsroot/Deepwoods/ModelRRSystem/Doc/User/TimeTable/MainGUI.tex,v Working file: Doc/User/TimeTable/MainGUI.tex head: 1.1 branch: locks: strict access list: symbolic names: May-30-2004: 1.1 R-05222004: 1.1 keyword substitution: kv total revisions: 1; selected revisions: 1 description: ---------------------------- revision 1.1 date: 2002/11/09 21:21:07; author: heller; state: Exp; Time Table User Manual ============================================================================= RCS file: /home3/heller/Deepwoods/cvsroot/Deepwoods/ModelRRSystem/Doc/User/TimeTable/Preface.tex,v Working file: Doc/User/TimeTable/Preface.tex head: 1.1 branch: locks: strict access list: symbolic names: May-30-2004: 1.1 R-05222004: 1.1 keyword substitution: kv total revisions: 1; selected revisions: 1 description: ---------------------------- revision 1.1 date: 2002/11/09 21:21:07; author: heller; state: Exp; Time Table User Manual ============================================================================= RCS file: /home3/heller/Deepwoods/cvsroot/Deepwoods/ModelRRSystem/Doc/User/TimeTable/PrintingATimetable.tex,v Working file: Doc/User/TimeTable/PrintingATimetable.tex head: 1.2 branch: locks: strict access list: symbolic names: May-30-2004: 1.2 R-05222004: 1.2 keyword substitution: kv total revisions: 2; selected revisions: 2 description: ---------------------------- revision 1.2 date: 2004/04/14 23:22:17; author: heller; state: Exp; lines: +28 -20 Updated documentation. ---------------------------- revision 1.1 date: 2002/11/09 21:21:07; author: heller; state: Exp; Time Table User Manual ============================================================================= RCS file: /home3/heller/Deepwoods/cvsroot/Deepwoods/ModelRRSystem/Doc/User/TimeTable/SettingUp.tex,v Working file: Doc/User/TimeTable/SettingUp.tex head: 1.1 branch: locks: strict access list: symbolic names: May-30-2004: 1.1 R-05222004: 1.1 keyword substitution: kv total revisions: 1; selected revisions: 1 description: ---------------------------- revision 1.1 date: 2002/11/09 21:21:07; author: heller; state: Exp; Time Table User Manual ============================================================================= RCS file: /home3/heller/Deepwoods/cvsroot/Deepwoods/ModelRRSystem/Doc/User/TimeTable/TimeTableUser.tex,v Working file: Doc/User/TimeTable/TimeTableUser.tex head: 1.1 branch: locks: strict access list: symbolic names: keyword substitution: kv total revisions: 1; selected revisions: 1 description: ---------------------------- revision 1.1 date: 2004/06/26 14:07:41; author: heller; state: Exp; Add missed file ============================================================================= RCS file: /home3/heller/Deepwoods/cvsroot/Deepwoods/ModelRRSystem/Doc/User/TimeTable/addNoteToTrain.ps,v Working file: Doc/User/TimeTable/addNoteToTrain.ps head: 1.1 branch: locks: strict access list: symbolic names: May-30-2004: 1.1 R-05222004: 1.1 keyword substitution: b total revisions: 1; selected revisions: 1 description: ---------------------------- revision 1.1 date: 2002/11/09 21:21:07; author: heller; state: Exp; Time Table User Manual ============================================================================= RCS file: /home3/heller/Deepwoods/cvsroot/Deepwoods/ModelRRSystem/Doc/User/TimeTable/addNoteToTrainAtStation1.ps,v Working file: Doc/User/TimeTable/addNoteToTrainAtStation1.ps head: 1.1 branch: locks: strict access list: symbolic names: May-30-2004: 1.1 R-05222004: 1.1 keyword substitution: b total revisions: 1; selected revisions: 1 description: ---------------------------- revision 1.1 date: 2002/11/09 21:21:07; author: heller; state: Exp; Time Table User Manual ============================================================================= RCS file: /home3/heller/Deepwoods/cvsroot/Deepwoods/ModelRRSystem/Doc/User/TimeTable/addNoteToTrainAtStation2.ps,v Working file: Doc/User/TimeTable/addNoteToTrainAtStation2.ps head: 1.1 branch: locks: strict access list: symbolic names: May-30-2004: 1.1 R-05222004: 1.1 keyword substitution: b total revisions: 1; selected revisions: 1 description: ---------------------------- revision 1.1 date: 2002/11/09 21:21:07; author: heller; state: Exp; Time Table User Manual ============================================================================= RCS file: /home3/heller/Deepwoods/cvsroot/Deepwoods/ModelRRSystem/Doc/User/TimeTable/classGroupHeader.ps,v Working file: Doc/User/TimeTable/classGroupHeader.ps head: 1.2 branch: locks: strict access list: symbolic names: May-30-2004: 1.2 R-05222004: 1.2 keyword substitution: b total revisions: 2; selected revisions: 2 description: ---------------------------- revision 1.2 date: 2004/04/14 23:22:17; author: heller; state: Exp; lines: +13896 -389 Updated documentation. ---------------------------- revision 1.1 date: 2002/11/09 21:21:07; author: heller; state: Exp; Time Table User Manual ============================================================================= RCS file: /home3/heller/Deepwoods/cvsroot/Deepwoods/ModelRRSystem/Doc/User/TimeTable/createNewNote.ps,v Working file: Doc/User/TimeTable/createNewNote.ps head: 1.1 branch: locks: strict access list: symbolic names: May-30-2004: 1.1 R-05222004: 1.1 keyword substitution: b total revisions: 1; selected revisions: 1 description: ---------------------------- revision 1.1 date: 2002/11/09 21:21:07; author: heller; state: Exp; Time Table User Manual ============================================================================= RCS file: /home3/heller/Deepwoods/cvsroot/Deepwoods/ModelRRSystem/Doc/User/TimeTable/createNewTrainDialog.ps,v Working file: Doc/User/TimeTable/createNewTrainDialog.ps head: 1.1 branch: locks: strict access list: symbolic names: May-30-2004: 1.1 R-05222004: 1.1 keyword substitution: b total revisions: 1; selected revisions: 1 description: ---------------------------- revision 1.1 date: 2002/11/09 21:21:07; author: heller; state: Exp; Time Table User Manual ============================================================================= RCS file: /home3/heller/Deepwoods/cvsroot/Deepwoods/ModelRRSystem/Doc/User/TimeTable/deleteNote.ps,v Working file: Doc/User/TimeTable/deleteNote.ps head: 1.1 branch: locks: strict access list: symbolic names: May-30-2004: 1.1 R-05222004: 1.1 keyword substitution: b total revisions: 1; selected revisions: 1 description: ---------------------------- revision 1.1 date: 2002/11/09 21:21:07; author: heller; state: Exp; Time Table User Manual ============================================================================= RCS file: /home3/heller/Deepwoods/cvsroot/Deepwoods/ModelRRSystem/Doc/User/TimeTable/editNote.ps,v Working file: Doc/User/TimeTable/editNote.ps head: 1.1 branch: locks: strict access list: symbolic names: May-30-2004: 1.1 R-05222004: 1.1 keyword substitution: b total revisions: 1; selected revisions: 1 description: ---------------------------- revision 1.1 date: 2002/11/09 21:21:07; author: heller; state: Exp; Time Table User Manual ============================================================================= RCS file: /home3/heller/Deepwoods/cvsroot/Deepwoods/ModelRRSystem/Doc/User/TimeTable/getBasicTimeTableInfo.ps,v Working file: Doc/User/TimeTable/getBasicTimeTableInfo.ps head: 1.2 branch: locks: strict access list: symbolic names: May-30-2004: 1.2 R-05222004: 1.2 keyword substitution: b total revisions: 2; selected revisions: 2 description: ---------------------------- revision 1.2 date: 2004/04/14 23:22:17; author: heller; state: Exp; lines: +33655 -1092 Updated documentation. ---------------------------- revision 1.1 date: 2002/11/09 21:21:07; author: heller; state: Exp; Time Table User Manual ============================================================================= RCS file: /home3/heller/Deepwoods/cvsroot/Deepwoods/ModelRRSystem/Doc/User/TimeTable/getCabInfoDialog.ps,v Working file: Doc/User/TimeTable/getCabInfoDialog.ps head: 1.1 branch: locks: strict access list: symbolic names: May-30-2004: 1.1 R-05222004: 1.1 keyword substitution: b total revisions: 1; selected revisions: 1 description: ---------------------------- revision 1.1 date: 2002/11/09 21:21:07; author: heller; state: Exp; Time Table User Manual ============================================================================= RCS file: /home3/heller/Deepwoods/cvsroot/Deepwoods/ModelRRSystem/Doc/User/TimeTable/getDuplicateTrackageDialog.ps,v Working file: Doc/User/TimeTable/getDuplicateTrackageDialog.ps head: 1.1 branch: locks: strict access list: symbolic names: May-30-2004: 1.1 R-05222004: 1.1 keyword substitution: b total revisions: 1; selected revisions: 1 description: ---------------------------- revision 1.1 date: 2002/11/09 21:21:07; author: heller; state: Exp; Time Table User Manual ============================================================================= RCS file: /home3/heller/Deepwoods/cvsroot/Deepwoods/ModelRRSystem/Doc/User/TimeTable/getStationListDialog.ps,v Working file: Doc/User/TimeTable/getStationListDialog.ps head: 1.1 branch: locks: strict access list: symbolic names: May-30-2004: 1.1 R-05222004: 1.1 keyword substitution: b total revisions: 1; selected revisions: 1 description: ---------------------------- revision 1.1 date: 2002/11/09 21:21:07; author: heller; state: Exp; Time Table User Manual ============================================================================= RCS file: /home3/heller/Deepwoods/cvsroot/Deepwoods/ModelRRSystem/Doc/User/TimeTable/getStorageTracksDialog.ps,v Working file: Doc/User/TimeTable/getStorageTracksDialog.ps head: 1.1 branch: locks: strict access list: symbolic names: May-30-2004: 1.1 R-05222004: 1.1 keyword substitution: b total revisions: 1; selected revisions: 1 description: ---------------------------- revision 1.1 date: 2002/11/09 21:21:07; author: heller; state: Exp; Time Table User Manual ============================================================================= RCS file: /home3/heller/Deepwoods/cvsroot/Deepwoods/ModelRRSystem/Doc/User/TimeTable/getTimeDialog.ps,v Working file: Doc/User/TimeTable/getTimeDialog.ps head: 1.1 branch: locks: strict access list: symbolic names: May-30-2004: 1.1 R-05222004: 1.1 keyword substitution: b total revisions: 1; selected revisions: 1 description: ---------------------------- revision 1.1 date: 2002/11/09 21:21:07; author: heller; state: Exp; Time Table User Manual ============================================================================= RCS file: /home3/heller/Deepwoods/cvsroot/Deepwoods/ModelRRSystem/Doc/User/TimeTable/getTrainScheduleDialog.ps,v Working file: Doc/User/TimeTable/getTrainScheduleDialog.ps head: 1.1 branch: locks: strict access list: symbolic names: May-30-2004: 1.1 R-05222004: 1.1 keyword substitution: b total revisions: 1; selected revisions: 1 description: ---------------------------- revision 1.1 date: 2002/11/09 21:21:07; author: heller; state: Exp; Time Table User Manual ============================================================================= RCS file: /home3/heller/Deepwoods/cvsroot/Deepwoods/ModelRRSystem/Doc/User/TimeTable/manualGroup.ps,v Working file: Doc/User/TimeTable/manualGroup.ps head: 1.2 branch: locks: strict access list: symbolic names: May-30-2004: 1.2 R-05222004: 1.2 keyword substitution: b total revisions: 2; selected revisions: 2 description: ---------------------------- revision 1.2 date: 2004/04/14 23:22:18; author: heller; state: Exp; lines: +24867 -1034 Updated documentation. ---------------------------- revision 1.1 date: 2002/11/09 21:21:07; author: heller; state: Exp; Time Table User Manual ============================================================================= RCS file: /home3/heller/Deepwoods/cvsroot/Deepwoods/ModelRRSystem/Doc/User/TimeTable/mrrTTMain.ps,v Working file: Doc/User/TimeTable/mrrTTMain.ps head: 1.1 branch: locks: strict access list: symbolic names: May-30-2004: 1.1 R-05222004: 1.1 keyword substitution: b total revisions: 1; selected revisions: 1 description: ---------------------------- revision 1.1 date: 2002/11/09 21:21:07; author: heller; state: Exp; Time Table User Manual ============================================================================= RCS file: /home3/heller/Deepwoods/cvsroot/Deepwoods/ModelRRSystem/Doc/User/TimeTable/multipleTimeTableInfo.ps,v Working file: Doc/User/TimeTable/multipleTimeTableInfo.ps head: 1.1 branch: locks: strict access list: symbolic names: May-30-2004: 1.1 R-05222004: 1.1 keyword substitution: b total revisions: 1; selected revisions: 1 description: ---------------------------- revision 1.1 date: 2002/11/09 21:21:07; author: heller; state: Exp; Time Table User Manual ============================================================================= RCS file: /home3/heller/Deepwoods/cvsroot/Deepwoods/ModelRRSystem/Doc/User/TimeTable/removeNoteFromTrain.ps,v Working file: Doc/User/TimeTable/removeNoteFromTrain.ps head: 1.1 branch: locks: strict access list: symbolic names: May-30-2004: 1.1 R-05222004: 1.1 keyword substitution: b total revisions: 1; selected revisions: 1 description: ---------------------------- revision 1.1 date: 2002/11/09 21:21:07; author: heller; state: Exp; Time Table User Manual ============================================================================= RCS file: /home3/heller/Deepwoods/cvsroot/Deepwoods/ModelRRSystem/Doc/User/TimeTable/removeNoteFromTrainAtStation1.ps,v Working file: Doc/User/TimeTable/removeNoteFromTrainAtStation1.ps head: 1.1 branch: locks: strict access list: symbolic names: May-30-2004: 1.1 R-05222004: 1.1 keyword substitution: b total revisions: 1; selected revisions: 1 description: ---------------------------- revision 1.1 date: 2002/11/09 21:21:07; author: heller; state: Exp; Time Table User Manual ============================================================================= RCS file: /home3/heller/Deepwoods/cvsroot/Deepwoods/ModelRRSystem/Doc/User/TimeTable/removeNoteFromTrainAtStation2.ps,v Working file: Doc/User/TimeTable/removeNoteFromTrainAtStation2.ps head: 1.1 branch: locks: strict access list: symbolic names: May-30-2004: 1.1 R-05222004: 1.1 keyword substitution: b total revisions: 1; selected revisions: 1 description: ---------------------------- revision 1.1 date: 2002/11/09 21:21:07; author: heller; state: Exp; Time Table User Manual ============================================================================= RCS file: /home3/heller/Deepwoods/cvsroot/Deepwoods/ModelRRSystem/Doc/User/TimeTable/viewAllNotes.ps,v Working file: Doc/User/TimeTable/viewAllNotes.ps head: 1.1 branch: locks: strict access list: symbolic names: May-30-2004: 1.1 R-05222004: 1.1 keyword substitution: b total revisions: 1; selected revisions: 1 description: ---------------------------- revision 1.1 date: 2002/11/09 21:21:07; author: heller; state: Exp; Time Table User Manual ============================================================================= RCS file: /home3/heller/Deepwoods/cvsroot/Deepwoods/ModelRRSystem/Doc/User/TimeTable/viewAllTrainsPopup.ps,v Working file: Doc/User/TimeTable/viewAllTrainsPopup.ps head: 1.1 branch: locks: strict access list: symbolic names: May-30-2004: 1.1 R-05222004: 1.1 keyword substitution: b total revisions: 1; selected revisions: 1 description: ---------------------------- revision 1.1 date: 2002/11/09 21:21:07; author: heller; state: Exp; Time Table User Manual ============================================================================= RCS file: /home3/heller/Deepwoods/cvsroot/Deepwoods/ModelRRSystem/Doc/User/TimeTable/viewSingleTrainPopup.ps,v Working file: Doc/User/TimeTable/viewSingleTrainPopup.ps head: 1.1 branch: locks: strict access list: symbolic names: May-30-2004: 1.1 R-05222004: 1.1 keyword substitution: b total revisions: 1; selected revisions: 1 description: ---------------------------- revision 1.1 date: 2002/11/09 21:21:07; author: heller; state: Exp; Time Table User Manual ============================================================================= RCS file: /home3/heller/Deepwoods/cvsroot/Deepwoods/ModelRRSystem/Doc/User/TimeTable/viewStations.ps,v Working file: Doc/User/TimeTable/viewStations.ps head: 1.1 branch: locks: strict access list: symbolic names: May-30-2004: 1.1 R-05222004: 1.1 keyword substitution: b total revisions: 1; selected revisions: 1 description: ---------------------------- revision 1.1 date: 2002/11/09 21:21:07; author: heller; state: Exp; Time Table User Manual ============================================================================= RCS file: /home3/heller/Deepwoods/cvsroot/Deepwoods/ModelRRSystem/Help/Makefile.in,v Working file: Help/Makefile.in head: 1.2 branch: locks: strict access list: symbolic names: May-30-2004: 1.2 R-05222004: 1.2 V20: 1.1.1.1 Deepwoods: 1.1.1 keyword substitution: kv total revisions: 3; selected revisions: 3 description: ---------------------------- revision 1.2 date: 2002/07/28 14:03:50; author: heller; state: Exp; lines: +31 -0 Add it copyright notice headers ---------------------------- revision 1.1 date: 2002/07/14 18:09:37; author: heller; state: Exp; branches: 1.1.1; Initial revision ---------------------------- revision 1.1.1.1 date: 2002/07/14 18:09:37; author: heller; state: Exp; lines: +0 -0 Imported Sources ============================================================================= RCS file: /home3/heller/Deepwoods/cvsroot/Deepwoods/ModelRRSystem/Installer/Makefile.in,v Working file: Installer/Makefile.in head: 1.2 branch: locks: strict access list: symbolic names: May-30-2004: 1.2 R-05222004: 1.2 V20: 1.1.1.1 Deepwoods: 1.1.1 keyword substitution: kv total revisions: 3; selected revisions: 3 description: ---------------------------- revision 1.2 date: 2002/07/28 14:03:50; author: heller; state: Exp; lines: +31 -0 Add it copyright notice headers ---------------------------- revision 1.1 date: 2002/07/14 18:09:38; author: heller; state: Exp; branches: 1.1.1; Initial revision ---------------------------- revision 1.1.1.1 date: 2002/07/14 18:09:38; author: heller; state: Exp; lines: +0 -0 Imported Sources ============================================================================= RCS file: /home3/heller/Deepwoods/cvsroot/Deepwoods/ModelRRSystem/Lib/Makefile.in,v Working file: Lib/Makefile.in head: 1.3 branch: locks: strict access list: symbolic names: May-30-2004: 1.3 R-05222004: 1.3 V20: 1.1.1.1 Deepwoods: 1.1.1 keyword substitution: kv total revisions: 4; selected revisions: 4 description: ---------------------------- revision 1.3 date: 2004/04/14 23:28:34; author: heller; state: Exp; lines: +6 -3 Minor fix. ---------------------------- revision 1.2 date: 2002/07/28 14:03:50; author: heller; state: Exp; lines: +31 -0 Add it copyright notice headers ---------------------------- revision 1.1 date: 2002/07/14 18:09:37; author: heller; state: Exp; branches: 1.1.1; Initial revision ---------------------------- revision 1.1.1.1 date: 2002/07/14 18:09:37; author: heller; state: Exp; lines: +0 -0 Imported Sources ============================================================================= RCS file: /home3/heller/Deepwoods/cvsroot/Deepwoods/ModelRRSystem/Scripts/Makefile.in,v Working file: Scripts/Makefile.in head: 1.6 branch: locks: strict access list: symbolic names: May-30-2004: 1.5 R-05222004: 1.5 V20: 1.1.1.1 Deepwoods: 1.1.1 keyword substitution: kv total revisions: 7; selected revisions: 7 description: ---------------------------- revision 1.6 date: 2004/06/06 13:58:52; author: heller; state: Exp; lines: +10 -0 Added code to install target. ---------------------------- revision 1.5 date: 2004/04/17 16:55:07; author: heller; state: Exp; lines: +4 -1 *** empty log message *** ---------------------------- revision 1.4 date: 2002/11/10 14:27:30; author: heller; state: Exp; lines: +5 -2 Updated for Time Table scripts ---------------------------- revision 1.3 date: 2002/07/28 14:03:50; author: heller; state: Exp; lines: +31 -0 Add it copyright notice headers ---------------------------- revision 1.2 date: 2002/07/27 12:57:54; author: heller; state: Exp; lines: +1 -1 Add Graphics Support Code ---------------------------- revision 1.1 date: 2002/07/14 18:09:37; author: heller; state: Exp; branches: 1.1.1; Initial revision ---------------------------- revision 1.1.1.1 date: 2002/07/14 18:09:37; author: heller; state: Exp; lines: +0 -0 Imported Sources ============================================================================= RCS file: /home3/heller/Deepwoods/cvsroot/Deepwoods/ModelRRSystem/Scripts/CalcScripts/Resistor.tcl,v Working file: Scripts/CalcScripts/Resistor.tcl head: 1.1 branch: locks: strict access list: symbolic names: May-30-2004: 1.1 R-05222004: 1.1 keyword substitution: kv total revisions: 1; selected revisions: 1 description: ---------------------------- revision 1.1 date: 2004/01/24 18:08:59; author: heller; state: Exp; Initial Version. ============================================================================= RCS file: /home3/heller/Deepwoods/cvsroot/Deepwoods/ModelRRSystem/Scripts/CameraScripts/AnyDistance.tcl.in,v Working file: Scripts/CameraScripts/AnyDistance.tcl.in head: 1.3 branch: locks: strict access list: symbolic names: May-30-2004: 1.3 R-05222004: 1.3 keyword substitution: kv total revisions: 3; selected revisions: 3 description: ---------------------------- revision 1.3 date: 2004/04/14 23:26:38; author: heller; state: Exp; lines: +50 -6 Add Slave option ---------------------------- revision 1.2 date: 2002/07/28 14:03:50; author: heller; state: Exp; lines: +31 -0 Add it copyright notice headers ---------------------------- revision 1.1 date: 2002/07/14 19:01:36; author: heller; state: Exp; Add in Camera scripts ============================================================================= RCS file: /home3/heller/Deepwoods/cvsroot/Deepwoods/ModelRRSystem/Scripts/CameraScripts/Closest.tcl.in,v Working file: Scripts/CameraScripts/Closest.tcl.in head: 1.3 branch: locks: strict access list: symbolic names: May-30-2004: 1.3 R-05222004: 1.3 keyword substitution: kv total revisions: 3; selected revisions: 3 description: ---------------------------- revision 1.3 date: 2004/04/14 23:26:38; author: heller; state: Exp; lines: +51 -6 Add Slave option ---------------------------- revision 1.2 date: 2002/07/28 14:03:50; author: heller; state: Exp; lines: +31 -0 Add it copyright notice headers ---------------------------- revision 1.1 date: 2002/07/14 19:01:36; author: heller; state: Exp; Add in Camera scripts ============================================================================= RCS file: /home3/heller/Deepwoods/cvsroot/Deepwoods/ModelRRSystem/Scripts/CameraScripts/Makefile.in,v Working file: Scripts/CameraScripts/Makefile.in head: 1.3 branch: locks: strict access list: symbolic names: May-30-2004: 1.3 R-05222004: 1.3 V20: 1.1.1.1 Deepwoods: 1.1.1 keyword substitution: kv total revisions: 4; selected revisions: 4 description: ---------------------------- revision 1.3 date: 2002/07/28 14:03:50; author: heller; state: Exp; lines: +31 -0 Add it copyright notice headers ---------------------------- revision 1.2 date: 2002/07/14 19:01:36; author: heller; state: Exp; lines: +1 -1 Add in Camera scripts ---------------------------- revision 1.1 date: 2002/07/14 18:09:37; author: heller; state: Exp; branches: 1.1.1; Initial revision ---------------------------- revision 1.1.1.1 date: 2002/07/14 18:09:37; author: heller; state: Exp; lines: +0 -0 Imported Sources ============================================================================= RCS file: /home3/heller/Deepwoods/cvsroot/Deepwoods/ModelRRSystem/Scripts/Common/CTCPanel.tcl,v Working file: Scripts/Common/CTCPanel.tcl head: 1.10 branch: locks: strict access list: symbolic names: May-30-2004: 1.8 R-05222004: 1.8 keyword substitution: kv total revisions: 10; selected revisions: 10 description: ---------------------------- revision 1.10 date: 2004/06/26 13:30:40; author: heller; state: Exp; lines: +11 -1 Partial documentation done ---------------------------- revision 1.9 date: 2004/06/06 13:59:07; author: heller; state: Exp; lines: +914 -206 Added code to install target. Added documentation. ---------------------------- revision 1.8 date: 2004/04/27 21:59:14; author: heller; state: Exp; lines: +108 -28 Started with documentation. ---------------------------- revision 1.7 date: 2004/04/24 21:52:22; author: heller; state: Exp; lines: +39 -29 Updated CurvedBlock: Range checking, misc. other changes. Updated ThreeWaySW: Fixed Left and Right tags. ---------------------------- revision 1.6 date: 2004/04/22 23:22:39; author: heller; state: Exp; lines: +98 -34 Finn's code for CurvedBlock ---------------------------- revision 1.5 date: 2004/04/20 14:18:36; author: heller; state: Exp; lines: +353 -2 Added Yards. ---------------------------- revision 1.4 date: 2004/04/20 13:31:20; author: heller; state: Exp; lines: +258 -1 Added in Hidden block. ---------------------------- revision 1.3 date: 2004/04/19 21:39:19; author: heller; state: Exp; lines: +466 -15 Additional trackwork elements. ---------------------------- revision 1.2 date: 2004/04/18 02:29:42; author: heller; state: Exp; lines: +435 -2 Added slip switches. ---------------------------- revision 1.1 date: 2004/04/14 23:10:17; author: heller; state: Exp; Added CTC panel graphics and logic ============================================================================= RCS file: /home3/heller/Deepwoods/cvsroot/Deepwoods/ModelRRSystem/Scripts/Common/Finn.tex,v Working file: Scripts/Common/Finn.tex head: 1.1 branch: locks: strict access list: symbolic names: May-30-2004: 1.1 R-05222004: 1.1 keyword substitution: kv total revisions: 1; selected revisions: 1 description: ---------------------------- revision 1.1 date: 2004/04/27 01:22:02; author: heller; state: Exp; Finn's Make Circle documentation. ============================================================================= RCS file: /home3/heller/Deepwoods/cvsroot/Deepwoods/ModelRRSystem/Scripts/Common/FinnFigure1.ps,v Working file: Scripts/Common/FinnFigure1.ps head: 1.1 branch: locks: strict access list: symbolic names: May-30-2004: 1.1 R-05222004: 1.1 keyword substitution: b total revisions: 1; selected revisions: 1 description: ---------------------------- revision 1.1 date: 2004/04/27 01:22:02; author: heller; state: Exp; Finn's Make Circle documentation. ============================================================================= RCS file: /home3/heller/Deepwoods/cvsroot/Deepwoods/ModelRRSystem/Scripts/Common/FinnFigure1.tcl,v Working file: Scripts/Common/FinnFigure1.tcl head: 1.1 branch: locks: strict access list: symbolic names: May-30-2004: 1.1 R-05222004: 1.1 keyword substitution: kv total revisions: 1; selected revisions: 1 description: ---------------------------- revision 1.1 date: 2004/04/27 01:22:02; author: heller; state: Exp; Finn's Make Circle documentation. ============================================================================= RCS file: /home3/heller/Deepwoods/cvsroot/Deepwoods/ModelRRSystem/Scripts/Common/FinnFigure2.tcl,v Working file: Scripts/Common/FinnFigure2.tcl head: 1.1 branch: locks: strict access list: symbolic names: May-30-2004: 1.1 R-05222004: 1.1 keyword substitution: kv total revisions: 1; selected revisions: 1 description: ---------------------------- revision 1.1 date: 2004/04/27 01:22:02; author: heller; state: Exp; Finn's Make Circle documentation. ============================================================================= RCS file: /home3/heller/Deepwoods/cvsroot/Deepwoods/ModelRRSystem/Scripts/Common/FinnFigure2a.ps,v Working file: Scripts/Common/FinnFigure2a.ps head: 1.1 branch: locks: strict access list: symbolic names: May-30-2004: 1.1 R-05222004: 1.1 keyword substitution: b total revisions: 1; selected revisions: 1 description: ---------------------------- revision 1.1 date: 2004/04/27 01:22:02; author: heller; state: Exp; Finn's Make Circle documentation. ============================================================================= RCS file: /home3/heller/Deepwoods/cvsroot/Deepwoods/ModelRRSystem/Scripts/Common/FinnFigure2b.ps,v Working file: Scripts/Common/FinnFigure2b.ps head: 1.1 branch: locks: strict access list: symbolic names: May-30-2004: 1.1 R-05222004: 1.1 keyword substitution: b total revisions: 1; selected revisions: 1 description: ---------------------------- revision 1.1 date: 2004/04/27 01:22:02; author: heller; state: Exp; Finn's Make Circle documentation. ============================================================================= RCS file: /home3/heller/Deepwoods/cvsroot/Deepwoods/ModelRRSystem/Scripts/Common/Makefile.in,v Working file: Scripts/Common/Makefile.in head: 1.4 branch: locks: strict access list: symbolic names: May-30-2004: 1.3 R-05222004: 1.3 keyword substitution: kv total revisions: 4; selected revisions: 4 description: ---------------------------- revision 1.4 date: 2004/06/06 13:59:07; author: heller; state: Exp; lines: +18 -0 Added code to install target. Added documentation. ---------------------------- revision 1.3 date: 2004/04/27 01:22:02; author: heller; state: Exp; lines: +18 -1 Finn's Make Circle documentation. ---------------------------- revision 1.2 date: 2004/04/14 23:10:17; author: heller; state: Exp; lines: +6 -3 Added CTC panel graphics and logic ---------------------------- revision 1.1 date: 2002/11/10 14:27:36; author: heller; state: Exp; Updated for Common scripts ============================================================================= RCS file: /home3/heller/Deepwoods/cvsroot/Deepwoods/ModelRRSystem/Scripts/Common/StdMenuBar.tcl,v Working file: Scripts/Common/StdMenuBar.tcl head: 1.2 branch: locks: strict access list: symbolic names: May-30-2004: 1.2 R-05222004: 1.2 keyword substitution: kv total revisions: 2; selected revisions: 2 description: ---------------------------- revision 1.2 date: 2004/04/14 23:09:55; author: heller; state: Exp; lines: +13 -6 Misc. fixes. ---------------------------- revision 1.1 date: 2002/11/10 14:27:36; author: heller; state: Exp; Updated for Common scripts ============================================================================= RCS file: /home3/heller/Deepwoods/cvsroot/Deepwoods/ModelRRSystem/Scripts/ControlSupport/CmriSupport.tcl,v Working file: Scripts/ControlSupport/CmriSupport.tcl head: 1.1 branch: locks: strict access list: symbolic names: keyword substitution: kv total revisions: 1; selected revisions: 1 description: ---------------------------- revision 1.1 date: 2004/06/06 13:59:45; author: heller; state: Exp; Start of C/MRI Support code. ============================================================================= RCS file: /home3/heller/Deepwoods/cvsroot/Deepwoods/ModelRRSystem/Scripts/Dispatcher/Makefile.in,v Working file: Scripts/Dispatcher/Makefile.in head: 1.2 branch: locks: strict access list: symbolic names: May-30-2004: 1.2 R-05222004: 1.2 V20: 1.1.1.1 Deepwoods: 1.1.1 keyword substitution: kv total revisions: 3; selected revisions: 3 description: ---------------------------- revision 1.2 date: 2002/07/28 14:03:50; author: heller; state: Exp; lines: +31 -0 Add it copyright notice headers ---------------------------- revision 1.1 date: 2002/07/14 18:09:37; author: heller; state: Exp; branches: 1.1.1; Initial revision ---------------------------- revision 1.1.1.1 date: 2002/07/14 18:09:37; author: heller; state: Exp; lines: +0 -0 Imported Sources ============================================================================= RCS file: /home3/heller/Deepwoods/cvsroot/Deepwoods/ModelRRSystem/Scripts/FreightCarForwarder/FreightCarForwarder.tcl,v Working file: Scripts/FreightCarForwarder/FreightCarForwarder.tcl head: 1.1 branch: locks: strict access list: symbolic names: May-30-2004: 1.1 keyword substitution: kv total revisions: 1; selected revisions: 1 description: ---------------------------- revision 1.1 date: 2004/05/30 19:00:25; author: heller; state: Exp; Added in Tcl port of Freight Car Forwarder. ============================================================================= RCS file: /home3/heller/Deepwoods/cvsroot/Deepwoods/ModelRRSystem/Scripts/FreightCarForwarder/Makefile.in,v Working file: Scripts/FreightCarForwarder/Makefile.in head: 1.2 branch: locks: strict access list: symbolic names: May-30-2004: 1.2 R-05222004: 1.2 V20: 1.1.1.1 Deepwoods: 1.1.1 keyword substitution: kv total revisions: 3; selected revisions: 3 description: ---------------------------- revision 1.2 date: 2002/07/28 14:03:50; author: heller; state: Exp; lines: +31 -0 Add it copyright notice headers ---------------------------- revision 1.1 date: 2002/07/14 18:09:37; author: heller; state: Exp; branches: 1.1.1; Initial revision ---------------------------- revision 1.1.1.1 date: 2002/07/14 18:09:37; author: heller; state: Exp; lines: +0 -0 Imported Sources ============================================================================= RCS file: /home3/heller/Deepwoods/cvsroot/Deepwoods/ModelRRSystem/Scripts/FreightCarForwarder/PrinterGeneric.tcl,v Working file: Scripts/FreightCarForwarder/PrinterGeneric.tcl head: 1.1 branch: locks: strict access list: symbolic names: May-30-2004: 1.1 keyword substitution: kv total revisions: 1; selected revisions: 1 description: ---------------------------- revision 1.1 date: 2004/05/30 19:00:25; author: heller; state: Exp; Added in Tcl port of Freight Car Forwarder. ============================================================================= RCS file: /home3/heller/Deepwoods/cvsroot/Deepwoods/ModelRRSystem/Scripts/FreightCarForwarder/PrinterLQ24.tcl,v Working file: Scripts/FreightCarForwarder/PrinterLQ24.tcl head: 1.1 branch: locks: strict access list: symbolic names: May-30-2004: 1.1 keyword substitution: kv total revisions: 1; selected revisions: 1 description: ---------------------------- revision 1.1 date: 2004/05/30 19:00:25; author: heller; state: Exp; Added in Tcl port of Freight Car Forwarder. ============================================================================= RCS file: /home3/heller/Deepwoods/cvsroot/Deepwoods/ModelRRSystem/Scripts/FreightCarForwarder/PrinterPostscript.tcl,v Working file: Scripts/FreightCarForwarder/PrinterPostscript.tcl head: 1.1 branch: locks: strict access list: symbolic names: May-30-2004: 1.1 keyword substitution: kv total revisions: 1; selected revisions: 1 description: ---------------------------- revision 1.1 date: 2004/05/30 19:00:25; author: heller; state: Exp; Added in Tcl port of Freight Car Forwarder. ============================================================================= RCS file: /home3/heller/Deepwoods/cvsroot/Deepwoods/ModelRRSystem/Scripts/FreightCarForwarder/cars.dat,v Working file: Scripts/FreightCarForwarder/cars.dat head: 1.1 branch: locks: strict access list: symbolic names: May-30-2004: 1.1 keyword substitution: kv total revisions: 1; selected revisions: 1 description: ---------------------------- revision 1.1 date: 2004/05/30 19:00:25; author: heller; state: Exp; Added in Tcl port of Freight Car Forwarder. ============================================================================= RCS file: /home3/heller/Deepwoods/cvsroot/Deepwoods/ModelRRSystem/Scripts/FreightCarForwarder/cartypes.dat,v Working file: Scripts/FreightCarForwarder/cartypes.dat head: 1.1 branch: locks: strict access list: symbolic names: May-30-2004: 1.1 keyword substitution: kv total revisions: 1; selected revisions: 1 description: ---------------------------- revision 1.1 date: 2004/05/30 19:00:25; author: heller; state: Exp; Added in Tcl port of Freight Car Forwarder. ============================================================================= RCS file: /home3/heller/Deepwoods/cvsroot/Deepwoods/ModelRRSystem/Scripts/FreightCarForwarder/hazard.dat,v Working file: Scripts/FreightCarForwarder/hazard.dat head: 1.1 branch: locks: strict access list: symbolic names: May-30-2004: 1.1 keyword substitution: kv total revisions: 1; selected revisions: 1 description: ---------------------------- revision 1.1 date: 2004/05/30 19:00:25; author: heller; state: Exp; Added in Tcl port of Freight Car Forwarder. ============================================================================= RCS file: /home3/heller/Deepwoods/cvsroot/Deepwoods/ModelRRSystem/Scripts/FreightCarForwarder/indus.dat,v Working file: Scripts/FreightCarForwarder/indus.dat head: 1.1 branch: locks: strict access list: symbolic names: May-30-2004: 1.1 keyword substitution: kv total revisions: 1; selected revisions: 1 description: ---------------------------- revision 1.1 date: 2004/05/30 19:00:25; author: heller; state: Exp; Added in Tcl port of Freight Car Forwarder. ============================================================================= RCS file: /home3/heller/Deepwoods/cvsroot/Deepwoods/ModelRRSystem/Scripts/FreightCarForwarder/junk.dat,v Working file: Scripts/FreightCarForwarder/junk.dat head: 1.1 branch: locks: strict access list: symbolic names: May-30-2004: 1.1 keyword substitution: kv total revisions: 1; selected revisions: 1 description: ---------------------------- revision 1.1 date: 2004/05/30 19:00:25; author: heller; state: Exp; Added in Tcl port of Freight Car Forwarder. ============================================================================= RCS file: /home3/heller/Deepwoods/cvsroot/Deepwoods/ModelRRSystem/Scripts/FreightCarForwarder/oldcars.dat,v Working file: Scripts/FreightCarForwarder/oldcars.dat head: 1.1 branch: locks: strict access list: symbolic names: May-30-2004: 1.1 keyword substitution: kv total revisions: 1; selected revisions: 1 description: ---------------------------- revision 1.1 date: 2004/05/30 19:00:25; author: heller; state: Exp; Added in Tcl port of Freight Car Forwarder. ============================================================================= RCS file: /home3/heller/Deepwoods/cvsroot/Deepwoods/ModelRRSystem/Scripts/FreightCarForwarder/orders.dat,v Working file: Scripts/FreightCarForwarder/orders.dat head: 1.1 branch: locks: strict access list: symbolic names: May-30-2004: 1.1 keyword substitution: kv total revisions: 1; selected revisions: 1 description: ---------------------------- revision 1.1 date: 2004/05/30 19:00:25; author: heller; state: Exp; Added in Tcl port of Freight Car Forwarder. ============================================================================= RCS file: /home3/heller/Deepwoods/cvsroot/Deepwoods/ModelRRSystem/Scripts/FreightCarForwarder/owners.dat,v Working file: Scripts/FreightCarForwarder/owners.dat head: 1.1 branch: locks: strict access list: symbolic names: May-30-2004: 1.1 keyword substitution: kv total revisions: 1; selected revisions: 1 description: ---------------------------- revision 1.1 date: 2004/05/30 19:00:25; author: heller; state: Exp; Added in Tcl port of Freight Car Forwarder. ============================================================================= RCS file: /home3/heller/Deepwoods/cvsroot/Deepwoods/ModelRRSystem/Scripts/FreightCarForwarder/plate.dat,v Working file: Scripts/FreightCarForwarder/plate.dat head: 1.1 branch: locks: strict access list: symbolic names: May-30-2004: 1.1 keyword substitution: kv total revisions: 1; selected revisions: 1 description: ---------------------------- revision 1.1 date: 2004/05/30 19:00:25; author: heller; state: Exp; Added in Tcl port of Freight Car Forwarder. ============================================================================= RCS file: /home3/heller/Deepwoods/cvsroot/Deepwoods/ModelRRSystem/Scripts/FreightCarForwarder/stats.dat,v Working file: Scripts/FreightCarForwarder/stats.dat head: 1.1 branch: locks: strict access list: symbolic names: May-30-2004: 1.1 keyword substitution: kv total revisions: 1; selected revisions: 1 description: ---------------------------- revision 1.1 date: 2004/05/30 19:00:25; author: heller; state: Exp; Added in Tcl port of Freight Car Forwarder. ============================================================================= RCS file: /home3/heller/Deepwoods/cvsroot/Deepwoods/ModelRRSystem/Scripts/FreightCarForwarder/system.dat,v Working file: Scripts/FreightCarForwarder/system.dat head: 1.1 branch: locks: strict access list: symbolic names: May-30-2004: 1.1 keyword substitution: kv total revisions: 1; selected revisions: 1 description: ---------------------------- revision 1.1 date: 2004/05/30 19:00:25; author: heller; state: Exp; Added in Tcl port of Freight Car Forwarder. ============================================================================= RCS file: /home3/heller/Deepwoods/cvsroot/Deepwoods/ModelRRSystem/Scripts/FreightCarForwarder/trains.dat,v Working file: Scripts/FreightCarForwarder/trains.dat head: 1.1 branch: locks: strict access list: symbolic names: May-30-2004: 1.1 keyword substitution: kv total revisions: 1; selected revisions: 1 description: ---------------------------- revision 1.1 date: 2004/05/30 19:00:25; author: heller; state: Exp; Added in Tcl port of Freight Car Forwarder. ============================================================================= RCS file: /home3/heller/Deepwoods/cvsroot/Deepwoods/ModelRRSystem/Scripts/FreightCarForwarder/weight.dat,v Working file: Scripts/FreightCarForwarder/weight.dat head: 1.1 branch: locks: strict access list: symbolic names: May-30-2004: 1.1 keyword substitution: kv total revisions: 1; selected revisions: 1 description: ---------------------------- revision 1.1 date: 2004/05/30 19:00:25; author: heller; state: Exp; Added in Tcl port of Freight Car Forwarder. ============================================================================= RCS file: /home3/heller/Deepwoods/cvsroot/Deepwoods/ModelRRSystem/Scripts/GRSupport/HBar.xbm,v Working file: Scripts/GRSupport/HBar.xbm head: 1.1 branch: locks: strict access list: symbolic names: May-30-2004: 1.1 R-05222004: 1.1 keyword substitution: b total revisions: 1; selected revisions: 1 description: ---------------------------- revision 1.1 date: 2002/09/14 03:02:48; author: heller; state: Exp; Split up GR Support into several files. Include LCARS Corner Bitmaps ============================================================================= RCS file: /home3/heller/Deepwoods/cvsroot/Deepwoods/ModelRRSystem/Scripts/GRSupport/Instruments.tcl,v Working file: Scripts/GRSupport/Instruments.tcl head: 1.1 branch: locks: strict access list: symbolic names: May-30-2004: 1.1 R-05222004: 1.1 keyword substitution: kv total revisions: 1; selected revisions: 1 description: ---------------------------- revision 1.1 date: 2002/09/14 03:02:49; author: heller; state: Exp; Split up GR Support into several files. Include LCARS Corner Bitmaps ============================================================================= RCS file: /home3/heller/Deepwoods/cvsroot/Deepwoods/ModelRRSystem/Scripts/GRSupport/LCARSWidgets.tcl,v Working file: Scripts/GRSupport/LCARSWidgets.tcl head: 1.1 branch: locks: strict access list: symbolic names: May-30-2004: 1.1 R-05222004: 1.1 keyword substitution: kv total revisions: 1; selected revisions: 1 description: ---------------------------- revision 1.1 date: 2002/09/14 03:02:49; author: heller; state: Exp; Split up GR Support into several files. Include LCARS Corner Bitmaps ============================================================================= RCS file: /home3/heller/Deepwoods/cvsroot/Deepwoods/ModelRRSystem/Scripts/GRSupport/LLHFatVNarrow.gif,v Working file: Scripts/GRSupport/LLHFatVNarrow.gif head: 1.1 branch: locks: strict access list: symbolic names: May-30-2004: 1.1 R-05222004: 1.1 keyword substitution: b total revisions: 1; selected revisions: 1 description: ---------------------------- revision 1.1 date: 2002/09/14 03:02:49; author: heller; state: Exp; Split up GR Support into several files. Include LCARS Corner Bitmaps ============================================================================= RCS file: /home3/heller/Deepwoods/cvsroot/Deepwoods/ModelRRSystem/Scripts/GRSupport/LLHFatVNarrow.xbm,v Working file: Scripts/GRSupport/LLHFatVNarrow.xbm head: 1.1 branch: locks: strict access list: symbolic names: May-30-2004: 1.1 R-05222004: 1.1 keyword substitution: b total revisions: 1; selected revisions: 1 description: ---------------------------- revision 1.1 date: 2002/09/14 03:02:49; author: heller; state: Exp; Split up GR Support into several files. Include LCARS Corner Bitmaps ============================================================================= RCS file: /home3/heller/Deepwoods/cvsroot/Deepwoods/ModelRRSystem/Scripts/GRSupport/LLHNarrowVFat.gif,v Working file: Scripts/GRSupport/LLHNarrowVFat.gif head: 1.1 branch: locks: strict access list: symbolic names: May-30-2004: 1.1 R-05222004: 1.1 keyword substitution: b total revisions: 1; selected revisions: 1 description: ---------------------------- revision 1.1 date: 2002/09/14 03:02:49; author: heller; state: Exp; Split up GR Support into several files. Include LCARS Corner Bitmaps ============================================================================= RCS file: /home3/heller/Deepwoods/cvsroot/Deepwoods/ModelRRSystem/Scripts/GRSupport/LLHNarrowVFat.xbm,v Working file: Scripts/GRSupport/LLHNarrowVFat.xbm head: 1.1 branch: locks: strict access list: symbolic names: May-30-2004: 1.1 R-05222004: 1.1 keyword substitution: b total revisions: 1; selected revisions: 1 description: ---------------------------- revision 1.1 date: 2002/09/14 03:02:49; author: heller; state: Exp; Split up GR Support into several files. Include LCARS Corner Bitmaps ============================================================================= RCS file: /home3/heller/Deepwoods/cvsroot/Deepwoods/ModelRRSystem/Scripts/GRSupport/LRHFatVNarrow.gif,v Working file: Scripts/GRSupport/LRHFatVNarrow.gif head: 1.1 branch: locks: strict access list: symbolic names: May-30-2004: 1.1 R-05222004: 1.1 keyword substitution: b total revisions: 1; selected revisions: 1 description: ---------------------------- revision 1.1 date: 2002/09/14 03:02:49; author: heller; state: Exp; Split up GR Support into several files. Include LCARS Corner Bitmaps ============================================================================= RCS file: /home3/heller/Deepwoods/cvsroot/Deepwoods/ModelRRSystem/Scripts/GRSupport/LRHFatVNarrow.xbm,v Working file: Scripts/GRSupport/LRHFatVNarrow.xbm head: 1.1 branch: locks: strict access list: symbolic names: May-30-2004: 1.1 R-05222004: 1.1 keyword substitution: b total revisions: 1; selected revisions: 1 description: ---------------------------- revision 1.1 date: 2002/09/14 03:02:49; author: heller; state: Exp; Split up GR Support into several files. Include LCARS Corner Bitmaps ============================================================================= RCS file: /home3/heller/Deepwoods/cvsroot/Deepwoods/ModelRRSystem/Scripts/GRSupport/LRHNarrowVFat.gif,v Working file: Scripts/GRSupport/LRHNarrowVFat.gif head: 1.1 branch: locks: strict access list: symbolic names: May-30-2004: 1.1 R-05222004: 1.1 keyword substitution: b total revisions: 1; selected revisions: 1 description: ---------------------------- revision 1.1 date: 2002/09/14 03:02:49; author: heller; state: Exp; Split up GR Support into several files. Include LCARS Corner Bitmaps ============================================================================= RCS file: /home3/heller/Deepwoods/cvsroot/Deepwoods/ModelRRSystem/Scripts/GRSupport/LRHNarrowVFat.xbm,v Working file: Scripts/GRSupport/LRHNarrowVFat.xbm head: 1.1 branch: locks: strict access list: symbolic names: May-30-2004: 1.1 R-05222004: 1.1 keyword substitution: b total revisions: 1; selected revisions: 1 description: ---------------------------- revision 1.1 date: 2002/09/14 03:02:49; author: heller; state: Exp; Split up GR Support into several files. Include LCARS Corner Bitmaps ============================================================================= RCS file: /home3/heller/Deepwoods/cvsroot/Deepwoods/ModelRRSystem/Scripts/GRSupport/Makefile.in,v Working file: Scripts/GRSupport/Makefile.in head: 1.8 branch: locks: strict access list: symbolic names: May-30-2004: 1.7 R-05222004: 1.7 keyword substitution: kv total revisions: 8; selected revisions: 8 description: ---------------------------- revision 1.8 date: 2004/06/06 13:59:59; author: heller; state: Exp; lines: +16 -0 Added code to install target. ---------------------------- revision 1.7 date: 2004/04/14 23:08:02; author: heller; state: Exp; lines: +4 -1 Various minor updates. ---------------------------- revision 1.6 date: 2002/09/14 03:02:49; author: heller; state: Exp; lines: +7 -2 Split up GR Support into several files. Include LCARS Corner Bitmaps ---------------------------- revision 1.5 date: 2002/08/29 01:03:22; author: heller; state: Exp; lines: +4 -0 Add OvalSlider ---------------------------- revision 1.4 date: 2002/08/20 21:51:42; author: heller; state: Exp; lines: +5 -2 Square ended buttons ---------------------------- revision 1.3 date: 2002/07/28 14:03:50; author: heller; state: Exp; lines: +31 -0 Add it copyright notice headers ---------------------------- revision 1.2 date: 2002/07/28 01:06:42; author: heller; state: Exp; lines: +10 -2 Further updates to the graphics support code ---------------------------- revision 1.1 date: 2002/07/27 12:57:54; author: heller; state: Exp; Add Graphics Support Code ============================================================================= RCS file: /home3/heller/Deepwoods/cvsroot/Deepwoods/ModelRRSystem/Scripts/GRSupport/OvalHFatVNarrow.tcl,v Working file: Scripts/GRSupport/OvalHFatVNarrow.tcl head: 1.1 branch: locks: strict access list: symbolic names: keyword substitution: kv total revisions: 1; selected revisions: 1 description: ---------------------------- revision 1.1 date: 2004/06/26 13:53:37; author: heller; state: Exp; Add in additional files ============================================================================= RCS file: /home3/heller/Deepwoods/cvsroot/Deepwoods/ModelRRSystem/Scripts/GRSupport/OvalHNarrowVFat.tcl,v Working file: Scripts/GRSupport/OvalHNarrowVFat.tcl head: 1.1 branch: locks: strict access list: symbolic names: keyword substitution: kv total revisions: 1; selected revisions: 1 description: ---------------------------- revision 1.1 date: 2004/06/26 13:53:38; author: heller; state: Exp; Add in additional files ============================================================================= RCS file: /home3/heller/Deepwoods/cvsroot/Deepwoods/ModelRRSystem/Scripts/GRSupport/OvalWidgets.tcl,v Working file: Scripts/GRSupport/OvalWidgets.tcl head: 1.1 branch: locks: strict access list: symbolic names: May-30-2004: 1.1 R-05222004: 1.1 keyword substitution: kv total revisions: 1; selected revisions: 1 description: ---------------------------- revision 1.1 date: 2002/09/14 03:02:49; author: heller; state: Exp; Split up GR Support into several files. Include LCARS Corner Bitmaps ============================================================================= RCS file: /home3/heller/Deepwoods/cvsroot/Deepwoods/ModelRRSystem/Scripts/GRSupport/ULHFatVNarrow.gif,v Working file: Scripts/GRSupport/ULHFatVNarrow.gif head: 1.1 branch: locks: strict access list: symbolic names: May-30-2004: 1.1 R-05222004: 1.1 keyword substitution: b total revisions: 1; selected revisions: 1 description: ---------------------------- revision 1.1 date: 2002/09/14 03:02:49; author: heller; state: Exp; Split up GR Support into several files. Include LCARS Corner Bitmaps ============================================================================= RCS file: /home3/heller/Deepwoods/cvsroot/Deepwoods/ModelRRSystem/Scripts/GRSupport/ULHFatVNarrow.xbm,v Working file: Scripts/GRSupport/ULHFatVNarrow.xbm head: 1.1 branch: locks: strict access list: symbolic names: May-30-2004: 1.1 R-05222004: 1.1 keyword substitution: b total revisions: 1; selected revisions: 1 description: ---------------------------- revision 1.1 date: 2002/09/14 03:02:49; author: heller; state: Exp; Split up GR Support into several files. Include LCARS Corner Bitmaps ============================================================================= RCS file: /home3/heller/Deepwoods/cvsroot/Deepwoods/ModelRRSystem/Scripts/GRSupport/ULHNarrowVFat.gif,v Working file: Scripts/GRSupport/ULHNarrowVFat.gif head: 1.1 branch: locks: strict access list: symbolic names: May-30-2004: 1.1 R-05222004: 1.1 keyword substitution: b total revisions: 1; selected revisions: 1 description: ---------------------------- revision 1.1 date: 2002/09/14 03:02:49; author: heller; state: Exp; Split up GR Support into several files. Include LCARS Corner Bitmaps ============================================================================= RCS file: /home3/heller/Deepwoods/cvsroot/Deepwoods/ModelRRSystem/Scripts/GRSupport/ULHNarrowVFat.xbm,v Working file: Scripts/GRSupport/ULHNarrowVFat.xbm head: 1.1 branch: locks: strict access list: symbolic names: May-30-2004: 1.1 R-05222004: 1.1 keyword substitution: b total revisions: 1; selected revisions: 1 description: ---------------------------- revision 1.1 date: 2002/09/14 03:02:49; author: heller; state: Exp; Split up GR Support into several files. Include LCARS Corner Bitmaps ============================================================================= RCS file: /home3/heller/Deepwoods/cvsroot/Deepwoods/ModelRRSystem/Scripts/GRSupport/URHFatVNarrow.gif,v Working file: Scripts/GRSupport/URHFatVNarrow.gif head: 1.1 branch: locks: strict access list: symbolic names: May-30-2004: 1.1 R-05222004: 1.1 keyword substitution: b total revisions: 1; selected revisions: 1 description: ---------------------------- revision 1.1 date: 2002/09/14 03:02:49; author: heller; state: Exp; Split up GR Support into several files. Include LCARS Corner Bitmaps ============================================================================= RCS file: /home3/heller/Deepwoods/cvsroot/Deepwoods/ModelRRSystem/Scripts/GRSupport/URHFatVNarrow.xbm,v Working file: Scripts/GRSupport/URHFatVNarrow.xbm head: 1.1 branch: locks: strict access list: symbolic names: May-30-2004: 1.1 R-05222004: 1.1 keyword substitution: b total revisions: 1; selected revisions: 1 description: ---------------------------- revision 1.1 date: 2002/09/14 03:02:49; author: heller; state: Exp; Split up GR Support into several files. Include LCARS Corner Bitmaps ============================================================================= RCS file: /home3/heller/Deepwoods/cvsroot/Deepwoods/ModelRRSystem/Scripts/GRSupport/URHNarrowVFat.gif,v Working file: Scripts/GRSupport/URHNarrowVFat.gif head: 1.1 branch: locks: strict access list: symbolic names: May-30-2004: 1.1 R-05222004: 1.1 keyword substitution: b total revisions: 1; selected revisions: 1 description: ---------------------------- revision 1.1 date: 2002/09/14 03:02:49; author: heller; state: Exp; Split up GR Support into several files. Include LCARS Corner Bitmaps ============================================================================= RCS file: /home3/heller/Deepwoods/cvsroot/Deepwoods/ModelRRSystem/Scripts/GRSupport/URHNarrowVFat.xbm,v Working file: Scripts/GRSupport/URHNarrowVFat.xbm head: 1.1 branch: locks: strict access list: symbolic names: May-30-2004: 1.1 R-05222004: 1.1 keyword substitution: b total revisions: 1; selected revisions: 1 description: ---------------------------- revision 1.1 date: 2002/09/14 03:02:49; author: heller; state: Exp; Split up GR Support into several files. Include LCARS Corner Bitmaps ============================================================================= RCS file: /home3/heller/Deepwoods/cvsroot/Deepwoods/ModelRRSystem/Scripts/GRSupport/VBar.xbm,v Working file: Scripts/GRSupport/VBar.xbm head: 1.1 branch: locks: strict access list: symbolic names: May-30-2004: 1.1 R-05222004: 1.1 keyword substitution: b total revisions: 1; selected revisions: 1 description: ---------------------------- revision 1.1 date: 2002/09/14 03:02:49; author: heller; state: Exp; Split up GR Support into several files. Include LCARS Corner Bitmaps ============================================================================= RCS file: /home3/heller/Deepwoods/cvsroot/Deepwoods/ModelRRSystem/Scripts/GRSupport/camviewer.tcl,v Working file: Scripts/GRSupport/camviewer.tcl head: 1.3 branch: locks: strict access list: symbolic names: May-30-2004: 1.3 R-05222004: 1.3 keyword substitution: kv total revisions: 3; selected revisions: 3 description: ---------------------------- revision 1.3 date: 2002/07/28 14:03:50; author: heller; state: Exp; lines: +31 -0 Add it copyright notice headers ---------------------------- revision 1.2 date: 2002/07/28 01:06:42; author: heller; state: Exp; lines: +3 -693 Further updates to the graphics support code ---------------------------- revision 1.1 date: 2002/07/27 12:57:54; author: heller; state: Exp; Add Graphics Support Code ============================================================================= RCS file: /home3/heller/Deepwoods/cvsroot/Deepwoods/ModelRRSystem/Scripts/GRSupport/grsupport.tcl,v Working file: Scripts/GRSupport/grsupport.tcl head: 1.8 branch: locks: strict access list: symbolic names: May-30-2004: 1.8 R-05222004: 1.8 keyword substitution: kv total revisions: 8; selected revisions: 8 description: ---------------------------- revision 1.8 date: 2004/04/14 23:08:02; author: heller; state: Exp; lines: +31 -3 Various minor updates. ---------------------------- revision 1.7 date: 2002/09/14 03:02:49; author: heller; state: Exp; lines: +4 -1533 Split up GR Support into several files. Include LCARS Corner Bitmaps ---------------------------- revision 1.6 date: 2002/08/29 21:22:22; author: heller; state: Exp; lines: +10 -6 Update to use the full space available for the slider ---------------------------- revision 1.5 date: 2002/08/29 01:03:22; author: heller; state: Exp; lines: +233 -1 Add OvalSlider ---------------------------- revision 1.4 date: 2002/08/21 02:13:29; author: heller; state: Exp; lines: +296 -0 Added Oval Scale ---------------------------- revision 1.3 date: 2002/08/20 21:51:42; author: heller; state: Exp; lines: +39 -15 Square ended buttons ---------------------------- revision 1.2 date: 2002/07/28 14:03:50; author: heller; state: Exp; lines: +31 -0 Add it copyright notice headers ---------------------------- revision 1.1 date: 2002/07/28 01:08:00; author: heller; state: Exp; Import Graphics Support library: pannel meters, flat GUI elements, etc. ============================================================================= RCS file: /home3/heller/Deepwoods/cvsroot/Deepwoods/ModelRRSystem/Scripts/MainProgram/AnyDistance.xbm,v Working file: Scripts/MainProgram/AnyDistance.xbm head: 1.1 branch: locks: strict access list: symbolic names: keyword substitution: b total revisions: 1; selected revisions: 1 description: ---------------------------- revision 1.1 date: 2004/06/26 13:53:38; author: heller; state: Exp; Add in additional files ============================================================================= RCS file: /home3/heller/Deepwoods/cvsroot/Deepwoods/ModelRRSystem/Scripts/MainProgram/Clostest.xbm,v Working file: Scripts/MainProgram/Clostest.xbm head: 1.1 branch: locks: strict access list: symbolic names: keyword substitution: b total revisions: 1; selected revisions: 1 description: ---------------------------- revision 1.1 date: 2004/06/26 13:53:38; author: heller; state: Exp; Add in additional files ============================================================================= RCS file: /home3/heller/Deepwoods/cvsroot/Deepwoods/ModelRRSystem/Scripts/MainProgram/DeepwoodsBanner.gif,v Working file: Scripts/MainProgram/DeepwoodsBanner.gif head: 1.1 branch: locks: strict access list: symbolic names: keyword substitution: b total revisions: 1; selected revisions: 1 description: ---------------------------- revision 1.1 date: 2004/06/26 13:53:38; author: heller; state: Exp; Add in additional files ============================================================================= RCS file: /home3/heller/Deepwoods/cvsroot/Deepwoods/ModelRRSystem/Scripts/MainProgram/ModelRRSystem,v Working file: Scripts/MainProgram/ModelRRSystem head: 1.1 branch: locks: strict access list: symbolic names: keyword substitution: kv total revisions: 1; selected revisions: 1 description: ---------------------------- revision 1.1 date: 2004/06/26 13:53:38; author: heller; state: Exp; Add in additional files ============================================================================= RCS file: /home3/heller/Deepwoods/cvsroot/Deepwoods/ModelRRSystem/Scripts/MainProgram/TimeTable.xbm,v Working file: Scripts/MainProgram/TimeTable.xbm head: 1.1 branch: locks: strict access list: symbolic names: keyword substitution: b total revisions: 1; selected revisions: 1 description: ---------------------------- revision 1.1 date: 2004/06/26 13:53:38; author: heller; state: Exp; Add in additional files ============================================================================= RCS file: /home3/heller/Deepwoods/cvsroot/Deepwoods/ModelRRSystem/Scripts/MainProgram/banner.gif,v Working file: Scripts/MainProgram/banner.gif head: 1.1 branch: locks: strict access list: symbolic names: keyword substitution: b total revisions: 1; selected revisions: 1 description: ---------------------------- revision 1.1 date: 2004/06/26 13:53:38; author: heller; state: Exp; Add in additional files ============================================================================= RCS file: /home3/heller/Deepwoods/cvsroot/Deepwoods/ModelRRSystem/Scripts/MainProgram/dot.xbm,v Working file: Scripts/MainProgram/dot.xbm head: 1.1 branch: locks: strict access list: symbolic names: keyword substitution: b total revisions: 1; selected revisions: 1 description: ---------------------------- revision 1.1 date: 2004/06/26 13:53:38; author: heller; state: Exp; Add in additional files ============================================================================= RCS file: /home3/heller/Deepwoods/cvsroot/Deepwoods/ModelRRSystem/Scripts/MainProgram/menu.xbm,v Working file: Scripts/MainProgram/menu.xbm head: 1.1 branch: locks: strict access list: symbolic names: keyword substitution: b total revisions: 1; selected revisions: 1 description: ---------------------------- revision 1.1 date: 2004/06/26 13:53:38; author: heller; state: Exp; Add in additional files ============================================================================= RCS file: /home3/heller/Deepwoods/cvsroot/Deepwoods/ModelRRSystem/Scripts/MainProgram/resistor.xbm,v Working file: Scripts/MainProgram/resistor.xbm head: 1.1 branch: locks: strict access list: symbolic names: May-30-2004: 1.1 R-05222004: 1.1 keyword substitution: b total revisions: 1; selected revisions: 1 description: ---------------------------- revision 1.1 date: 2004/04/14 23:27:09; author: heller; state: Exp; Icon for slave option. ============================================================================= RCS file: /home3/heller/Deepwoods/cvsroot/Deepwoods/ModelRRSystem/Scripts/MainProgram/xtc64.xbm,v Working file: Scripts/MainProgram/xtc64.xbm head: 1.1 branch: locks: strict access list: symbolic names: keyword substitution: b total revisions: 1; selected revisions: 1 description: ---------------------------- revision 1.1 date: 2004/06/26 13:53:38; author: heller; state: Exp; Add in additional files ============================================================================= RCS file: /home3/heller/Deepwoods/cvsroot/Deepwoods/ModelRRSystem/Scripts/TimeTable/DeepwoodsBanner.gif,v Working file: Scripts/TimeTable/DeepwoodsBanner.gif head: 1.1 branch: locks: strict access list: symbolic names: May-30-2004: 1.1 R-05222004: 1.1 keyword substitution: b total revisions: 1; selected revisions: 1 description: ---------------------------- revision 1.1 date: 2002/11/10 14:27:46; author: heller; state: Exp; Updated for Time Table scripts ============================================================================= RCS file: /home3/heller/Deepwoods/cvsroot/Deepwoods/ModelRRSystem/Scripts/TimeTable/MakeTimeTable.tcl,v Working file: Scripts/TimeTable/MakeTimeTable.tcl head: 1.2 branch: locks: strict access list: symbolic names: May-30-2004: 1.2 R-05222004: 1.2 keyword substitution: kv total revisions: 2; selected revisions: 2 description: ---------------------------- revision 1.2 date: 2004/04/14 23:25:17; author: heller; state: Exp; lines: +235 -31 Various updates: slave option, additional LaTeX code inclusion. ---------------------------- revision 1.1 date: 2002/11/10 14:27:46; author: heller; state: Exp; Updated for Time Table scripts ============================================================================= RCS file: /home3/heller/Deepwoods/cvsroot/Deepwoods/ModelRRSystem/Scripts/TimeTable/Makefile.in,v Working file: Scripts/TimeTable/Makefile.in head: 1.2 branch: locks: strict access list: symbolic names: May-30-2004: 1.2 R-05222004: 1.2 keyword substitution: kv total revisions: 2; selected revisions: 2 description: ---------------------------- revision 1.2 date: 2004/04/14 23:25:17; author: heller; state: Exp; lines: +5 -2 Various updates: slave option, additional LaTeX code inclusion. ---------------------------- revision 1.1 date: 2002/11/10 14:27:46; author: heller; state: Exp; Updated for Time Table scripts ============================================================================= RCS file: /home3/heller/Deepwoods/cvsroot/Deepwoods/ModelRRSystem/Scripts/TimeTable/TimeTable.sty,v Working file: Scripts/TimeTable/TimeTable.sty head: 1.1 branch: locks: strict access list: symbolic names: May-30-2004: 1.1 R-05222004: 1.1 keyword substitution: kv total revisions: 1; selected revisions: 1 description: ---------------------------- revision 1.1 date: 2002/11/10 14:27:46; author: heller; state: Exp; Updated for Time Table scripts ============================================================================= RCS file: /home3/heller/Deepwoods/cvsroot/Deepwoods/ModelRRSystem/Scripts/TimeTable/banner.gif,v Working file: Scripts/TimeTable/banner.gif head: 1.1 branch: locks: strict access list: symbolic names: May-30-2004: 1.1 R-05222004: 1.1 keyword substitution: b total revisions: 1; selected revisions: 1 description: ---------------------------- revision 1.1 date: 2002/11/10 14:27:46; author: heller; state: Exp; Updated for Time Table scripts ============================================================================= RCS file: /home3/heller/Deepwoods/cvsroot/Deepwoods/ModelRRSystem/Scripts/TimeTable/mrrTimeTable.tcl,v Working file: Scripts/TimeTable/mrrTimeTable.tcl head: 1.2 branch: locks: strict access list: symbolic names: May-30-2004: 1.2 R-05222004: 1.2 keyword substitution: kv total revisions: 2; selected revisions: 2 description: ---------------------------- revision 1.2 date: 2004/04/14 23:25:18; author: heller; state: Exp; lines: +165 -120 Various updates: slave option, additional LaTeX code inclusion. ---------------------------- revision 1.1 date: 2002/11/10 14:27:46; author: heller; state: Exp; Updated for Time Table scripts =============================================================================