Re: New password required for the web site

2008-04-16 Thread christian . ridderstrom
On Thu, 17 Apr 2008, [EMAIL PROTECTED] wrote: Someone set a new password for editing the web site. It's documented in Speaking of passwords. Whoever that changed the password for http://www.lyx.org forgot to change it for http://www.lyx.org/test/wiki/index.php which left a

Bad link on http://www.lyx.org/Translation

2008-04-16 Thread Angus Leeming
... The [translation page] on the main LyX home page ... points at http://www.lyx.org/about/i18n.php ... If you've got (or would like) any experience with coding for multi-lingual documents, contact the [Developers' mailing list]. points at http://www.lyx.org/mailing.php Al

File permissons on wiki files

2008-04-16 Thread christian . ridderstrom
Hi Joost, Could you please set proper permissions on files. The group svnusers should have write permission. Thanks, /Christian [EMAIL PROTECTED] www-user]$ find -user joost -ls 6292856 28 -rw-r--r-- 1 joostsvnusers23042 Mar 30 01:47 ./test/pmwiki/cookbook/sectionedit.php 6292609

Re: Do we want to keep a copy of the old www.lyx.org?

2008-04-16 Thread Angus Leeming
[EMAIL PROTECTED] wrote: Do we want to keep a copy of the old www.lyx.org? Or maybe just a screenshot to remember how ugly it was? (I didn't think about this before I modified 'index.php') Would be nice, for nostalgia's sake. One thing I keep remembering as I walk to work and then forget any

New password required for the web site

2008-04-16 Thread christian . ridderstrom
Hi, Someone set a new password for editing the web site. It's documented in /home/lyx/www/pmwiki/passwords.txt If you can't read that file, e.g. because you don't have an account on aussie, please ask on the developers' list and a developer should send the password to you. /Christia

Do we want to keep a copy of the old www.lyx.org?

2008-04-16 Thread christian . ridderstrom
Do we want to keep a copy of the old www.lyx.org? Or maybe just a screenshot to remember how ugly it was? (I didn't think about this before I modified 'index.php') /Christian -- Christian Ridderström, +46-8-768 39 44 http://www.md.kth.se/~chr

Re: Document class modules broken?

2008-04-16 Thread Richard heck
Richard Heck wrote: Richard Heck wrote: Richard Heck wrote: Stefan Schimanski wrote: Hi! Are the Document class modules broken right now? When I create a new document with document class "article" and add the "Theorems (AMS)" module and then leave the document dialog, I get the message tha

CreateDirectory Failure

2008-04-16 Thread RGH
Current svn. If you specify /path/to/lyx/dir as your user directory, and /path/to/lyx does not exist, then LyX cannot create the directory. rh

[patch] fix bug 2457

2008-04-16 Thread Uwe Stöhr
The attached bug adds support for \textcolor to tex2lyx. This fixes http://bugzilla.lyx.org/show_bug.cgi?id=2457 Attached is also a TeX-file as testcase for the patch. regards Uwe Index: text.cpp === --- text.cpp (revision 24310) +

Re: LyX Installer

2008-04-16 Thread Joost Verburg
Uwe Stöhr wrote: The problem is that you always did your own thing with the installer. I have never had a chance to contribute or discuss with you before you do a change. I always ask the developers for comments when I add new features (other than NSIS code optimization and things like that).

Re: LyX Installer

2008-04-16 Thread Uwe Stöhr
Joost Verburg schrieb: I've recently rewritten large parts of the official installer in trunk. Everything should now be much easier to understand (no more stack usage for functions, more comments and meaningful variable names) and has also been updated to use the latest NSIS technologies (Mod

Re: [Cvslog] r24244 - in /lyx-devel/trunk/src/tex2lyx: Parser.cpp Pars...

2008-04-16 Thread Uwe Stöhr
Jean-Marc Lasgouttes schrieb: > Your getParenthesesOpt function has a problem: since it is modelled > after getOpt(), it allows for an optional argument. But () arguments > are not optional in general. Yes they are required, but the function uses the Parser::getFullArg function which is valid fo

Re: The comparison of both win32 installers

2008-04-16 Thread Joost Verburg
Joost Verburg wrote: The problem is, it does not contain the actual comparison, it only enumerates the features of the "alternative installer"... or maybe I don't understand something obvious? The information on this page is incomplete and is indeed not useful at all. I would suggest to re

Re: The comparison of both win32 installers

2008-04-16 Thread Joost Verburg
Uwe Stöhr wrote: > PDF updating similar to DVI/Postscript, Not true. You remove the PDF update button in your installer, right? Instead there is only a combined view/update button. > installation of all spell checker dictionaries using the installer wizard, Not true. What I understan

Re: [Cvslog] r24305 - in /lyx-devel/trunk/src: BufferView.cpp TextClas...

2008-04-16 Thread rgheck
[EMAIL PROTECTED] wrote: Author: poenitz Date: Wed Apr 16 23:23:45 2008 New Revision: 24305 URL: http://www.lyx.org/trac/changeset/24305 Log: a leak in DocumentClassBundle. However, I am not really sure we should care about these. It's not much difference, except that application shutdown in slo

Re: The comparison of both win32 installers

2008-04-16 Thread Uwe Stöhr
> On the page below: > > http://wiki.lyx.org/Windows/LyXWinInstaller > > ... there is the section entitled "Comparison between the standard > LyX-installer and LyXWinInstaller (alternative installer)". > > The problem is, it does not contain the actual comparison, it only > enumerates the feat

Re: The comparison of both win32 installers

2008-04-16 Thread Uwe Stöhr
> There are a number of features of the official installer that are missing in the alternative one > (e.g. installation by limited users, Yes, you must have admin priviledges. > PDF updating similar to DVI/Postscript, Not true. > installation of all spell checker dictionaries using the instal

Re: The comparison of both win32 installers

2008-04-16 Thread Joost Verburg
Michal Skrzypek wrote: The problem is, it does not contain the actual comparison, it only enumerates the features of the "alternative installer"... or maybe I don't understand something obvious? The information on this page is incomplete and is indeed not useful at all. I would suggest to

Re: [Cvslog] r24299 - in /lyx-devel/trunk/src: LayoutFile.cpp LayoutFi...

2008-04-16 Thread Andre Poenitz
On Wed, Apr 16, 2008 at 10:58:43PM +0200, Peter Kümmel wrote: > Andre Poenitz wrote: >> Why don't the stored menus simply get a QObject parent? > > Any idea to remove here shared_ptr? Use std::auto_ptr? Andre'

Re: Document class modules broken?

2008-04-16 Thread Richard Heck
Richard Heck wrote: Richard Heck wrote: Stefan Schimanski wrote: Hi! Are the Document class modules broken right now? When I create a new document with document class "article" and add the "Theorems (AMS)" module and then leave the document dialog, I get the message that "the module" does n

Re: [Cvslog] r24299 - in /lyx-devel/trunk/src: LayoutFile.cpp LayoutFi...

2008-04-16 Thread Peter Kümmel
Andre Poenitz wrote: Why don't the stored menus simply get a QObject parent? Any idea to remove here shared_ptr? -- Peter Kümmel Index: frontends/qt4/GuiClipboard.cpp === --- frontends/qt4/GuiClipboard.cpp (revision 24298)

The comparison of both win32 installers

2008-04-16 Thread Michal Skrzypek
On the page below: http://wiki.lyx.org/Windows/LyXWinInstaller ... there is the section entitled "Comparison between the standard LyX-installer and LyXWinInstaller (alternative installer)". The problem is, it does not contain the actual comparison, it only enumerates the features of the

Re: Embedding feature, final remarks and farewell.

2008-04-16 Thread Richard Heck
Andre Poenitz wrote: On Wed, Apr 16, 2008 at 03:38:00PM -0400, Richard Heck wrote: > And sometimes that works. But it's also true, as many of us, I think, have > experienced, that it isn't always easy to get feedback. For example, Andre > recently criticized some of the changes I made to Ins

Re: [Cvslog] r24299 - in /lyx-devel/trunk/src: LayoutFile.cpp LayoutFi...

2008-04-16 Thread Peter Kümmel
Andre Poenitz wrote: On Wed, Apr 16, 2008 at 07:43:08PM -, [EMAIL PROTECTED] wrote: Author: kuemmel Date: Wed Apr 16 21:43:06 2008 New Revision: 24299 URL: http://www.lyx.org/trac/changeset/24299 Log: fix some memory leaks Modified: URL: http://www.lyx.org/trac/file/lyx-devel/trunk/src/fr

Re: Document class modules broken?

2008-04-16 Thread Richard Heck
Richard Heck wrote: Stefan Schimanski wrote: Hi! Are the Document class modules broken right now? When I create a new document with document class "article" and add the "Theorems (AMS)" module and then leave the document dialog, I get the message that "the module" does not exist. I checked

Re: [Cvslog] r24299 - in /lyx-devel/trunk/src: LayoutFile.cpp LayoutFi...

2008-04-16 Thread Andre Poenitz
On Wed, Apr 16, 2008 at 07:43:08PM -, [EMAIL PROTECTED] wrote: > Author: kuemmel > Date: Wed Apr 16 21:43:06 2008 > New Revision: 24299 > > URL: http://www.lyx.org/trac/changeset/24299 > Log: > fix some memory leaks > > Modified: > URL: > http://www.lyx.org/trac/file/lyx-devel/trunk/src/fron

Re: Embedding feature, final remarks and farewell.

2008-04-16 Thread Andre Poenitz
On Wed, Apr 16, 2008 at 03:38:00PM -0400, Richard Heck wrote: > And sometimes that works. But it's also true, as many of us, I think, have > experienced, that it isn't always easy to get feedback. For example, Andre > recently criticized some of the changes I made to InsetCommandParams. In > fac

Re: New www.lyx.org is now live

2008-04-16 Thread Pavel Sanda
> > The new www.lyx.org is now live, i.e. going to > > > > http://www.lyx.org/ > > > > now automatically redirects to > > > > http://www.lyx.org/Home > > > > I think that behaviour is ok. Anyway, the new site is now live and it > > should probably be announced... > > few notes: > 1. pleas

Re: aussie down again... - please vote

2008-04-16 Thread Andre Poenitz
On Wed, Apr 16, 2008 at 03:42:50PM -0400, Richard Heck wrote: > I don't know if this seemed such a terrible idea that no one responded, or > if it just got missed, but let me suggest again that we consider the Brown > University Linux Users Group as a possible host. Not long ago, there was > som

Re: [Cvslog] r24293 - in /www-user/trunk: favicon.ico index.php

2008-04-16 Thread Joost Verburg
Jean-Marc Lasgouttes wrote: Or more exactly a password only known to developers. Something written at some place of aussie would be enough. The new password can be found here: /home/lyx/www/pmwiki/passwords.txt Joost

Re: aussie down again... - please vote

2008-04-16 Thread Richard Heck
Jean-Marc Lasgouttes wrote: Andre Poenitz <[EMAIL PROTECTED]> writes: On Tue, Apr 15, 2008 at 10:33:51PM +0200, [EMAIL PROTECTED] wrote: Current summary: Sf/etc dedibox/etc no change Abdel -- ! André !- - Bo x

Re: [Cvslog] r24272 - /lyx-devel/trunk/lib/lyx2lyx/lyx_1_6.py

2008-04-16 Thread Juergen Spitzmueller
Richard Heck wrote: > Mostly, this will work. If there's a standard but not default layout, we > could end up with weird results. All the ERT could then break, if (say) > Standard output some LaTeX of its own. But there may be no actual cases > of this, and if there are, we can deal with them. I

Re: Embedding feature, final remarks and farewell.

2008-04-16 Thread Richard Heck
Abdelrazak Younes wrote: Pavel Sanda wrote: that will be my last commit. that is the best solution if you cannot live with compromise. i guess he could live if people start to flame embedding philosophy when he asked in start of implementing. i fully understand the frustration of reverting

Re: [Cvslog] r24293 - in /www-user/trunk: favicon.ico index.php

2008-04-16 Thread Jean-Marc Lasgouttes
Le 16 avr. 08 à 19:57, Joost Verburg a écrit : Jean-Marc Lasgouttes wrote: In the future, I'd rather not have a redirection to Home, but keep the URL simple. I guess I have to change the httpd configuration. What aliases do we want to set up now? I agree, this is just a temporary fix. What's

Re: SPAM again !!! [Fwd: Majordomo results: Re: aussie down again... - please vote]

2008-04-16 Thread Alfredo Braunstein
Andre Poenitz wrote: > On Wed, Apr 16, 2008 at 12:50:34PM +0200, Abdelrazak Younes wrote: >> Jean-Marc Lasgouttes wrote: >>> Abdelrazak Younes <[EMAIL PROTECTED]> writes: >>> >>> I receive this each time I send something to the list: >>> >>> I asked Mate to remove it and, presto!

Re: [Cvslog] r24272 - /lyx-devel/trunk/lib/lyx2lyx/lyx_1_6.py

2008-04-16 Thread Richard Heck
Juergen Spitzmueller wrote: rgheck wrote: If we want to try to fix this, here's what we could do. I introduced Format 315 at 23059, a week after PlainLayout was introduced. We could add a Standard --> PlainLayout conversion and reversion there. Then there's the PlainLayout --> Plain Layout b

Re: Is www.lyx.org ready to go live?

2008-04-16 Thread Juergen Spitzmueller
Rex C. Eastbourne wrote: > By the way, it seems like the site looks better every time I visit it. > Nice work to whoever re-did the colors and the banner at the top of the > page! I second that. It looks very pleasing now. Just two notes: Could we make the text raggedright instead of justified

Re: www.lyx.org: Change the name of the 'HomePage'?

2008-04-16 Thread José Matos
On Wednesday 16 April 2008 17:22:27 [EMAIL PROTECTED] wrote: > > Hmm... I can't find any text about 'unresponsive' on > > http://www.lyx.org/News > > does that mean there is no problem? Not anymore. :-) > /C -- José Abílio

Re: New www.lyx.org is now live

2008-04-16 Thread José Matos
On Wednesday 16 April 2008 17:20:41 [EMAIL PROTECTED] wrote: > I think that behaviour is ok. Anyway, the new site is now live and it > should probably be announced... > > /Christian We could do it in the website, what do you think? ;-) We could send a message to lyx-announce and lwn (since the ne

Re: Compile problems with CMake

2008-04-16 Thread Andre Poenitz
On Wed, Apr 16, 2008 at 07:45:44PM +0200, Abdelrazak Younes wrote: >> Well, initializing the scrollbar structure would rid us of a few jumps >> depending on uninitialized memory... >> > > I am not sure I follow you here... 24298 fixes the symptoms. Could well be there's a deeper problem hidden.

Re: r24292 - /www-user/trunk/index.php

2008-04-16 Thread José Matos
On Wednesday 16 April 2008 17:09:58 Abdelrazak Younes wrote: > > > > The URL http://www.lyx.org/ is broken right now... > > Works fine here (Firefox 3 beta5). It gets redirected to > http://www.lyx.org/Home automatically. Probably that was a transient state. It works here with konqueror 4.0.3.

Re: Compile (Linking) Error in Client

2008-04-16 Thread Pavel Sanda
> > here too. > > > > bisect leads me here: > > http://www.lyx.org/trac/changeset/24249 > > Andre'? > > Well, it's not exactly surprising that replacing an empty assert macro > with one that actually barks increases the noise level ;-) > > And no, that change is not the problem... i'm not claim

Re: New www.lyx.org is now live

2008-04-16 Thread Andre Poenitz
On Wed, Apr 16, 2008 at 12:55:59PM -0400, Rex C. Eastbourne wrote: > On Wed, Apr 16, 2008 at 12:20 PM, <[EMAIL PROTECTED]> wrote: > > > The new www.lyx.org is now live, i.e. going to > > > >http://www.lyx.org/ > > > > now automatically redirects to > > > >http://www.lyx.org/Home >

Re: [patch] support for beamerarticle

2008-04-16 Thread Andre Poenitz
On Wed, Apr 16, 2008 at 05:30:34PM +0200, Jean-Marc Lasgouttes wrote: > Abdelrazak Younes <[EMAIL PROTECTED]> writes: > > > José Matos wrote: > >> On Wednesday 16 April 2008 08:41:27 Juergen Spitzmueller wrote: > >>> Objections to this? > >> > >> Au contraire. :-) > > > > How many of you guys sp

Re: [Cvslog] r24293 - in /www-user/trunk: favicon.ico index.php

2008-04-16 Thread Joost Verburg
Jean-Marc Lasgouttes wrote: In the future, I'd rather not have a redirection to Home, but keep the URL simple. I guess I have to change the httpd configuration. What aliases do we want to set up now? I agree, this is just a temporary fix. What's the current configuration for mod_rewrite? Al

Re: SPAM again !!! [Fwd: Majordomo results: Re: aussie down again... - please vote]

2008-04-16 Thread Andre Poenitz
On Wed, Apr 16, 2008 at 12:50:34PM +0200, Abdelrazak Younes wrote: > Jean-Marc Lasgouttes wrote: >> Abdelrazak Younes <[EMAIL PROTECTED]> writes: >> >> >>> I receive this each time I send something to the list: >>> >> >> I asked Mate to remove it and, presto!, it is gone now. >> > Am I t

Re: aussie down again... - please vote

2008-04-16 Thread Andre Poenitz
On Wed, Apr 16, 2008 at 09:50:34AM +0200, Abdelrazak Younes wrote: > Jean-Marc Lasgouttes wrote: >> Andre Poenitz <[EMAIL PROTECTED]> writes: >>> On Tue, Apr 15, 2008 at 10:33:51PM +0200, [EMAIL PROTECTED] >>> wrote: Current summary: >>> Sf/etc dedibox/etc no change >>> Abdel

Re: [Patch] CMake 2.6 support for external libintl and iconv (brought by KDE on Windows)

2008-04-16 Thread Abdelrazak Younes
Peter Kümmel wrote: Abdelrazak Younes wrote: Hello, I need this patch to properly compile LyX and tex2lyx. Peter (or anyone else) could you please have a look? Thanks in advance, Abdel. Hi Abdel, I assume it doesn't compile for you because you are unsing the kde-windows libs. But I think

Re: Compile problems with CMake

2008-04-16 Thread Abdelrazak Younes
Andre Poenitz wrote: On Wed, Apr 16, 2008 at 08:44:48AM +0200, Abdelrazak Younes wrote: Enrico Forestieri wrote: On Tue, Apr 15, 2008 at 08:08:45PM +0200, Abdelrazak Younes wrote: Enrico Forestieri wrote: On Tue, Apr 15, 2008 at 06:58:55PM +0200, Abdelrazak Younes wrot

Re: Compile (Linking) Error in Client

2008-04-16 Thread Andre Poenitz
On Wed, Apr 16, 2008 at 09:09:40AM +0200, Pavel Sanda wrote: > > g++ -g -O2 -o lyxclient boost.o client.o debug.o gettext.o Messages.o > > ../../src/support/.libs/liblyxsupport.a -L/usr/lib -lQtCore > > ../../boost/.libs/liblyxboost.a -lSM -lICE -lz -L/usr/lib64 -lX11 > > ../../src/support/.libs

Re: New www.lyx.org is now live

2008-04-16 Thread Juergen Spitzmueller
[EMAIL PROTECTED] wrote: > I think that behaviour is ok. Anyway, the new site is now live and it > should probably be announced... If you send me a text, I can post it. Jürgen

Re: Compile problems with CMake

2008-04-16 Thread Andre Poenitz
On Wed, Apr 16, 2008 at 08:44:48AM +0200, Abdelrazak Younes wrote: > Enrico Forestieri wrote: >> On Tue, Apr 15, 2008 at 08:08:45PM +0200, Abdelrazak Younes wrote: >>> Enrico Forestieri wrote: On Tue, Apr 15, 2008 at 06:58:55PM +0200, Abdelrazak Younes wrote: > By the way, wasn't ther

Re: [patch] basic pdfpages support

2008-04-16 Thread Juergen Spitzmueller
Neal Becker wrote: > I'd like to try this patch.  Do I need to rebuild lyx? It's included in latest trunk. > Is this version 1.5.4, or 1.6? 1.6. I had a patch for 1.5 (and I also use it), but it's a file format change, so it can't go into branch. Jürgen

Re: Link to documentation in the sidebar?

2008-04-16 Thread Pavel Sanda
> Shouldn't the sidebar have a link to documentation? which page do you mean? the pages i have seen in wiki are pretty obsolete (1.4.2). pavel

Re: Compile problems with CMake

2008-04-16 Thread Peter Kümmel
Abdelrazak Younes wrote: PS: By the way, did you get my message on the kde-windows mailing list? Yes, very good idea! Peter

Link to documentation in the sidebar?

2008-04-16 Thread christian . ridderstrom
Hi, Shouldn't the sidebar have a link to documentation? Currently it has the text 'Wiki / Documentation' which links to the wiki. However, shouldn't we have a separate link 'Documentation' that actually points to users' manuals etc? /Christian -- Christian Ridderström, +46-8-768 39 44

Re: [Patch] CMake 2.6 support for external libintl and iconv (brought by KDE on Windows)

2008-04-16 Thread Peter Kümmel
Abdelrazak Younes wrote: Hello, I need this patch to properly compile LyX and tex2lyx. Peter (or anyone else) could you please have a look? Thanks in advance, Abdel. Hi Abdel, I assume it doesn't compile for you because you are unsing the kde-windows libs. But I think we only get trouble

Re: New www.lyx.org is now live

2008-04-16 Thread Rex C. Eastbourne
On Wed, Apr 16, 2008 at 12:20 PM, <[EMAIL PROTECTED]> wrote: > The new www.lyx.org is now live, i.e. going to > >http://www.lyx.org/ > > now automatically redirects to > >http://www.lyx.org/Home > > I think that behaviour is ok. Anyway, the new site is now live and it > should prob

Re: Document class modules broken?

2008-04-16 Thread Richard Heck
Stefan Schimanski wrote: Hi! Are the Document class modules broken right now? When I create a new document with document class "article" and add the "Theorems (AMS)" module and then leave the document dialog, I get the message that "the module" does not exist. I checked the reconfigure outp

Re: The wiki now blocks 'href' as a word

2008-04-16 Thread christian . ridderstrom
On Sun, 13 Apr 2008, Angus Leeming wrote: [EMAIL PROTECTED] wrote: Does anyone know a perl compatible regexp that matches 'href' but not '\href'? Match all occurences of 'href' that are preceded by zero or more whitespace chars and followed by zero or more whitespace chars and an '=' char

Re: New www.lyx.org is now live

2008-04-16 Thread Pavel Sanda
> The new www.lyx.org is now live, i.e. going to > > http://www.lyx.org/ > > now automatically redirects to > > http://www.lyx.org/Home > > I think that behaviour is ok. Anyway, the new site is now live and it > should probably be announced... few notes: 1. please change the editing p

Re: lyx aborts on startup

2008-04-16 Thread Pavel Sanda
> > > I have lyx 1.5.1 and it suddenly aborts on startup: > > > > > > /home/rdorsch # lyx > > > Aborted > > > /home/rdorsch # > > > > > > Is there a log file with more debug informationor can anybody tell what > > > are typical reasons for such aborts? > > > > what is your version of qt? > > 4.2.1

Re: www.lyx.org: Change the name of the 'HomePage'?

2008-04-16 Thread christian . ridderstrom
On Wed, 16 Apr 2008, Bennett Helm wrote: It's looking very nice -- kudos to everyone involved in this much needed update. One small point: the "News" section in the original website was changed after the draft website was created by deleting the "Download server unresponsive" item. I suspect

New www.lyx.org is now live

2008-04-16 Thread christian . ridderstrom
The new www.lyx.org is now live, i.e. going to http://www.lyx.org/ now automatically redirects to http://www.lyx.org/Home I think that behaviour is ok. Anyway, the new site is now live and it should probably be announced... /Christian -- Christian Ridderström, +46-8-768 39

Re: www.lyx.org: Change the name of the 'HomePage'?

2008-04-16 Thread Joost Verburg
Bennett Helm wrote: One small point: the "News" section in the original website was changed after the draft website was created by deleting the "Download server unresponsive" item. I suspect you want to delete that on the new website now. Done. Joost

Re: r24292 - /www-user/trunk/index.php

2008-04-16 Thread Joost Verburg
Jean-Marc Lasgouttes wrote: What about a news item to announce it? Even if it is obvious :-) The URL http://www.lyx.org/ is broken right now... I don't know what Christian has changed, but I fixed it for now. Joost

Re: r24292 - /www-user/trunk/index.php

2008-04-16 Thread Jean-Marc Lasgouttes
Abdelrazak Younes <[EMAIL PROTECTED]> writes: > Jean-Marc Lasgouttes wrote: >> Abdelrazak Younes <[EMAIL PROTECTED]> writes: >> >>> [EMAIL PROTECTED] wrote: Author: chr Date: Wed Apr 16 17:16:26 2008 New Revision: 24292 URL: http://www.lyx.org/trac/changeset/24292 Log

Re: [Cvslog] r24293 - in /www-user/trunk: favicon.ico index.php

2008-04-16 Thread Jean-Marc Lasgouttes
[EMAIL PROTECTED] writes: > Author: joost > Date: Wed Apr 16 18:03:52 2008 > New Revision: 24293 > > URL: http://www.lyx.org/trac/changeset/24293 > Log: > fix redirection and update favicon In the future, I'd rather not have a redirection to Home, but keep the URL simple. I guess I have to change

Re: r24292 - /www-user/trunk/index.php

2008-04-16 Thread Abdelrazak Younes
Jean-Marc Lasgouttes wrote: Abdelrazak Younes <[EMAIL PROTECTED]> writes: [EMAIL PROTECTED] wrote: Author: chr Date: Wed Apr 16 17:16:26 2008 New Revision: 24292 URL: http://www.lyx.org/trac/changeset/24292 Log: Going live with the web site.. hopefully What about a news item to announce it?

Document class modules broken?

2008-04-16 Thread Stefan Schimanski
Hi! Are the Document class modules broken right now? When I create a new document with document class "article" and add the "Theorems (AMS)" module and then leave the document dialog, I get the message that "the module" does not exist. I checked the reconfigure output and everything looks

Re: r24292 - /www-user/trunk/index.php

2008-04-16 Thread Jean-Marc Lasgouttes
Abdelrazak Younes <[EMAIL PROTECTED]> writes: > [EMAIL PROTECTED] wrote: >> Author: chr >> Date: Wed Apr 16 17:16:26 2008 >> New Revision: 24292 >> >> URL: http://www.lyx.org/trac/changeset/24292 >> Log: >> Going live with the web site.. hopefully > > What about a news item to announce it? Even if

Re: [Cvslog] r24244 - in /lyx-devel/trunk/src/tex2lyx: Parser.cpp Pars...

2008-04-16 Thread Jean-Marc Lasgouttes
Uwe Stöhr <[EMAIL PROTECTED]> writes: >> I think the new method is not needed because direct code is almost as >> compact. >> Moreover, it is better IMO to keep the Parser interface small. > > But getting an option that is in parentheses will surely be useful for > the future as well, therefore I

Re: www.lyx.org: Change the name of the 'HomePage'?

2008-04-16 Thread Bennett Helm
On Wed, Apr 16, 2008 at 11:14 AM, <[EMAIL PROTECTED]> wrote: > On Wed, 16 Apr 2008, Joost Verburg wrote: > > [EMAIL PROTECTED] wrote: > > > > > Hi,> I would like to change 'HomePage' to something else, e.g. simply > > > 'Home'. > > > Any other suggestions for what the name should be? > > > > >

Re: r24292 - /www-user/trunk/index.php

2008-04-16 Thread Abdelrazak Younes
[EMAIL PROTECTED] wrote: Author: chr Date: Wed Apr 16 17:16:26 2008 New Revision: 24292 URL: http://www.lyx.org/trac/changeset/24292 Log: Going live with the web site.. hopefully What about a news item to announce it? Even if it is obvious :-) Congratulations. Abdel.

Re: [patch] support for beamerarticle

2008-04-16 Thread Jean-Marc Lasgouttes
Abdelrazak Younes <[EMAIL PROTECTED]> writes: > José Matos wrote: >> On Wednesday 16 April 2008 08:41:27 Juergen Spitzmueller wrote: >>> Objections to this? >> >> Au contraire. :-) > > How many of you guys speak French by the way? Me! Me! JMarc

