Re: PATCH: backport for branch to make CVS usable (Re: PATCH for save-as and VC)

2010-10-26 Thread Pavel Sanda
Stephan Witt wrote: Now, I have an patch at hand again. I can continue to use and provide a patched version for my colleges, of course. But I claim it's useful for others, too. only misunderstanding, i didn't want to dispute backport. i only wanted to have documentation even in 1.6 so its

Re: r35845 - in lyx-devel/trunk/src: . insets

2010-10-26 Thread Abdelrazak Younes
On 10/26/2010 01:20 AM, v...@lyx.org wrote: Author: vfr Date: Tue Oct 26 01:20:05 2010 New Revision: 35845 URL: http://www.lyx.org/trac/changeset/35845 Log: We don't want InsetCommand to have a function updateCommand while this is not a special function of an InsetCommand, but only

Re: [Patch] Rename Invisible in View menu to Hidden|H.

2010-10-26 Thread Jürgen Spitzmüller
John McCabe-Dansted wrote: On Mon, Oct 25, 2010 at 3:55 PM, Jürgen Spitzmüller sp...@lyx.org wrote: Please let me know of other issues. Note particularly that all fixes that entail a string change should go in very soon, since we will turn to string freeze soon. Well this string change

Re: [Patch] Rename Invisible in View menu to Hidden|H.

2010-10-26 Thread John McCabe-Dansted
On Tue, Oct 26, 2010 at 3:59 PM, Jürgen Spitzmüller sp...@lyx.org wrote: John McCabe-Dansted wrote: On Mon, Oct 25, 2010 at 3:55 PM, Jürgen Spitzmüller sp...@lyx.org wrote: Please let me know of other issues. Note particularly that all fixes that entail a string change should go in very

Re: PATCH: backport for branch to make CVS usable (Re: PATCH for save-as and VC)

2010-10-26 Thread Jürgen Spitzmüller
Stephan Witt wrote: The patch is ready and attached. I tested all CVS functions and it works here. The patch is certainly much bigger than what suits me now, and it introduces new strings. I would be more comfortable to wait with this until 1.6.8 is out, so it can be tested a bit. However,

Re: Inset handling question

2010-10-26 Thread Abdelrazak Younes
On 10/26/2010 02:40 AM, Uwe Stöhr wrote: In order to fix http://www.lyx.org/trac/ticket/6585 I need to check in InsetTabular if the table is inside a float. i thought I can do this by iterating the insets starting with the table inset down to the outer insets. if one of the outer insets is a

Re: PATCH: backport for branch to make CVS usable (Re: PATCH for save-as and VC)

2010-10-26 Thread Stephan Witt
Am 26.10.2010 um 10:06 schrieb Jürgen Spitzmüller: Stephan Witt wrote: The patch is ready and attached. I tested all CVS functions and it works here. The patch is certainly much bigger than what suits me now, and it introduces new strings. I would be more comfortable to wait with this

Re: [Patch] Rename Invisible in View menu to Hidden|H.

2010-10-26 Thread Jürgen Spitzmüller
John McCabe-Dansted wrote: This is a proposal for trunk, right? Yes. OK. And FWIW, I agree with your proposal. Jürgen

Re: PATCH: backport for branch to make CVS usable (Re: PATCH for save-as and VC)

2010-10-26 Thread Jürgen Spitzmüller
Stephan Witt wrote: I would be more comfortable to wait with this until 1.6.8 is out, so it can be tested a bit. I'm comfortable with waiting after 1.6.8. We're using 1.6.7 for now. If 1.6.8 is out I can build 1.6.9svn for internal use after the patch is applied. I'd hope for 1.6.9

Re: Improvements to Recover Emergency File prompts. (pseudo-patch with discussion)

2010-10-26 Thread Pavel Sanda
John McCabe-Dansted wrote: yes there was bug about it was and we fixed it by the dialog obove not so long ago. constant re-asking again about recovering the file until one gets deep down in dir structure where the file is located. By constant re-asking, do you mean asking each time

