RE: prevent backslash Escaping backslashes in CharStyles

2008-05-16 Thread Heidemeier Dr, Joachim
Hi Martin, unfortunately it doesn't work. Both on Windows (1.5.3) and on Linux (1.5.5) the following layout failed. Format 4 CharStyle ChemFormula LatexType Command LatexName BPChem PassThru1 LabelFont Family

Re: r24796 - /lyx-devel/trunk/src/frontends/qt4/GuiWorkArea.cpp

2008-05-16 Thread Abdelrazak Younes
[EMAIL PROTECTED] wrote: Author: sanda Date: Fri May 16 08:35:31 2008 New Revision: 24796 URL: http://www.lyx.org/trac/changeset/24796 Log: Compil fix. Sorry (and thanks). Abdel.

Re: Change bundled file directly? (Was: Summary to the individual embedding debate.)

2008-05-16 Thread Joost Verburg
rgheck wrote: All of this makes perfect sense if you understand the difference between bundling and wrapping. If you don't, then I'm sure it's very puzzling indeed. If it's even difficult to understand for developers, I'm afraid it is too complicated for most users. Would it not be

Re: [Cvslog] r24795 - in /lyx-devel/trunk/src/frontends/qt4: GuiView.c...

2008-05-16 Thread Pavel Sanda
[EMAIL PROTECTED] wrote: Author: younes Date: Fri May 16 01:55:00 2008 New Revision: 24795 URL: http://www.lyx.org/trac/changeset/24795 Log: add a hack to autohide the menubar in fullscreen mode for LyX specific shortcuts beginning with Alt. thank you Abdel. this looks better. there is

Re: prevent backslash Escaping backslashes in CharStyles

2008-05-16 Thread Martin Vermeer
On Fri, 16 May 2008 08:56:57 +0200 Heidemeier Dr, Joachim [EMAIL PROTECTED] wrote: Hi Martin, unfortunately it doesn't work. Both on Windows (1.5.3) and on Linux (1.5.5) the following layout failed. Format 4 CharStyle ChemFormula LatexType Command

Re: Problems Compiling LyX-1.5.5 on Mac: Help please!

2008-05-16 Thread Anders Ekberg
Well done! Works for me on a PPC (except for the view ps2pdf, but that is most likely my configuration). For the interested who like to create a universal on a PPC with 10.4, Bennett's script needs an altered flag: export CFLAGS=-isysroot /Developer/SDKs/MacOSX10.4u.sdk -arch i386 since the

Re: [Cvslog] r24795 - in /lyx-devel/trunk/src/frontends/qt4: GuiView.c...

2008-05-16 Thread Abdelrazak Younes
Pavel Sanda wrote: [EMAIL PROTECTED] wrote: Author: younes Date: Fri May 16 01:55:00 2008 New Revision: 24795 URL: http://www.lyx.org/trac/changeset/24795 Log: add a hack to autohide the menubar in fullscreen mode for LyX specific shortcuts beginning with Alt. thank you Abdel. this

Re: Assert in trunk: QList

2008-05-16 Thread Abdelrazak Younes
Bennett Helm wrote: In current 1.6, when choosing Edit Text Style Customized, I get: ASSERT failure in QListT::operator[]: index out of range, file /Users/bennett/lyx/qt-4.4-install/include/QtCore/qlist.h, line 401 I cannot reproduce this. Do you have a particular test case? Could you

Re: Completion popup crash with Qt 4.4

2008-05-16 Thread Abdelrazak Younes
Stefan Schimanski wrote: Hi! Has anybody seen a crash with the completion popup since switching to Qt 4.4? I get the following reproducibly using the popup in mathed: #0 0x951106e8 in objc_msgSend () #1 0x95ea5326 in CFRetain () #2 0x01df163a in QItemViewInterfaceFactory::element () #3

Re: [Cvslog] r24795 - in /lyx-devel/trunk/src/frontends/qt4: GuiView.c...

2008-05-16 Thread Pavel Sanda
Abdelrazak Younes wrote: thank you Abdel. this looks better. there is still problem with blinking on non menu shortcuts. What do you mean by blinking? Is it the same as this: say Alt+p cause perceptible flickering over the whole screen. yes. Too bad, on MS Vista it is not perceptible. I

Re: [Cvslog] r24795 - in /lyx-devel/trunk/src/frontends/qt4: GuiView.c...

2008-05-16 Thread Abdelrazak Younes
Abdelrazak Younes wrote: Pavel Sanda wrote: [EMAIL PROTECTED] wrote: Author: younes Date: Fri May 16 01:55:00 2008 New Revision: 24795 URL: http://www.lyx.org/trac/changeset/24795 Log: add a hack to autohide the menubar in fullscreen mode for LyX specific shortcuts beginning with Alt.

Re: Problems Compiling LyX-1.5.5 on Mac: Help please!