Re: SPAM again !!! [Fwd: Majordomo results: Re: aussie down again... - please vote]

2008-04-16 Thread Jean-Marc Lasgouttes
Abdelrazak Younes wrote: I asked Mate to remove it and, presto!, it is gone now. Am I the only one who see such things? No, every poster got that back (I did too). JMarc

Re: www.lyx.org: Change the name of the 'HomePage'?

2008-04-16 Thread christian . ridderstrom
On Wed, 16 Apr 2008, Joost Verburg wrote: [EMAIL PROTECTED] wrote: Hi,> I would like to change 'HomePage' to something else, e.g. simply 'Home'. Any other suggestions for what the name should be? Fine with me. In my opinion the name in the menu should also be 'Home'. Done and done. /C

Re: www.lyx.org: Change the name of the 'HomePage'?

2008-04-16 Thread Joost Verburg
[EMAIL PROTECTED] wrote: Hi,> I would like to change 'HomePage' to something else, e.g. simply 'Home'. Any other suggestions for what the name should be? Fine with me. In my opinion the name in the menu should also be 'Home'. Joost

www.lyx.org: Change the name of the 'HomePage'?

2008-04-16 Thread christian . ridderstrom
Hi, The default page of the coming www.lyx.org is currently HomePage as in http://www.lyx.org/HomePage I would like to change 'HomePage' to something else, e.g. simply 'Home'. Any other suggestions for what the name should be? If there are no objections or suggestions, I'll simply chan

