Added search box to sidebar

2008-04-06 Thread christian . ridderstrom
Hi, I've added a search box to the sidebar, primarily to show how it can be done. I'm not sure we want it there, or perhaps even at all,. /Christian -- Christian Ridderström, +46-8-768 39 44 http://www.md.kth.se/~chr

Re: suggestion for windows installar

2008-04-06 Thread Andre Poenitz
On Mon, Apr 07, 2008 at 01:12:11AM +0200, Joost Verburg wrote: > Leuven, E. wrote: > [...] > This is really a great feature. I can now copy graphics from any Windows > application! > > Joost Cool stuff. Nevertheless, could we try stick to LyX style also in Windows-only code? E.g: > +#ifdef Q_WS

Re: LyX platypus image

2008-04-06 Thread Rex C. Eastbourne
[EMAIL PROTECTED] wrote: On Mon, 7 Apr 2008, Rex C. Eastbourne wrote: Does anyone have an image of the platypus in some format suitable for graphic work? If so, could you send it to me or let me know where on the site I can find it? Is a photo good? If so, check out http://en.wikipedia

Removing H1 from pages

2008-04-06 Thread christian . ridderstrom
Hi 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 desired. /Christan PS. Generally speaking, I've found that for wiki

Lars' name is incorrect on Web/Donate

2008-04-06 Thread christian . ridderstrom
See http://www.lyx.org/test/wiki/index.php/Web/Donate the markup (:LyX_paypal:) does not work either. /C PS. I'm going through pages to see if there are any remainding links to 'Main/*'. -- Christian Ridderström, +46-8-768 39 44 http://www.md.kth.se/~chr

Re: LyX platypus image

2008-04-06 Thread christian . ridderstrom
On Mon, 7 Apr 2008, Rex C. Eastbourne wrote: Does anyone have an image of the platypus in some format suitable for graphic work? If so, could you send it to me or let me know where on the site I can find it? Is a photo good? If so, check out http://en.wikipedia.org/wiki/Image:Ornith

www.lyx.org/test temporarily down (renamed..)

2008-04-06 Thread christian . ridderstrom
Hi, I've renamed all wiki pages from e.g. Main.HomePage -> Web.HomePage this means that the URI http:/www.lyx.org/test/HomePage no longer works, as it is automatically mapped to http://www.lyx.org/test/index.php/Main/HomePage

Re: Alternate Bundling Proposal: Details

2008-04-06 Thread Enrico Forestieri
As yet an another alternative proposal, what would be wrong with using a python script for creating an archive containing the LyX file and all needed files? The attached script should work with both 1.5 and 1.6 and is able to include out of tree files (in a safe manner, I think). Nothing needs to

LyX platypus image

2008-04-06 Thread Rex C. Eastbourne
Does anyone have an image of the platypus in some format suitable for graphic work? If so, could you send it to me or let me know where on the site I can find it? Rex

Re: suggestion for windows installar

2008-04-06 Thread Joost Verburg
Leuven, E. wrote: > Yes, that's a good idea. Can you have a look at the clipboard > copy-pasting of metafile data? was already looking at that (thus my installer request ;-), the attached is what i have. the getdata call seems to be unsuccessful so i am doing something wrong. am a bit stuc

Re: Migration planning

2008-04-06 Thread christian . ridderstrom
Hi, I was too busy this weekend to migrate the site, but I'll try and do it this week. Please note that you should be able to work on the test installation until/unless I say so. /Christian -- Christian Ridderström, +46-8-768 39 44 http://www.md.kth.se/~chr

selection out of math insert (was: Re: [OT] templating latex)

2008-04-06 Thread Dov Feldstern
Dov Feldstern wrote: Dov Feldstern wrote: Andre Poenitz wrote: On Fri, Apr 04, 2008 at 12:15:24PM +0300, Dov Feldstern wrote: [something unrelated ;-)] Hi Dov. Since you are around: I have a suspicion tha change 22930 removed the possibility do extend a selection in mathed using Shift+Left/R

