Re: Date template and ticket 4398

2012-09-11 Thread Scott Kostyshak
On Tue, Sep 11, 2012 at 6:36 AM, Jean-Marc Lasgouttes wrote: > Le 11/09/2012 11:44, Pavel Sanda a écrit : > >> Scott Kostyshak wrote: >>> >>> If the Date template were moved out, would there still be a need to >>> support external material with no file associated with it? Or will >> >> >> I don't

Re: Spreadsheet format issues and mime-handling

2012-09-11 Thread Scott Kostyshak
On Tue, Sep 11, 2012 at 11:19 AM, Julien Rioux wrote: > On 10/09/2012 9:58 AM, Scott Kostyshak wrote: >> >> On Mon, Sep 10, 2012 at 7:17 AM, Pavel Sanda wrote: >>> >>> Scott Kostyshak wrote: "application/x-gzip" check the extension. I wonder if this applies to other formats th

Re: [LyX master] Get rid of a Qt-generated stderr message

2012-09-11 Thread Scott Kostyshak
On Tue, Sep 11, 2012 at 11:03 AM, Julien Rioux wrote: > On 11/09/2012 4:02 AM, Pavel Sanda wrote: >> >> Scott Kostyshak wrote: >>> >>> commit 1451c7cf662e4ae02bfc5f7cd1e6b0783fc5d4a7 >>> Author: Scott Kostyshak >>> Date: Mon Sep 10 23:18:22 2012 -0400 >>> >>> Get rid of a Qt-generated stderr mess

[patch] support the lightning Unicode character Ux21AF

2012-09-11 Thread Uwe Stöhr
Jürgen, you just found some packages to support this character: http://wiki.lyx.org/LyX/MissingUnicodeCharacters?action=diff#diff1309586810 I tested this and the attached patch works fine. Can this go in or is there a reason why you did not commit this yet? regards Uwe diff --git "a/C:\\DOCUM

Re: [LyX master] Fix UI for decimal table alignment (bug #8285)

2012-09-11 Thread Uwe Stöhr
Am 11.09.2012 11:55, schrieb Pavel Sanda: + if ((multicolumnCB->isChecked() || multirowCB->isChecked()) + && hAlignCO->findText(qt_("At Decimal Separator"))) + hAlignCO->removeItem(3); Uwe, can you comment on this hAlignCO->removeItem(3); line, it looks terrib

Closing views versus closing buffers

2012-09-11 Thread Tommaso Cucinotta
I just noticed that when you type C-w, LyX closes the buffer, along with all views. Also, if you have a split window and multiple tabbed views on both splits, pushing the "X" button on one of the tabs triggers a close of the buffer, so also the view(s) on the other splits on that buffer disap

Re: #8331: Crash when closing an open buffer

2012-09-11 Thread Tommaso Cucinotta
On 11/09/12 04:34, Scott Kostyshak wrote: I just committed a patch that should make that message disappear. Please let me know if you keep seeing it. Scott I can't see it any more, thanks. T.

Re: Spreadsheet format issues and mime-handling

2012-09-11 Thread Julien Rioux
On 10/09/2012 9:58 AM, Scott Kostyshak wrote: On Mon, Sep 10, 2012 at 7:17 AM, Pavel Sanda wrote: Scott Kostyshak wrote: "application/x-gzip" check the extension. I wonder if this applies to other formats that store compressed data. If so, then at least it would not be hardcoded only for the s

Re: [LyX master] Get rid of a Qt-generated stderr message

2012-09-11 Thread Julien Rioux
On 11/09/2012 4:02 AM, Pavel Sanda wrote: Scott Kostyshak wrote: commit 1451c7cf662e4ae02bfc5f7cd1e6b0783fc5d4a7 Author: Scott Kostyshak Date: Mon Sep 10 23:18:22 2012 -0400 Get rid of a Qt-generated stderr message Welcome on our board Scott! Pavel Welcome to LyX! -- Julien

Re: [LyX master] Get rid of a Qt-generated stderr message

2012-09-11 Thread Jean-Marc Lasgouttes
Le 11/09/2012 14:38, Abdelrazak Younes a écrit : It is refreshing to have some new talented guys around. You are two now ;) JMarc

Re: [LyX master] Get rid of a Qt-generated stderr message

2012-09-11 Thread Abdelrazak Younes
On Tue, Sep 11, 2012 at 10:02 AM, Pavel Sanda wrote: > Scott Kostyshak wrote: >> commit 1451c7cf662e4ae02bfc5f7cd1e6b0783fc5d4a7 >> Author: Scott Kostyshak >> Date: Mon Sep 10 23:18:22 2012 -0400 >> >> Get rid of a Qt-generated stderr message > > Welcome on our board Scott! Seconded! It i

Re: Date template and ticket 4398