2008-05-16 Thread Konrad Hofbauer
Anders Ekberg wrote: Works for me on a PPC (except for the view ps2pdf, but that is most likely my configuration). Cool. For the interested who like to create a universal on a PPC with 10.4, Bennett's script needs an altered flag: export CFLAGS=-isysroot /Developer/SDKs/MacOSX10.4u.sdk

Re: [PATCH] Proposal for a new external template: gnuplot

2008-05-16 Thread Helge Hafting
José Matos wrote: On Thursday 15 May 2008 16:14:29 Koji Yokota wrote: I think it should be better checked by professionals, but I hope it is useful. How do you think? Historically the problem with gnuplot was the fact that is has not any sandboxing scheme. So it should be possible

Re: [PATCH] Proposal for a new external template: gnuplot

2008-05-16 Thread Koji Yokota
if it finds out the expression ^\s*system or ^\s*\!, it comments out the related lines. In addition, load function must be skipped because its content is not known to gnuplot.py. Also, we must consider the case that multiple commands exist in one line. Koji

Re: [PATCH] Proposal for a new external template: gnuplot

2008-05-16 Thread Koji Yokota
Helge Hafting wrote: Ouch. Could this be solved by having LyX refusing to use gnuplot file containing the system command? Or is it much more complicated? Helge Hafting Yeah right... If only shell execution can be a security hall (is this right?), we can comment out the related lines from

Re: Change bundled file directly? (Was: Summary to the individual embedding debate.)

2008-05-16 Thread Bo Peng
If it's even difficult to understand for developers, I'm afraid it is too complicated for most users. Would it not be sufficient to have a single bundling mode? I agree. I wrote a long email comparing the designs of two approaches (in the thread 'A solid implementation'). My design may be more

Re: Assert in trunk: QList

2008-05-16 Thread Bennett Helm
On Fri, May 16, 2008 at 4:03 AM, Abdelrazak Younes [EMAIL PROTECTED] wrote: Bennett Helm wrote: In current 1.6, when choosing Edit Text Style Customized, I get: ASSERT failure in QListT::operator[]: index out of range, file /Users/bennett/lyx/qt-4.4-install/include/QtCore/qlist.h, line

