Re: #6982: on mispelled work, right click and selecting one option produces a crash

2010-10-28 Thread Stephan Witt
Am 26.10.2010 um 07:50 schrieb LyX Ticket Tracker: > #6982: on mispelled work, right click and selecting one option produces a > crash > --+- > Reporter: urlwolf | Owner: stwitt > Type: defect|

Re: externally modified warning

2010-10-28 Thread Stephan Witt
Am 28.10.2010 um 22:59 schrieb Richard Heck: > On 10/28/2010 04:30 PM, Stephan Witt wrote: >> Am 28.10.2010 um 21:05 schrieb Julien Rioux: >> >> >>> Hi, >>> >>> Using svn trunk compiled a few days ago (r35874). I am working on a file >>> under svn version control. After modifying the file an

Re: Inset handling question

2010-10-28 Thread Richard Heck
On 10/28/10 9:42 PM, Uwe Stöhr wrote: Some code uses NULL to somehow indicate a null pointer, sometimes you see (Inset *) 0, but in the end a pointer is just a number and a number can be 0 I guess. Usually we just do:... Thanks for the explanation. To maybe explain a little more, C++ will

Re: Inset handling question

2010-10-28 Thread Uwe Stöhr
Am 29.10.2010 03:33, schrieb Vincent van Ravesteijn: One last question: How do I explicitly specify that the "0" in my patch is a pointer? I mean "0" could also refer an int or double. The compiler doesn't complain and "0" is the default return value of innerInsetOfType but I'm wondering why t

how to change GUI Language

2010-10-28 Thread Christian del Castillo
I am also posting these suggestions in the developer's mailing list This is a post I made at the LaTex forum, fortunately for me the issue was addressed and solved by a kind user showing a picture of how the menu should look like in English, from there I was able to GUESSTIMATE which menu entries

Re: Inset handling question

2010-10-28 Thread Vincent van Ravesteijn
One last question: How do I explicitly specify that the "0" in my patch is a pointer? I mean "0" could also refer an int or double. The compiler doesn't complain and "0" is the default return value of innerInsetOfType but I'm wondering why this works. There is also a small section on this in

Re: r35894 - in lyx-devel/trunk/src: frontends/qt4 insets

2010-10-28 Thread Uwe Stöhr
Am 29.10.2010 03:23, schrieb Vincent van Ravesteijn: What about Wrap floats ? These have the code WRAP_CODE. Thanks, I forgot the wrapped floats and added this now. regards Uwe

Re: Inset handling question

2010-10-28 Thread Uwe Stöhr
The DocIterator stuff is documented somewhere in the Wiki. You must read that before doing anything else. Indeed! I found this page: http://wiki.lyx.org/Devel/Diagrams and I understand now a lot more. Many thanks Pavel, for your devel Wiki pages! This explains also my question from the last pos

Re: r35894 - in lyx-devel/trunk/src: frontends/qt4 insets

2010-10-28 Thread Vincent van Ravesteijn
Op 29-10-2010 3:18, uwesto...@lyx.org schreef: Modified: lyx-devel/trunk/src/insets/InsetTabular.cpp == --- lyx-devel/trunk/src/insets/InsetTabular.cpp Fri Oct 29 02:46:21 2010 (r35893) +++ lyx-devel/trunk/src/in

Re: announce: template to write Ph.D. theses with LyX

2010-10-28 Thread Waluyo Adi Siswanto
> > A thesis is basically a book. But even this statement is not always correct. > There are different types of theses: for Bachelor, Master, Diploma, Ph.D., > ... Books usually a bit fancy, chapter headings a bit fancy, not too formal. For LaTeX expert might not be a problem to customize everythi

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

2010-10-28 Thread RGH
On 10/26/2010 01:12 AM, 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 s

Re: Problem with Reconfigure and timeout in SystemCall

2010-10-28 Thread RGH
On 10/27/2010 12:21 AM, Vincent van Ravesteijn wrote: 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. The startscript routine seems to put a timeout of 18 on the process. If that's mill

