Re: [Cvslog] r24146 - /lyx-devel/trunk/src/LyXAction.cpp

2008-04-11 Thread Abdelrazak Younes
Pavel Sanda wrote: Pavel Sanda wrote: Abdel, what is the reason for geometry argument used only when #ifdef Q_WS_WIN ? the -geometry argument is supposed to be handled by X11 natively so we just ignore it on this platform. which is wrong in case this lfun is called directly from command buffe

Re: [Cvslog] r24146 - /lyx-devel/trunk/src/LyXAction.cpp

2008-04-10 Thread Pavel Sanda
> Pavel Sanda wrote: Abdel, what is the reason for geometry argument used only when #ifdef Q_WS_WIN ? >>> the -geometry argument is supposed to be handled by X11 natively so we >>> just >>> ignore it on this platform. >> which is wrong in case this lfun is called directly from command bu

Re: [Cvslog] r24146 - /lyx-devel/trunk/src/LyXAction.cpp

2008-04-10 Thread Abdelrazak Younes
Pavel Sanda wrote: Abdel, what is the reason for geometry argument used only when #ifdef Q_WS_WIN ? the -geometry argument is supposed to be handled by X11 natively so we just ignore it on this platform. which is wrong in case this lfun is called directly from command buffer. But this is a s

Re: [Cvslog] r24146 - /lyx-devel/trunk/src/LyXAction.cpp

2008-04-09 Thread Pavel Sanda
> > Abdel, what is the reason for geometry argument used only when #ifdef > > Q_WS_WIN ? > > the -geometry argument is supposed to be handled by X11 natively so we just > ignore it on this platform. which is wrong in case this lfun is called directly from command buffer. anyway i dont think such

Re: SPAM: Re: Re: [Cvslog] r24146 - /lyx-devel/trunk/src/LyXAction.cpp

2008-04-09 Thread Jean-Marc Lasgouttes
Abdelrazak Younes <[EMAIL PROTECTED]> writes: > I now receice this shit each time I send something to the list. > Maybe the server have been attacked or something? I sent a message to Mate' to check whether this address is subscribed to one of our lists. JMarc

SPAM: Re: Re: [Cvslog] r24146 - /lyx-devel/trunk/src/LyXAction.cpp

2008-04-09 Thread Abdelrazak Younes
] r24146 - /lyx-devel/trunk/src/LyXAction.cpp À : [EMAIL PROTECTED] E-mail name closed due to excessive spam. Please see our new e-mail at the top of our homepage http://www.panagiavlahernon.org. - Fin du message transféré -

Re: [Cvslog] r24146 - /lyx-devel/trunk/src/LyXAction.cpp

2008-04-09 Thread Abdelrazak Younes
Selon Pavel Sanda <[EMAIL PROTECTED]>: > > Author: sanda > > Date: Mon Apr 7 14:15:55 2008 > > New Revision: 24146 > > > > /*! > > * \var lyx::FuncCode lyx::WINDOW_NEW > > * \li Action: Creates new empty LyX window. > > * \li Notion: Already opened documents from the previous window can be > f

Re: [Cvslog] r24146 - /lyx-devel/trunk/src/LyXAction.cpp

2008-04-07 Thread Pavel Sanda
> Author: sanda > Date: Mon Apr 7 14:15:55 2008 > New Revision: 24146 > > /*! > * \var lyx::FuncCode lyx::WINDOW_NEW > * \li Action: Creates new empty LyX window. > * \li Notion: Already opened documents from the previous window can be found > under View menu. > * \li Syntax: window-new [] >