Re: Source view window

2013-05-04 Thread Pavel Sanda
Pavel Sanda wrote: > There are still quirks with not enough minimum size. I finally solved those too, fixed few typos and it's now in. P

Questions about Installing Qt

2013-05-04 Thread Ashley Shan
Hi Rob, So I have been trying to begin learning Qt, but after viewing Qt documentations, I realize that there are some problems that obstruct my learning: 1. Couldn't compile LyX-outline project as described here: http://blog.oak-tree.us/index.php/2010/06/25/lyx-outline02-1 I couldn't run CMa

Re: Source view window

2013-05-04 Thread Pavel Sanda
Pavel Sanda wrote: > > like in attached > > > > patching file src/frontends/qt4/GuiViewSource.cpp > patching file src/frontends/qt4/GuiViewSource.h > patching file src/frontends/qt4/ui/ViewSourceUi.ui > Hunk #1 FAILED at 1. > Hunk #2 FAILED at 111. > 2 out of 2 hunks FAILED -- saving rejects to f

Re: Source view window

2013-05-04 Thread Pavel Sanda
Edwin Leuven wrote: > On May 3, 2013, at 01:02 , Richard Heck wrote: > > On 05/02/2013 06:16 PM, Tommaso Cucinotta wrote: > >> On 02/05/13 20:52, Howard Rudd wrote: > >>> I hope you don't mind me making a suggestion for a very small tweak that > >>> I think would be an improvement? > >> It is ver

Re: Source view window

2013-05-04 Thread Edwin Leuven
On May 3, 2013, at 01:02 , Richard Heck wrote: > On 05/02/2013 06:16 PM, Tommaso Cucinotta wrote: >> On 02/05/13 20:52, Howard Rudd wrote: >>> I hope you don't mind me making a suggestion for a very small tweak that I >>> think would be an improvement? >> It is very welcome, indeed! And what you

Re: Source view window

2013-05-04 Thread Pavel Sanda
Tommaso Cucinotta wrote: > Imagine a user that hides by mistake, he/she would be lost to realize that a > double-click is needed to show back the options. That's why the tooltip. > Would it be difficult to add a small button to the paned window buttons, that > allows for showing/hiding the extr

Bounding box of png files

2013-05-04 Thread Jean-Pierre Chrétien
Hello, A recent post on lyx-fr http://thread.gmane.org/gmane.editors.lyx.french/1769 draw my attention about a bounding box consistency problem for the exemple.png file attached to this post, which may happen with other png files unless this one is very particular. This image is recognised

Re: Source view window

2013-05-04 Thread Tommaso Cucinotta
On 04/05/13 09:17, Pavel Sanda wrote: > I can put this into 2.1 unless there are objections. Otherwise it's just next > item > in my personal patchset ;) just searching for a collapsible qt widget or similar, there doesn't seem to be anything :-(. Imagine a user that hides by mistake, he/she wo

Re: Search architecture discussion - cant find easily.

2013-05-04 Thread Tommaso Cucinotta
On 03/05/13 12:01, Siddharth R T wrote: > Tommaso, > > I have submitted a proposal to GSoC about the idea above, but obviously it > will be subject to changes as the community thinks fit. Thanks. I'll have a look later today. T.

STL Containers and Polymorphism

2013-05-04 Thread Richard Heck
I would like to be able to do something like this: // See output_xhtml.h struct StartTag; struct CompTag : public StartTag; typedef std::deque TagDeque; TagDeque td; StartTag st; CompTag ct; td.push_back(st); td.push_back(ct); etc. Unfortunately, this do

Re: [LyX master] support for \mbox and \fbox

2013-05-04 Thread Jean-Marc Lasgouttes
Le 04/05/2013 02:58, Uwe Stöhr a écrit : Am 01.05.2013 20:32, schrieb Jean-Marc Lasgouttes: I am confident that I will eventually fix the problems Uwe is seeing. I just need some time to do it. But indeed InsetBox would benefit from a spring cleanup. I don't see InsetBox that critical. But ho

LyX 2.0.6 Binaries

2013-05-04 Thread Richard Heck
The nasty regression bug we thought we'd found has turned out to be older. So the sources previously published can be used for binaries. They can be found at http://frege.brown.edu/lyx/ I have one for Windows. Please prepare the rest. Richard

Re: LyX 2.0.6 Source

2013-05-04 Thread Liviu Andronic
Richard, I'm a bit confused. Should I go ahead preparing binaries using this archive? Liviu On Mon, Apr 29, 2013 at 6:13 PM, Richard Heck wrote: > > The source code for LyX 2.0.6 is now available at > http://frege.brown.edu/lyx/ > Please test and compile binaries. I'll aim to do the actual r

Re: Source view window

2013-05-04 Thread Pavel Sanda
Pavel Sanda wrote: > Pavel Sanda wrote: > > Pavel Sanda wrote: > > > Tommaso Cucinotta wrote: > > > > Perhaps a QBoxLayout with some setDirection() called on resize, when > > > > detecting some width/height ratio ? > > > > > > Hardcore version, but much easier: > > attached I can put this into

Re: Source view window

2013-05-04 Thread Pavel Sanda
Pavel Sanda wrote: > Pavel Sanda wrote: > > Tommaso Cucinotta wrote: > > > Perhaps a QBoxLayout with some setDirection() called on resize, when > > > detecting some width/height ratio ? > > > > Hardcore version, but much easier: attached diff --git a/src/frontends/qt4/GuiViewSource.cpp b/src/fr