2012-09-11 Thread Jean-Marc Lasgouttes
Le 11/09/2012 11:44, Pavel Sanda a écrit : Scott Kostyshak wrote: If the Date template were moved out, would there still be a need to support external material with no file associated with it? Or will I don't see any other external template of this sort. As I remember it, when it got impleme

Re: [LyX master] Fix UI for decimal table alignment (bug #8285)

2012-09-11 Thread Pavel Sanda
Uwe StĂśhr wrote: > commit 9d05ac5c9124608cdbc989161794fe56aa839e1d > Author: Uwe StĂśhr > Date: Tue Sep 11 02:10:29 2012 +0200 > > Fix UI for decimal table alignment (bug #8285) > > Fixes 2 issues: > 1. LyX uses for a decimal alignment a multicolumn and having for a cell a >

Re: Spreadsheet format issues and mime-handling

2012-09-11 Thread Pavel Sanda
Scott Kostyshak wrote: > I read part of the "LyX & odg drawings" thread > http://comments.gmane.org/gmane.editors.lyx.devel/138221 > but I'm not sure which problems are still open and which were finally > resolved. Then we are two. No time to dig into it :) Pavel

Re: Date template and ticket 4398

2012-09-11 Thread Pavel Sanda
Scott Kostyshak wrote: > If the Date template were moved out, would there still be a need to > support external material with no file associated with it? Or will I don't see any other external template of this sort. Pavel

command line options execute and export do not combine

2012-09-11 Thread Michael Roitzsch
Hi LyX team, I believe I have a LyX bug to report. Running LyX from command line with both execute and export options does not result in the expected output. In detail: You will find a test case document attached which has two branches. I want to programmatically (from a Makefile) export to a P

Re: [LyX master] Get rid of a Qt-generated stderr message

2012-09-11 Thread Scott Kostyshak
On Tue, Sep 11, 2012 at 4:02 AM, Pavel Sanda wrote: > Scott Kostyshak wrote: >> commit 1451c7cf662e4ae02bfc5f7cd1e6b0783fc5d4a7 >> Author: Scott Kostyshak >> Date: Mon Sep 10 23:18:22 2012 -0400 >> >> Get rid of a Qt-generated stderr message > > Welcome on our board Scott! Thanks, Pavel!

Re: [LyX master] Streamline a bit po/Rules-lyx

2012-09-11 Thread Scott Kostyshak
On Tue, Sep 11, 2012 at 4:06 AM, Jean-Marc Lasgouttes wrote: > Le 11/09/2012 09:39, Scott Kostyshak a écrit : > >>> Yes. >> >> >> Is that patch OK? > > > Yes, sure. It's in. Thanks, Scott

Re: [LyX master] Streamline a bit po/Rules-lyx

2012-09-11 Thread Jean-Marc Lasgouttes
Le 11/09/2012 09:39, Scott Kostyshak a écrit : Yes. Is that patch OK? Yes, sure. JMarc

Re: [LyX master] Get rid of a Qt-generated stderr message

2012-09-11 Thread Pavel Sanda
Scott Kostyshak wrote: > commit 1451c7cf662e4ae02bfc5f7cd1e6b0783fc5d4a7 > Author: Scott Kostyshak > Date: Mon Sep 10 23:18:22 2012 -0400 > > Get rid of a Qt-generated stderr message Welcome on our board Scott! Pavel

Re: [LyX master] Streamline a bit po/Rules-lyx

2012-09-11 Thread Scott Kostyshak
On Tue, Sep 11, 2012 at 3:29 AM, Jean-Marc Lasgouttes wrote: > Le 11/09/2012 09:15, Scott Kostyshak a écrit : > >> On Mon, Sep 10, 2012 at 5:01 PM, Jean-Marc Lasgouttes >> wrote: >>> >>> Le 10/09/12 17:14, Stephan Witt a écrit : >>> With TAB instead of 8 spaces it works :) >>> >>> >>> >>> Is

Re: [LyX master] Streamline a bit po/Rules-lyx

2012-09-11 Thread Jean-Marc Lasgouttes
Le 11/09/2012 09:15, Scott Kostyshak a écrit : On Mon, Sep 10, 2012 at 5:01 PM, Jean-Marc Lasgouttes wrote: Le 10/09/12 17:14, Stephan Witt a écrit : With TAB instead of 8 spaces it works :) Is it better now? Should autogen.sh abort if the make doesn't succeed? Yes. JMarc

Re: [LyX master] Streamline a bit po/Rules-lyx

2012-09-11 Thread Scott Kostyshak
On Mon, Sep 10, 2012 at 5:01 PM, Jean-Marc Lasgouttes wrote: > Le 10/09/12 17:14, Stephan Witt a écrit : > >> With TAB instead of 8 spaces it works :) > > > Is it better now? Should autogen.sh abort if the make doesn't succeed? Attached is a patch. Scott diff --git a/autogen.sh b/autogen.sh ind