Re: externally modified warning

2010-10-28 Thread Richard Heck
On 10/28/2010 04:30 PM, Stephan Witt wrote: Am 28.10.2010 um 21:05 schrieb Julien Rioux: Hi, Using svn trunk compiled a few days ago (r35874). I am working on a file under svn version control. After modifying the file and wanting to save, I get a warning that the file has been externally

Re: externally modified warning

2010-10-28 Thread Stephan Witt
Am 28.10.2010 um 21:05 schrieb Julien Rioux: > Hi, > > Using svn trunk compiled a few days ago (r35874). I am working on a file > under svn version control. After modifying the file and wanting to save, I > get a warning that the file has been externally modified. It has not been > externally

Re: RefStyle Patch

2010-10-28 Thread Jean-Marc Lasgouttes
Le 28 oct. 10 à 18:24, Jean-Pierre Chrétien a écrit : Is there some way we could provide translatability (in LyX's po files) of "theorem" here? For the time being, we need a restricted set of declarations and translations in LyX (no plurals, no capitalization). If you declare all refstyle

externally modified warning

2010-10-28 Thread Julien Rioux
Hi, Using svn trunk compiled a few days ago (r35874). I am working on a file under svn version control. After modifying the file and wanting to save, I get a warning that the file has been externally modified. It has not been externally modified. Recipe: Open a lyx file under svn Change some

Re: RefStyle Patch

2010-10-28 Thread Richard Heck
On 10/28/2010 12:24 PM, Jean-Pierre Chrétien wrote: Richard Heck a écrit : Are there other things besides theorems we should define that aren't in refstyle.cfg? To be prettyref-coherent, lemmas. Is there some way we could provide translatability (in LyX's po files) of "theorem" here?

Re: Label Dialog Broken

2010-10-28 Thread Richard Heck
On 10/28/2010 01:07 PM, Abdelrazak Younes wrote: On 10/28/2010 06:31 PM, Richard Heck wrote: On 10/28/2010 12:04 PM, Richard Heck wrote: The changeover to InsetParamsWidget has borked the label dialog in ways I cannot seem to understand. Try this: Create a new section heading, and give it th

Re: Label Dialog Broken

2010-10-28 Thread Abdelrazak Younes
On 10/28/2010 06:31 PM, Richard Heck wrote: On 10/28/2010 12:04 PM, Richard Heck wrote: The changeover to InsetParamsWidget has borked the label dialog in ways I cannot seem to understand. Try this: Create a new section heading, and give it the title "Hello". Now Insert>Label. You ought to g

Re: Label Dialog Broken

2010-10-28 Thread Richard Heck
On 10/28/2010 12:04 PM, Richard Heck wrote: The changeover to InsetParamsWidget has borked the label dialog in ways I cannot seem to understand. Try this: Create a new section heading, and give it the title "Hello". Now Insert>Label. You ought to get a dialog with "sec:Hello", but you get an

Re: RefStyle Patch

2010-10-28 Thread Richard Heck
On 10/28/2010 12:16 PM, Kornel Benko wrote: The diff is in the first line ...fundefined{thmref}... vs ...fundefined{\thmref}... Oh, right, I see. rh

Re: Git repos on Gitorious

2010-10-28 Thread Abdelrazak Younes
On 10/28/2010 06:21 PM, Vincent van Ravesteijn wrote: Sorry, its abdel (with my gmail address) not younes. Abdel. You're in. Thanks! Abdel.

Re: RefStyle Patch

2010-10-28 Thread Jean-Pierre Chrétien
Richard Heck a écrit : Are there other things besides theorems we should define that aren't in refstyle.cfg? To be prettyref-coherent, lemmas. Is there some way we could provide translatability (in LyX's po files) of "theorem" here? For the time being, we need a restricted set of decla

Re: Label Dialog Broken

