Re: Trunk does not compile: QDrag::exec is 4.3 only.

2008-03-14 Thread Bo Peng
> What to do about QDrag::exec is another question. Presumably Andre will > have a good idea. Why cannot people use qt 4.2 for development? We have had a lot of compatibility problems with qt 4.3. Bo

Re: Trunk does not compile: QDrag::exec is 4.3 only.

2008-03-14 Thread rgheck
rgheck wrote: Bo Peng wrote: src/frontends/qt4/GuiWorkArea.cpp:1478: error: 'class QDrag' has no member named 'exec' Should we bump QT requirement to 4.3??? Oh, no, not another one of THESE discussions! I think the last time we discussed this issue, we came to some kind of agreement that w

Re: Trunk does not compile: QDrag::exec is 4.3 only.

2008-03-14 Thread rgheck
Bo Peng wrote: src/frontends/qt4/GuiWorkArea.cpp:1478: error: 'class QDrag' has no member named 'exec' Should we bump QT requirement to 4.3??? Oh, no, not another one of THESE discussions! I think the last time we discussed this issue, we came to some kind of agreement that we'd stay "a ve

Trunk does not compile: QDrag::exec is 4.3 only.

2008-03-14 Thread Bo Peng
src/frontends/qt4/GuiWorkArea.cpp:1478: error: 'class QDrag' has no member named 'exec' Should we bump QT requirement to 4.3??? Bo

Re: 1.6svn regression: enum/item in tables

