mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
* src/frontends/qt4/QDelimiterDialog.C: don't use term 'size' in
math delimiter size values * Status.15x: kill one bug & add a new one git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@15753 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
4e9bb0990f
commit
dd44deca01
13
Status.15x
13
Status.15x
@ -69,9 +69,6 @@ MATH CONTROL PANEL
|
||||
|
||||
* In the math control panel, the buttons are too small.
|
||||
|
||||
* In the "Math Delimiters" dialog, there is no need to repeat the term "Size"
|
||||
for all values in the selection box; the label is already named "Size"
|
||||
|
||||
|
||||
OTHER PANELS
|
||||
|
||||
@ -127,8 +124,10 @@ MENUS
|
||||
|
||||
* All label and button texts in the Qt4 dialogs are not translated.
|
||||
|
||||
* Special handling of [[...]] in text messages is disabled in messages.C
|
||||
|
||||
PAINING & PERFORMANCE
|
||||
|
||||
PAINTING & PERFORMANCE
|
||||
|
||||
* Too much painting 1 (Edwin 3/11/2006): when i click in the workarea (to put
|
||||
the cursor in another part of the text) the screen is repainted *twice*
|
||||
@ -265,3 +264,9 @@ CREDITS:
|
||||
|
||||
FIXED (MGerz 2006-11-05)
|
||||
|
||||
* In the "Math Delimiters" dialog, there is no need to repeat the term "Size"
|
||||
for all values in the selection box; the label is already named "Size"
|
||||
|
||||
FIXED (MGerz 2006-11-05)
|
||||
|
||||
|
||||
|
@ -45,8 +45,8 @@ char const * const bigleft[] = {"bigl", "Bigl", "biggl", "Biggl", ""};
|
||||
char const * const bigright[] = {"bigr", "Bigr", "biggr", "Biggr", ""};
|
||||
|
||||
|
||||
char const * const biggui[] = {N_("big size"), N_("Big size"),
|
||||
N_("bigg size"), N_("Bigg size"), ""};
|
||||
char const * const biggui[] = {N_("big[[delimiter size]]"), N_("Big[[delimiter size]]"),
|
||||
N_("bigg[[delimiter size]]"), N_("Bigg[[delimiter size]]"), ""};
|
||||
|
||||
|
||||
string do_match(const string & str)
|
||||
|
Loading…
Reference in New Issue
Block a user