Re: lyx aborts on startup

2008-04-16 Thread Rainer Dorsch
Am Mittwoch, 16. April 2008 16:13 schrieb Pavel Sanda: > > I have lyx 1.5.1 and it suddenly aborts on startup: > > > > /home/rdorsch # lyx > > Aborted > > /home/rdorsch # > > > > Is there a log file with more debug informationor can anybody tell what > > are typical reasons for such aborts? > > wha

Re: [Cvslog] r24244 - in /lyx-devel/trunk/src/tex2lyx: Parser.cpp Pars...

2008-04-16 Thread Uwe Stöhr
> I think the new method is not needed because direct code is almost as compact. > Moreover, it is better IMO to keep the Parser interface small. But getting an option that is in parentheses will surely be useful for the future as well, therefore I didn't use the direct code but introduced this

Re: lyx aborts on startup

2008-04-16 Thread Pavel Sanda
> I have lyx 1.5.1 and it suddenly aborts on startup: > > /home/rdorsch # lyx > Aborted > /home/rdorsch # > > Is there a log file with more debug informationor can anybody tell what are > typical reasons for such aborts? what is your version of qt? pael

lyx aborts on startup

2008-04-16 Thread Rainer Dorsch
Hello, I have lyx 1.5.1 and it suddenly aborts on startup: /home/rdorsch # lyx Aborted /home/rdorsch # Is there a log file with more debug informationor can anybody tell what are typical reasons for such aborts? Many thanks, Rainer -- Rainer Dorsch Lärchenstr. 6 D-72135 Dettenhausen 07157-73