uncompilable Buffer.cpp in trunk

2010-10-26 Thread Kornel Benko
Missing {, } ? Kornel Index: src/Buffer.cpp === --- src/Buffer.cpp (Revision 35858) +++ src/Buffer.cpp (Arbeitskopie) @@ -2761,10 +2761,11 @@ } InsetMath * im = iit-inset-asInsetMath(); - if (doing_export im) +

Re: uncompilable Buffer.cpp in trunk

2010-10-26 Thread Vincent van Ravesteijn
Sorry. If it is this obvious you can fix it. I can't do it now. Op 26 okt 2010 19:37 schreef Kornel Benko kor...@lyx.org: Missing {, } ? Kornel

Re: uncompilable Buffer.cpp in trunk

2010-10-26 Thread José Matos
On Tuesday 26 October 2010 18:36:37 Kornel Benko wrote: Missing {, } ? Kornel That is one of the reasons why I love python. ;-) -- José Abílio

Re: uncompilable Buffer.cpp in trunk

2010-10-26 Thread Kornel Benko
Am Dienstag 26 Oktober 2010 schrieb Vincent van Ravesteijn: Sorry. If it is this obvious you can fix it. I can't do it now. Op 26 okt 2010 19:37 schreef Kornel Benko kor...@lyx.org: Missing {, } ? Kornel I think yes, it looks obvious. Done. Kornel signature.asc

Re: PATCH: backport for branch to make CVS usable (Re: PATCH for save-as and VC)

2010-10-26 Thread Stephan Witt
Am 26.10.2010 um 18:19 schrieb Jürgen Spitzmüller: Stephan Witt wrote: I would be more comfortable to wait with this until 1.6.8 is out, so it can be tested a bit. I'm comfortable with waiting after 1.6.8. We're using 1.6.7 for now. If 1.6.8 is out I can build 1.6.9svn for internal use

Problem with Reconfigure and timeout in SystemCall

2010-10-26 Thread Vincent van Ravesteijn
Hi, If I reconfigure and have to wait for MikTeX to download some packages, LyX will break the Reconfigure script due to some timeout in SystemCall. Vincent

Re: r35845 - in lyx-devel/trunk/src: . insets

2010-10-26 Thread Vincent van Ravesteijn
If we are going to use dynamic casting in core code I suggest that we do that fully and remove our own implementation of that (asInsetCommand(), asInsetMath(), etc)... Yes, ok. I hope you agree with my log message in http://www.lyx.org/trac/changeset/35855. I also found some unsafe

Re: r35714 - lyx-devel/trunk/src/frontends/qt4

