Re: PATCH for save-as and VC

2010-10-23 Thread Stephan Witt
Am 23.10.2010 um 21:52 schrieb Pavel Sanda: > Stephan Witt wrote: >> Am 23.10.2010 um 21:24 schrieb Pavel Sanda: >> >>> Stephan Witt wrote: @@ -2207,6 +2209,7 @@ if (b.save()) { theSession().lastFiles().add(b.fileName()); + b.lyxvc().file_found_hoo

Re: switch mouse to busy symbol

2010-10-23 Thread Peter Kümmel
Am Samstag, den 23.10.2010, 22:27 +0200 schrieb Abdelrazak Younes: > On 23/10/2010 21:42, Peter Kümmel wrote: > > Am Samstag, den 23.10.2010, 18:21 +0200 schrieb Edwin Leuven: > > > >> Peter Kuemmel committed: > >> > >>> http://www.lyx.org/trac/changeset/35795 > >>> > >> peter, af

Re: switch mouse to busy symbol

2010-10-23 Thread Peter Kümmel
Am Samstag, den 23.10.2010, 22:48 +0200 schrieb Peter Kümmel: > Am Samstag, den 23.10.2010, 21:57 +0200 schrieb Pavel Sanda: > > Peter Kümmel wrote: > > > There will be never a gtk based gui. > > > > dont you know the plans about ncurses-lyx? :) > > I thought there are plans for ASCII-only termi

Re: switch mouse to busy symbol

2010-10-23 Thread Peter Kümmel
Am Samstag, den 23.10.2010, 21:57 +0200 schrieb Pavel Sanda: > Peter Kümmel wrote: > > There will be never a gtk based gui. > > dont you know the plans about ncurses-lyx? :) I thought there are plans for ASCII-only terminals :) > pavel But I wonder if there are still active developers who ins

Re: switch mouse to busy symbol

2010-10-23 Thread Peter Kümmel
Am Samstag, den 23.10.2010, 22:27 +0200 schrieb Abdelrazak Younes: > On 23/10/2010 21:42, Peter Kümmel wrote: > > Am Samstag, den 23.10.2010, 18:21 +0200 schrieb Edwin Leuven: > > > >> Peter Kuemmel committed: > >> > >>> http://www.lyx.org/trac/changeset/35795 > >>> > >> peter, af

Re: switch mouse to busy symbol

2010-10-23 Thread Peter Kümmel
Am Samstag, den 23.10.2010, 21:57 +0200 schrieb Pavel Sanda: > Peter Kümmel wrote: > > There will be never a gtk based gui. > > dont you know the plans about ncurses-lyx? :) I thought there are plans for ASCII-only terminals :) > pavel But I wonder if there are still active developers who insis

Re: switch mouse to busy symbol

2010-10-23 Thread Abdelrazak Younes
On 23/10/2010 21:42, Peter Kümmel wrote: Am Samstag, den 23.10.2010, 18:21 +0200 schrieb Edwin Leuven: Peter Kuemmel committed: http://www.lyx.org/trac/changeset/35795 peter, after your commit, how easy would it be to change the mouse cursor to Qt::PointingHandCursor when hov

Re: switch mouse to busy symbol

2010-10-23 Thread Abdelrazak Younes
On 23/10/2010 18:21, Edwin Leuven wrote: Peter Kuemmel committed: http://www.lyx.org/trac/changeset/35795 peter, after your commit, how easy would it be to change the mouse cursor to Qt::PointingHandCursor when hovering a clickable inset? Quite easy actually but nothing to do wi

Re: switch mouse to busy symbol

2010-10-23 Thread Pavel Sanda
Peter Kümmel wrote: > There will be never a gtk based gui. dont you know the plans about ncurses-lyx? :) pavel

Re: PATCH for save-as and VC

