Patch: table splitting functionality

2010-03-04 Thread Manoj Rajagopalan
Hi lyx-devel, Attaching patch and lyx test-case file for the following functionality (accessed using "inset-modify tabular ...") 1. split-above-row [n] 2. split-below-row [n] 3. split-before-column [n] 4. split-after-column [n] Here, [n] is an optional row/col index. So you don't have to be

Feature request: find-and-replace within selection

2010-03-04 Thread Manoj Rajagopalan
Hi lyx-devel, It would be useful to support this feature because we could perform a replace-all within a selection and quickly achieve the desired result without clobbering the rest of the document. The find-and-replace dialog could support a checkbox labelled "In selection" which should

Re: LyX 2 over Mac OS X Snow Leopard make error

2010-03-04 Thread Yvon Thoraval
> > > Yes -- that fixes it for me. (Assuming this is the right fix, can > someone check it in?) > > Unfortunately no ;-) Over Mac OS X 10.6.2 (snow leopard latest) Intel computer. I started from scratch get the latest svn version by : zsh-% svn co svn://svn.lyx.org/lyx/lyx-devel/trunk lyx-devel

Re: Tabular: call for help

2010-03-04 Thread Uwe Stöhr
Am 04.03.2010 09:34, schrieb Abdelrazak Younes: You somehow broke the connection between InsetTabular and GuiTabular: Yes, there is no such connection anymore. The dialog will be enabled only if the cursor is _within_ an InsetTabular. Maybe you moved your cursor outside of it? Or maybe you are

The emission of \maketitle

2010-03-04 Thread Manoj Rajagopalan
Hi lyx-devel, What controls the emission of \maketitle when exporting to latex? I have created a document with abstract and keywords fields. The latex documentclass requires that the keywords env. appear before \maketitle. In a small sample document this happens but in my work-related docu

Re: LyX ignorant of \listofs defined in document-class [Patch]

2010-03-04 Thread Manoj Rajagopalan
On Thursday 04 March 2010 08:41:08 am rgheck wrote: > On 03/03/2010 06:07 PM, Manoj Rajagopalan wrote: > > My bad: actually, lyx does in fact successfully parse the documentclass. > > Only, during latex export, it doesn't allow any \listofs except > > for table and figure - at this point in Inse

Re: LyX 2 over Mac OS X Snow Leopard make error

2010-03-04 Thread BH
On Thu, Mar 4, 2010 at 3:08 PM, Lasse Tuominen wrote: > On Thu, Mar 4, 2010 at 18:05, Yvon Thoraval wrote: >> 2010/3/4 BH >> >> >> then, doing : >> >> /opt/local/bin/msgmerge --update po/ar.po po/LyX-svn-2.0.0.pot >> ...

Re: Warning the user if the file is modified externally.

2010-03-04 Thread Pavel Sanda
John McCabe-Dansted wrote: > 1) The buffer is not dirty: then this isn't really a problem, the user > might not even intend to edit the document. > 2) The buffer is dirty: It is too late to avoid the need for a merge; > a merge will be required anyway. notifying the user earlier rather > than later

Re: LyX 2 over Mac OS X Snow Leopard make error

2010-03-04 Thread Pavel Sanda
Pavel Sanda wrote: > > make (make here automatically reconfigures) > > > > ... and now I get the same error as Yvon -- an error that gets > > repeated with every .po file, even though all are present. > > > > So something is wrong. Any ideas? > > ./configure ? sorry i was not careful enough, th

Re: LyX 2 over Mac OS X Snow Leopard make error

2010-03-04 Thread Pavel Sanda
BH wrote: > On Thu, Mar 4, 2010 at 11:05 AM, Yvon Thoraval > wrote: > > $ which msgmerge > > /opt/local/bin/msgmerge > > $ /opt/local/bin/msgmerge --update ar.po LyX-svn-2.0.0.pot > > /opt/local/bin/msgmerge: Erreur lors de l'ouverture de ? ar.po ? en lecture > > : No such file or directory > > m

Release process for LyX-2.0.0