2010-10-26 Thread Vincent van Ravesteijn
I did something like this for Buffer::loadLyxFile(). Where would you advice to put the UI then ? I can now spit out a lot of error messages according to the number the functions comes up with. In Buffer ? In buffer_funcs ? In GuiView ? Any direct user interaction in src/frontends/*, I don't

LyX Coding Rules and Recommendations

2010-10-26 Thread Vincent van Ravesteijn
Hi All, I converted the two files about Rules and Recommendation into a LyX document. You might want to have a look at it, and put your two cents in there about coding principle, style and so forth. It is still a bit a mess, but I hope it will get better. Everyone is invited to edit. Please turn

Re: iPad?

2010-10-26 Thread Vincent van Ravesteijn
For some numbers a glimpse of the old battles: http://www.mail-archive.com/lyx-devel@lists.lyx.org/msg126692.html I am surprised this was only three years ago. Andre', feeling younger suddenly. Ah, we didn't have those in-depth discussions for a long time. Anyway, on a more serious note.

Git repos on Gitorious

2010-10-26 Thread Vincent van Ravesteijn
Hi all, Just to inform you. I made a git repository on gitorious. I will update this from svn from time to time and I'm planning to put some personal stuff of mine in there to synchronize development on different pc's. I'm not that experienced yet on git, but we may use it if you want to

Re: PATCH: backport for branch to make CVS usable (Re: PATCH for save-as and VC)

2010-10-26 Thread Pavel Sanda
Stephan Witt wrote: > Now, I have an patch at hand again. I can continue to use and provide a > patched version > for my colleges, of course. But I claim it's useful for others, too. only misunderstanding, i didn't want to dispute backport. i only wanted to have documentation even in 1.6 so its

Re: r35845 - in lyx-devel/trunk/src: . insets

2010-10-26 Thread Abdelrazak Younes
On 10/26/2010 01:20 AM, v...@lyx.org wrote: Author: vfr Date: Tue Oct 26 01:20:05 2010 New Revision: 35845 URL: http://www.lyx.org/trac/changeset/35845 Log: We don't want InsetCommand to have a function updateCommand while this is not a special function of an InsetCommand, but only

Re: [Patch] Rename "Invisible" in View menu to "Hidden|H".

2010-10-26 Thread Jürgen Spitzmüller
John McCabe-Dansted wrote: > On Mon, Oct 25, 2010 at 3:55 PM, Jürgen Spitzmüller wrote: > > Please let me know of other issues. Note particularly that all fixes that > > entail a string change should go in very soon, since we will turn to > > string freeze soon. > > Well this

Re: [Patch] Rename "Invisible" in View menu to "Hidden|H".

2010-10-26 Thread John McCabe-Dansted
On Tue, Oct 26, 2010 at 3:59 PM, Jürgen Spitzmüller wrote: > John McCabe-Dansted wrote: >> On Mon, Oct 25, 2010 at 3:55 PM, Jürgen Spitzmüller wrote: >> > Please let me know of other issues. Note particularly that all fixes that >> > entail a string change should go

Re: PATCH: backport for branch to make CVS usable (Re: PATCH for save-as and VC)

2010-10-26 Thread Jürgen Spitzmüller
Stephan Witt wrote: > The patch is ready and attached. > I tested all CVS functions and it works here. The patch is certainly much bigger than what suits me now, and it introduces new strings. I would be more comfortable to wait with this until 1.6.8 is out, so it can be tested a bit.

Re: Inset handling question

2010-10-26 Thread Abdelrazak Younes
On 10/26/2010 02:40 AM, Uwe Stöhr wrote: In order to fix http://www.lyx.org/trac/ticket/6585 I need to check in InsetTabular if the table is inside a float. i thought I can do this by iterating the insets starting with the table inset down to the outer insets. if one of the outer insets is a

Re: PATCH: backport for branch to make CVS usable (Re: PATCH for save-as and VC)

2010-10-26 Thread Stephan Witt
Am 26.10.2010 um 10:06 schrieb Jürgen Spitzmüller: > Stephan Witt wrote: >> The patch is ready and attached. >> I tested all CVS functions and it works here. > > The patch is certainly much bigger than what suits me now, and it introduces > new strings. > > I would be more comfortable to wait

Re: [Patch] Rename "Invisible" in View menu to "Hidden|H".

2010-10-26 Thread Jürgen Spitzmüller
John McCabe-Dansted wrote: > > This is a proposal for trunk, right? > > Yes. OK. And FWIW, I agree with your proposal. Jürgen

Re: PATCH: backport for branch to make CVS usable (Re: PATCH for save-as and VC)

2010-10-26 Thread Jürgen Spitzmüller
Stephan Witt wrote: > > I would be more comfortable to wait with this until 1.6.8 is out, so it > > can be tested a bit. > > I'm comfortable with waiting after 1.6.8. We're using 1.6.7 for now. > If 1.6.8 is out I can build 1.6.9svn for internal use after the patch is > applied. I'd hope for

Re: Improvements to "Recover Emergency File" prompts. (pseudo-patch with discussion)

2010-10-26 Thread Pavel Sanda
John McCabe-Dansted wrote: > > yes there was bug about it was and we fixed it by the dialog obove not so > > long ago. > > constant re-asking again about recovering the file until one gets deep down > > in > > dir structure where the file is located. > > By constant re-asking, do you mean

uncompilable Buffer.cpp in trunk

2010-10-26 Thread Kornel Benko
Missing "{", "}" ? Kornel Index: src/Buffer.cpp === --- src/Buffer.cpp (Revision 35858) +++ src/Buffer.cpp (Arbeitskopie) @@ -2761,10 +2761,11 @@ } InsetMath * im = iit->inset->asInsetMath(); - if (doing_export

Re: uncompilable Buffer.cpp in trunk

2010-10-26 Thread Vincent van Ravesteijn
Sorry. If it is this obvious you can fix it. I can't do it now. Op 26 okt 2010 19:37 schreef "Kornel Benko" : Missing "{", "}" ? Kornel

Re: uncompilable Buffer.cpp in trunk

2010-10-26 Thread José Matos
On Tuesday 26 October 2010 18:36:37 Kornel Benko wrote: > Missing "{", "}" ? > > Kornel That is one of the reasons why I love python. ;-) -- José Abílio

Re: uncompilable Buffer.cpp in trunk

2010-10-26 Thread Kornel Benko
Am Dienstag 26 Oktober 2010 schrieb Vincent van Ravesteijn: > Sorry. If it is this obvious you can fix it. I can't do it now. > > Op 26 okt 2010 19:37 schreef "Kornel Benko" : > > > Missing "{", "}" ? > >Kornel I think yes, it looks obvious. Done. Kornel

Re: PATCH: backport for branch to make CVS usable (Re: PATCH for save-as and VC)

2010-10-26 Thread Stephan Witt
Am 26.10.2010 um 18:19 schrieb Jürgen Spitzmüller: > Stephan Witt wrote: >>> I would be more comfortable to wait with this until 1.6.8 is out, so it >>> can be tested a bit. >> >> I'm comfortable with waiting after 1.6.8. We're using 1.6.7 for now. >> If 1.6.8 is out I can build 1.6.9svn for

Problem with Reconfigure and timeout in SystemCall

2010-10-26 Thread Vincent van Ravesteijn
Hi, If I reconfigure and have to wait for MikTeX to download some packages, LyX will break the Reconfigure script due to some timeout in SystemCall. Vincent

Re: r35845 - in lyx-devel/trunk/src: . insets

2010-10-26 Thread Vincent van Ravesteijn
> If we are going to use dynamic casting in core code I suggest that we do > that fully and remove our own implementation of that (asInsetCommand(), > asInsetMath(), etc)... > Yes, ok. I hope you agree with my log message in http://www.lyx.org/trac/changeset/35855. I also found some unsafe

Re: r35714 - lyx-devel/trunk/src/frontends/qt4

2010-10-26 Thread Vincent van Ravesteijn
>> I did something like this for Buffer::loadLyxFile(). Where would you >> advice to put the UI then ? I can now spit out a lot of error messages >> according to the number the functions comes up with. In Buffer ? In >> buffer_funcs ? In GuiView ? > > Any direct user interaction in

LyX Coding Rules and Recommendations

2010-10-26 Thread Vincent van Ravesteijn
Hi All, I converted the two files about Rules and Recommendation into a LyX document. You might want to have a look at it, and put your two cents in there about coding principle, style and so forth. It is still a bit a mess, but I hope it will get better. Everyone is invited to edit. Please turn

Re: iPad?

2010-10-26 Thread Vincent van Ravesteijn
> For some numbers a glimpse of the old battles: > > http://www.mail-archive.com/lyx-devel@lists.lyx.org/msg126692.html > > I am surprised this was only three years ago. > > Andre', feeling younger suddenly. > Ah, we didn't have those in-depth discussions for a long time. Anyway, on a more

Git repos on Gitorious

2010-10-26 Thread Vincent van Ravesteijn
Hi all, Just to inform you. I made a git repository on gitorious. I will update this from svn from time to time and I'm planning to put some personal stuff of mine in there to synchronize development on different pc's. I'm not that experienced yet on git, but we may use it if you want to