Wiki - suggested edit (mac)

2008-03-13 Thread Scott Lambert
I had a devil of a time finding out how to make pdfsyc work. I finally found the answer in the developer's mail list. I suggest adding the following the the mac section of the wiki near where DVI search is written. (No password so I couldn't do it myself.) http://wiki.lyx.org/Mac/Mac#toc7 -

Re: Changes to the website content

2008-03-13 Thread rgheck
Rex Eastbourne wrote: i remeber some recent python things (can give you pointers if you are interested) - request of csv2lyx: table import (now in perl and buggy) - conversion of lfun doxy docs to lyx (now in bash) Those sound interesting, Pavel. How can I get started with le

Fwd: DVI viewer problem Mac Intel Leopard

2008-03-13 Thread Roger Mc Murtrie
From: Roger Mc Murtrie <[EMAIL PROTECTED]> Date: 14 March 2008 12:43:01 PM To: [EMAIL PROTECTED] Subject: Re: DVI viewer problem Mac Intel Leopard psfrag also works under Lyx1.6.0svn for both View->DVI and View->PDF (ps2pdf). Are then any configuration files (or data) that I can transfer from

setting lines in tables

2008-03-13 Thread Edwin Leuven
atm we are pretty limited when setting lines in tables clines are only possible when explicitly setting cells to multicol and only through the dialog (which has different behavior from the toolbar) setting vertical lines spanning less than a whole column is also problematic the attached patch

Changes to the website content

2008-03-13 Thread Rex Eastbourne
Hi everyone, 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. i remeber some rec

Re: Crash in branch

2008-03-13 Thread Pavel Sanda
>> more observations: >> -its under 1.5.5svn, cant reprudoce under 1.5.4. >> > fortunately its not under 1.6svn. there is one litte > strange thing still - when you open such kind of file twice > it creates two new files of the same name. > Please f

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

2008-03-13 Thread Stefan Schimanski
Am 13.03.2008 um 10:25 schrieb Abdelrazak Younes: Stefan Schimanski wrote: Am 13.03.2008 um 08:36 schrieb Abdelrazak Younes: Stefan Schimanski wrote: Here is a series of patches 1) which add an open-in-window mode (enabled on Mac by default) That's fine. 2) which keep LyX running, even af

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