Re: Fullscreen and menubar on Mac? (was Re: Trunk won't compile)

2008-05-16 Thread Abdelrazak Younes
Bennett Helm wrote: By the way Bennett, I need to test the new menubar autoshowing/autohiding while in fullscreen. There's one thing I am not sure: what is the modifier key used in Mac to access the menubar ? Provided that this is the Alt key (as on Win and X11), could you

Re: [patch] fix bug 4826

2008-05-16 Thread Jürgen Spitzmüller
Uwe Stöhr wrote: Take the attached patch instead. a5paper and landscape are also valid general documentclass options. fine with me. Jürgen

Re: [Cvslog] r24789 - /lyx-devel/trunk/src/tex2lyx/preamble.cpp

2008-05-16 Thread Jürgen Spitzmüller
Uwe Stöhr wrote: Shouldn't we handle also oneside and onecolumn? No, when a user use this, this might have a reason we don't know. The default is aleady one column and one side, so leaving these options leads to the same output and the user can benefit from them in case he uses a

Re: Proposal for small change in the release procedure

2008-05-16 Thread Jürgen Spitzmüller
[EMAIL PROTECTED] wrote: I didn't find the text above that long, but I went with your line and added a single sentence. How about this draft: http://www.lyx.org/Download-Draft fine with me. Jürgen

Re: Problems Compiling LyX-1.5.5 on Mac: Help please!

2008-05-16 Thread Jürgen Spitzmüller
Konrad Hofbauer wrote: I finally succeeded building Mac binaries of LyX 1.5.5 using autoconf and a static Qt build - which still took a while, but went smoothly. Thanks to Bennett for holding hands! Please find them here: http://www2.spsc.tugraz.at/people/hofbauer/lyx/LyXMac155.zip Bennett,

Re: Proposal for small change in the release procedure

2008-05-16 Thread Joost Verburg
Jürgen Spitzmüller wrote: I didn't find the text above that long, but I went with your line and added a single sentence. How about this draft: http://www.lyx.org/Download-Draft fine with me. People who don't know what source code is definitely won't need it, so they can just ignore

bug 4861 (Joost?)

2008-05-16 Thread Jürgen Spitzmüller
Joost, are you aware of this bug? http://bugzilla.lyx.org/show_bug.cgi?id=4861 This seems to be an issue with your binary, since it is compiled against Qt 4.4. Jürgen PS.: your mailserver blocks my mails, that's why I'm using the list PPS.: it would help if you had a bugzilla account

Re: Problems Compiling LyX-1.5.5 on Mac: Help please!

2008-05-16 Thread Bennett Helm
On Thu, May 15, 2008 at 5:42 PM, Konrad Hofbauer [EMAIL PROTECTED] wrote: Dear all, I finally succeeded building Mac binaries of LyX 1.5.5 using autoconf and a static Qt build - which still took a while, but went smoothly. Thanks to Bennett for holding hands! Please find them here:

Re: Problems Compiling LyX-1.5.5 on Mac: Help please!

2008-05-16 Thread Bennett Helm
On Fri, May 16, 2008 at 9:23 AM, Jürgen Spitzmüller [EMAIL PROTECTED] wrote: Konrad Hofbauer wrote: I finally succeeded building Mac binaries of LyX 1.5.5 using autoconf and a static Qt build - which still took a while, but went smoothly. Thanks to Bennett for holding hands! Please

Re: bug 4861 (Joost?)

2008-05-16 Thread Abdelrazak Younes
Jürgen Spitzmüller wrote: Joost, are you aware of this bug? http://bugzilla.lyx.org/show_bug.cgi?id=4861 This seems to be an issue with your binary, since it is compiled against Qt 4.4. Jürgen PS.: your mailserver blocks my mails, that's why I'm using the list Aha... that might be

Re: Problems Compiling LyX-1.5.5 on Mac: Help please!

2008-05-16 Thread Anders Ekberg
Works like a charm on PPC with 10.5 (sorry, no Intel available a.t.m.). Anders On 16 maj 2008, at 15.44, Bennett Helm wrote: On Thu, May 15, 2008 at 5:42 PM, Konrad Hofbauer [EMAIL PROTECTED] wrote: Dear all, I finally succeeded building Mac binaries of LyX 1.5.5 using autoconf and a

Re: Problems Compiling LyX-1.5.5 on Mac: Help please!

2008-05-16 Thread Bennett Helm
On Fri, May 16, 2008 at 9:23 AM, Jürgen Spitzmüller [EMAIL PROTECTED] wrote: Konrad Hofbauer wrote: I finally succeeded building Mac binaries of LyX 1.5.5 using autoconf and a static Qt build - which still took a while, but went smoothly. Thanks to Bennett for holding hands! Please

Re: Problems Compiling LyX-1.5.5 on Mac: Help please!

2008-05-16 Thread Konrad Hofbauer
Bennett Helm wrote: http://edisk.fandm.edu/bennett.helm/LyX/LyX-1.5.5-Mac-Universal.dmg Konrad and Anders: please test to make sure it works, and then I'll have Jürgen post it on the official server. Also looks good for me, so far. I will still try to compile against the SDK at some point,

make check

2008-05-16 Thread Pavel Sanda
Abdel, because of changes in src/support/tests/check_filetools.cpp ( http://www.lyx.org/trac/changeset/21817 ) our make check fails from obvious reasons - it returns absolute paths which can't be never equal to http://www.lyx.org/trac/browser/lyx-devel/trunk/src/support/tests/regfiles/filetools

trunk doesn't compile with Qt 4.2.1

2008-05-16 Thread Dov Feldstern
Hi! I'm getting the following error on linux, qt 4.2.1: GuiApplication.cpp: In member function 'QAbstractItemModel* lyx::frontend::GuiApplication::languageModel()': GuiApplication.cpp:479: error: 'class QSortFilterProxyModel' has no member named 'setSortLocaleAware' Thanks! Dov (Sorry if

Re: Problems Compiling LyX-1.5.5 on Mac: Help please!

2008-05-16 Thread Bennett Helm
On Fri, May 16, 2008 at 10:11 AM, Bennett Helm [EMAIL PROTECTED] wrote: Great. Jürgen, could you now post it? Once you do that, I'll announce it on the User's list. One more thing: I'm editing the Mac wiki page to point to the official download page. But I don't have the password to edit the

Re: trunk doesn't compile with Qt 4.2.1

2008-05-16 Thread Pavel Sanda
Dov Feldstern wrote: I'm getting the following error on linux, qt 4.2.1: unfortunatelly 4.3 thing :( some ifdefs will be needed. GuiApplication.cpp: In member function 'QAbstractItemModel* lyx::frontend::GuiApplication::languageModel()': GuiApplication.cpp:479: error: 'class

Re: make check

2008-05-16 Thread Abdelrazak Younes
Pavel Sanda wrote: Abdel, because of changes in src/support/tests/check_filetools.cpp ( http://www.lyx.org/trac/changeset/21817 ) our make check fails from obvious reasons - it returns absolute paths which can't be never equal to

Re: trunk doesn't compile with Qt 4.2.1

2008-05-16 Thread Abdelrazak Younes
Dov Feldstern wrote: Hi! I'm getting the following error on linux, qt 4.2.1: GuiApplication.cpp: In member function 'QAbstractItemModel* lyx::frontend::GuiApplication::languageModel()': GuiApplication.cpp:479: error: 'class QSortFilterProxyModel' has no member named 'setSortLocaleAware'

Re: Problems Compiling LyX-1.5.5 on Mac: Help please!

2008-05-16 Thread Bennett Helm
On Fri, May 16, 2008 at 10:06 AM, Konrad Hofbauer [EMAIL PROTECTED] wrote: Bennett Helm wrote: http://edisk.fandm.edu/bennett.helm/LyX/LyX-1.5.5-Mac-Universal.dmg Konrad and Anders: please test to make sure it works, and then I'll have Jürgen post it on the official server. Also looks

Re: [Cvslog] r24802 - /lyx-devel/trunk/src/frontends/qt4/GuiApplicatio...

2008-05-16 Thread Dov Feldstern
[EMAIL PROTECTED] wrote: Author: younes Date: Fri May 16 16:30:46 2008 New Revision: 24802 URL: http://www.lyx.org/trac/changeset/24802 Log: Compil fix for Qt4.2 Great, thanks Abdel!

Re: Change bundled file directly? (Was: Summary to the individual embedding debate.)

2008-05-16 Thread Bo Peng
So, if a user turns off 'compression', will $TEMP_DIR/filename.lyxdir be moved to $DOC_DIR/filename.lyxdir? Unless such a directory exists, in which case it'll be moved to a new empty directory, just as on your proposal. But of course, if you think something else should happen, it could.

Re: bug 4861 (Joost?)

2008-05-16 Thread Joost Verburg
Jürgen Spitzmüller wrote: are you aware of this bug? http://bugzilla.lyx.org/show_bug.cgi?id=4861 I've tested with both XP and Vista, but cannot reproduce it. The comments in the bug report regarding the installation procedure are incorrect. When using the official installer, there is no

Re: Problems Compiling LyX-1.5.5 on Mac: Help please!

2008-05-16 Thread Jürgen Spitzmüller
Bennett Helm wrote: Great. Jürgen, could you now post it? Once you do that, I'll announce it on the User's list. I've uploaded it. One more thing: I'm editing the Mac wiki page to point to the official download page. But I don't have the password to edit the official download page

Re: bug 4861 (Joost?)

2008-05-16 Thread Joost Verburg
Abdelrazak Younes wrote: Aha... that might be the reason why Joost often leave mails unanswered :-) AFAIK I have answered all mails. Please send it again if you are waiting for an answer :) PPS: did you see Kevin Atkinson request? Yes, but I don't have time for it right now. Joost

Re: bug 4861 (Joost?)

2008-05-16 Thread Jürgen Spitzmüller
Joost Verburg wrote: I've tested with both XP and Vista, but cannot reproduce it. The comments in the bug report regarding the installation procedure are incorrect. When using the official installer, there is no need to uninstall a previous version before installing a new one. So

Re: [Cvslog] r24795 - in /lyx-devel/trunk/src/frontends/qt4: GuiView.c...

2008-05-16 Thread Pavel Sanda
Abdelrazak Younes wrote: Too bad, on MS Vista it is not perceptible. I hope it was the same on X11. By the way, did you test this in release mode (without stdlib-debug and -O2)? i use only --disable-stdlib-debug --disable-debug pavel

Re: Problems Compiling LyX-1.5.5 on Mac: Help please!

2008-05-16 Thread Bennett Helm
On Fri, May 16, 2008 at 11:27 AM, Jürgen Spitzmüller [EMAIL PROTECTED] wrote: Bennett Helm wrote: Great. Jürgen, could you now post it? Once you do that, I'll announce it on the User's list. I've uploaded it. One more thing: I'm editing the Mac wiki page to point to the official

Re: [patch] new Python csv2lyx importer

2008-05-16 Thread José Matos
On Friday 16 May 2008 01:12:14 Uwe Stöhr wrote: Instead of using our method to decide what is the column delimiter I have used the csv sniffer (that is the method name, not my fault). :-) The sniffer works with all my test documents, also the ones generated by Excel, but you forgot to

