Assertion violated in filename.C:44

2006-11-29 Thread Michael Gerz
Georg, when saving file "C:\Dokumente und Einstellungen\foo\bar\foo.lyx" (no non-ASCII characters), the following assertion is raised: Assertion triggered in __thiscall lyx::support::FileName::FileName(const class std::basic_string,class std::allocator > &) by failing check "absolutePath(nam

Re: Lyx website and Docbook XML

2006-11-29 Thread Chris Karakas
> -Ursprüngliche Nachricht- > Von: [EMAIL PROTECTED] > Gesendet: 27.11.06 14:38:25 > An: lyx-devel@lists.lyx.org > Betreff: Lyx website and Docbook XML > > > Hi > Hi, > When browsing, came to conclusion that lyx > website is very hard to read. Somehow the > background is way too

Re: r16085, fix wrong toolbar icon size.

2006-11-29 Thread Peter Kümmel
Enrico Forestieri wrote: > On Thu, Nov 30, 2006 at 01:05:09AM +0100, Peter Kümmel wrote: >> Enrico Forestieri wrote: >>> On Thu, Nov 30, 2006 at 12:21:41AM +0100, Enrico Forestieri wrote: On Wed, Nov 29, 2006 at 04:56:48PM +0100, Peter Kümmel wrote: > Bennett Helm wrote: [...] >>

Re: r16085, fix wrong toolbar icon size.

2006-11-29 Thread Enrico Forestieri
On Thu, Nov 30, 2006 at 01:05:09AM +0100, Peter Kümmel wrote: > Enrico Forestieri wrote: > > On Thu, Nov 30, 2006 at 12:21:41AM +0100, Enrico Forestieri wrote: > >> On Wed, Nov 29, 2006 at 04:56:48PM +0100, Peter Kümmel wrote: > >>> Bennett Helm wrote: > >> [...] > I'm trying again with curren

Re: r16085, fix wrong toolbar icon size.

