mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-26 22:17:41 +00:00
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:
parent
b6221be763
commit
8fdea6df8a
@ -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>
|
||||
|
||||
* QContentPane.[Ch]: implement QIM*Events. This brings the dead
|
||||
keys back into play on systems compiled against a qt-immodule-
|
||||
patched Qt [bug 1830].
|
||||
|
||||
|
||||
2005-06-20 Michael Schmitt <michael.schmitt@teststep.org>
|
||||
|
||||
* QPrefsDialog.C:
|
||||
|
@ -68,7 +68,7 @@
|
||||
</property>
|
||||
<property>
|
||||
<name>toolTip</name>
|
||||
<string>Citation entry</string>
|
||||
<string>Bibliography entry</string>
|
||||
</property>
|
||||
</widget>
|
||||
<widget row="0" column="0" rowspan="2" colspan="1" >
|
||||
@ -444,7 +444,7 @@
|
||||
</property>
|
||||
<property>
|
||||
<name>toolTip</name>
|
||||
<string>Text to place after citation</string>
|
||||
<string>Text to place before citation</string>
|
||||
</property>
|
||||
</widget>
|
||||
<widget row="1" column="0" >
|
||||
|
@ -57,7 +57,7 @@
|
||||
</property>
|
||||
<property stdset="1">
|
||||
<name>text</name>
|
||||
<string>&Keyword</string>
|
||||
<string></string>
|
||||
</property>
|
||||
<property>
|
||||
<name>buddy</name>
|
||||
@ -65,7 +65,7 @@
|
||||
</property>
|
||||
<property>
|
||||
<name>toolTip</name>
|
||||
<string>Index entry</string>
|
||||
<string></string>
|
||||
</property>
|
||||
</widget>
|
||||
<widget>
|
||||
@ -76,7 +76,7 @@
|
||||
</property>
|
||||
<property>
|
||||
<name>toolTip</name>
|
||||
<string>Index entry</string>
|
||||
<string></string>
|
||||
</property>
|
||||
</widget>
|
||||
</hbox>
|
||||
|
Loading…
Reference in New Issue
Block a user