Re: Plans for alpha3

2008-05-16 Thread Pavel Sanda
José Matos wrote: I have not done that yet as I am fighting make distcheck. The purpose to this release is just to guarantee we have a build mechanism that is working. For the moment make distcheck is failing, I would like it work before releasing alpha 3. All help is

Re: [Cvslog] r24789 - /lyx-devel/trunk/src/tex2lyx/preamble.cpp

2008-05-16 Thread Uwe Stöhr
I don't understand. There are classes that have twoside and/or twocolumns as default, so oneside and onecolumn need to be handled as well. When the document default it twocolumn, we must leave the onecolumn option untouched. Then this option is set to the document class options in LyX as this

Re: [patch] fix bug 4826

2008-05-16 Thread Uwe Stöhr
fine with me. I've put it to trunk. For technical reasons, the support for \geometry can only be added at once. As the paper size part is not fixable in branch due to bug 4868 that requires a fileformat change, In only backport the support for the documentclass option landscape to branch and

[PATCH] GuiCompeter problems with qt 4.2.x

2008-05-16 Thread Bernhard Roider
Hello Stefan, today i finally found some time to investigate the problem we discussed at the beginning of march concerning the completion list: rtl text does not work and icons are not displayed for math symbols. Here is a patch that solves that issue for me using qt 4.2.3. There are two

