Re: [PATCH] QTabular

2002-11-28 Thread John Levon
On Thu, Nov 28, 2002 at 08:29:56PM +0100, Juergen Spitzmueller wrote: > So, without my color change, you would never ever see the grey color, because probably explains why it didn't seem to do much for me :) > I don't know. I have found this on qt-interest as a hint for similar cases. I > have

Re: [PATCH] QTabular

2002-11-28 Thread Juergen Spitzmueller
John Levon wrote: > but now they can't see which borders are actually set, regardless of > whether they can change them. A minor thing ... It is only inside a multicolumn. And there is no border to set/unset in the cases the widget is disabled (apart from column borders which can be toggled from

Re: [PATCH] QTabular

2002-11-28 Thread John Levon
On Thu, Nov 28, 2002 at 11:15:19AM +0100, Juergen Spitzmueller wrote: > Thanks, I implemented it (slightly modified: borders are now always greyed out > if setEnabled(false), because this is a better visual hint). but now they can't see which borders are actually set, regardless of whether they

Re: [PATCH] QTabular

2002-11-28 Thread Juergen Spitzmueller
John Levon wrote: > you should be able to dig the setEnabled stuff out of the attached Thanks, I implemented it (slightly modified: borders are now always greyed out if setEnabled(false), because this is a better visual hint). I have also managed to fix the setborder update problem (a repaint() c

Re: [PATCH] QTabular

2002-11-27 Thread John Levon
On Wed, Nov 27, 2002 at 10:01:52PM +0100, Juergen Spitzmueller wrote: > attached applying you should be able to dig the setEnabled stuff out of the attached regards john -- "Millions of fingers! Millions of thumbs! Millions of monkeys Drumming on drums!" Index: qsetborder.C ==

Re: [PATCH] QTabular

2002-11-27 Thread Juergen Spitzmueller
John Levon wrote: > please re diff (sorry) attached (note that I have also modified one of your changes) Jürgen. Index: src/frontends/qt2/ChangeLog === RCS file: /cvs/lyx/lyx-devel/src/frontends/qt2/ChangeLog,v retrieving revision 1.

Re: [PATCH] QTabular

2002-11-27 Thread John Levon
On Wed, Nov 27, 2002 at 09:07:07PM +0100, Juergen Spitzmueller wrote: > fixed. please re diff (sorry) john -- "Millions of fingers! Millions of thumbs! Millions of monkeys Drumming on drums!"

Re: [PATCH] QTabular

2002-11-27 Thread Juergen Spitzmueller
Juergen Spitzmueller wrote: > 3.) The keyboard focus is always on "add column". This means, when the user > presses enter to "apply" e.g. a width value, a column is also added. fixed. > 4.) hAlign: outside a multicolumn, block alignment is allowed, but not > inside a multicolumn (at least in the

[PATCH] QTabular

2002-11-27 Thread Juergen Spitzmueller
I have implemented all functions. Please apply. A few problems are still there. I need help here: 1.) qsetborder: we need some kind of setEnabled method here, because in multicolumn cells, left and right borders are only allowed in some places (see FIXMEs). Edwin, any idea? 2.) qsetborder is