Re: [patch] basic pdfpages support

2008-04-16 Thread Neal Becker
Jürgen Spitzmüller wrote: > Jürgen Spitzmüller wrote: >> There was a typo in the patch. Corrected one attached. > > Grmpf. I reattached the ols one. Try this. > > Jürgen I'd like to try this patch. Do I need to rebuild lyx? Is this version 1.5.4, or 1.6?

RE: Re: [patch] support for beamerarticle

2008-04-16 Thread Leuven, E.
>> courrament > > couramment i am a dismal speller, i know

Re: [patch] support for beamerarticle

2008-04-16 Thread Abdelrazak Younes
Martin Vermeer wrote: On Wed, 16 Apr 2008 14:35:12 +0200 Abdelrazak Younes <[EMAIL PROTECTED]> wrote: José Matos wrote: On Wednesday 16 April 2008 08:41:27 Juergen Spitzmueller wrote: Objections to this? Au contraire. :-) How many of you guys speak French by

Re: [patch] support for beamerarticle

2008-04-16 Thread Martin Vermeer
On Wed, 16 Apr 2008 14:35:12 +0200 Abdelrazak Younes <[EMAIL PROTECTED]> wrote: > José Matos wrote: > > On Wednesday 16 April 2008 08:41:27 Juergen Spitzmueller wrote: > >> Objections to this? > > > > Au contraire. :-) > > How many of you guys speak French by the way? > > Uwe? Edwin? I seem t

