-
Isn't the latest AquaStandalone the tk8.6 beta? I haven't tried that yet. Given how many issues Tk Aqua tends to have, I wouldn't be surprised if there are problems. I thought they were converting from Carbon to Cocoa, which is a _huge_ change. I usually give it a good long time to stabilize before I even try it.
dorothy.
2009-07-05 03:18:47 UTC in TkCVS
-
No, that's just a text window. Giving it powers like that would mean duplicating some of the functionality of the Working Directory Browser. I can see that it would come in handy (I often do a cvs diff of one of the listed files from the command line) but the text widget would at least have to be replaced with a listbox. and the window would have to grab the whole UI to keep the working...
2009-05-17 16:04:11 UTC in TkCVS
-
It's because you're using Tk 8.5, and some versions of Tk 8.5 on some platforms (maybe all versions on Linux?) have font issues like that. I'm afraid there's no way to get rid of the warning, without going into the code and commenting it out. (It's in tkcvs.tcl) I suppose if the font problem is going to be there forever I'll have to just get rid of the warning. I really hate the font...
2009-04-29 17:32:16 UTC in TkCVS
-
You're correct about what's happening. To fix it, the tag has to be to be made unique. It's not possible to apply the same tag to two different places.
I haven't tried it, but I think perhaps you could put the time in the tag by changing cvscfg(mergefromformat) and cvscfg(mergetoformat) in your site_def file (the approved place to do such things.) By default, they are...
2009-04-17 06:25:03 UTC in TkCVS
-
dorothyr committed patchset 1025 of module tkcvs-proj to the TkCVS CVS repository, changing 6 files.
2008-12-19 05:04:30 UTC in TkCVS
-
Fixed in version 8.2.
2008-12-06 23:10:43 UTC in TkCVS
-
In 8.2 you can sort of do that, temporarily, by setting cvscvg(svn_branchdir) to "tags." You'd lose your branches until you reset it, though.
2008-12-06 23:08:48 UTC in TkCVS
-
Implemented in 8.1.
2008-12-06 23:06:00 UTC in TkCVS
-
dorothyr added the tkcvs_8_2.dmg.gz file.
2008-12-02 05:45:49 UTC in TkCVS
-
dorothyr added the tkcvs_8_2.zip file.
2008-12-02 05:45:48 UTC in TkCVS