2008-03-13 Thread Enrico Forestieri
On Thu, Mar 13, 2008 at 07:59:11PM +0100, Juergen Spitzmueller wrote: > Enrico Forestieri wrote: > > > Note that until 1.5.4 one was able to delete the label (while still > > having numbered a formula) by simply replacing the label with a space > > (see http://bugzilla.lyx.org/show_bug.cgi?id=2556

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

2008-03-13 Thread Juergen Spitzmueller
Enrico Forestieri wrote: > Note that until 1.5.4 one was able to delete the label (while still > having numbered a formula) by simply replacing the label with a space > (see http://bugzilla.lyx.org/show_bug.cgi?id=2556#c10). how did you do that exactly? > Now, doing the same thing, the label and

Re: Crash in branch

2008-03-13 Thread rgheck
rgheck wrote: rgheck wrote: Juergen Spitzmueller wrote: Pavel Sanda wrote: more observations: -its under 1.5.5svn, cant reprudoce under 1.5.4. fortunately its not under 1.6svn. there is one litte strange thing still - when you open such kind of file twice it creates two new files of

Re: Time for 1.6 alpha?

2008-03-13 Thread Andre Poenitz
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? > > I am currently playing with the qt code in the config

Re: Crash in branch

2008-03-13 Thread rgheck
rgheck wrote: Juergen Spitzmueller wrote: Pavel Sanda wrote: more observations: -its under 1.5.5svn, cant reprudoce under 1.5.4. fortunately its not under 1.6svn. there is one litte strange thing still - when you open such kind of file twice it creates two new files of the same name.

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

2008-03-13 Thread Enrico Forestieri
On Thu, Mar 13, 2008 at 05:38:54PM -, [EMAIL PROTECTED] wrote: > Author: spitz > Date: Thu Mar 13 18:38:53 2008 > New Revision: 23712 > > URL: http://www.lyx.org/trac/changeset/23712 > Log: > backport rev. 23643 from sts: > > URL: http://www.lyx.org/trac/changeset/23643 > Log: > * also forwar

Re: question about cursor

2008-03-13 Thread Stefan Schimanski
Am 13.03.2008 um 18:31 schrieb Andre Poenitz: On Thu, Mar 13, 2008 at 01:07:14AM +0100, Stefan Schimanski wrote: This works: if (cmd.x < xo(cur.bv()) + ADD_TO_TABULAR_WIDTH || cmd.x > xo(cur.bv()) + tabular.width()) { row_type r = 0; int h = yo(cur.bv()) - tabular.rowA

Re: Crash in branch

2008-03-13 Thread Juergen Spitzmueller
rgheck wrote: > I can also get it this way: Open a file; open the outliner; now > File>Open "nonexistent.lyx": can you try if reverting the following commit fixes the issue? http://www.lyx.org/trac/changeset/23444 Jürgen

Re: LayoutPtr Type Safety Patch

2008-03-13 Thread Andre Poenitz
On Wed, Mar 12, 2008 at 09:10:32PM -0400, rgheck wrote: > Andre Poenitz wrote: Maybe I still did not fully understand the concepts. Are 'DocumentClass' and 'LayoutFile' two completely distinct concepts such that we never can exchange a 'DocumentClass' for a 'LayoutFile' (bu

Re: Crash in branch

2008-03-13 Thread rgheck
Juergen Spitzmueller wrote: Pavel Sanda wrote: more observations: -its under 1.5.5svn, cant reprudoce under 1.5.4. fortunately its not under 1.6svn. there is one litte strange thing still - when you open such kind of file twice it creates two new files of the same name. Please

Re: question about cursor

2008-03-13 Thread Andre Poenitz
On Thu, Mar 13, 2008 at 01:07:14AM +0100, Stefan Schimanski wrote: > This works: > > if (cmd.x < xo(cur.bv()) + ADD_TO_TABULAR_WIDTH > || cmd.x > xo(cur.bv()) + tabular.width()) { > row_type r = 0; > int h = yo(cur.bv()) - tabular.rowAscent(0); > for (;r < tabular.rowCount()

Re: Helping with LyX

2008-03-13 Thread Joost Verburg
Dominik Böhm wrote: I would go one step further as the website doesn't only look somehow confusing. Some might say that the design of the page is well established, I would say that it just looks old and needs refurbishment. I just had a look at the internet archive (http://web.archive.org/web/*/h

Re: Crash in branch

2008-03-13 Thread Juergen Spitzmueller
Pavel Sanda wrote: >> more observations: >> -its under 1.5.5svn, cant reprudoce under 1.5.4. > > fortunately its not under 1.6svn. there is one litte > strange thing still - when you open such kind of file twice > it creates two new files of the same name. Please file a report with target 1.5.5.

Re: LayoutPtr Type Safety Patch

2008-03-13 Thread rgheck
Abdelrazak Younes wrote: By the way, I keep forgetting (but will add a comment) that we CANNOT and MUST NOT have the LayoutList in these classes be a container of pointers. The comment explains why, in r23703. Copy constructor would be the solution here... It's just 3 or 4 loc. Can you explai

Re: Helping with LyX

2008-03-13 Thread Bo Peng
> As far as other ways of contributing: I don't know C++, but I am pretty > proficient in Python, which I see is used for some aspects of LyX. Are there > any small Python tasks that are particularly in need of getting done? I would suggest that you first check out lyx-devel and compile lyx by

Re: Bo, look here please (was Re: Time for 1.6 alpha?)

2008-03-13 Thread Bo Peng
> The include inset label have the tag "(embedded)". This is because we > check the "embed" parameter for emptiness. But this parameter content is > very bizarre IMHO, sometimes a file name, sometimes "true" or "false". > This needs fixing... I see. This is fixed for InsetInclude. I will have

Re: DVI viewer problem Mac Intel Leopard

2008-03-13 Thread Roger Mc Murtrie
I have just installed Lyx1.6.0svn This has a view menu with numerous items, including DVI and Postscript. I have NOT run Reconfigure on this. The DVI and Postscript items both work. DVI invokes TeXShop and Postscript invokes Apple Preview. Regards Roger On 13/03/2008, at 11:14 PM, Roger Mc Murt

DVI viewer problem Mac Intel Leopard

2008-03-13 Thread Roger Mc Murtrie
Mac Intel OSX 10.5.2 Leopard I am no longer able to use the DVI Viewer. It and other items recently disappeared from my View menu. The problem first appeared with LyX1.5.5svn. I have just downloaded LyX-1.5.4-Mac-Universal.dmg and installed it. One associated problem with both versions is that s

Re: Take 2: time for alpha

2008-03-13 Thread José Matos
On Thursday 13 March 2008 07:28:12 Uwe Stöhr wrote: > > So I am proposing two dates: > > alpha 1 - 19 March > > beta 1 - 2 April > > Fine with me. But the new version contains so many new features that I will > not be ready with the docs. I won't find time to work on the docs bef

Re: Crash in branch

2008-03-13 Thread Pavel Sanda
> more observations: > -its under 1.5.5svn, cant reprudoce under 1.5.4. fortunately its not under 1.6svn. there is one litte strange thing still - when you open such kind of file twice it creates two new files of the same name. pavel

Re: Helping with LyX

2008-03-13 Thread Pavel Sanda
> am interested in helping out with the project. I am interested in finding > out how I can be of the most help given my skill set and interests. subscribe to devel list, read thread you are interested in, the tasks will appear by themselves ;) > I know all the information is there in the website

Re: Time for 1.6 alpha?

2008-03-13 Thread José Matos
On Thursday 13 March 2008 08:46:16 Jean-Marc Lasgouttes wrote: > I am currently playing with the qt code in the configure script (use > qmake to get to qt flags), but I am not sure it will work out to be > usable. A more robust building system is always an welcomed output. :-) I have no probl

Re: Time for 1.6 alpha?

2008-03-13 Thread José Matos
On Wednesday 12 March 2008 17:58:03 Richard Heck wrote: > No feature here. And I promise to stop refactoring. There's just one > fairly minor thing left to do, and I'm talking with Abdel now about how > to do it. Notice that at this time I was not complaining but simply stating a fact. I am happy

Re: Crash in branch

2008-03-13 Thread Pavel Sanda
> > 1. launch lyx, save file x, close lyx > > 2. launch lyx, open file y, open outliner > > 3. remove file x from disk > > 4. try to open file x from file recent menu > > 5. crash > > > > can anybody confirm? > > No (I get an empty file x). > Do you have a backtrace? that is the strange thing -

Re: Word2Lyx MSWord Macro

2008-03-13 Thread Abdelrazak Younes
Damien Boucquey wrote: Hi, I have built a VBA macro that allows to produce acceptable Lyx document from a word document. It supports: -tables -embedded pictures (as Linked to external file) -different headings (it produces a document of text class Article (KOMA-S

Word2Lyx MSWord Macro

2008-03-13 Thread Damien Boucquey
Hi, I have built a VBA macro that allows to produce acceptable Lyx document from a word document. It supports: -tables -embedded pictures (as Linked to external file) -different headings (it produces a document of text class Article (KOMA-Script)) -bullets

Re: Helping with LyX

2008-03-13 Thread Jean-Marc Lasgouttes
"Dominik Böhm" <[EMAIL PROTECTED]> writes: > I am pretty sure that LyX could reach a lot more users if the website > was professional, appealing and well structured (latter would include > the download link on the home page). The fact that nobody really works on the website definitely shows, inde

Re: Helping with LyX

2008-03-13 Thread Dominik Böhm
On Thu, Mar 13, 2008 at 4:57 AM, Rex Eastbourne <[EMAIL PROTECTED]> wrote: > For example, here's one immediate issue: Many of my friends have seen me > using LyX and have asked where to get it. However, they have come back to me > confused about the www.lyx.org website, specifically where to fin

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

2008-03-13 Thread Abdelrazak Younes
Stefan Schimanski wrote: Am 13.03.2008 um 08:36 schrieb Abdelrazak Younes: Stefan Schimanski wrote: Here is a series of patches 1) which add an open-in-window mode (enabled on Mac by default) That's fine. 2) which keep LyX running, even after closing the last window on Mac Not fine, see

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

2008-03-13 Thread Stefan Schimanski
Am 13.03.2008 um 08:36 schrieb Abdelrazak Younes: Stefan Schimanski wrote: Here is a series of patches 1) which add an open-in-window mode (enabled on Mac by default) That's fine. 2) which keep LyX running, even after closing the last window on Mac Not fine, see below. 3) which close a

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

2008-03-13 Thread Jean-Marc Lasgouttes
Stefan Schimanski <[EMAIL PROTECTED]> writes: > Here is a series of patches > > 1) which add an open-in-window mode (enabled on Mac by default) Please do not use an #ifdef to set this default. This should be simply set in the mac's lyxrc.dist. JMarc

Re: question about cursor

2008-03-13 Thread Edwin Leuven
Stefan Schimanski wrote: This works: great, thanks!

Re: Time for 1.6 alpha?

2008-03-13 Thread Jean-Marc Lasgouttes
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? I am currently playing with the qt code in the configure script (use qmake to get to qt flags), but I am not sure it will work out to

Re: Bo, look here please (was Re: Time for 1.6 alpha?)

2008-03-13 Thread Abdelrazak Younes
Bo Peng wrote: >> This one is caused by the Embedded stuff by Bo: > > Will fix it soon. Fixed. Thanks. There is also the bug that any included file is marked as (embedded) in the InsetInclude label, independently of the embedded status. I do not see this here. - New doc - insert

Re: Crash in branch

2008-03-13 Thread Juergen Spitzmueller
Pavel Sanda wrote: > 1. launch lyx, save file x, close lyx > 2. launch lyx, open file y, open outliner > 3. remove file x from disk > 4. try to open file x from file recent menu > 5. crash > > can anybody confirm? No (I get an empty file x). Do you have a backtrace? Jürgen

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

2008-03-13 Thread Abdelrazak Younes
Abdelrazak Younes wrote: Stefan Schimanski wrote: Here is a series of patches 1) which add an open-in-window mode (enabled on Mac by default) That's fine. 2) which keep LyX running, even after closing the last window on Mac Not fine, see below. 3) which close a window when the last tab

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

2008-03-13 Thread Abdelrazak Younes
Stefan Schimanski wrote: Here is a series of patches 1) which add an open-in-window mode (enabled on Mac by default) That's fine. 2) which keep LyX running, even after closing the last window on Mac Not fine, see below. 3) which close a window when the last tab is closed on Mac That sh

Take 2: time for alpha

2008-03-13 Thread Uwe Stöhr
> So I am proposing two dates: > alpha 1 - 19 March > beta 1 - 2 April Fine with me. But the new version contains so many new features that I will not be ready with the docs. I won't find time to work on the docs before beta 1. So I would like when a release candidate is not rel

Re: LayoutPtr Type Safety Patch

2008-03-13 Thread Abdelrazak Younes
rgheck wrote: Andre Poenitz wrote: Maybe I still did not fully understand the concepts. Are 'DocumentClass' and 'LayoutFile' two completely distinct concepts such that we never can exchange a 'DocumentClass' for a 'LayoutFile' (but that happen to share a common implementation via some 'TextClas