mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
Berhard's fixes to GTK citation dialog
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@10786 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
b1f5c8c2e8
commit
2ce904c93a
@ -2,6 +2,8 @@
|
||||
|
||||
* GBranch.[Ch], glade/branch.glade: Add the Branches dialog
|
||||
* Dialogs.C, Makefile.am, glade/Makefile.am: Use GBranch
|
||||
* GCitation.C, glade/citation.glade: Add some shortcuts,
|
||||
set shortcut targets correctly plus some minor bc().valid() logic
|
||||
|
||||
2006-01-25 Georg Baum <Georg.Baum@post.rwth-aachen.de>
|
||||
|
||||
|
@ -167,6 +167,11 @@ void GCitation::doBuild()
|
||||
sigc::mem_fun(*this, &GCitation::enable_apply));
|
||||
stylecombo_->signal_changed().connect(
|
||||
sigc::mem_fun(*this, &GCitation::enable_apply));
|
||||
authorcheck_->signal_toggled().connect(
|
||||
sigc::mem_fun(*this, &GCitation::enable_apply));
|
||||
uppercasecheck_->signal_toggled().connect(
|
||||
sigc::mem_fun(*this, &GCitation::enable_apply));
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
@ -222,6 +222,7 @@
|
||||
<property name="width_chars">-1</property>
|
||||
<property name="single_line_mode">False</property>
|
||||
<property name="angle">0</property>
|
||||
<property name="mnemonic_widget">CiteKeys</property>
|
||||
</widget>
|
||||
<packing>
|
||||
<property name="type">label_item</property>
|
||||
@ -348,6 +349,7 @@
|
||||
<property name="width_chars">-1</property>
|
||||
<property name="single_line_mode">False</property>
|
||||
<property name="angle">0</property>
|
||||
<property name="mnemonic_widget">BibKeys</property>
|
||||
</widget>
|
||||
<packing>
|
||||
<property name="type">label_item</property>
|
||||
@ -422,8 +424,8 @@
|
||||
<child>
|
||||
<widget class="GtkLabel" id="label16">
|
||||
<property name="visible">True</property>
|
||||
<property name="label" translatable="yes"><b>Info</b></property>
|
||||
<property name="use_underline">False</property>
|
||||
<property name="label" translatable="yes"><b>_Info</b></property>
|
||||
<property name="use_underline">True</property>
|
||||
<property name="use_markup">True</property>
|
||||
<property name="justify">GTK_JUSTIFY_LEFT</property>
|
||||
<property name="wrap">False</property>
|
||||
@ -436,6 +438,7 @@
|
||||
<property name="width_chars">-1</property>
|
||||
<property name="single_line_mode">False</property>
|
||||
<property name="angle">0</property>
|
||||
<property name="mnemonic_widget">Info</property>
|
||||
</widget>
|
||||
<packing>
|
||||
<property name="type">label_item</property>
|
||||
@ -497,7 +500,7 @@
|
||||
<widget class="GtkRadioButton" id="SearchCite">
|
||||
<property name="visible">True</property>
|
||||
<property name="can_focus">True</property>
|
||||
<property name="label" translatable="yes">Inset keys</property>
|
||||
<property name="label" translatable="yes">S_elected keys</property>
|
||||
<property name="use_underline">True</property>
|
||||
<property name="relief">GTK_RELIEF_NORMAL</property>
|
||||
<property name="focus_on_click">True</property>
|
||||
@ -516,7 +519,7 @@
|
||||
<widget class="GtkRadioButton" id="SearchBib">
|
||||
<property name="visible">True</property>
|
||||
<property name="can_focus">True</property>
|
||||
<property name="label" translatable="yes">Bibliography keys</property>
|
||||
<property name="label" translatable="yes">A_vailable keys</property>
|
||||
<property name="use_underline">True</property>
|
||||
<property name="relief">GTK_RELIEF_NORMAL</property>
|
||||
<property name="focus_on_click">True</property>
|
||||
|
Loading…
Reference in New Issue
Block a user