2010-10-28 Thread Abdelrazak Younes
On 10/28/2010 06:04 PM, Richard Heck wrote: The changeover to InsetParamsWidget has borked the label dialog in ways I cannot seem to understand. Try this: Create a new section heading, and give it the title "Hello". Now Insert>Label. You ought to get a dialog with "sec:Hello", but you get an

Re: longtable in LyXHTML(trunk)

2010-10-28 Thread Richard Heck
On 10/28/2010 12:12 PM, Kornel Benko wrote: Am Donnerstag 28 Oktober 2010 schrieb Richard Heck: On 10/28/2010 01:27 AM, Kornel Benko wrote: Hi Richard, exporting (or displaying) longtables in LyXHTML-format discards the table-header. Export through other format (e.g. PDF (pdflatex)) i

Re: Git repos on Gitorious

2010-10-28 Thread Vincent van Ravesteijn
> Sorry, its abdel (with my gmail address) not younes. > > Abdel. You're in. Vincent

Re: RefStyle Patch

2010-10-28 Thread Kornel Benko
Am Donnerstag 28 Oktober 2010 schrieb Richard Heck: > On 10/28/2010 05:36 AM, Jean-Pierre Chrétien wrote: > > Jean-Pierre Chrétien a écrit : > >> Richard Heck a écrit : > >>> On 10/27/2010 04:17 AM, Jean-Pierre Chrétien wrote: > > When I look at the exported latex file test_french_refstyle.tex, I s

Re: longtable in LyXHTML(trunk)

2010-10-28 Thread Kornel Benko
Am Donnerstag 28 Oktober 2010 schrieb Richard Heck: > On 10/28/2010 01:27 AM, Kornel Benko wrote: > > Hi Richard, > > exporting (or displaying) longtables in LyXHTML-format discards the > > table-header. Export through other format (e.g. PDF (pdflatex)) is ok. > > Normal tables export is fine thoug

Label Dialog Broken

2010-10-28 Thread Richard Heck
The changeover to InsetParamsWidget has borked the label dialog in ways I cannot seem to understand. Try this: Create a new section heading, and give it the title "Hello". Now Insert>Label. You ought to get a dialog with "sec:Hello", but you get an empty dialog. Worse problem: If you had som

Re: RefStyle Patch

2010-10-28 Thread Richard Heck
On 10/28/2010 11:55 AM, Jean-Pierre Chrétien wrote: Richard Heck a écrit : I'm not seeing the difference Anyway, I'm going to do the other thing I suggested, I think. The problem with ":" has vanished, but theorems are now unknown: ?? is returned in my bug #6609 example. Took out too

Re: RefStyle Patch

2010-10-28 Thread Jean-Pierre Chrétien
Richard Heck a écrit : I'm not seeing the difference Anyway, I'm going to do the other thing I suggested, I think. The problem with ":" has vanished, but theorems are now unknown: ?? is returned in my bug #6609 example. -- Jean-Pierre

Re: Git repos on Gitorious

2010-10-28 Thread Abdelrazak Younes
On 10/28/2010 05:46 PM, Abdelrazak Younes wrote: On 10/28/2010 05:24 PM, Vincent van Ravesteijn wrote: Yes, that was the idea. However, I got a little screwed by someone renaming InsetNomencl.cpp to InsetNomenclature.cpp. ;).. Well, it's either me that didn't write the scripts well enough, or G

Re: Git repos on Gitorious

2010-10-28 Thread Abdelrazak Younes
On 10/28/2010 05:24 PM, Vincent van Ravesteijn wrote: Yes, that was the idea. However, I got a little screwed by someone renaming InsetNomencl.cpp to InsetNomenclature.cpp. ;).. Well, it's either me that didn't write the scripts well enough, or Git has a bit uncomfortabilities (?) with deleted f

Re: Git repos on Gitorious