RE: prevent backslash Escaping backslashes in CharStyles

2008-05-16 Thread Heidemeier Dr, Joachim
Hi Martin, unfortunately it doesn't work. Both on Windows (1.5.3) and on Linux (1.5.5) the following layout failed. Format 4 CharStyle ChemFormula LatexType Command LatexName BPChem PassThru1 LabelFont Family

Re: r24796 - /lyx-devel/trunk/src/frontends/qt4/GuiWorkArea.cpp

2008-05-16 Thread Abdelrazak Younes
[EMAIL PROTECTED] wrote: Author: sanda Date: Fri May 16 08:35:31 2008 New Revision: 24796 URL: http://www.lyx.org/trac/changeset/24796 Log: Compil fix. Sorry (and thanks). Abdel.

Re: Change bundled file directly? (Was: Summary to the individual embedding debate.)

2008-05-16 Thread Joost Verburg
rgheck wrote: All of this makes perfect sense if you understand the difference between bundling and wrapping. If you don't, then I'm sure it's very puzzling indeed. If it's even difficult to understand for developers, I'm afraid it is too complicated for most users. Would it not be

Re: [Cvslog] r24795 - in /lyx-devel/trunk/src/frontends/qt4: GuiView.c...

2008-05-16 Thread Pavel Sanda
[EMAIL PROTECTED] wrote: > Author: younes > Date: Fri May 16 01:55:00 2008 > New Revision: 24795 > > URL: http://www.lyx.org/trac/changeset/24795 > Log: > add a hack to autohide the menubar in fullscreen mode for LyX specific > shortcuts beginning with Alt. thank you Abdel. this looks better.

Re: prevent backslash Escaping backslashes in CharStyles

2008-05-16 Thread Martin Vermeer
On Fri, 16 May 2008 08:56:57 +0200 "Heidemeier Dr, Joachim" <[EMAIL PROTECTED]> wrote: > Hi Martin, > unfortunately it doesn't work. Both on Windows (1.5.3) and on Linux (1.5.5) > the following layout failed. > > Format 4 > CharStyle ChemFormula > LatexType Command >

Re: Problems Compiling LyX-1.5.5 on Mac: Help please!

2008-05-16 Thread Anders Ekberg
Well done! Works for me on a PPC (except for the view ps2pdf, but that is most likely my configuration). For the interested who like to create a universal on a PPC with 10.4, Bennett's script needs an altered flag: export CFLAGS="-isysroot /Developer/SDKs/MacOSX10.4u.sdk -arch i386" since

Re: [Cvslog] r24795 - in /lyx-devel/trunk/src/frontends/qt4: GuiView.c...

2008-05-16 Thread Abdelrazak Younes
Pavel Sanda wrote: [EMAIL PROTECTED] wrote: Author: younes Date: Fri May 16 01:55:00 2008 New Revision: 24795 URL: http://www.lyx.org/trac/changeset/24795 Log: add a hack to autohide the menubar in fullscreen mode for LyX specific shortcuts beginning with Alt. thank you Abdel. this

Re: Assert in trunk: QList

2008-05-16 Thread Abdelrazak Younes
Bennett Helm wrote: In current 1.6, when choosing Edit > Text Style > Customized, I get: ASSERT failure in QList::operator[]: "index out of range", file /Users/bennett/lyx/qt-4.4-install/include/QtCore/qlist.h, line 401 I cannot reproduce this. Do you have a particular test case? Could you

Re: Completion popup crash with Qt 4.4

2008-05-16 Thread Abdelrazak Younes
Stefan Schimanski wrote: Hi! Has anybody seen a crash with the completion popup since switching to Qt 4.4? I get the following reproducibly using the popup in mathed: #0 0x951106e8 in objc_msgSend () #1 0x95ea5326 in CFRetain () #2 0x01df163a in QItemViewInterfaceFactory::element () #3

Re: [Cvslog] r24795 - in /lyx-devel/trunk/src/frontends/qt4: GuiView.c...

2008-05-16 Thread Pavel Sanda
Abdelrazak Younes wrote: >> thank you Abdel. this looks better. >> there is still problem with blinking on non menu shortcuts. >> > What do you mean by blinking? Is it the same as this: >> say Alt+p cause perceptible flickering over the whole screen. yes. > Too bad, on MS Vista it is not

Re: [Cvslog] r24795 - in /lyx-devel/trunk/src/frontends/qt4: GuiView.c...

2008-05-16 Thread Abdelrazak Younes
Abdelrazak Younes wrote: Pavel Sanda wrote: [EMAIL PROTECTED] wrote: Author: younes Date: Fri May 16 01:55:00 2008 New Revision: 24795 URL: http://www.lyx.org/trac/changeset/24795 Log: add a hack to autohide the menubar in fullscreen mode for LyX specific shortcuts beginning with Alt.

Re: Problems Compiling LyX-1.5.5 on Mac: Help please!