2006-11-29 Thread Peter Kümmel
Enrico Forestieri wrote: > On Thu, Nov 30, 2006 at 12:21:41AM +0100, Enrico Forestieri wrote: >> On Wed, Nov 29, 2006 at 04:56:48PM +0100, Peter Kümmel wrote: >>> Bennett Helm wrote: >> [...] I'm trying again with current svn, but session isn't working for me: everything below [session in

Re: r16085, fix wrong toolbar icon size.

2006-11-29 Thread Enrico Forestieri
On Thu, Nov 30, 2006 at 12:21:41AM +0100, Enrico Forestieri wrote: > On Wed, Nov 29, 2006 at 04:56:48PM +0100, Peter Kümmel wrote: > > Bennett Helm wrote: > [...] > > > I'm trying again with current svn, but session isn't working for me: > > > everything below [session info] in the session file has

Re: r16085, fix wrong toolbar icon size.

2006-11-29 Thread Enrico Forestieri
On Wed, Nov 29, 2006 at 04:56:48PM +0100, Peter Kümmel wrote: > Bennett Helm wrote: [...] > > I'm trying again with current svn, but session isn't working for me: > > everything below [session info] in the session file has been deleted, > > and nothing I do brings it back -- including deleting the

msvc/cmake warning level

2006-11-29 Thread Peter Kümmel
The default warning level of the msvc cmake builds is now /W4. The cmake option -DDISABLEWALL=1 switches to /W3, -DWALL=1 re enables /W4. To disable a specific warning add it to MSVC_W_DISABLE of cmake/CMakeLists.txt. To make the warning an error add it to MSVC_W_ERROR of the same file.

Re: r16085, fix wrong toolbar icon size.

2006-11-29 Thread Peter Kümmel
Bennett Helm wrote: > On Nov 29, 2006, at 3:22 PM, Peter Kümmel wrote: > >> Does it also work when you remove the patch before the last one? > > Crash this time. Here's the backtrace: OK, I've checked in both patches. But it's not a perfect solution, I've also added this comment: Index: lyx_ma

Re: cursor in math

2006-11-29 Thread Abdelrazak Younes
Looks like I forgot to send this answer... Andre Poenitz wrote: On Sat, Nov 25, 2006 at 11:37:29AM +0100, Abdelrazak Younes wrote: You misunderstood the problem. Probably. Drawing math is not faster nor slower than the rest. What's problematic is to have to redraw when navigating with the m

Re: Changeable icon size

2006-11-29 Thread Georg Baum
Am Mittwoch, 29. November 2006 09:51 schrieb [EMAIL PROTECTED]: > What exactly is it that we would like to be done? > > If we can describe the task in detail, maybe there is someone on the > users' list that would like to help? (I assume the task requires some > graphic...) Yes, it does. The d

Re: r16085, fix wrong toolbar icon size.

2006-11-29 Thread Bennett Helm
On Nov 29, 2006, at 3:22 PM, Peter Kümmel wrote: Does it also work when you remove the patch before the last one? Crash this time. Here's the backtrace: LyX::quit() called: 1 LyX::quit() 1 LyX::quit() 2 LyX::quit() 3 LyX::quit() 4 LyX::quit() 5 Program received signal EXC_BAD_ACCESS, Co

Re: r16085, fix wrong toolbar icon size.

2006-11-29 Thread Peter Kümmel
Bennett Helm wrote: > On Nov 29, 2006, at 3:03 PM, Peter Kümmel wrote: > >> Bennett Helm wrote: >>> On Nov 29, 2006, at 12:36 PM, Peter Kümmel wrote: >>> OK, the patch has tested if theApp is valid, and it seems it is, but it crashes anyway. So here a patch which tests if the reason for

Re: r16085, fix wrong toolbar icon size.

2006-11-29 Thread Bennett Helm
On Nov 29, 2006, at 3:03 PM, Peter Kümmel wrote: Bennett Helm wrote: On Nov 29, 2006, at 12:36 PM, Peter Kümmel wrote: OK, the patch has tested if theApp is valid, and it seems it is, but it crashes anyway. So here a patch which tests if the reason for the crash is the pure virtual function.

Re: r16085, fix wrong toolbar icon size.

2006-11-29 Thread Peter Kümmel
Bennett Helm wrote: > On Nov 29, 2006, at 12:36 PM, Peter Kümmel wrote: > >> OK, the patch has tested if theApp is valid, and it seems it is, but >> it crashes anyway. So here a patch which tests if the reason for the >> crash is the pure virtual function. It could be that is also does >> not help

Re: [Cvslog] r16094 - /lyx-devel/trunk/src/lyx_main.C

2006-11-29 Thread Angus Leeming
>> $ ./src/lyx-qt4.exe -dbg info -geometry 800x600+100+30 >> Setting debug level to info >> Debugging `info' (General information) >> Wrong command line option `-geometry'. Exiting. >> Deleting tmp dir /tmp >> Not deleting /tmp. > Did it actually try to delete /tmp? Just wondering if > there is a

Re: Windows, Math and csrss.exe: I found the culprit!

2006-11-29 Thread Abdelrazak Younes
Andre Poenitz wrote: On Mon, Nov 27, 2006 at 11:31:14AM +0100, Abdelrazak Younes wrote: Hello, It took a great deal of step by step debugging but my supposition was right, redoParagraph() is the culprit! The reason why the slowdown (and the csrss.exe) appears only in the line following a big

Re: [RFC] Batch export

2006-11-29 Thread Abdelrazak Younes
Andre Poenitz wrote: On Sun, Nov 26, 2006 at 05:57:28PM +0100, Abdelrazak Younes wrote: This is in now. The next step would be to recognize * identifiers so that we could do: lyx -e *.lyx -e latex This should be done by the shell,, not by LyX. If you wabnt that functionality also on Windows,

Re: r16085, fix wrong toolbar icon size.

2006-11-29 Thread Bennett Helm
On Nov 29, 2006, at 12:36 PM, Peter Kümmel wrote: OK, the patch has tested if theApp is valid, and it seems it is, but it crashes anyway. So here a patch which tests if the reason for the crash is the pure virtual function. It could be that is also does not help, but I hope it does. Still cras

Re: [RFC] Batch export

2006-11-29 Thread Andre Poenitz
On Sun, Nov 26, 2006 at 08:17:43PM +0100, Abdelrazak Younes wrote: > >Did you mean > > > > lyx -e latex *.lyx > > > >to convert all .lyx-files into .tex-files? for i in *.lyx ; do lyx -e latex $i ; done Something similar works also with cmd.exe. Andre'

Re: [RFC] Batch export

2006-11-29 Thread Andre Poenitz
On Sun, Nov 26, 2006 at 05:57:28PM +0100, Abdelrazak Younes wrote: > This is in now. The next step would be to recognize * identifiers so > that we could do: > > lyx -e *.lyx -e latex This should be done by the shell,, not by LyX. If you wabnt that functionality also on Windows, just run LyX fro

Re: [PATCH] Fix compiler warning

2006-11-29 Thread Andre Poenitz
On Sun, Nov 26, 2006 at 08:04:19PM +0100, Georg Baum wrote: > Even if you consider the multiple hfill case, e.g. you have to draw 3 > hfills in a space of 37 pixels you somehow have to distribute this space to > the 3 hfills, e.g. the first and second one are 12 pixels wide, and the > third is 1

Re: Windows, Math and csrss.exe: I found the culprit!

2006-11-29 Thread Andre Poenitz
On Mon, Nov 27, 2006 at 11:31:14AM +0100, Abdelrazak Younes wrote: > Hello, > > It took a great deal of step by step debugging but my supposition was > right, redoParagraph() is the culprit! > The reason why the slowdown (and the csrss.exe) appears only in the line > following a big formula is b

Re: [RFC] Batch export

2006-11-29 Thread Andre Poenitz
On Sun, Nov 26, 2006 at 06:57:32PM +0100, Abdelrazak Younes wrote: > >if you don't want the shell to interpret the '*' > > There is no such thing in windows :-( There are lots of such things. They just do not show up in the programs menu on a stock XP home installation... Andre'

Re: [Cvslog] r16101 - /lyx-devel/trunk/Status.15x

2006-11-29 Thread Peter Kümmel
Enrico Forestieri wrote: > On Wed, Nov 29, 2006 at 05:30:36PM +0100, Peter Kümmel wrote: >> Enrico Forestieri wrote: >>> On Wed, Nov 29, 2006 at 03:49:31PM +0100, Peter Kümmel wrote: Enrico Forestieri wrote: > I am not so sure, but yes, now that I know it is a Qt4 limitation I > could

Re: [Cvslog] r16101 - /lyx-devel/trunk/Status.15x

2006-11-29 Thread Enrico Forestieri
On Wed, Nov 29, 2006 at 05:30:36PM +0100, Peter Kümmel wrote: > Enrico Forestieri wrote: > > On Wed, Nov 29, 2006 at 03:49:31PM +0100, Peter Kümmel wrote: > >> Enrico Forestieri wrote: > >>> I am not so sure, but yes, now that I know it is a Qt4 limitation I > >>> could try to implement it. After a

Re: [Cvslog] r16101 - /lyx-devel/trunk/Status.15x

2006-11-29 Thread Peter Kümmel
Enrico Forestieri wrote: > On Wed, Nov 29, 2006 at 03:49:31PM +0100, Peter Kümmel wrote: >> Enrico Forestieri wrote: >>> I am not so sure, but yes, now that I know it is a Qt4 limitation I >>> could try to implement it. After all, I don't want that you make the >>> work for me ;-) >> But I have don

Re: [Cvslog] r16101 - /lyx-devel/trunk/Status.15x

2006-11-29 Thread Enrico Forestieri
On Wed, Nov 29, 2006 at 05:18:25PM +0100, Peter Kümmel wrote: > OK, here a ifdef free version. ;-) No please, this will not work on cygwin. Pretty please ;-) -- Enrico