Re: [patch] support for beamerarticle

2008-04-16 Thread Juergen Spitzmueller
Abdelrazak Younes wrote: >> On Wednesday 16 April 2008 08:41:27 Juergen Spitzmueller wrote: >>> Objections to this? >> >> Au contraire. :-) > > How many of you guys speak French by the way? Un peu, mais absolument pas bien. Jürgen

RE: Re: [patch] support for beamerarticle

2008-04-16 Thread Juergen Spitzmueller
Leuven, E. wrote: > maybe call it > > beamer handout (article) It's really built on top of article.cls (or any derivate of it). What beamerarticle.sty does is basically providing wrapper functions for the beamer environments to article environments (e.g. frametitle -> subsection*) And it's call

Lyx1.6svn erroneously indents in the main window, I use skips between paragraphs

2008-04-16 Thread Helge Hafting
Output is ok, but the main window is wrong. I use skips between paragraphs, not indented paragraphs. LyX used to get that right, but this have been wrong for some time. I compiled today, and the problem is still there. The main window indents paragraphs, no matter what the indent/skip setting i

Re: [patch] support for beamerarticle

2008-04-16 Thread Abdelrazak Younes
Leuven, E. wrote: Abdel wrote: How many of you guys speak French by the way? Edwin? courrament couramment ;-) Abdel.