2010-03-04 Thread José Matos
Hi all, after lots of thought and some private conversations with some developers (with former and present release managers) I have decided to step back from the release management of LyX 2.0.0. I propose Pavel Sanda to lead the next release process. What does this means? I have

Re: LyX 2 over Mac OS X Snow Leopard make error

2010-03-04 Thread Yvon Thoraval
2010/3/4 BH > > I'm kicking this over to the devel list. (In case you weren't > following on the User's list, the problem is that make fails in po/ on > Mac. Everything was working fine for me until ) > OK, I've subscribed to devel list right now. best, Yvon

Re: LyX 2 over Mac OS X Snow Leopard make error

2010-03-04 Thread BH
On Thu, Mar 4, 2010 at 11:05 AM, Yvon Thoraval wrote: > $ which msgmerge > /opt/local/bin/msgmerge > $ /opt/local/bin/msgmerge --update ar.po LyX-svn-2.0.0.pot > /opt/local/bin/msgmerge: Erreur lors de l'ouverture de « ar.po » en lecture > : No such file or directory > may be the command isn't cor

Re: Warning the user if the file is modified externally.

2010-03-04 Thread John McCabe-Dansted
On Thu, Mar 4, 2010 at 3:21 PM, Pavel Sanda wrote: > John McCabe-Dansted wrote: >> On Thu, Mar 4, 2010 at 6:05 AM, Pavel Sanda wrote: >> > John McCabe-Dansted wrote: >> >> Below I present very preliminary support for warning the user when >> >> their LyX file is externally modified. Does the foll

Re: LyX ignorant of \listofs defined in document-class [Patch]

2010-03-04 Thread rgheck
On 03/03/2010 06:07 PM, Manoj Rajagopalan wrote: My bad: actually, lyx does in fact successfully parse the documentclass. Only, during latex export, it doesn't allow any \listofs except for table and figure - at this point in InsetFloatList::latex(), these are the only two builtin floats. But th

Re: r33613 - in lyx-devel/trunk/src: . frontends/qt4 insets mathed support

2010-03-04 Thread Abdelrazak Younes
On 03/03/2010 11:13 PM, rgh...@lyx.org wrote: Author: rgheck Date: Wed Mar 3 23:13:45 2010 New Revision: 33613 URL: http://www.lyx.org/trac/changeset/33613 Log: s/updateLabels/updateBuffer/g, per a suggestion of Abdel's. Good, thanks. Abdel.

Re: #6574: ChkTeX selects entire paragraph, rather than just line where error occurs.

2010-03-04 Thread John McCabe-Dansted
On Thu, Mar 4, 2010 at 4:16 PM, Tommaso Cucinotta wrote: > r33616 > > I was wondering about what happens if, instead of setting the linelen to the > lyxrc default, you set it to the smallest possible value, like 1 or similar. > AFAICS, you would likely get much more precise identification of the >

Re: Possible bug with table line set/unset

2010-03-04 Thread Abdelrazak Younes
On 03/03/2010 04:19 AM, Manoj Rajagopalan wrote: Hi lyx-devel, 1. placing the cursor *immediately outside* a table 2. using Shift- arrow key to select the entire table in one key-press, 3. unset-all-lines buttonpress on table toolbar only unsets some of the lines of the top-left cell. Seems

Re: Tabular: call for help

2010-03-04 Thread Abdelrazak Younes
On 03/04/2010 04:31 AM, Uwe Stöhr wrote: In case you didn't notice in the commit logs, I committed a big patch that changed quite fundamentally how the tabular inset and its dialog works. There is still a lot of room for improvement but I believe we are now in a much saner situation. This code wa

Re: #6574: ChkTeX selects entire paragraph, rather than just line where error occurs.

2010-03-04 Thread Tommaso Cucinotta
John McCabe-Dansted wrote: Great minds think alike? http://www.lyx.org/trac/attachment/ticket/6574/Chktex_SelectOnlyLine.patch :-) Your copia locale looks fine to me ;) Lets commit it. r33616 I was wondering about what happens if, instead of setting the linelen to the lyxrc default,