2008-05-16 Thread Konrad Hofbauer
Anders Ekberg wrote: Works for me on a PPC (except for the view ps2pdf, but that is most likely my configuration). Cool. For the interested who like to create a universal on a PPC with 10.4, Bennett's script needs an altered flag: export CFLAGS="-isysroot /Developer/SDKs/MacOSX10.4u.sdk

Re: [PATCH] Proposal for a new external template: gnuplot

2008-05-16 Thread Helge Hafting
José Matos wrote: On Thursday 15 May 2008 16:14:29 Koji Yokota wrote: I think it should be better checked by professionals, but I hope it is useful. How do you think? Historically the problem with gnuplot was the fact that is has not any sandboxing scheme. So it should be possible

Re: [PATCH] Proposal for a new external template: gnuplot

2008-05-16 Thread Koji Yokota
if it finds out the expression "^\s*system" or "^\s*\!", it comments out the related lines. In addition, "load" function must be skipped because its content is not known to gnuplot.py. Also, we must consider the case that multiple commands exist in one line. Koji

Re: [PATCH] Proposal for a new external template: gnuplot

2008-05-16 Thread Koji Yokota
Helge Hafting wrote: Ouch. Could this be solved by having LyX refusing to use gnuplot file containing the "system" command? Or is it much more complicated? Helge Hafting Yeah right... If only shell execution can be a security hall (is this right?), we can comment out the related lines from

Re: Change bundled file directly? (Was: Summary to the individual embedding debate.)

2008-05-16 Thread Bo Peng
> If it's even difficult to understand for developers, I'm afraid it is too > complicated for most users. Would it not be sufficient to have a single > bundling mode? I agree. I wrote a long email comparing the designs of two approaches (in the thread 'A solid implementation'). My design may be

Re: Assert in trunk: QList

2008-05-16 Thread Bennett Helm
On Fri, May 16, 2008 at 4:03 AM, Abdelrazak Younes <[EMAIL PROTECTED]> wrote: > Bennett Helm wrote: > >> In current 1.6, when choosing Edit > Text Style > Customized, I get: >> >> ASSERT failure in QList::operator[]: "index out of range", file >>

