Re: Frontend checking of invalid LaTeX file names

2005-04-22 Thread Angus Leeming
Jean-Marc Lasgouttes wrote: > Angus> What would be nice would be a way of telling Qt to ensure that > Angus> the Graphics dialog remained on top of the main LyX window when > Angus> the Alert pops up, so that the Alert is on top of the Graphics > Angus> dialog is on top of the main window. Currentl

Re: Frontend checking of invalid LaTeX file names

2005-04-22 Thread Jean-Marc Lasgouttes
> "Angus" == Angus Leeming <[EMAIL PROTECTED]> writes: Angus> What would be nice would be a way of telling Qt to ensure that Angus> the Graphics dialog remained on top of the main LyX window when Angus> the Alert pops up, so that the Alert is on top of the Graphics Angus> dialog is on top of t

Re: Frontend checking of invalid LaTeX file names

2005-04-22 Thread Georg Baum
Angus Leeming wrote: > M, but the Alert provides the user with non-intuitive information and > it pops up once only. (I think it should stay in other words.) I understand the reasons for having the Alert, therefore I said "maybe" :-) > What would be nice would be a way of telling Qt to ensur

Re: Frontend checking of invalid LaTeX file names

2005-04-21 Thread Angus Leeming
Georg Baum wrote: >> Question is, how does the interface "feel" to you? > > Without looking at the code: It feels good! Maybe we can even drop the > Alert? This would be consistent with the length validators that we > already have. The drawback of the Alert is that it can pop up and get > focus wh

Re: Frontend checking of invalid LaTeX file names

2005-04-21 Thread Georg Baum
Am Donnerstag, 21. April 2005 18:38 schrieb Angus Leeming: > Question is, how does the interface "feel" to you? Without looking at the code: It feels good! Maybe we can even drop the Alert? This would be consistent with the length validators that we already have. The drawback of the Alert is th

Frontend checking of invalid LaTeX file names

2005-04-21 Thread Angus Leeming
The attached file looks big but much of that is removal of cruft; there were 5 separate and identical unsignedLengthValidator functions in anonymous namespaces in the qt frontend :) The patch: * removes the checks for invalid file names from the file browsers. * renames qt2/lengthvalidator.[Ch] as