2008-03-14 Thread rgheck
Richard Heck wrote: Dov Feldstern wrote: Dov Feldstern wrote: Hi! It seems that enumeration/itemize (perhaps other layouts as well?) are no longer working inside a table. See the attached lyx file, created with r23573 from March 8, which still works fine. Try opening it in current svn (by r

Re: LyX 1.6svn bug - irritating and wrong message about "included file using module not used in parent file"

2008-03-14 Thread rgheck
Helge Hafting wrote: Today I split a document in two, so I can publish the content with two different front pages. [...] All this works very well, except that I get a bogus error message each time I do File->Export->Pdf(pdflatex). I get: Included file 'content.lyx' uses module 'logicalmkup' which

Re: Question about Math Macros

2008-03-14 Thread Stefan Schimanski
Am 15.03.2008 um 03:26 schrieb Pavel Sanda: next question for these strings: msgid "Append Parameter Eating From The Right" msgid "Append Optional Parameter Eating From The Right" msgid "Remove Last Parameter Spitting Out To The Right" do we have documented somewhere whats the purpose? pavel

Re: Question about Math Macros

2008-03-14 Thread Stefan Schimanski
Am 15.03.2008 um 03:26 schrieb Pavel Sanda: next question for these strings: msgid "Append Parameter Eating From The Right" msgid "Append Optional Parameter Eating From The Right" msgid "Remove Last Parameter Spitting Out To The Right" do we have documented somewhere whats the purpose? pavel

Re: Question about Math Macros

2008-03-14 Thread Pavel Sanda
next question for these strings: msgid "Append Parameter Eating From The Right" msgid "Append Optional Parameter Eating From The Right" msgid "Remove Last Parameter Spitting Out To The Right" do we have documented somewhere whats the purpose? pavel

Re: Close tab group

2008-03-14 Thread Stefan Schimanski
Am 15.03.2008 um 03:17 schrieb Pavel Sanda: launch lyx, new file, close tab group, crash p (gdb) bt #0 0x0124 in ?? () #1 0x0ec07cab in QCoreApplication::removePostedEvents (receiver=0x2703d560, eventType=0) at kernel/qcoreapplication.cpp:1228 #2 0x0ec07e0d in QCoreApplication::remov

Re: r23747 - in /lyx-devel/trunk/src: BiblioInfo.cpp BufferLi...

2008-03-14 Thread Stefan Schimanski
Am 15.03.2008 um 01:22 schrieb [EMAIL PROTECTED]: +bool InsetMathNest::script(Cursor & cur, bool up) +{ + script(cur, up, docstring()); +} + + return script(cur, up, docstring()); ? Stefan

Close tab group

2008-03-14 Thread Pavel Sanda
launch lyx, new file, close tab group, crash p

Re: [patch] implement \slash and \nobreakdash

2008-03-14 Thread Pavel Sanda
> The attached patch implements two (at least by me) frequently requested and > useful special characters: A breakable slash (\slash from the LaTeX kernel) > and a protected hypen (\nobreakdash- from amsmath). > > The former allows a linebreak (without hyphen) after a slash, as > in "LyX/LaTeX", t

Re: [Cvslog] r23741 - /lyx-devel/trunk/src/frontends/qt4/GuiAbout.cpp

2008-03-14 Thread Andre Poenitz
On Fri, Mar 14, 2008 at 11:32:35PM -, [EMAIL PROTECTED] wrote: > Author: sts > Date: Sat Mar 15 00:32:34 2008 > New Revision: 23741 > > URL: http://www.lyx.org/trac/changeset/23741 > Log: > * Some work was done in 2007 and 2008 which should deserve a copyright, no? Right. Andre'

Re: Question about Math Macros

2008-03-14 Thread Pavel Sanda
>>> Define a macro with the "\foo :=" button. Then go into math mode and use >>> the macro. When you enter with the cursor, the different editing modes >>> come >>> into play. >> >> sorry i'm lost, whatsoever i do, no difference. >> can you describe step by step what exactly should i do? >> pavel

Re: Question about Math Macros

2008-03-14 Thread Stefan Schimanski
Am 15.03.2008 um 01:44 schrieb Pavel Sanda: Define a macro with the "\foo :=" button. Then go into math mode and use the macro. When you enter with the cursor, the different editing modes come into play. sorry i'm lost, whatsoever i do, no difference. can you describe step by step what ex

Re: Question about Math Macros

2008-03-14 Thread Pavel Sanda
> Define a macro with the "\foo :=" button. Then go into math mode and use > the macro. When you enter with the cursor, the different editing modes come > into play. sorry i'm lost, whatsoever i do, no difference. can you describe step by step what exactly should i do? pavel

Re: Question about Math Macros

2008-03-14 Thread Stefan Schimanski
Am 15.03.2008 um 01:26 schrieb Pavel Sanda: hi, we have three different modes of macros editation. how do they differ? switching between them and and the insert & edit macro does not seem to make difference. what should i do to see whats their purpose? It's about the instances of the mac

Question about Math Macros

2008-03-14 Thread Pavel Sanda
hi, we have three different modes of macros editation. how do they differ? switching between them and and the insert & edit macro does not seem to make difference. what should i do to see whats their purpose? pavel

Re: r23744 - in /lyx-devel/trunk/src/insets: Inset.cpp Inset....

2008-03-14 Thread Stefan Schimanski
The CompletionList.h file is missing I guess: /Users/sts/Quellen/mac/lyx-scope-dynmacro/src/frontends/qt4/ GuiCompleter.cpp:105: error: 'class lyx::Inset::CompletionList' has not been declared /Users/sts/Quellen/mac/lyx-scope-dynmacro/src/frontends/qt4/ GuiCompleter.cpp:168: error: expected '

Wrong sorting of RC entries

2008-03-14 Thread Pavel Sanda
Stefan, i guess this is yours... The table passed to Lexer is not sorted! Tell the developers to fix it! Unsorted: Number of tags: 126 table[0]: tag: `\accept_compound' code:1 table[1]: tag: `\allow_geometry_session' code:44 table[2]: tag: `\alternate_language' code:2 table[3]: tag: `\

Re: setting lines in tables

2008-03-14 Thread Edwin Leuven
Edwin Leuven wrote: give it a try: it is nice to be finally able to easily set the lines you want any objections if i apply the attached? Index: src/frontends/qt4/GuiTabular.cpp === --- src/frontends/qt4/GuiTabular.cpp (revision 23

Re: Trunk does not compile.

2008-03-14 Thread Stefan Schimanski
Am 14.03.2008 um 23:48 schrieb Bo Peng: src/frontends/qt4/GuiToolbar.cpp: In member function 'void lyx::frontend::GuiLayoutBox::setIconSize(QSize)': src/frontends/qt4/GuiToolbar.cpp:663: error: 'WA_MacSmallSize' is not a member of 'Qt' src/frontends/qt4/GuiToolbar.cpp:664: error: 'WA_MacNormalS

Trunk does not compile.

2008-03-14 Thread Bo Peng
src/frontends/qt4/GuiToolbar.cpp: In member function 'void lyx::frontend::GuiLayoutBox::setIconSize(QSize)': src/frontends/qt4/GuiToolbar.cpp:663: error: 'WA_MacSmallSize' is not a member of 'Qt' src/frontends/qt4/GuiToolbar.cpp:664: error: 'WA_MacNormalSize' is not a member of 'Qt' Missing #ifdef

Re: More displays

2008-03-14 Thread Abdelrazak Younes
Andre Poenitz wrote: On Fri, Mar 14, 2008 at 11:22:15PM +0100, Abdelrazak Younes wrote: Andre Poenitz wrote: On Fri, Mar 14, 2008 at 09:53:08PM +0100, Pavel Sanda wrote: hi, does anybody know whether is possible for one process to own different windows on different X displays ? Conceptionall

Re: More displays

2008-03-14 Thread Andre Poenitz
On Fri, Mar 14, 2008 at 11:22:15PM +0100, Abdelrazak Younes wrote: > Andre Poenitz wrote: >> On Fri, Mar 14, 2008 at 09:53:08PM +0100, Pavel Sanda wrote: >>> hi, >>> >>> does anybody know whether is possible for one process to own different >>> windows on different X displays ? >> Conceptionally th

Re: Open in tabs/windows + keep lyx running without windows - patch

2008-03-14 Thread Abdelrazak Younes
Stefan Schimanski wrote: Am 14.03.2008 um 23:13 schrieb Abdelrazak Younes: Stefan Schimanski wrote: Am 14.03.2008 um 19:50 schrieb Abdelrazak Younes: Stefan Schimanski wrote: Here is another try, following your proposal. Sorry Stefan, I won't have the time to review it for the next two wee

Re: Text completion not working in tables?

2008-03-14 Thread Andre Poenitz
On Fri, Mar 14, 2008 at 11:15:48PM +0100, Abdelrazak Younes wrote: > Stefan Schimanski wrote: >> Am 14.03.2008 um 15:26 schrieb Dov Feldstern: >>> Stefan Schimanski wrote: Am 14.03.2008 um 14:14 schrieb Dov Feldstern: > Hi! > > Stefan --- the completion stuff looks really, really n

Re: More displays

2008-03-14 Thread Abdelrazak Younes
Andre Poenitz wrote: On Fri, Mar 14, 2008 at 09:53:08PM +0100, Pavel Sanda wrote: hi, does anybody know whether is possible for one process to own different windows on different X displays ? Conceptionally there should be no _X_ problem at all 'interesting' X functions take a Display argument

Re: Text completion not working in tables?

2008-03-14 Thread Abdelrazak Younes
Stefan Schimanski wrote: Am 14.03.2008 um 15:26 schrieb Dov Feldstern: Stefan Schimanski wrote: Am 14.03.2008 um 14:14 schrieb Dov Feldstern: Hi! Stefan --- the completion stuff looks really, really nice. Thanks! It seems to me that text completion is not working in tables. Math completio

Re: Open in tabs/windows + keep lyx running without windows - patch

2008-03-14 Thread Stefan Schimanski
Am 14.03.2008 um 23:13 schrieb Abdelrazak Younes: Stefan Schimanski wrote: Am 14.03.2008 um 19:50 schrieb Abdelrazak Younes: Stefan Schimanski wrote: Here is another try, following your proposal. Sorry Stefan, I won't have the time to review it for the next two weeks (going on well deserve

Re: Open in tabs/windows + keep lyx running without windows - patch

2008-03-14 Thread Abdelrazak Younes
Stefan Schimanski wrote: Am 14.03.2008 um 19:50 schrieb Abdelrazak Younes: Stefan Schimanski wrote: Here is another try, following your proposal. Sorry Stefan, I won't have the time to review it for the next two weeks (going on well deserved vacations). But I trust your code anyway so I gue

Re: Open in tabs/windows + keep lyx running without windows - patch

2008-03-14 Thread Stefan Schimanski
Am 14.03.2008 um 19:50 schrieb Abdelrazak Younes: Stefan Schimanski wrote: Here is another try, following your proposal. Sorry Stefan, I won't have the time to review it for the next two weeks (going on well deserved vacations). But I trust your code anyway so I guess it should be OK. Cros

Re: More displays

2008-03-14 Thread Andre Poenitz
On Fri, Mar 14, 2008 at 09:53:08PM +0100, Pavel Sanda wrote: > hi, > > does anybody know whether is possible for one process to own different > windows on different X displays ? Conceptionally there should be no _X_ problem at all 'interesting' X functions take a Display argument, and I see no re

More displays

2008-03-14 Thread Pavel Sanda
hi, does anybody know whether is possible for one process to own different windows on different X displays ? (dream: "lfun-new-window-on-display 15" will let more people to share one document online.) pavel

Re: Text completion not working in tables?

2008-03-14 Thread Stefan Schimanski
Am 14.03.2008 um 20:13 schrieb Andre Poenitz: On Fri, Mar 14, 2008 at 03:19:32PM +0100, Stefan Schimanski wrote: Am 14.03.2008 um 14:14 schrieb Dov Feldstern: Hi! Stefan --- the completion stuff looks really, really nice. Thanks! It seems to me that text completion is not working in table

Re: Wiki - suggested edit (mac)

2008-03-14 Thread Scott Lambert
Done. Thanks. Link:http://wiki.lyx.org/Mac/Mac#PdfSync Any ideas on clicking in Lyx to go to pdf? -Scott

Re: Take 2: time for alpha

2008-03-14 Thread José Matos
On Friday 14 March 2008 14:32:46 Pavel Sanda wrote: > fileformat change is allowed after beta. > fileformat change is not allowed after stable release is released. Right. :-) > however there are inconsistencies between official site and wiki > whether release candidate is considered to be a sta

Re: Text completion not working in tables?

2008-03-14 Thread Andre Poenitz
On Fri, Mar 14, 2008 at 03:19:32PM +0100, Stefan Schimanski wrote: > > Am 14.03.2008 um 14:14 schrieb Dov Feldstern: > >> Hi! >> >> Stefan --- the completion stuff looks really, really nice. Thanks! >> >> It seems to me that text completion is not working in tables. Math >> completion *does* work,

Re: Wiki - suggested edit (mac)

2008-03-14 Thread Scott Lambert
Done. Thanks. Any ideas on clicking in Lyx to go to pdf? -Scott

Re: Open in tabs/windows + keep lyx running without windows - patch

2008-03-14 Thread Abdelrazak Younes
Stefan Schimanski wrote: Here is another try, following your proposal. Sorry Stefan, I won't have the time to review it for the next two weeks (going on well deserved vacations). But I trust your code anyway so I guess it should be OK. Cross-checking with Andre' might be a good thing too ;-).

Re: LyX 1.6svn bug - irritating and wrong message about "included file using module not used in parent file"

2008-03-14 Thread Richard Heck
Helge Hafting wrote: Today I split a document in two, so I can publish the content with two different front pages. The idea is simple: The first document has a latex preamble that sets up the front page, and in the main window it simply \input the second document which has all the content. (TOC,

Re: 1.6svn regression: enum/item in tables

2008-03-14 Thread Richard Heck
Dov Feldstern wrote: Dov Feldstern wrote: Hi! It seems that enumeration/itemize (perhaps other layouts as well?) are no longer working inside a table. See the attached lyx file, created with r23573 from March 8, which still works fine. Try opening it in current svn (by r23669 from March 11 t

Re: GMANE doesn't store all lyx-devel posts

2008-03-14 Thread Pavel Sanda
> I don't know if we can do something about this by changing something in our > mailing list server, or is this definitively a problem of GMANE? this is known issue, i reported this on devel list at least twice. it seems as gmane antispam policy. pavel

GMANE doesn't store all lyx-devel posts

2008-03-14 Thread Uwe Stöhr
I just noticed that GMANE doesn't show posts with the following subject scheme: Re: [Cvslog] r23712 - in /lyx-devel/branches/BRANCH_1_5_X: src/mathed/... or Re: r23681 - /lyx-devel/trunk/src/mathed/InsetMathNest.cpp (http://news.gmane.org/gmane.editors.lyx.devel/) Mail-archive works: http://www

Re: [Cvslog] r23712 - in /lyx-devel/branches/BRANCH_1_5_X: src/mathed/...

2008-03-14 Thread Uwe Stöhr
> Then, in the same vein, nobody expects to use Insert->Label in order > to change it. This issue is http://bugzilla.lyx.org/show_bug.cgi?id=1370 . regards Uwe

Re: Open in tabs/windows + keep lyx running without windows - patch

2008-03-14 Thread Stefan Schimanski
Here is another try, following your proposal. Stefan 0001-preference-option-to-open-buffers-in-tabs-or-new-w.patch Description: Binary data 0002-on-Mac-close-GuiView-when-the-last-tab-was-closed.patch Description: Binary data 0003-create-global-menubar-on-Mac-without-a-parent.-It.patch Des

Re: Open in tabs/windows + keep lyx running without windows - patch

2008-03-14 Thread Stefan Schimanski
- on Mac, there is one unique toolbar so, when the last GuiView is closed, the global toolbar should be hidden. This means that we should keep trace of the global menubar pointer when created. What do you mean here? Stefan

Re: lyx-1.6svn of march 12. believes files are "changed" as soon as they open, even readonly files

2008-03-14 Thread Bo Peng
On Fri, Mar 14, 2008 at 6:22 AM, Helge Hafting <[EMAIL PROTECTED]> wrote: > Whenever this lyx opens a file, it is flagged as "changed". > Even the user guide opens and is flagged (changed)(read only) > which is amusing. I get the question about saving it if I quit immediately. Is this still the

Re: Inserted subdocument is erroneoulsy embedded - I didn't ask for embedding in this case

2008-03-14 Thread Bo Peng
> This is simple to fix for the user - just bring up the dialog again > and un-embed the file. No-one should need to do that though. Could you try again? Bo

Re: Open in tabs/windows + keep lyx running without windows - patch

2008-03-14 Thread Stefan Schimanski
So I reimplemented everything like you proposed. But I cannot get the shortcuts to work. They are handled usually by the GuiView::event(..) handler. If there is no GuiView around, this does not work. There are some kind of low level event filter in QApplication, but I am not sure that's rig

Re: [Cvslog] r23712 - in /lyx-devel/branches/BRANCH_1_5_X: src/mathed/...

2008-03-14 Thread Enrico Forestieri
On Fri, Mar 14, 2008 at 03:15:34PM +0100, Uwe Stöhr wrote: > > The recipe is as follows: > > 1) put the cursor inside a labeled formula > > 2) choose Insert->Label > > 3) delete the label in the label dialog (OK is disabled) > > This was the problem, you have to use INSERT-> Label to delete it

Re: Take 2: time for alpha

2008-03-14 Thread Pavel Sanda
> I forgot that I have to do a fileformat change to get Japanese properly > working, but won't have the time to work on that stuff before beta 1. IS it > OK to do it after beta 1 is out? fileformat change is allowed after beta. fileformat change is not allowed after stable release is released.

Re: Text completion and RTL

2008-03-14 Thread Dov Feldstern
Stefan Schimanski wrote: Am 14.03.2008 um 15:25 schrieb Dov Feldstern: Stefan Schimanski wrote: Am 14.03.2008 um 15:05 schrieb Dov Feldstern: Hi! There's a small problem with the text completion and RTL text: The grayed-out inline completion appears backwards in RTL text (see attached ima

Re: Text completion not working in tables?

2008-03-14 Thread Stefan Schimanski
Am 14.03.2008 um 15:26 schrieb Dov Feldstern: Stefan Schimanski wrote: Am 14.03.2008 um 14:14 schrieb Dov Feldstern: Hi! Stefan --- the completion stuff looks really, really nice. Thanks! It seems to me that text completion is not working in tables. Math completion *does* work, though. Ca

Re: Text completion and RTL

2008-03-14 Thread Stefan Schimanski
Am 14.03.2008 um 15:25 schrieb Dov Feldstern: Stefan Schimanski wrote: Am 14.03.2008 um 15:05 schrieb Dov Feldstern: Hi! There's a small problem with the text completion and RTL text: The grayed-out inline completion appears backwards in RTL text (see attached image). I have to check my

Re: Text completion not working in tables?

2008-03-14 Thread Dov Feldstern
Stefan Schimanski wrote: Am 14.03.2008 um 14:14 schrieb Dov Feldstern: Hi! Stefan --- the completion stuff looks really, really nice. Thanks! It seems to me that text completion is not working in tables. Math completion *does* work, though. Can anything be done about this? It can. But at

Re: Text completion and RTL

2008-03-14 Thread Dov Feldstern
Stefan Schimanski wrote: Am 14.03.2008 um 15:05 schrieb Dov Feldstern: Hi! There's a small problem with the text completion and RTL text: The grayed-out inline completion appears backwards in RTL text (see attached image). I have to check my code as well. The idea was to reverse the strin

Re: Take 2: time for alpha

2008-03-14 Thread Uwe Stöhr
> beta 1 - 2 April I forgot that I have to do a fileformat change to get Japanese properly working, but won't have the time to work on that stuff before beta 1. IS it OK to do it after beta 1 is out? I promised that LyX 1.6 will work for Japanese and Koji Yokata invested a lot of time

Re: Text completion not working in tables?

2008-03-14 Thread Stefan Schimanski
Am 14.03.2008 um 14:14 schrieb Dov Feldstern: Hi! Stefan --- the completion stuff looks really, really nice. Thanks! It seems to me that text completion is not working in tables. Math completion *does* work, though. Can anything be done about this? It can. But at the moment the support is

Re: Text completion and RTL

2008-03-14 Thread Stefan Schimanski
Am 14.03.2008 um 15:05 schrieb Dov Feldstern: Hi! There's a small problem with the text completion and RTL text: The grayed-out inline completion appears backwards in RTL text (see attached image). I can explain why it is happening (and why this problem wasn't observed when RTL was tes

Re: [Cvslog] r23712 - in /lyx-devel/branches/BRANCH_1_5_X: src/mathed/...

2008-03-14 Thread Uwe Stöhr
> The recipe is as follows: > 1) put the cursor inside a labeled formula > 2) choose Insert->Label > 3) delete the label in the label dialog (OK is disabled) This was the problem, you have to use INSERT-> Label to delete it. Nobody is expecting this and this was often blamed in the past by users

Re: Time for 1.6 alpha?

2008-03-14 Thread Jean-Marc Lasgouttes
Andre Poenitz <[EMAIL PROTECTED]> writes: > On Thu, Mar 13, 2008 at 09:46:16AM +0100, Jean-Marc Lasgouttes wrote: >> José Matos <[EMAIL PROTECTED]> writes: >> > Other than Juergen who has another feature waiting in the backburner? >> > How >> > much time do you need to put the feature in? >>

Text completion and RTL

2008-03-14 Thread Dov Feldstern
Hi! There's a small problem with the text completion and RTL text: The grayed-out inline completion appears backwards in RTL text (see attached image). I can explain why it is happening (and why this problem wasn't observed when RTL was tested with latin characters), but I don't know how to

Inserted subdocument is erroneoulsy embedded - I didn't ask for embedding in this case

2008-03-14 Thread Helge Hafting
insert->subdocument. Select some other lyx document. Leave the "embed" checkbox blank as embedding is not wanted this time Observe that the included file is embedded anyway! This is simple to fix for the user - just bring up the dialog again and un-embed the file. No-one should need to do that th

Text completion not working in tables?

2008-03-14 Thread Dov Feldstern
Hi! Stefan --- the completion stuff looks really, really nice. Thanks! It seems to me that text completion is not working in tables. Math completion *does* work, though. Can anything be done about this? Thanks! Dov

Re: 1.6svn regression: enum/item in tables

2008-03-14 Thread Dov Feldstern
Dov Feldstern wrote: Hi! It seems that enumeration/itemize (perhaps other layouts as well?) are no longer working inside a table. See the attached lyx file, created with r23573 from March 8, which still works fine. Try opening it in current svn (by r23669 from March 11 the problem already exi

Re: setting lines in tables

2008-03-14 Thread Edwin Leuven
Edwin Leuven wrote: it is not completely finished yet, but works pretty ok and comments would be more than welcome small update attached give it a try: it is nice to be finally able to easily set the lines you want Index: src/insets/InsetTabular.h =

Lyx-1.6svn display bug: both indentation _and_ vertical space (with vert.space selected)

2008-03-14 Thread Helge Hafting
LyX support indentation or vertical space for separating paragraphs. Indentation is displayed correctly in the main window. Vertical space is also displayed, but the indentation no longer disappear. This is a recent bug. Helge Hafting

LyX-1.6svn crash when changing width of graphichs - so this can't be done.

2008-03-14 Thread Helge Hafting
To reproduce the crash: * open a file that has graphichs * right-click a graphic to bring up the settings dialog * change the width from 100% to 60% of linelengt for example * Click the OK button and LyX dies like this: Assertion triggered in bool lyx::EmbeddedFile::extract() const by failing ch

LyX 1.6svn bug - irritating and wrong message about "included file using module not used in parent file"

2008-03-14 Thread Helge Hafting
Today I split a document in two, so I can publish the content with two different front pages. The idea is simple: The first document has a latex preamble that sets up the front page, and in the main window it simply \input the second document which has all the content. (TOC, headings, text paragr

lyx-1.6svn of march 12. believes files are "changed" as soon as they open, even readonly files

2008-03-14 Thread Helge Hafting
Whenever this lyx opens a file, it is flagged as "changed". Even the user guide opens and is flagged (changed)(read only) which is amusing. I get the question about saving it if I quit immediately. Obviously, the attempt at saving to a readonly file fails, LyX even tell me to check if the file/di

Re: Wiki - suggested edit (mac)

2008-03-14 Thread Pavel Sanda
> Certainly! I hope the password prompt now says that the user should ask > the developers for the passoword. As for policy, I think we should give it > to anyone that asks basically. i sent it privately. p

1.6svn regression: enum/item in tables

2008-03-14 Thread Dov Feldstern
Hi! It seems that enumeration/itemize (perhaps other layouts as well?) are no longer working inside a table. See the attached lyx file, created with r23573 from March 8, which still works fine. Try opening it in current svn (by r23669 from March 11 the problem already exists) --- the itemize

Re: Wiki - suggested edit (mac)

2008-03-14 Thread christian . ridderstrom
On Fri, 14 Mar 2008, Pavel Sanda wrote: (No password so I couldn't do it myself.) http://wiki.lyx.org/Mac/Mac#toc7 btw what is the policy about wiki password? shouldn't we disclose it for interested users? Certainly! I hope the password prompt now says that the user should ask the develop

Re: Changes to the website content

2008-03-14 Thread Pavel Sanda
> Thanks for the replies. I went ahead and made some content changes to the > front page and to the "Download Links" page. I am attaching the patch to > this email. This is my first time using SVN or doing anything of this > nature, so please let me know if I did it wrong. some comments: 1. small

Re: Wiki - suggested edit (mac)

2008-03-14 Thread Pavel Sanda
> (No password so I couldn't do it myself.) http://wiki.lyx.org/Mac/Mac#toc7 btw what is the policy about wiki password? shouldn't we disclose it for interested users? pavel