From: Richard Heck Date: Mon, 5 Sep 2011 19:27:10 +0000 (+0000) Subject: Fix tab order and shortcuts for crossref dialog (#7576). X-Git-Tag: 2.0.2~242 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=08f6667a60ee0d0183c4dbbd152b5bd1d07a60f9;p=features.git Fix tab order and shortcuts for crossref dialog (#7576). git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_2_0_X@39600 a592a061-630c-0410-9148-cb99ea01b6c8 --- diff --git a/src/frontends/qt4/ui/RefUi.ui b/src/frontends/qt4/ui/RefUi.ui index 2401f2e4d0..40bd8c53cc 100644 --- a/src/frontends/qt4/ui/RefUi.ui +++ b/src/frontends/qt4/ui/RefUi.ui @@ -1,193 +1,156 @@ - + + RefUi - - + + 0 0 435 - 443 + 500 - + - + true - - - 9 - - - 6 - - - - + + + + + La&bels in: + + + bufferCO + + + + + + + + 0 + 0 + + + + + + + + Qt::Horizontal + + + + + + + &References + + + refsTW + + + + + + + + 1 + + + + + + + 6 - + 0 - - + + Fil&ter: - + Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter - + findLE - - + + Enter string to filter the label list - + - - + + Filter case-sensitively - + Case-sensiti&ve - - - - 6 - - - 0 - - - - - - 0 - 0 - - - - Update the label list - - - &Update - - - - - - - Qt::Horizontal - - - QSizePolicy::Expanding - - - - 31 - 30 - - - - - - - - &OK - - - true - - - true - - - - - - - &Apply - - - false - - - false - - - - - - - &Close - - - false - - - - - - - - + + + 6 - + 0 - - + + 6 - + 0 - - + + Sort labels in alphabetical order (case-insensitively unless the Case-sensitive option is checked) - + &Sort - - + + false - + Sort labels case-sensitively in alphabetical order - + Cas&e-sensitive - - - Group labels by prefix (e.g. "sec:") + + + Group labels by prefix (e.g. "sec:") - + Grou&p @@ -196,10 +159,10 @@ - + Qt::Horizontal - + 20 20 @@ -208,165 +171,219 @@ - - - + + + 0 0 - + &Go to Label - - - - La&bels in: - - - bufferCO - - - - - - - - 0 - 0 - - - - - - - - false - - - &Name: + + + + &Label: - + Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter - - nameED + + referenceED - - - - false - - + + - - - - &Format: - - - Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter - - - typeLA - - - - - - - + + + + 0 0 - + Cross-reference as it appears in output - - <reference> + + <reference> - - (<reference>) + + (<reference>) - - <page> + + <page> - - on page <page> + + on page <page> - - <reference> on page <page> + + <reference> on page <page> - + Formatted reference - + Textual reference - - - - &Label: + + + + false - + + &Name: + + Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter - - referenceED + + nameED - - + + + + false + + - - - - - 1 - - + + + + 6 + + + 0 + + + + + + 0 + 0 + + + + Update the label list + + + &Update + + + + + + + Qt::Horizontal + + + QSizePolicy::Expanding + + + + 31 + 30 + + + + + + + + &OK + + + true + + + true + + + + + + + &Apply + + + false + + + false + + + + + + + &Close + + + false + + + + + + + + + &Format: + + + Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter + + + typeCO + bufferCO + refsTW + findLE + csFindCB sortCB - updatePB + caseSensitiveCB + groupCB gotoPB referenceED typeCO nameED + updatePB okPB applyPB closePB - qt_i18n.h + qt_i18n.h diff --git a/status.20x b/status.20x index 07a4ca1412..222fb0e86a 100644 --- a/status.20x +++ b/status.20x @@ -67,6 +67,8 @@ What's new - Mark buffer dirty when a label is changed, so the file can be saved and the change can be reverted (bug 7655). +- Fix shortcuts in cross reference dialog (bug 7576). + * ADVANCED FIND AND REPLACE