RE: Re: [patch] support for beamerarticle

2008-04-16 Thread Leuven, E.
Abdel wrote: > How many of you guys speak French by the way? > Edwin? courrament

Re: [patch] support for beamerarticle

2008-04-16 Thread Abdelrazak Younes
José Matos wrote: On Wednesday 16 April 2008 08:41:27 Juergen Spitzmueller wrote: Objections to this? Au contraire. :-) How many of you guys speak French by the way? Uwe? Edwin? I seem to remember you saying so. Jose too then? I am impressed... Abdel.

RE: Re: [patch] support for beamerarticle

2008-04-16 Thread Leuven, E.
Juergen Spitzmueller wrote: > By document class change. ok (i thought there was a document class option to do that) > If you have a beamer presentation, chose the > document class "article (beamer)" to get the handout. maybe call it beamer handout (article) ? ... no objections btw

Re: [patch] support for beamerarticle

2008-04-16 Thread José Matos
On Wednesday 16 April 2008 08:41:27 Juergen Spitzmueller wrote: > Objections to this? Au contraire. :-) A strong +1. :-) > Jürgen -- José Abílio

Re: [patch] support for beamerarticle

2008-04-16 Thread Juergen Spitzmueller
Edwin Leuven wrote: > out of curiosity, how would this work ui-wise? By document class change. If you have a beamer presentation, chose the document class "article (beamer)" to get the handout. The UI components from beamer are imported into the layout. Jürgen