RE: Re: suggestion for windows installar

2008-04-06 Thread Leuven, E.
Joost Verburg wrote: > Done :) Everything will be installed and configured automatically. that's quick! >> we could perhaps have the default paste in original >> format and offer an additional "paste as eps"... > > Yes, that's a good idea. Can you have a look at the clipboard > copy-pasting of

Re: [Cvslog] r24139 - /lyx-devel/trunk/src/frontends/qt4/GuiWorkArea.cpp

2008-04-06 Thread Andre Poenitz
On Sun, Apr 06, 2008 at 04:48:29PM +0200, Pavel Sanda wrote: > > Author: sanda > > Date: Sun Apr 6 16:43:28 2008 > > New Revision: 24139 > > > > void GuiWorkArea::fixVerticalScrollBar() > > { > > - if (!buffer_view_->fullScreen()) > > + if (!isFullScreen()) > > setVerticalScroll

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

2008-04-06 Thread rgheck
Pavel Sanda wrote: Correct. You could add that the parameter corresponds to the "lyxtype". i was already looking what exactly lyxtype means, but the commentary in header file was not really helpful to determine what the "lyxtype" is: /// std::string lyxtype_; This probably

Re: dissolve-inset

2008-04-06 Thread rgheck
Martin Vermeer wrote: On Sun, Apr 06, 2008 at 04:26:23AM +0200, Pavel Sanda wrote: I think this is to make sure we're dissolving the right kind of inset (e.g., a charstyle), but I'm not absolutely positive. yes and my questions are - why is this needed - this lfun can be called withou

Re: [Cvslog] r24139 - /lyx-devel/trunk/src/frontends/qt4/GuiWorkArea.cpp

2008-04-06 Thread Andre Poenitz
On Sun, Apr 06, 2008 at 04:48:29PM +0200, Pavel Sanda wrote: > > Author: sanda > > Date: Sun Apr 6 16:43:28 2008 > > New Revision: 24139 > > > > void GuiWorkArea::fixVerticalScrollBar() > > { > > - if (!buffer_view_->fullScreen()) > > + if (!isFullScreen()) > > setVerticalScroll

Re: [Cvslog] r24139 - /lyx-devel/trunk/src/frontends/qt4/GuiWorkArea.cpp

2008-04-06 Thread Pavel Sanda
> Author: sanda > Date: Sun Apr 6 16:43:28 2008 > New Revision: 24139 > > void GuiWorkArea::fixVerticalScrollBar() > { > - if (!buffer_view_->fullScreen()) > + if (!isFullScreen()) > setVerticalScrollBarPolicy(Qt::ScrollBarAlwaysOn); > } Andre, checkout your 'hack' works

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

2008-04-06 Thread Pavel Sanda
> Correct. You could add that the parameter corresponds to the > "lyxtype". i was already looking what exactly lyxtype means, but the commentary in header file was not really helpful to determine what the "lyxtype" is: /// std::string lyxtype_; pavel

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

2008-04-06 Thread Martin Vermeer
On Sun, Apr 06, 2008 at 11:19:43AM +, [EMAIL PROTECTED] wrote: > Author: sanda > Date: Sun Apr 6 13:19:42 2008 > New Revision: 24137 > > URL: http://www.lyx.org/trac/changeset/24137 > Log: > * Doxy. > > Modified: > lyx-devel/trunk/src/LyXAction.cpp > > Modified: lyx-devel/trunk/src/LyXA

Re: dissolve-inset

2008-04-06 Thread Martin Vermeer
On Sun, Apr 06, 2008 at 04:26:23AM +0200, Pavel Sanda wrote: > > I think this is to make sure we're dissolving the right kind of inset > > (e.g., a charstyle), but I'm not absolutely positive. > > yes and my questions are > - why is this needed - this lfun can be called without any argument. > -