Re: Fullscreen and menubar on Mac? (was Re: Trunk won't compile)

2008-05-16 Thread Abdelrazak Younes
Bennett Helm wrote: By the way Bennett, I need to test the new menubar autoshowing/autohiding while in fullscreen. There's one thing I am not sure: what is the modifier key used in Mac to access the menubar ? Provided that this is the Alt key (as on Win and X11), could you

Re: [patch] fix bug 4826

2008-05-16 Thread Jürgen Spitzmüller
Uwe Stöhr wrote: > Take the attached patch instead. a5paper and landscape are also valid > general documentclass options. fine with me. Jürgen

Re: [Cvslog] r24789 - /lyx-devel/trunk/src/tex2lyx/preamble.cpp

2008-05-16 Thread Jürgen Spitzmüller
Uwe Stöhr wrote: > > Shouldn't we handle also oneside and onecolumn? > > No, when a user use this, this might have a reason we don't know. The > default is aleady one column and one side, so leaving these options leads > to the same output and the user can benefit from them in case he uses a >

Re: Proposal for small change in the release procedure

2008-05-16 Thread Jürgen Spitzmüller
[EMAIL PROTECTED] wrote: > I didn't find the text above that long, but I went with your line and > added a single sentence. How about this draft: > http://www.lyx.org/Download-Draft fine with me. Jürgen

Re: Problems Compiling LyX-1.5.5 on Mac: Help please!

2008-05-16 Thread Jürgen Spitzmüller
Konrad Hofbauer wrote: > I finally succeeded building Mac binaries of LyX 1.5.5 using autoconf > and a static Qt build - which still took a while, but went smoothly. > Thanks to Bennett for holding hands! > > Please find them here: >

Re: Proposal for small change in the release procedure

2008-05-16 Thread Joost Verburg
Jürgen Spitzmüller wrote: I didn't find the text above that long, but I went with your line and added a single sentence. How about this draft: http://www.lyx.org/Download-Draft fine with me. People who don't know what source code is definitely won't need it, so they can just ignore

bug 4861 (Joost?)

2008-05-16 Thread Jürgen Spitzmüller
Joost, are you aware of this bug? http://bugzilla.lyx.org/show_bug.cgi?id=4861 This seems to be an issue with your binary, since it is compiled against Qt 4.4. Jürgen PS.: your mailserver blocks my mails, that's why I'm using the list PPS.: it would help if you had a bugzilla account

Re: Problems Compiling LyX-1.5.5 on Mac: Help please!

2008-05-16 Thread Bennett Helm
On Thu, May 15, 2008 at 5:42 PM, Konrad Hofbauer <[EMAIL PROTECTED]> wrote: > Dear all, > > I finally succeeded building Mac binaries of LyX 1.5.5 using autoconf and a > static Qt build - which still took a while, but went smoothly. > Thanks to Bennett for holding hands! > > Please find them

Re: Problems Compiling LyX-1.5.5 on Mac: Help please!

2008-05-16 Thread Bennett Helm
On Fri, May 16, 2008 at 9:23 AM, Jürgen Spitzmüller < [EMAIL PROTECTED]> wrote: > Konrad Hofbauer wrote: > > I finally succeeded building Mac binaries of LyX 1.5.5 using autoconf > > and a static Qt build - which still took a while, but went smoothly. > > Thanks to Bennett for holding hands! > >

Re: bug 4861 (Joost?)

2008-05-16 Thread Abdelrazak Younes
Jürgen Spitzmüller wrote: Joost, are you aware of this bug? http://bugzilla.lyx.org/show_bug.cgi?id=4861 This seems to be an issue with your binary, since it is compiled against Qt 4.4. Jürgen PS.: your mailserver blocks my mails, that's why I'm using the list Aha... that might be

Re: Problems Compiling LyX-1.5.5 on Mac: Help please!

2008-05-16 Thread Anders Ekberg
Works like a charm on PPC with 10.5 (sorry, no Intel available a.t.m.). Anders On 16 maj 2008, at 15.44, Bennett Helm wrote: On Thu, May 15, 2008 at 5:42 PM, Konrad Hofbauer <[EMAIL PROTECTED] > wrote: Dear all, I finally succeeded building Mac binaries of LyX 1.5.5 using autoconf and

Re: Problems Compiling LyX-1.5.5 on Mac: Help please!

2008-05-16 Thread Bennett Helm
On Fri, May 16, 2008 at 9:23 AM, Jürgen Spitzmüller < [EMAIL PROTECTED]> wrote: > Konrad Hofbauer wrote: > > I finally succeeded building Mac binaries of LyX 1.5.5 using autoconf > > and a static Qt build - which still took a while, but went smoothly. > > Thanks to Bennett for holding hands! > >

Re: Problems Compiling LyX-1.5.5 on Mac: Help please!

2008-05-16 Thread Konrad Hofbauer
Bennett Helm wrote: Konrad and Anders: please test to make sure it works, and then I'll have Jürgen post it on the official server. Also looks good for me, so far. I will still try to compile against the SDK at some

make check

2008-05-16 Thread Pavel Sanda
Abdel, because of changes in src/support/tests/check_filetools.cpp ( http://www.lyx.org/trac/changeset/21817 ) our make check fails from obvious reasons - it returns absolute paths which can't be never equal to http://www.lyx.org/trac/browser/lyx-devel/trunk/src/support/tests/regfiles/filetools

trunk doesn't compile with Qt 4.2.1

2008-05-16 Thread Dov Feldstern
Hi! I'm getting the following error on linux, qt 4.2.1: GuiApplication.cpp: In member function 'QAbstractItemModel* lyx::frontend::GuiApplication::languageModel()': GuiApplication.cpp:479: error: 'class QSortFilterProxyModel' has no member named 'setSortLocaleAware' Thanks! Dov (Sorry if

Re: Problems Compiling LyX-1.5.5 on Mac: Help please!

2008-05-16 Thread Bennett Helm
On Fri, May 16, 2008 at 10:11 AM, Bennett Helm <[EMAIL PROTECTED]> wrote: > Great. Jürgen, could you now post it? Once you do that, I'll announce it on > the User's list. > One more thing: I'm editing the Mac wiki page to point to the official download page. But I don't have the password to edit

Re: trunk doesn't compile with Qt 4.2.1

2008-05-16 Thread Pavel Sanda
Dov Feldstern wrote: > I'm getting the following error on linux, qt 4.2.1: unfortunatelly 4.3 thing :( some ifdefs will be needed. > GuiApplication.cpp: In member function 'QAbstractItemModel* > lyx::frontend::GuiApplication::languageModel()': > GuiApplication.cpp:479: error: 'class

Re: make check

2008-05-16 Thread Abdelrazak Younes
Pavel Sanda wrote: Abdel, because of changes in src/support/tests/check_filetools.cpp ( http://www.lyx.org/trac/changeset/21817 ) our make check fails from obvious reasons - it returns absolute paths which can't be never equal to

Re: trunk doesn't compile with Qt 4.2.1

2008-05-16 Thread Abdelrazak Younes
Dov Feldstern wrote: Hi! I'm getting the following error on linux, qt 4.2.1: GuiApplication.cpp: In member function 'QAbstractItemModel* lyx::frontend::GuiApplication::languageModel()': GuiApplication.cpp:479: error: 'class QSortFilterProxyModel' has no member named 'setSortLocaleAware'

Re: Problems Compiling LyX-1.5.5 on Mac: Help please!

2008-05-16 Thread Bennett Helm
On Fri, May 16, 2008 at 10:06 AM, Konrad Hofbauer <[EMAIL PROTECTED]> wrote: > Bennett Helm wrote: > >> >> >> Konrad and Anders: please test to make sure it works, and then I'll have >> Jürgen post it on the official server. >>

Re: [Cvslog] r24802 - /lyx-devel/trunk/src/frontends/qt4/GuiApplicatio...

2008-05-16 Thread Dov Feldstern
[EMAIL PROTECTED] wrote: Author: younes Date: Fri May 16 16:30:46 2008 New Revision: 24802 URL: http://www.lyx.org/trac/changeset/24802 Log: Compil fix for Qt4.2 Great, thanks Abdel!

Re: Change bundled file directly? (Was: Summary to the individual embedding debate.)

2008-05-16 Thread Bo Peng
>> So, if a user turns off 'compression', will $TEMP_DIR/filename.lyxdir >> be moved to $DOC_DIR/filename.lyxdir? > > Unless such a directory exists, in which case it'll be moved to a new empty > directory, just as on your proposal. But of course, if you think something > else should happen, it

Re: bug 4861 (Joost?)

2008-05-16 Thread Joost Verburg
Jürgen Spitzmüller wrote: are you aware of this bug? http://bugzilla.lyx.org/show_bug.cgi?id=4861 I've tested with both XP and Vista, but cannot reproduce it. The comments in the bug report regarding the installation procedure are incorrect. When using the official installer, there is no

Re: Problems Compiling LyX-1.5.5 on Mac: Help please!

2008-05-16 Thread Jürgen Spitzmüller
Bennett Helm wrote: > > Great. Jürgen, could you now post it? Once you do that, I'll announce it > > on the User's list. I've uploaded it. > One more thing: I'm editing the Mac wiki page to point to the official > download page. But I don't have the password to edit the official download > page

Re: bug 4861 (Joost?)

2008-05-16 Thread Joost Verburg
Abdelrazak Younes wrote: Aha... that might be the reason why Joost often leave mails unanswered :-) AFAIK I have answered all mails. Please send it again if you are waiting for an answer :) PPS: did you see Kevin Atkinson request? Yes, but I don't have time for it right now. Joost

Re: bug 4861 (Joost?)

2008-05-16 Thread Jürgen Spitzmüller
Joost Verburg wrote: > I've tested with both XP and Vista, but cannot reproduce it. > > The comments in the bug report regarding the installation procedure are > incorrect. When using the official installer, there is no need to > uninstall a previous version before installing a new one. So >

Re: [Cvslog] r24795 - in /lyx-devel/trunk/src/frontends/qt4: GuiView.c...

2008-05-16 Thread Pavel Sanda
Abdelrazak Younes wrote: >> Too bad, on MS Vista it is not perceptible. I hope it was the same on X11. > By the way, did you test this in release mode (without stdlib-debug and > -O2)? i use only --disable-stdlib-debug --disable-debug pavel

Re: Problems Compiling LyX-1.5.5 on Mac: Help please!

2008-05-16 Thread Bennett Helm
On Fri, May 16, 2008 at 11:27 AM, Jürgen Spitzmüller < [EMAIL PROTECTED]> wrote: > Bennett Helm wrote: > > > Great. Jürgen, could you now post it? Once you do that, I'll announce > it > > > on the User's list. > > I've uploaded it. > > > One more thing: I'm editing the Mac wiki page to point to

Re: [patch] new Python csv2lyx importer

2008-05-16 Thread José Matos
On Friday 16 May 2008 01:12:14 Uwe Stöhr wrote: > > Instead of using our method to decide what is the column delimiter I > > have used the csv sniffer (that is the method name, not my fault). :-) > > The sniffer works with all my test documents, also the ones generated by > Excel, but you forgot

