[fossil-users] fossil diff -tk

2017-03-15 Thread Rolf Ade
Didn't the short cut "q" quit the `fossil diff -tk` graphical diff application, for good, since a while, I wondered, this days. Turns out, that in fact it was there, after initial it wasn't, but was disabled with http://fossil-scm.org/index.html/info/f6d9583173cbd6d2 The patch below use one way

[fossil-users] fossil diff --tk

2015-05-15 Thread Ramon Ribó
Hello, I wanted to try the new bundle mechanism in fossil. So, I've created a bundle with the fossil diff --tk improvements. The code has been adapted to diff.tcl and has additional improvements. As a limitation, I have not been able to include a technote into the bundle. It would have been

Re: [fossil-users] fossil diff -tk on OS X

2015-04-04 Thread Jan Nijtmans
2015-04-03 23:49 GMT+02:00 jungle Boogie jungleboog...@gmail.com: Hi Jan, And when I run: ./configure --with-tcl=/usr/local/bin/tclsh8.6 I always use: ./configure --with-tcl --with-tcl-stubs --with-tcl-private-stubs . Then fossil won't need the tcl installation at compile-time,

[fossil-users] fossil diff -tk on OS X

2015-04-03 Thread Remco Schoen
Hi, I use mainly MacBooks for my work and OS X doesn't put the diff-window in the foreground and even last in the used applications list. This would always mean a lot of ALT-TAB-ing or SHIFT-ALT-TAB to reach it. That is quite cumbersome :) Yesterday I found some time and got it working the way

Re: [fossil-users] fossil diff -tk on OS X

2015-04-03 Thread Jan Nijtmans
2015-04-03 9:06 GMT+02:00 Remco Schoen remco_sch...@me.com: Hi, I use mainly MacBooks for my work and OS X doesn't put the diff-window in the foreground and even last in the used applications list. This would always mean a lot of ALT-TAB-ing or SHIFT-ALT-TAB to reach it. That is quite

Re: [fossil-users] fossil diff -tk on OS X

2015-04-03 Thread Remco Schoen
Op 3 apr 2015 om 16:36 uur uur schreef Remco Schoen remco_sch...@me.com: Op 3 apr. 2015 om 09:58 heeft Jan Nijtmans jan.nijtm...@gmail.com het volgende geschreven: 2015-04-03 9:06 GMT+02:00 Remco Schoen remco_sch...@me.com: Hi, I use mainly MacBooks for my work and OS X doesn't put the

Re: [fossil-users] fossil diff -tk on OS X

2015-04-03 Thread Jan Nijtmans
2015-04-03 18:32 GMT+02:00 Remco Schoen remco_sch...@me.com: Is there a way to check versions of Tcl and Tk? If fossil is compiled with Tcl support: $ fossil version -v This is fossil version 1.32 [5811ecd7cc] 2015-03-20 14:50:16 UTC Compiled on Mar 20 2015 22:21:56 using gcc-4.9.2

Re: [fossil-users] fossil diff -tk on OS X

2015-04-03 Thread Remco Schoen
Op 3 apr 2015 om 21:35 uur uur schreef Jan Nijtmans jan.nijtm...@gmail.com: 2015-04-03 18:32 GMT+02:00 Remco Schoen remco_sch...@me.com: Is there a way to check versions of Tcl and Tk? If fossil is compiled with Tcl support: $ fossil version -v This is fossil version 1.32 [5811ecd7cc]

Re: [fossil-users] fossil diff -tk on OS X

2015-04-03 Thread Remco Schoen
Op 3 apr. 2015 om 09:58 heeft Jan Nijtmans jan.nijtm...@gmail.com het volgende geschreven: 2015-04-03 9:06 GMT+02:00 Remco Schoen remco_sch...@me.com: Hi, I use mainly MacBooks for my work and OS X doesn't put the diff-window in the foreground and even last in the used applications list.

[fossil-users] fossil diff --tk hangs when there are no changes