Re: Advertisments on www.lyx.org or wiki.lyx.org?

2008-04-16 Thread Helge Hafting
[EMAIL PROTECTED] wrote: Speaking of money, what's the general opinion on placing advertisments on www.lyx.org or wiki.lyx.org? I am generally against ads, but if it could bring enough money to really help the LyX project - such as hiring someone to do the most boring but still useful tasks...

Re: Removing H1 from pages

2008-04-16 Thread christian . ridderstrom
On Mon, 7 Apr 2008, Joost Verburg wrote: [EMAIL PROTECTED] wrote: I'm removing level-1 headingness from the top of the web pages. This sometimes mean that text now shows up on the web page. I'm not sure it should, so we'll have to go through the pages eventually to see if they are as desire

Re: SPAM again !!! [Fwd: Majordomo results: Re: aussie down again... - please vote]

2008-04-16 Thread José Matos
On Wednesday 16 April 2008 11:50:34 Abdelrazak Younes wrote: > > Am I the only one who see such things? > > Abdel. Nope. :-) -- José Abílio

RE: Embedding feature, final remarks and farewell.

2008-04-16 Thread Leuven, E.
Pavel Sanda wrote: >>> that will be my last commit. >> that is the best solution if you cannot live with compromise. > > i guess he could live if people start to flame embedding philosophy > when he asked in start of implementing. i had the impression bo did most of the flaming himself but you'r

  1   2   >