- toolbar button for boxes

- installer updates
- fix SVN EOL for toolbar-toggle_math.xpm

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_5_X@22567 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Uwe Stöhr 2008-01-14 22:29:15 +00:00
parent bf26b7172d
commit 3dbc36cb95
9 changed files with 75 additions and 5 deletions

View File

@ -30,6 +30,10 @@ Function UpdateModifiedFiles
File "${PRODUCT_SOURCEDIR}\Resources\doc\fr\Intro.lyx"
File "${PRODUCT_SOURCEDIR}\Resources\doc\fr\Tutorial.lyx"
File "${PRODUCT_SOURCEDIR}\Resources\doc\fr\UserGuide.lyx"
SetOutPath "$INSTDIR\Resources\images"
File "${PRODUCT_SOURCEDIR}\Resources\images\box-insert.xpm"
SetOutPath "$INSTDIR\Resources\layouts"
File "${PRODUCT_SOURCEDIR}\Resources\layouts\memoir.layout"
SetOutPath "$INSTDIR\Resources\lyx2lyx" # always here
File "${PRODUCT_SOURCEDIR}\Resources\lyx2lyx\lyx2lyx_version.py" # always here
File "${PRODUCT_SOURCEDIR}\Resources\lyx2lyx\lyx_1_4.py"

View File

@ -101,6 +101,7 @@ ToolbarSet
Item "Insert footnote" "footnote-insert"
Item "Insert margin note" "marginalnote-insert"
Item "Insert note" "note-insert"
Item "Insert box" "box-insert"
Item "Insert URL" "url-insert"
Item "Insert TeX code" "ert-insert"
Item "Include file" "dialog-show-new-inset include"

View File

@ -24338,6 +24338,14 @@ Boxes can be inserted with the menu
Insert\SpecialChar \menuseparator
Box
\family default
or the toolbar button
\begin_inset Graphics
filename ../images/box-insert.xpm
scale 85
scaleBeforeRotation
\end_inset
.
A grey box with the label
\family sans

View File

@ -307,7 +307,7 @@ Version 1.5.4
\end_layout
\begin_layout Date
letzte Änderung: 13.
letzte Änderung: 14.
Januar 2008
\end_layout
@ -23899,7 +23899,7 @@ usepackage{ftnright}
placement !h
wide false
sideways false
status open
status collapsed
\begin_layout Standard
\begin_inset ERT
@ -23974,7 +23974,7 @@ Standard Fußnoten-Platzierung in einem zweisp.
placement !h
wide false
sideways false
status open
status collapsed
\begin_layout Standard
\begin_inset ERT
@ -24111,7 +24111,7 @@ theendnotes
\begin_inset Float figure
wide false
sideways false
status open
status collapsed
\begin_layout Standard
\align center
@ -25192,6 +25192,14 @@ Boxen werden mit
Einfügen\SpecialChar \menuseparator
Box
\family default
oder dem Schalter
\begin_inset Graphics
filename ../../images/box-insert.xpm
scale 85
scaleBeforeRotation
\end_inset
eingefügt.
Ein graues Kästchen mit der Aufschrift
\begin_inset Quotes gld

View File

@ -24564,6 +24564,13 @@ Se insertan con el menú
Insertar\SpecialChar \menuseparator
Cuadro
\family default
o con el botón
\begin_inset Graphics
filename ../../images/box-insert.xpm
scale 85
\end_inset
.
Surge un recuadro gris con la etiqueta
\family sans

View File

@ -24686,7 +24686,15 @@ On peut insérer une boîte en utilisant le menu
Insérer\SpecialChar \menuseparator
Boîte
\family default
.
ou avec le bouton
\begin_inset Graphics
filename ../../images/box-insert.xpm
scale 85
scaleBeforeRotation
\end_inset
de la barre d'outils.
Une boîte grise avec une étiquette
\family sans
Boîte\InsetSpace ~

31
lib/images/box-insert.xpm Normal file
View File

@ -0,0 +1,31 @@
/* XPM */
static char * frame_text_xpm[] = {
"22 22 6 1",
" c None",
". c #000000",
"+ c #FFFFFF",
"@ c #7F7F7F",
"# c #B2B2B2",
"$ c #F2F2F2",
"... ... ... ",
"...+.+.+.....+.+.+... ",
"..+++++++++++++++++.. ",
" ++@@@@@@@@@@@@@@@++ ",
" .+@##############+. ",
" ++@#$$$$$$$$$$$$#++ ",
" .+@#$+++++..++++#+. ",
" ++@#$...+++.++++#++ ",
"..+@#$+++.++...++#+.. ",
"..+@#$+...++.++.+#+.. ",
"..+@#$.++.++.++.+#+.. ",
" ++@#$.++.++.++.+#++ ",
" .+@#$+..+..+..++#+. ",
" ++@#$+++++++++++#++ ",
" .+@#$+++++++++++#+. ",
" ++@##############++ ",
"..+++++++++++++++++.. ",
"...+.+.+.....+.+.+... ",
"... ... ... ",
" ",
" ",
" "};

View File

@ -101,6 +101,7 @@ ToolbarSet
Item "Insert footnote" "footnote-insert"
Item "Insert margin note" "marginalnote-insert"
Item "Insert note" "note-insert"
Item "Insert box" "box-insert"
Item "Insert URL" "url-insert"
Item "Insert TeX code" "ert-insert"
Item "Include file" "dialog-show-new-inset include"

View File

@ -52,6 +52,8 @@ What's new
- The BibTeX dialog now has buttons to move databases up or down
the list.
- New toolbar button to creates boxes.
* DOCUMENT INPUT/OUTPUT