Re: View Source window

2009-01-11 Thread Enrico Forestieri
On Sun, Jan 11, 2009 at 09:07:54AM +0100, Jürgen Spitzmüller wrote: > Enrico Forestieri wrote: > > > Enrico Forestieri wrote: > > > > Please try the attached patch. It works for me even with Qt 4.2. > > > > The Source View window always opens at its minimum height. > > > > > > yes, that works here

Re: View Source window

2009-01-11 Thread Jürgen Spitzmüller
Enrico Forestieri wrote: > > Enrico Forestieri wrote: > > > Please try the attached patch. It works for me even with Qt 4.2. > > > The Source View window always opens at its minimum height. > > > > yes, that works here. > > Jürgen? go ahead. Jürgen

Re: View Source window

2009-01-10 Thread Enrico Forestieri
On Sat, Jan 10, 2009 at 07:38:56PM +0100, Pavel Sanda wrote: > Enrico Forestieri wrote: > > Please try the attached patch. It works for me even with Qt 4.2. > > The Source View window always opens at its minimum height. > > yes, that works here. Jürgen? -- Enrico

Re: View Source window

2009-01-10 Thread Pavel Sanda
Enrico Forestieri wrote: > Please try the attached patch. It works for me even with Qt 4.2. > The Source View window always opens at its minimum height. yes, that works here. pavel

Re: View Source window

2009-01-10 Thread Enrico Forestieri
On Sat, Jan 10, 2009 at 06:31:42PM +0100, Pavel Sanda wrote: > Enrico Forestieri wrote: > > With Qt 4.4 I am still able to reduce the height such that only about > > four lines of source are shown. With Qt 4.2 the height cannot be reduced > > below about a dozen lines, but this happens with or wit

Re: View Source window

2009-01-10 Thread Enrico Forestieri
On Sat, Jan 10, 2009 at 06:15:56PM +0100, Pavel Sanda wrote: > Jürgen Spitzmüller wrote: > > Enrico Forestieri wrote: > > > Using Qt 4.2, the View Source window is split such that only about 1/3 > > > of the full width is used for displaying the source (see the attached > > :( its nightmare to ge

Re: View Source window

2009-01-10 Thread Pavel Sanda
Enrico Forestieri wrote: > With Qt 4.4 I am still able to reduce the height such that only about > four lines of source are shown. With Qt 4.2 the height cannot be reduced > below about a dozen lines, but this happens with or without my patch. which exactly version of qt? the recipy in the other m

Re: View Source window

2009-01-10 Thread Pavel Sanda
Pavel Sanda wrote: > Pavel Sanda wrote: > > didn't fix the > > initialization > > > outliner/source w. bug and some code didn't get initialized after > > launch. it also means that removing some code inside > > ViewSourceWidget::ViewSourceWidget() > > i not sure now ViewSourceWidget::ViewS

Re: View Source window

2009-01-10 Thread Pavel Sanda
Pavel Sanda wrote: > didn't fix the initialization > outliner/source w. bug and some code didn't get initialized after > launch. it also means that removing some code inside > ViewSourceWidget::ViewSourceWidget() i not sure now ViewSourceWidget::ViewSourceWidget() was the routine skipped.

Re: View Source window

2009-01-10 Thread Pavel Sanda
Jürgen Spitzmüller wrote: > Enrico Forestieri wrote: > > Using Qt 4.2, the View Source window is split such that only about 1/3 > > of the full width is used for displaying the source (see the attached :( its nightmare to get this dialog right. > > without-patch.png). The attached patch corrects

Re: View Source window

2009-01-10 Thread Enrico Forestieri
On Sat, Jan 10, 2009 at 05:19:45PM +0100, Jürgen Spitzmüller wrote: > Enrico Forestieri wrote: > > Using Qt 4.2, the View Source window is split such that only about 1/3 > > of the full width is used for displaying the source (see the attached > > without-patch.png). The attached patch corrects th

Re: View Source window

2009-01-10 Thread Jürgen Spitzmüller
Enrico Forestieri wrote: > Using Qt 4.2, the View Source window is split such that only about 1/3 > of the full width is used for displaying the source (see the attached > without-patch.png). The attached patch corrects this (with-patch.png). > I verified that later versions of Qt are not affected