2010-10-28 Thread Vincent van Ravesteijn
> Yes, that was the idea. However, I got a little screwed by someone > renaming InsetNomencl.cpp to InsetNomenclature.cpp. ;).. > > Well, it's either me that didn't write the scripts well enough, or Git > has a bit uncomfortabilities (?) with deleted files and/or Windows. > That's why I was messing

Re: Git repos on Gitorious

2010-10-28 Thread Vincent van Ravesteijn
> I think you should keep 'master' in line with svn/trunk and do your personal > commit in a new 'vfr' branch. Yes, that was the idea. However, I got a little screwed by someone renaming InsetNomencl.cpp to InsetNomenclature.cpp. ;).. Well, it's either me that didn't write the scripts well enough

Re: RefStyle Patch

2010-10-28 Thread Richard Heck
I'm not seeing the difference Anyway, I'm going to do the other thing I suggested, I think. Richard

Re: Git repos on Gitorious

2010-10-28 Thread Abdelrazak Younes
On 10/27/2010 07:55 AM, Vincent van Ravesteijn wrote: > Hi all, > > Just to inform you. I made a git repository on gitorious. Hi Vincent, I think you should keep 'master' in line with svn/trunk and do your personal commit in a new 'vfr' branch. We could also create a new common branch for git

Re: RefStyle Patch

2010-10-28 Thread Richard Heck
On 10/28/2010 05:36 AM, Jean-Pierre Chrétien wrote: Jean-Pierre Chrétien a écrit : Richard Heck a écrit : On 10/27/2010 04:17 AM, Jean-Pierre Chrétien wrote: When I look at the exported latex file test_french_refstyle.tex, I see this: \...@ifundefined{hmref} {\def\RSthmtxt{theorem~}\

Re: longtable in LyXHTML(trunk)

2010-10-28 Thread Richard Heck
On 10/28/2010 01:27 AM, Kornel Benko wrote: Hi Richard, exporting (or displaying) longtables in LyXHTML-format discards the table-header. Export through other format (e.g. PDF (pdflatex)) is ok. Normal tables export is fine though. Can you put this in trac? I hope to have time to work on H

Re: announce: template to write Ph.D. theses with LyX

2010-10-28 Thread Uwe Stöhr
Am 28.10.2010 06:56, schrieb Waluyo Adi Siswanto: Actually all lists in my thesis template is in frontmatter, I guess you mean frontmatter. Yes. Anyway, in users perspective; it might be useful if the lyx templates are grouped into three types (folders): articles, books, and theses. When use

Re: RefStyle Patch

2010-10-28 Thread Jean-Pierre Chrétien
Jean-Pierre Chrétien a écrit : Richard Heck a écrit : On 10/27/2010 04:17 AM, Jean-Pierre Chrétien wrote: When I look at the exported latex file test_french_refstyle.tex, I see this: \...@ifundefined{ hmref} {\def\RSthmtxt{theorem~}\newref{thm}{name = \RSthmtxt}} which creates the cr

Re: Inset handling question

2010-10-28 Thread Abdelrazak Younes
On 10/28/2010 10:03 AM, Abdelrazak Younes wrote: On 10/28/2010 01:51 AM, Uwe Stöhr wrote: > You can just use the Cursor starting at position 0... I don't understand yet how the cursor stuff works. I can move the cursor stepwise through the table cells but how do I move it outside of the table

Re: Remove name from param2string and friends

2010-10-28 Thread Abdelrazak Younes
On 10/28/2010 03:54 AM, Richard Heck wrote: On 10/27/2010 08:00 PM, Vincent van Ravesteijn wrote: As far as I can see, this name parameter is not used, because InsetCommandParams already has a insetCode associated with it. Is it ok to remove it then and to clean up a lot again ? see: http://

Re: Inset handling question

2010-10-28 Thread Abdelrazak Younes
On 10/28/2010 01:51 AM, Uwe Stöhr wrote: > You are going forward... you should go backward. Ah, OK. When I replace "++it" by "--it" the compiler quites with the message that there are unresolved externals because a variable beginning with "--" doesn't exist. Then it is declared but not imple