UI fixes from Michael

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@9980 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Georg Baum 2005-05-29 08:31:27 +00:00
parent b6221be763
commit 8fdea6df8a
3 changed files with 11 additions and 6 deletions

View File

@ -1,10 +1,15 @@
2005-05-28 Michael Schmitt <michael.schmitt@teststep.org>
* ui/QIndexDialogBase.ui: remove unused label; remove faulty
tooltips (QIndex is not only used for indexes!)
* ui/QCitationDialogBase.ui: fix two tooltips
2005-05-28 José Matos <jamatos@lyx.org> 2005-05-28 José Matos <jamatos@lyx.org>
* QContentPane.[Ch]: implement QIM*Events. This brings the dead * QContentPane.[Ch]: implement QIM*Events. This brings the dead
keys back into play on systems compiled against a qt-immodule- keys back into play on systems compiled against a qt-immodule-
patched Qt [bug 1830]. patched Qt [bug 1830].
2005-06-20 Michael Schmitt <michael.schmitt@teststep.org> 2005-06-20 Michael Schmitt <michael.schmitt@teststep.org>
* QPrefsDialog.C: * QPrefsDialog.C:

View File

@ -68,7 +68,7 @@
</property> </property>
<property> <property>
<name>toolTip</name> <name>toolTip</name>
<string>Citation entry</string> <string>Bibliography entry</string>
</property> </property>
</widget> </widget>
<widget row="0" column="0" rowspan="2" colspan="1" > <widget row="0" column="0" rowspan="2" colspan="1" >
@ -444,7 +444,7 @@
</property> </property>
<property> <property>
<name>toolTip</name> <name>toolTip</name>
<string>Text to place after citation</string> <string>Text to place before citation</string>
</property> </property>
</widget> </widget>
<widget row="1" column="0" > <widget row="1" column="0" >

View File

@ -57,7 +57,7 @@
</property> </property>
<property stdset="1"> <property stdset="1">
<name>text</name> <name>text</name>
<string>&amp;Keyword</string> <string></string>
</property> </property>
<property> <property>
<name>buddy</name> <name>buddy</name>
@ -65,7 +65,7 @@
</property> </property>
<property> <property>
<name>toolTip</name> <name>toolTip</name>
<string>Index entry</string> <string></string>
</property> </property>
</widget> </widget>
<widget> <widget>
@ -76,7 +76,7 @@
</property> </property>
<property> <property>
<name>toolTip</name> <name>toolTip</name>
<string>Index entry</string> <string></string>
</property> </property>
</widget> </widget>
</hbox> </hbox>