Re: Bibtex dialog in QT frontend

2002-12-17 Thread Juergen Spitzmueller
Juergen Spitzmueller wrote: > P.S.: I just detected that the browse button for the bst-file is really > weird (it inserts duplicates into the combo and doesn't select the browsed > file). The fix is easy, but this is minor and can be postponed for 1.3.1 I have put this and some other minor issues

Re: Bibtex dialog in QT frontend

2002-12-17 Thread Juergen Spitzmueller
Lars Gullik Bjønnes wrote: > Add some spaces (++) and I am satisfied: Done (also at some other places in the file -- the method is a modified copy of the browse method, where these issues also apply). > | +void QBibtexDialog::addPressed() > | +{ > | + QString file = addBibED->text(); > >

Re: Bibtex dialog in QT frontend

2002-12-17 Thread Lars Gullik Bjønnes
[EMAIL PROTECTED] (Juergen Spitzmueller) writes: | Lars Gullik Bjønnes wrote: >> Then let's see the minimal patch for this problem again, please. > | OK, attached is a fresh patch. The change is really trivial, the biggest part | of the patch (in the ui-file) is the rearrangement of the widgets t

Re: Bibtex dialog in QT frontend

2002-12-17 Thread Juergen Spitzmueller
Lars Gullik Bjønnes wrote: > Then let's see the minimal patch for this problem again, please. OK, attached is a fresh patch. The change is really trivial, the biggest part of the patch (in the ui-file) is the rearrangement of the widgets to fit the LineEdit and the PushButton in. Jürgen. Index:

Re: Bibtex dialog in QT frontend

2002-12-17 Thread Lars Gullik Bjønnes
[EMAIL PROTECTED] (Juergen Spitzmueller) writes: | Lars Gullik Bjønnes wrote: | > Unless this fixes real bugs, crashes, regressions etc. Then I'd | > prefere to wait. | | It fixes a regression wrt 1.2/xforms frontend: it enables qt users to insert a | bibtex database filename without path (i.e.

Re: Bibtex dialog in QT frontend

2002-12-16 Thread Juergen Spitzmueller
Lars Gullik Bjønnes wrote: > Unless this fixes real bugs, crashes, regressions etc. Then I'd > prefere to wait. It fixes a regression wrt 1.2/xforms frontend: it enables qt users to insert a bibtex database filename without path (i.e. in $BIBINPUTS), which is not possible with the current dialog

Re: Bibtex dialog in QT frontend

2002-12-16 Thread Lars Gullik Bjønnes
John Levon <[EMAIL PROTECTED]> writes: | On Fri, Dec 13, 2002 at 09:20:14AM +0100, Juergen Spitzmueller wrote: | | > John Levon wrote: | > > > Currently, I don't have the time for doing a patch. | > > maybe someone else can | > | > I did. | | I guess this would need an explicit 'OK' from Lars n

Re: Bibtex dialog in QT frontend

2002-12-16 Thread John Levon
On Fri, Dec 13, 2002 at 09:20:14AM +0100, Juergen Spitzmueller wrote: > John Levon wrote: > > > Currently, I don't have the time for doing a patch. > > maybe someone else can > > I did. I guess this would need an explicit 'OK' from Lars now. regards john -- "ALL television is children's telev

Re: Bibtex dialog in QT frontend

2002-12-13 Thread Juergen Spitzmueller
John Levon wrote: > > Currently, I don't have the time for doing a patch. > maybe someone else can I did. Jürgen. Index: src/frontends/qt2/ChangeLog === RCS file: /cvs/lyx/lyx-devel/src/frontends/qt2/ChangeLog,v retrieving revision 1

Re: Bibtex dialog in QT frontend

2002-12-12 Thread John Levon
On Thu, Dec 12, 2002 at 07:52:00PM +0200, Dekel Tsur wrote: > Currently, I don't have the time for doing a patch. maybe someone else can > And furthermore, I only have the QT3 development tools installed, and if I'm > not mistaken, they cannot be used for changing the LyX dialog as they are > no

Re: Bibtex dialog in QT frontend

2002-12-12 Thread Dekel Tsur
On Thu, Dec 12, 2002 at 05:18:29PM +, John Levon wrote: > > Suppose that I have foo.bib in a place accessible by bibtex (e.g. > > /home/dekel/bib). > > In the bibtex dialog of the QT frontend, I cannot just write foo in order to > > insert this database: I have to use the file dialog in order t

Re: Bibtex dialog in QT frontend

2002-12-12 Thread John Levon
On Thu, Dec 12, 2002 at 07:11:43PM +0200, Dekel Tsur wrote: > Suppose that I have foo.bib in a place accessible by bibtex (e.g. > /home/dekel/bib). > In the bibtex dialog of the QT frontend, I cannot just write foo in order to > insert this database: I have to use the file dialog in order to navig

Bibtex dialog in QT frontend

2002-12-12 Thread Dekel Tsur
Suppose that I have foo.bib in a place accessible by bibtex (e.g. /home/dekel/bib). In the bibtex dialog of the QT frontend, I cannot just write foo in order to insert this database: I have to use the file dialog in order to navigate to the /home/dekel/bib directory. This is not just the inconvenie