Re: [Cvslog] r16101 - /lyx-devel/trunk/Status.15x

2006-11-29 Thread Enrico Forestieri
On Wed, Nov 29, 2006 at 03:49:31PM +0100, Peter Kümmel wrote: > Enrico Forestieri wrote: > > I am not so sure, but yes, now that I know it is a Qt4 limitation I > > could try to implement it. After all, I don't want that you make the > > work for me ;-) > > But I have done. ;-) I owe you a beer,

Re: [Cvslog] r16101 - /lyx-devel/trunk/Status.15x

2006-11-29 Thread Peter Kümmel
Abdelrazak Younes wrote: > Peter Kümmel wrote: >> Abdelrazak Younes wrote: >>> Peter Kümmel wrote: +{ +#ifdef Q_OS_WIN +int x, y; +int w, h; +QRegExp re( "[=]*(?:([0-9]+)[xX]([0-9]+)){0,1}[ ]*(?:([+-][0-9]*)([+-][0-9]*)){0,1}" ); +

Re: r16085, fix wrong toolbar icon size.

2006-11-29 Thread Peter Kümmel
Bennett Helm wrote: > On Nov 28, 2006, at 4:27 PM, Peter Kümmel wrote: > >> Bennett Helm wrote: >>> On Nov 28, 2006, at 4:02 PM, Peter Kümmel wrote: >>> Bennett Helm wrote: > OSX typically has 2 icon sizes that can be selected -- normal and > small. > > By my lights, the

Re: [patch] TOC dialog slider

2006-11-29 Thread Ozgur Ugras BARAN
I had a chance to have a look at the bug in Toc dialog. I guess I found the source of the error. When the updateGui is called, the function ControlToc::getCurrentTocItem() is called. In this routine, item is turned by kernel().buffer().tocBackend().item(type,ParConstIterator it); and ParConstI

Re: [Cvslog] r16101 - /lyx-devel/trunk/Status.15x

2006-11-29 Thread Abdelrazak Younes
Peter Kümmel wrote: Abdelrazak Younes wrote: Peter Kümmel wrote: +{ +#ifdef Q_OS_WIN +int x, y; +int w, h; +QRegExp re( "[=]*(?:([0-9]+)[xX]([0-9]+)){0,1}[ ]*(?:([+-][0-9]*)([+-][0-9]*)){0,1}" ); +re.indexIn( toqstr(geometryArg.c_str())); +w = re.cap(

Re: [Cvslog] r16101 - /lyx-devel/trunk/Status.15x

2006-11-29 Thread Peter Kümmel
Abdelrazak Younes wrote: > Peter Kümmel wrote: >> Enrico Forestieri wrote: >>> On Wed, Nov 29, 2006 at 01:17:44PM +0100, Peter Kümmel wrote: Enrico Forestieri wrote: > On Wed, Nov 29, 2006 at 10:10:08AM -, [EMAIL PROTECTED] wrote: >> Author: kuemmel >> Date: Wed Nov 29 11:10:07

Re: [Cvslog] r16101 - /lyx-devel/trunk/Status.15x

2006-11-29 Thread Abdelrazak Younes
Peter Kümmel wrote: Enrico Forestieri wrote: On Wed, Nov 29, 2006 at 01:17:44PM +0100, Peter Kümmel wrote: Enrico Forestieri wrote: On Wed, Nov 29, 2006 at 10:10:08AM -, [EMAIL PROTECTED] wrote: Author: kuemmel Date: Wed Nov 29 11:10:07 2006 New Revision: 16101 URL: http://www.lyx.org/tr

Re: Status.15x update

2006-11-29 Thread Kornel Benko
Am Mittwoch, 29. November 2006 16:02 schrieb Bennett Helm: > > > > This is fixed now. I reused the former solution in rowpainter.C but   > > now this is done automatically on-the-fly. > > Works for me. Thanks! > For me too. However, multiple moving page up, page down, and then using slider I had

Re: Status.15x update

2006-11-29 Thread Bennett Helm
On Nov 29, 2006, at 9:10 AM, Abdelrazak Younes wrote: Abdelrazak Younes wrote: Kornel Benko wrote: Am Dienstag, 28. November 2006 16:20 schrieb Abdelrazak Younes: Abdelrazak Younes wrote: Bennett Helm wrote: 2. Crash: load User's Guide. Page down to the bottom, then page up several times.

Re: [Cvslog] r16101 - /lyx-devel/trunk/Status.15x

2006-11-29 Thread Peter Kümmel
Enrico Forestieri wrote: > On Wed, Nov 29, 2006 at 01:17:44PM +0100, Peter Kümmel wrote: >> Enrico Forestieri wrote: >>> On Wed, Nov 29, 2006 at 10:10:08AM -, [EMAIL PROTECTED] wrote: Author: kuemmel Date: Wed Nov 29 11:10:07 2006 New Revision: 16101 URL: http://www.lyx

Re: Status.15x update

2006-11-29 Thread Abdelrazak Younes
Abdelrazak Younes wrote: Kornel Benko wrote: Am Dienstag, 28. November 2006 16:20 schrieb Abdelrazak Younes: Abdelrazak Younes wrote: Bennett Helm wrote: 2. Crash: load User's Guide. Page down to the bottom, then page up several times. LyX crashes. Here's the backtrace: This is because I did

Re: r16085, fix wrong toolbar icon size.

2006-11-29 Thread Bennett Helm
On Nov 28, 2006, at 4:27 PM, Peter Kümmel wrote: Bennett Helm wrote: On Nov 28, 2006, at 4:02 PM, Peter Kümmel wrote: Bennett Helm wrote: OSX typically has 2 icon sizes that can be selected -- normal and small. By my lights, the trouble with the icons in 1.5 is not that the icons thems

Re: Changeable icon size

2006-11-29 Thread Edwin Leuven
Michael Gerz wrote: What is the standard icon size for KDE/Windows applications? There are four sizes of Windows icons—48 × 48, 32 × 32, 24 × 24, and 16 × 16 pixels. more info here: http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnwxp/html/winxpicons.asp Starting with v

Re: [PATCH for mac] Re: Alpha 2 - Plan for action

2006-11-29 Thread Abdelrazak Younes
Jean-Marc Lasgouttes wrote: I am beginning to wonder whether we should disable all menu merging, as Qt/Mac allows us to do. I think this is a sound solution, at least for 1.5.0. Abdel.

Re: [patch] \clearpage and \cleardoublepage support

2006-11-29 Thread Abdelrazak Younes
Georg Baum wrote: Abdelrazak Younes wrote: But shouldn't that be the goal? I mean, it would make a lot of sense to me if tex2lyx used the LyX memory model by filling in inset by inset a lyx::Buffer. It would be interesting to try that out. It would certainly require some work, e.g. tex2lyx do

Re: [PATCH for mac] Re: Alpha 2 - Plan for action

2006-11-29 Thread Bennett Helm
On Nov 29, 2006, at 8:45 AM, Jean-Marc Lasgouttes wrote: I looked at the part about menus merging, and I am not very optimistic. First, we have a commented out part of code that reads /*#ifdef Q_WS_MACX // These translations are meant to break Qt/Mac menu merging // algorithm on

Re: [patch] \clearpage and \cleardoublepage support

2006-11-29 Thread Georg Baum
Abdelrazak Younes wrote: > But shouldn't that be the goal? I mean, it would make a lot of sense to > me if tex2lyx used the LyX memory model by filling in inset by inset a > lyx::Buffer. It would be interesting to try that out. It would certainly require some work, e.g. tex2lyx does not interpret

Re: [PATCH for mac] Re: Alpha 2 - Plan for action

2006-11-29 Thread Jean-Marc Lasgouttes
> "Bennett" == Bennett Helm <[EMAIL PROTECTED]> writes: Bennett> On Nov 29, 2006, at 4:07 AM, Jean-Marc Lasgouttes wrote: >>> "Bennett" == Bennett Helm <[EMAIL PROTECTED]> writes: >> Thanks. Bennett, does the following patch restore dropping files on dock? >> Bennett> Yes. >> An

Re: [patch] \clearpage and \cleardoublepage support

2006-11-29 Thread Abdelrazak Younes
Georg Baum wrote: Abdelrazak Younes wrote: José Matos wrote: My purpose is to do this for 1.6, I do not intend to start from scratch (that would be madness) but to use different available tools, that I have described in other messages. Indeed. The difference between you (José) and me is th

Re: [PATCH for mac] Re: Alpha 2 - Plan for action

2006-11-29 Thread Bennett Helm
On Nov 29, 2006, at 4:07 AM, Jean-Marc Lasgouttes wrote: "Bennett" == Bennett Helm <[EMAIL PROTECTED]> writes: Thanks. Bennett, does the following patch restore dropping files on dock? Bennett> Yes. And double-clicking on lyx file in the finder also works? Yes. Bennett

Re: [patch] \clearpage and \cleardoublepage support

2006-11-29 Thread Georg Baum
José Matos wrote: > On Monday 27 November 2006 4:07 pm, Ozgur Ugras BARAN wrote: >> It would be better put >> this patch now (If Jose approves), so there will be no file format >> change for lyx-1.5 series. >> >> Thanks a lot. > > What do Georg and Bo think about this patch? I don't like LFUN

Re: [patch] \clearpage and \cleardoublepage support

2006-11-29 Thread Georg Baum
Abdelrazak Younes wrote: > José Matos wrote: >> My purpose is to do this for 1.6, I do not intend to start from scratch >> (that would be madness) but to use different available tools, that I have >> described in other messages. Indeed. The difference between you (José) and me is that I doubt t

Re: [Cvslog] r16101 - /lyx-devel/trunk/Status.15x

2006-11-29 Thread Enrico Forestieri
On Wed, Nov 29, 2006 at 01:17:44PM +0100, Peter Kümmel wrote: > Enrico Forestieri wrote: > > On Wed, Nov 29, 2006 at 10:10:08AM -, [EMAIL PROTECTED] wrote: > >> Author: kuemmel > >> Date: Wed Nov 29 11:10:07 2006 > >> New Revision: 16101 > >> > >> URL: http://www.lyx.org/trac/changeset/16101 >

Re: r16095 - /lyx-devel/trunk/Status.15x

2006-11-29 Thread Abdelrazak Younes
Enrico Forestieri wrote: On Wed, Nov 29, 2006 at 12:46:22PM +0100, Peter Kümmel wrote: Same for Qt3, maybe it has worked with Qt3 because of Enrico's Qt/Win32/X11/cygwin version. Nope. It also works with the official 1.4.3-5 build by Joost using MSVC. This is a bad regression of Qt4 with res

Re: r16095 - /lyx-devel/trunk/Status.15x

2006-11-29 Thread Enrico Forestieri
On Wed, Nov 29, 2006 at 12:46:22PM +0100, Peter Kümmel wrote: > Same for Qt3, maybe it has worked with Qt3 because of Enrico's > Qt/Win32/X11/cygwin version. Nope. It also works with the official 1.4.3-5 build by Joost using MSVC. This is a bad regression of Qt4 with respect to Qt3. -- Enrico

Re: [patch] \clearpage and \cleardoublepage support

2006-11-29 Thread Jean-Marc Lasgouttes
> "Abdelrazak" == Abdelrazak Younes <[EMAIL PROTECTED]> writes: >> Sure, I have never said the opposite. My purpose is also not to >> discourage anyone from improving tex2lyx, an healthy competition is >> always in our best interest. Abdelrazak> Well, I'd rather let Georg concentrate his fre

Re: [Cvslog] r16101 - /lyx-devel/trunk/Status.15x

2006-11-29 Thread Peter Kümmel
Enrico Forestieri wrote: > On Wed, Nov 29, 2006 at 10:10:08AM -, [EMAIL PROTECTED] wrote: >> Author: kuemmel >> Date: Wed Nov 29 11:10:07 2006 >> New Revision: 16101 >> >> URL: http://www.lyx.org/trac/changeset/16101 >> Log: >> Windows doesn't support the geometry option > [...] >> +* The -geom

Re: [Cvslog] r16101 - /lyx-devel/trunk/Status.15x

2006-11-29 Thread Enrico Forestieri
On Wed, Nov 29, 2006 at 10:10:08AM -, [EMAIL PROTECTED] wrote: > Author: kuemmel > Date: Wed Nov 29 11:10:07 2006 > New Revision: 16101 > > URL: http://www.lyx.org/trac/changeset/16101 > Log: > Windows doesn't support the geometry option [...] > +* The -geometry option doesn't work on Windows

Re: r16095 - /lyx-devel/trunk/Status.15x

2006-11-29 Thread Peter Kümmel
Am Mittwoch, 29. November 2006 12:31 schrieb Abdelrazak Younes: > Peter Kümmel wrote: > > Am Mittwoch, 29. November 2006 11:40 schrieb Enrico Forestieri: > >> On Wed, Nov 29, 2006 at 09:50:51AM +0100, Peter Kümmel wrote: > >>> The geometry option is a feature of the linux windows > >>> manager/x-se

Re: r16095 - /lyx-devel/trunk/Status.15x

2006-11-29 Thread Abdelrazak Younes
Peter Kümmel wrote: Am Mittwoch, 29. November 2006 11:40 schrieb Enrico Forestieri: On Wed, Nov 29, 2006 at 09:50:51AM +0100, Peter Kümmel wrote: The geometry option is a feature of the linux windows manager/x-server(?), and is not availabale on Windows. Are you sure? The Qt3 frontend handles

Re: [patch] \clearpage and \cleardoublepage support

2006-11-29 Thread Abdelrazak Younes
José Matos wrote: On Wednesday 29 November 2006 7:32 am, Abdelrazak Younes wrote: Here is my view of the subject FWIW: The problem is that you are discouraging Georg and probably other to further update tex2lyx. I can personally can see the advantages of a python implementation (easier maintenan

Re: r16095 - /lyx-devel/trunk/Status.15x

2006-11-29 Thread Peter Kümmel
Am Mittwoch, 29. November 2006 11:40 schrieb Enrico Forestieri: > On Wed, Nov 29, 2006 at 09:50:51AM +0100, Peter Kümmel wrote: > > The geometry option is a feature of the linux windows > > manager/x-server(?), and is not availabale on Windows. > > Are you sure? The Qt3 frontend handles it pretty g

Re: r16086 - /lyx-devel/trunk/src/support/docstring.C

2006-11-29 Thread Enrico Forestieri
On Wed, Nov 29, 2006 at 10:09:48AM +0100, Georg Baum wrote: > Enrico Forestieri wrote: > > > Note that it would suffice appending any character not being part of > > the current numpunct facet, so the '\0' is pretty ok. > > If it works... (but I would have used a space, '\0' can be surprising).

Re: lyx to word conversion

2006-11-29 Thread Jean-Marc Lasgouttes
> "José" == José Matos <[EMAIL PROTECTED]> writes: >> It is not difficult to produce some lyx-specific XML format but it >> would be much better if this XML format can be used exchangeable >> with some other applications/standards like ooffice, docbook or >> even MS Word. I mean, if there are

Re: [patch] \clearpage and \cleardoublepage support

2006-11-29 Thread José Matos
On Wednesday 29 November 2006 7:32 am, Abdelrazak Younes wrote: > > Here is my view of the subject FWIW: The problem is that you are > discouraging Georg and probably other to further update tex2lyx. I can > personally can see the advantages of a python implementation (easier > maintenance, easier

Re: [patch] \clearpage and \cleardoublepage support

2006-11-29 Thread José Matos
On Monday 27 November 2006 4:07 pm, Ozgur Ugras BARAN wrote: > It would be better put > this patch now (If Jose approves), so there will be no file format > change for lyx-1.5 series. > > Thanks a lot. What do Georg and Bo think about this patch? I don't have a problem with the file format c

Re: lyx to word conversion

2006-11-29 Thread José Matos
On Tuesday 28 November 2006 9:30 pm, Bo Peng wrote: > > I think there's hope that in the future people will rather require Open > > Doc Format files instead of Word. Then it would be great if Lyx could > > export ODF easily. Maybe the planned XML file format will help...? > > Lars seems to be doing

Re: r16095 - /lyx-devel/trunk/Status.15x

2006-11-29 Thread Enrico Forestieri
On Wed, Nov 29, 2006 at 09:50:51AM +0100, Peter Kümmel wrote: > The geometry option is a feature of the linux windows manager/x-server(?), > and is not availabale on Windows. Are you sure? The Qt3 frontend handles it pretty good on Windows, too. > Currently only the geometry option is passed wit

Re: Changeable icon size

2006-11-29 Thread Peter Kümmel
Peter Kümmel wrote: > Jean-Marc Lasgouttes wrote: >>> "Peter" == Peter Kümmel <[EMAIL PROTECTED]> writes: What is your favourite size, BTW? >> Peter> I think 26 for the normal size and 20 for the small size should >> Peter> be ok on Windows. >> >> Peter> The Qt default is 24, but it seems

Re: Changeable icon size

2006-11-29 Thread Peter Kümmel
Jean-Marc Lasgouttes wrote: >> "Peter" == Peter Kümmel <[EMAIL PROTECTED]> writes: > >>> What is your favourite size, BTW? > > Peter> I think 26 for the normal size and 20 for the small size should > Peter> be ok on Windows. > > Peter> The Qt default is 24, but it seems too small for some ma

Re: Changeable icon size

2006-11-29 Thread Jean-Marc Lasgouttes
> "Peter" == Peter Kümmel <[EMAIL PROTECTED]> writes: >> What is your favourite size, BTW? Peter> I think 26 for the normal size and 20 for the small size should Peter> be ok on Windows. Peter> The Qt default is 24, but it seems too small for some math Peter> icons, see the math_24.png. Pet

Re: [Cvslog] r16094 - /lyx-devel/trunk/src/lyx_main.C

2006-11-29 Thread Enrico Forestieri
On Wed, Nov 29, 2006 at 09:53:29AM +0100, [EMAIL PROTECTED] wrote: > On Wed, 29 Nov 2006, Enrico Forestieri wrote: > > > $ ./src/lyx-qt4.exe -dbg info -geometry 800x600+100+30 > > Setting debug level to info > > Debugging `info' (General information) > > Wrong command line option `-geometry'. Exit

Re: Changeable icon size

2006-11-29 Thread Peter Kümmel
I've checked in a patch which adds a tool bar popup with three icon sizes: small, normal, big. Default is normal, and should look like lyx 1.4. At the moment we don't have SVG icons, also the icons don't have all the same size, so I think this is the best we could do for now. Peter

Re: Two problems noticed testing lyx-1.5 on linux

2006-11-29 Thread Helge Hafting
Abdelrazak Younes wrote: Helge Hafting wrote: After a couple of hours testing yesterday's lyx-1.5, two problems stand out: * I can move the cursor out of the window! Normally, lyx scrolls down when the cursor is on the last line in the main window and I press down arrow. Now, the cursor

Re: [PATCH] bug 2850: unable to spellcheck norwegian - nice patch but other trouble

2006-11-29 Thread Jean-Marc Lasgouttes
> "Helge" == Helge Hafting <[EMAIL PROTECTED]> writes: Helge> I now get correct spellchecking - for words which happens to be Helge> ascii-only. This patch is a success. Helge> I guess this is a well-known unicode problem, but anyway: Both Helge> encodings are bad: LANG=nb_NO.UTF-8 LANG=nb_NO

Re: [PATCH] bug 2850: unable to spellcheck norwegian - nice patch but other trouble

2006-11-29 Thread Helge Hafting
Jean-Marc Lasgouttes wrote: This trivial fix is going in now: we have to use nb_NO instead of no_NO, as we already to in po/. I now get correct spellchecking - for words which happens to be ascii-only. This patch is a success. I guess this is a well-known unicode problem, but anyway: Both en

Re: [patch] \clearpage and \cleardoublepage support

2006-11-29 Thread Georg Baum
Bo Peng wrote: > Seriously, tex2lyx is rarely used (so speed is not an issue) and > involves a lot of string handling. Python seems to be a much better > language for this purpose than C++. That is not the question. Speed is really not an issue (and tex2lyx is slow for large documents because of

Re: [patch] \clearpage and \cleardoublepage support

2006-11-29 Thread Georg Baum
Abdelrazak Younes wrote: > You should clarify your plan IMHO. I asked for that clarification some time ago, and José said he plans to do that for 1.6. I don't care about the time frame. As long as he seriously plans to do that any work on tex2lyx apart from fixing very simple bugs is wasted. Ge

Re: [patch] \clearpage and \cleardoublepage support

2006-11-29 Thread Jean-Marc Lasgouttes
> "Abdelrazak" == Abdelrazak Younes <[EMAIL PROTECTED]> writes: Abdelrazak> Here is my view of the subject FWIW: The problem is that Abdelrazak> you are discouraging Georg and probably other to further Abdelrazak> update tex2lyx. Abdelrazak> Now, if your plan is really to do that RSN and you

Re: [patch] \clearpage and \cleardoublepage support

2006-11-29 Thread Jean-Marc Lasgouttes
> "Bo" == Bo Peng <[EMAIL PROTECTED]> writes: Bo> Seriously, tex2lyx is rarely used (so speed is not an issue) and Bo> involves a lot of string handling. There is not a lot of string handling. Whereas lyx2lyx works with search and replace, tex2lyx is a parser. I do not think the advantages o

Re: r16086 - /lyx-devel/trunk/src/support/docstring.C

2006-11-29 Thread Georg Baum
Enrico Forestieri wrote: > I did that. It turned out that the compiler num_get implementation > finishes like this: > > if (__beg == __end) > __err |= ios_base::eofbit; > return __beg; > > So, if there's nothing after the last character part of the number being > read, the eofbit is set, invalid

Re: [PATCH for mac] Re: Alpha 2 - Plan for action

2006-11-29 Thread Jean-Marc Lasgouttes
> "Bennett" == Bennett Helm <[EMAIL PROTECTED]> writes: >> Thanks. Bennett, does the following patch restore dropping files >> on dock? Bennett> Yes. And double-clicking on lyx file in the finder also works? JMarc

Re: [PATCH for mac] Re: Alpha 2 - Plan for action

2006-11-29 Thread Jean-Marc Lasgouttes
> "Abdelrazak" == Abdelrazak Younes <[EMAIL PROTECTED]> writes: >> Abdel, is the style of the event() method qt4-ly correct? Abdelrazak> It looks good to me. This is something that was on my TODO Abdelrazak> list for a _long_ time. Glad you did it. There's some more Abdelrazak> MAC code comme

Re: Changeable icon size

2006-11-29 Thread Peter Kümmel
Peter Kümmel wrote: > Jean-Marc Lasgouttes wrote: >>> "Peter" == Peter Kümmel <[EMAIL PROTECTED]> writes: >> Peter> But some people like smaller (sub-optimal-scaled) icons, it was >> Peter> already requested on the list. And nobody is forced to change >> Peter> the size when he doesn't like it.

Re: [Cvslog] r16094 - /lyx-devel/trunk/src/lyx_main.C

2006-11-29 Thread christian . ridderstrom
On Wed, 29 Nov 2006, Enrico Forestieri wrote: > $ ./src/lyx-qt4.exe -dbg info -geometry 800x600+100+30 > Setting debug level to info > Debugging `info' (General information) > Wrong command line option `-geometry'. Exiting. > Deleting tmp dir /tmp > Not deleting /tmp. Did it actually try to delet

Re: Changeable icon size

2006-11-29 Thread christian . ridderstrom
On Wed, 29 Nov 2006, Georg Baum wrote: > Peter Kümmel wrote: > > > The Qt default is 24, but it seems too small for some math icons, > > see the math_24.png. > > Yes, some math icons are too big (partly my doing, but I tought that > would be better than no icons at all). We really need somebody

Re: r16095 - /lyx-devel/trunk/Status.15x

2006-11-29 Thread Peter Kümmel
Abdelrazak Younes wrote: > [EMAIL PROTECTED] wrote: >> Author: forenr >> Date: Wed Nov 29 01:25:24 2006 >> New Revision: 16095 >> >> URL: http://www.lyx.org/trac/changeset/16095 >> Log: >> Add a regression to Status.15x >> >> Modified: >> lyx-devel/trunk/Status.15x >> >> Modified: lyx-devel/tru

Re: Changeable icon size

2006-11-29 Thread Georg Baum
Peter Kümmel wrote: > The Qt default is 24, but it seems too small for some math icons, > see the math_24.png. Yes, some math icons are too big (partly my doing, but I tought that would be better than no icons at all). We really need somebody to go over all icons and make them consistent. Georg

Re: configure fails on Solaris for lyx-1.5.0alpha1

2006-11-29 Thread Jean-Pierre Chrétien
Enrico Forestieri <[EMAIL PROTECTED]> writes: > > On Mon, Nov 27, 2006 at 09:03:00PM +0100, Jean-Marc Lasgouttes wrote: > > > > "Enrico" == Enrico Forestieri <[EMAIL PROTECTED]> writes: > > > > Enrico> I think you have an old version of Solaris. Solaris 10 comes > > Enrico> with gcc 3.4.3 a