Re: Plans for alpha3

2008-05-16 Thread Pavel Sanda
José Matos wrote: > I have not done that yet as I am fighting make distcheck. The purpose > to this > release is just to guarantee we have a build mechanism that is working. > > For the moment make distcheck is failing, I would like it work before > releasing alpha 3. All help is

Re: [Cvslog] r24789 - /lyx-devel/trunk/src/tex2lyx/preamble.cpp

2008-05-16 Thread Uwe Stöhr
> I don't understand. There are classes that have twoside and/or twocolumns as > default, so "oneside" and "onecolumn" need to be handled as well. When the document default it twocolumn, we must leave the onecolumn option untouched. Then this option is set to the document class options in LyX

Re: [patch] fix bug 4826

2008-05-16 Thread Uwe Stöhr
> fine with me. I've put it to trunk. For technical reasons, the support for \geometry can only be added at once. As the paper size part is not fixable in branch due to bug 4868 that requires a fileformat change, In only backport the support for the documentclass option landscape to branch and

[PATCH] GuiCompeter problems with qt 4.2.x

2008-05-16 Thread Bernhard Roider
Hello Stefan, today i finally found some time to investigate the problem we discussed at the beginning of march concerning the completion list: rtl text does not work and icons are not displayed for math symbols. Here is a patch that solves that issue for me using qt 4.2.3. There are two

  1   2   >