2014-10-27 Thread Sean Woods
Suppose it's Monday morning (like...5 minutes ago) and you committed all your changes on Friday afternoon. You come in on Monday and use the handy `fossil diff --tk` feature to see if you left anything uncommitted last week. When there are no outstanding changes and you `fossil diff --tk`, it

Re: [fossil-users] fossil diff --tk hangs when there are no changes

2014-10-27 Thread Ramon Ribó
New test version contained in branch: tk-diff-viewer, behaves in the following way: http://fossil-scm.org/index.html/info/cbd4dca6807d95d73c22cb02893887efc1b51655 When there are no changes, the GUI opens with void differences and a message in a window informs the user: No changes. In this way,

Re: [fossil-users] fossil diff --tk hangs when there are no changes

2014-10-27 Thread Richard Hipp
On Mon, Oct 27, 2014 at 8:10 AM, Sean Woods s...@seanwoods.com wrote: Suppose it's Monday morning (like...5 minutes ago) and you committed all your changes on Friday afternoon. You come in on Monday and use the handy `fossil diff --tk` feature to see if you left anything uncommitted last

Re: [fossil-users] fossil diff --tk hangs when there are no changes

2014-10-27 Thread Sean Woods
On Mon, Oct 27, 2014, at 08:25 AM, Ramon Ribó wrote: New test version contained in branch: tk-diff-viewer, behaves in the following way: http://fossil-scm.org/index.html/info/cbd4dca6807d95d73c22cb02893887efc1b51655 When there are no changes, the GUI opens with void differences and a

Re: [fossil-users] FOSSIL DIFF --TK improvement

2014-09-10 Thread Martijn Coppoolse
On 9-9-2014 8:28, Stephan Beal wrote: On Tue, Sep 9, 2014 at 8:25 AM, Tony Papadimitriou to...@acm.org mailto:to...@acm.org wrote: So, I would like to see this improvement, if possible: Once launched, the window to come in front of other windows, and its position to be always

Re: [fossil-users] FOSSIL DIFF --TK improvement

2014-09-10 Thread Peter Spjuth
On Wed, Sep 10, 2014 at 8:31 AM, Martijn Coppoolse li...@martijn.coppoolse.com wrote: On 9-9-2014 8:28, Stephan Beal wrote: On Tue, Sep 9, 2014 at 8:25 AM, Tony Papadimitriou to...@acm.org mailto:to...@acm.org wrote: So, I would like to see this improvement, if possible: Once

[fossil-users] FOSSIL DIFF --TK improvement

2014-09-09 Thread Tony Papadimitriou
Hello, The --TK option of the DIFF command brings up a window with the side by side comparison of the files but (on Win7 at least), this window is not in the foreground, and it also always moves location (from invocation to invocation) so that sometimes part of it even falls outside the screen.

Re: [fossil-users] FOSSIL DIFF --TK improvement

2014-09-09 Thread Stephan Beal
On Tue, Sep 9, 2014 at 8:25 AM, Tony Papadimitriou to...@acm.org wrote: So, I would like to see this improvement, if possible: Once launched, the window to come in front of other windows, and its position to be always centered. FWIW: if this change is made, i'd request that it only be

[fossil-users] fossil diff --tk

2014-04-22 Thread Ramon Ribó
Hello, I've implemented in diff -tk a new capability and a bug fix: - Keys 'p' and 'n' are used to navigate to the previous and next difference - A bug fix in Save as when users cancels file selection There is an attached patch with the code. Please feel free to use it in any way in case you

[fossil-users] fossil diff --tk

2014-04-16 Thread Ramon Ribó
This is really a great tool! To be even better, it would be nice to have some keystrokes to navigate through the differences. Just to mimic tkdiff, I propose: letter n - go to the following difference letter p - go to the previous difference Also, there is a bug to correct: if pressing save as

Re: [fossil-users] fossil diff --tk

2014-04-16 Thread Stephan Beal
On Wed, Apr 16, 2014 at 12:49 PM, Ramon Ribó ram...@compassis.com wrote: What is exactly Save as saving? Richard recently added the ability to generate a standalone TCL script from the diff which works like the diff -tk option, so that people can send those scripts around. If i'm not sorely