From: Geoffrey F. <fu...@ga...> - 2002-06-28 15:51:53
|
Vince Darley writes: > Can the current plplot be compiled as one or more Tcl extensions on Unix? > (i.e. so 'package require plplot' does something useful in a standard Tk > shell)? If so, then at least integrating the first two items below should > be relatively easy. No one has done TEA yet (on the main branch), if that's what you're asking. The details are foggy in my brain at this point. I remember looking in some detail at the TEA branch a year or so ago, and being concerned about some aspect of how the TEA branch interacted with device selection. I remember there was discussion about it at the time, and I remember being personally convinced that a better solution was possible, but by now it has been so long since the discussion that I cannot remember the details of the problem or of the discussed solutions. I have some TEA work ahead of me in my day job, so it is possible that I will become engrossed in the whole thing sometime this summer/fall, but it hasn't percolated to "top priority" quite yet. BTW, you are welcome to selectively integrate things from your list below, into the main branch yourself, if you wish. IMHO, part of the problem with the TEA branch is that too much happened on it. Reviewing the changes between TEA and main, is too big a task. If the first two items depend on the TEA integration, perhaps you could just take the bottom three, and move that out of the TEA branch and into main (assuming they are suitably mature for production use by the wide world of PLplot folk). I'm a big fan of named branches, for focused work. But if the TEA branch has roughly 5 major tasks all within it, I think that results, on a purely human level, in an impediment to getting it merged. Especially if the merge is left to others than the developer(s) on the branch. It seems to me that perhaps some of this could've been done directly on main, or that perhaps a few named branches, each with more limited scope, could've been employed. Actually moving over to TEA, is probably a substantive effort, and surely deserving of a named branch. But the rest of the stuff, I would think, should be pretty independent of the TEA work, per se. > On Tue, 25 Jun 2002, Maurice LeBrun wrote: > > Vince Darley writes: > > > I've been out of touch with plplot development for some time, but was > > > wondering what the current status of the 'Tk' driver is, and whether > > > anything from the 'tea' branch I contributed to (a long time ago) has > > > actually been incorporated into plplot? > > > > > > * new 'tkwin.c' driver which works on Win/Unix/MacOS with Tk > > > * better plframe widget > > > * better Itcl extended plframe megawidgets > > > * fixes to colour palettes, etc. > > > * fixes to other parts of Tcl<->plplot interaction > > > > I integrated the color palette stuff in Jan with enhancement to work with > > DirectColor visuals & related support. As for the rest, my plan is to > > continue moving it over piecemeal as I get to it. The TEA build will have > > to wait until our build paradigm is changed to be compatible, i.e. Rafael's > > AM/LT work. |