> > * The very first time you open the dialog, the focus is on "Document". I
> > think it would be better if the focus was on "Available references...".
done
> > * I couldn't find a shortcut for "Available refernces"... what about
> > "_A_vailable ..."
there is also the &Apply button, in attached shortcut on v: A&vailable
> > * There is no shortcut for "Sort", what about "_S_ort"
done
> > * Going to a reference that is not in the current document gives:
> > Error Couldn't find this label in current document.
> > Suggestion: Either disable the goto functionality when referring to a
> > document that is not the current document, or have that document open.
when do you see this?
> > * I would prefer the default action, i.e. <Enter> or double-clicking on a
> > reference, to be "Ok" rather than "Goto".
> > Is there a reason for having "Goto" as default action?
done
Ed.
Index: QLImage.C
===================================================================
RCS file: /usr/local/lyx/cvsroot/lyx-devel/src/frontends/qt2/QLImage.C,v
retrieving revision 1.18
diff -u -p -r1.18 QLImage.C
--- QLImage.C 27 Mar 2003 04:29:14 -0000 1.18
+++ QLImage.C 3 Apr 2003 16:04:56 -0000
@@ -18,6 +18,7 @@
#include "debug.h"
#include "support/LAssert.h"
#include "support/lyxfunctional.h" // compare_memfun
+#include "support/lstrings.h" // lowercase
#include "qt_helpers.h"
#include <qimage.h>
Index: QRefDialog.C
===================================================================
RCS file: /usr/local/lyx/cvsroot/lyx-devel/src/frontends/qt2/QRefDialog.C,v
retrieving revision 1.9
diff -u -p -r1.9 QRefDialog.C
--- QRefDialog.C 13 Feb 2003 16:52:53 -0000 1.9
+++ QRefDialog.C 3 Apr 2003 16:04:56 -0000
@@ -67,7 +67,7 @@ void QRefDialog::refHighlighted(const QS
void QRefDialog::refSelected(const QString &)
{
- form_->gotoRef();
+ form_->slotOK();
}
Index: ui/QRefDialogBase.ui
===================================================================
RCS file: /usr/local/lyx/cvsroot/lyx-devel/src/frontends/qt2/ui/QRefDialogBase.ui,v
retrieving revision 1.3
diff -u -p -r1.3 QRefDialogBase.ui
--- ui/QRefDialogBase.ui 15 Mar 2003 15:39:11 -0000 1.3
+++ ui/QRefDialogBase.ui 3 Apr 2003 16:04:56 -0000
@@ -13,8 +13,8 @@
<rect>
<x>0</x>
<y>0</y>
- <width>391</width>
- <height>395</height>
+ <width>335</width>
+ <height>363</height>
</rect>
</property>
<property stdset="1">
@@ -103,7 +103,7 @@
</property>
<property stdset="1">
<name>text</name>
- <string>Sort</string>
+ <string>&Sort</string>
</property>
<property>
<name>toolTip</name>
@@ -254,7 +254,11 @@
</property>
<property stdset="1">
<name>text</name>
- <string>Available references in selected document:</string>
+ <string>A&vailable references in selected document:</string>
+ </property>
+ <property>
+ <name>buddy</name>
+ <cstring>refsLB</cstring>
</property>
</widget>
<widget row="2" column="0" rowspan="1" colspan="2" >
@@ -458,15 +462,16 @@
<slot access="public">updateClicked()</slot>
</connections>
<tabstops>
- <tabstop>bufferCO</tabstop>
<tabstop>refsLB</tabstop>
<tabstop>sortCB</tabstop>
<tabstop>updatePB</tabstop>
<tabstop>gotoPB</tabstop>
<tabstop>referenceED</tabstop>
- <tabstop>nameED</tabstop>
<tabstop>typeCO</tabstop>
+ <tabstop>nameED</tabstop>
<tabstop>okPB</tabstop>
+ <tabstop>applyPB</tabstop>
<tabstop>closePB</tabstop>
+ <tabstop>bufferCO</tabstop>
</tabstops>
</UI>