2010-10-23 Thread Pavel Sanda
Stephan Witt wrote: > Am 23.10.2010 um 21:24 schrieb Pavel Sanda: > > > Stephan Witt wrote: > >> @@ -2207,6 +2209,7 @@ > >> > >>if (b.save()) { > >>theSession().lastFiles().add(b.fileName()); > >> + b.lyxvc().file_found_hook(b.fileName()); > > > > is there reason why is

Re: LyX Additional features Version 1.6.7 suggested corrections

2010-10-23 Thread Pavel Sanda
John R Hudson wrote: > I use opensuse Linux - started using LyX in 2000 with Caldera! I am assuming > that most aspects of the documentation are the same regardless of platform. fine. then there are two possibilities - either you get the whole trunk and compile lyx for yourself or install lyx 2.0

Re: PATCH for save-as and VC

2010-10-23 Thread Stephan Witt
Am 23.10.2010 um 21:24 schrieb Pavel Sanda: > Stephan Witt wrote: >> @@ -2207,6 +2209,7 @@ >> >> if (b.save()) { >> theSession().lastFiles().add(b.fileName()); >> +b.lyxvc().file_found_hook(b.fileName()); > > is there reason why is this in saveBuffer and not in rena

Re: switch mouse to busy symbol

2010-10-23 Thread Peter Kümmel
Am Samstag, den 23.10.2010, 18:21 +0200 schrieb Edwin Leuven: > Peter Kuemmel committed: > > http://www.lyx.org/trac/changeset/35795 > > peter, after your commit, how easy would it be to change the mouse > cursor to Qt::PointingHandCursor when hovering a clickable inset? > > thanks, edwin Sorry,

Re: PATCH for save-as and VC

2010-10-23 Thread Pavel Sanda
Stephan Witt wrote: > @@ -2207,6 +2209,7 @@ > > if (b.save()) { > theSession().lastFiles().add(b.fileName()); > + b.lyxvc().file_found_hook(b.fileName()); is there reason why is this in saveBuffer and not in renameBuffer? pavel

Re: LyX Additional features Version 1.6.7 suggested corrections

2010-10-23 Thread John R Hudson
I use opensuse Linux - started using LyX in 2000 with Caldera! I am assuming that most aspects of the documentation are the same regardless of platform. John -- On Saturday 23 October 2010 19:51:18 you wrote: > John R Hudson wrote: > > I am not on the developers list and I have not used subversi

Re: LyX Additional features Version 1.6.7 suggested corrections

2010-10-23 Thread Pavel Sanda
John R Hudson wrote: > I am not on the developers list and I have not used subversion though I have > read numerous articles about it. So any pointers that will help me to make > effective contributions to the documentation would be helpful. it depends. on which platform do you work (win/linux/m

Re: switch mouse to busy symbol

2010-10-23 Thread Edwin Leuven
Peter Kuemmel committed: > http://www.lyx.org/trac/changeset/35795 peter, after your commit, how easy would it be to change the mouse cursor to Qt::PointingHandCursor when hovering a clickable inset? thanks, edwin

Re: Change Tracking and Versioning (#6058) was Re: more on collaboration

2010-10-23 Thread Gregory Jefferis
On 2010-10-23 16:40, "Richard Heck" wrote: > BUT...perhaps we could avoid going forward by allowing LyX to calculate > the hash value. I'd guess that it is easy to check if we have a hash > value or not, right? If not, then we can calculate it. Maybe we need > such code, anyway, in case there's s

Re: Change Tracking and Versioning (#6058) was Re: more on collaboration

2010-10-23 Thread Richard Heck
On 10/23/2010 10:38 AM, Gregory Jefferis wrote: On 2010-10-23 15:19, "Richard Heck" wrote: On 10/23/2010 07:18 AM, Gregory Jefferis wrote: 3) How should lyx2lyx be handled in this case? I guess I need to layer a conversion from vfr's patch (format 369) to my proposal. Or

Re: Change Tracking and Versioning (#6058) was Re: more on collaboration

2010-10-23 Thread Gregory Jefferis
On 2010-10-23 15:19, "Richard Heck" wrote: > On 10/23/2010 07:18 AM, Gregory Jefferis wrote: >> 3) How should lyx2lyx be handled in this case? I guess I need to layer a conversion from vfr's patch (format 369) to my proposal. Or if that file format was never a stable release

Re: Change Tracking and Versioning (#6058) was Re: more on collaboration

2010-10-23 Thread Richard Heck
On 10/23/2010 07:18 AM, Gregory Jefferis wrote: 3) How should lyx2lyx be handled in this case? I guess I need to layer a conversion from vfr's patch (format 369) to my proposal. Or if that file format was never a stable release can it be ignored? Now we only need to revert the hash n

Re: Change Tracking and Versioning (#6058) was Re: more on collaboration

2010-10-23 Thread Gregory Jefferis
Hi Vincent, Thank you very much for getting back to this. On 2010-10-23 03:21, "Vincent van Ravesteijn" wrote: > Hi Gregory, > >> 1) I have a patch set for 1.6.X which will no longer apply because Vincent >> (vfr) already contributed an alternative.  I presume that I need to modify >> my patch

Re: r35662 - in lyx-devel/trunk/src: . frontends/qt4

2010-10-23 Thread Peter Kümmel
Am Samstag, den 23.10.2010, 12:52 +0200 schrieb Peter Kümmel: > Am Freitag, den 22.10.2010, 16:44 +0200 schrieb Pavel Sanda: > > Richard Heck wrote: > > > Along these same lines, I wonder if we should pop up an info box when > > > the export is done. If it takes a while, then the user may not notic

Re: r35662 - in lyx-devel/trunk/src: . frontends/qt4

2010-10-23 Thread Peter Kümmel
Am Freitag, den 22.10.2010, 16:44 +0200 schrieb Pavel Sanda: > Richard Heck wrote: > > Along these same lines, I wonder if we should pop up an info box when > > the export is done. If it takes a while, then the user may not notice the > > status message, and those get over-written quickly, anyway.

PATCH for save-as and VC

2010-10-23 Thread Stephan Witt
I've found another problem with VCS code. If I save a file under version control as copy with another name then the VCS infrastructure of the buffer is outdated and wrong. The buffer references a new file now but the VC menu and title doesn't reflect that. The patch is attached. Ok to apply? St

Re: LyX Additional features Version 1.6.7 suggested corrections

2010-10-23 Thread John R Hudson
I am not on the developers list and I have not used subversion though I have read numerous articles about it. So any pointers that will help me to make effective contributions to the documentation would be helpful. John -- On Friday 22 October 2010 23:02:36 you wrote: > John R Hudson wrote: > >