Re: symbol Diamond in toolbar

2009-12-11 Thread sergio celani



Sergio Celani schrieb:

 There any reason to not display the symbol Diamond. in the toolbar ?
 There exist  diamond and diamondsuit, but bot Diamond.

This is a bug that we'll fix for the next release.

 Any chance to include this symbol ?

replace you version of the file sdttoolbars.inc with the attached one.

thanks for the report and regards
Uwe


Thanks very much Uwe

sergio



  Yahoo! Cocina

Encontra las mejores recetas con Yahoo! Cocina.


http://ar.mujer.yahoo.com/cocina/

Re: symbol Diamond in toolbar

2009-12-11 Thread sergio celani



Sergio Celani schrieb:

 There any reason to not display the symbol Diamond. in the toolbar ?
 There exist  diamond and diamondsuit, but bot Diamond.

This is a bug that we'll fix for the next release.

 Any chance to include this symbol ?

replace you version of the file sdttoolbars.inc with the attached one.

thanks for the report and regards
Uwe


Thanks very much Uwe

sergio



  Yahoo! Cocina

Encontra las mejores recetas con Yahoo! Cocina.


http://ar.mujer.yahoo.com/cocina/

Re: symbol Diamond in toolbar

2009-12-11 Thread sergio celani



Sergio Celani schrieb:

> There any reason to not display the symbol Diamond. in the toolbar ?
> There exist  diamond and diamondsuit, but bot Diamond.

This is a bug that we'll fix for the next release.

> Any chance to include this symbol ?

replace you version of the file sdttoolbars.inc with the attached one.

thanks for the report and regards
Uwe


Thanks very much Uwe

sergio



  Yahoo! Cocina

Encontra las mejores recetas con Yahoo! Cocina.


http://ar.mujer.yahoo.com/cocina/

symbol Diamond in toolbar

2009-12-10 Thread Sergio Celani

Hello

There any reason to not display the symbol Diamond. in the toolbar ?
There exist  diamond and diamondsuit, but bot Diamond.

Any chance to include this symbol ?

Thank very

Sergio


Re: symbol Diamond in toolbar

2009-12-10 Thread Uwe Stöhr

Sergio Celani schrieb:


There any reason to not display the symbol Diamond. in the toolbar ?
There exist  diamond and diamondsuit, but bot Diamond.


This is a bug that we'll fix for the next release.


Any chance to include this symbol ?


replace you version of the file sdttoolbars.inc with the attached one.

thanks for the report and regards
Uwe
# -*- text -*-

# file stdtoolbars.inc
# This file is part of LyX, the document processor.
# Licence details can be found in the file COPYING.

# author Jean-Marc Lasgouttes
# author John Levon

# Full author contact details are available in file CREDITS.

# The interface is designed (partially) following the KDE Human Interface
# Guidelines (http://usability.kde.org/hig/)

# Casing rules for The tooltip:
# Capitalize the first letter of the first word, and any other words normally
# capitalized in sentences, such as application names.
#
# Casing Rules for the GUI Name:
# Capitalize all words in the element, with the following exceptions: 
# * Articles: a, an, the. 
# * Conjunctions: and, but, for, not, so, yet ...  
# * Prepositions of three or fewer letters: at, for, by, in, to ...
#
# (http://library.gnome.org/devel/hig-book/stable/design-text-labels.html.en)

# A Toolbar starts like :
#
# Toolbar name GUI Name
#
# Only seven commands are allowed inside the Toolbar and End
# directives:
#   Item The tooltip action [parameter] adds an icon to the toolbar 
performing
#  action parameter
#  Examples:
#  Item Small font font-size small
#  Item Emphasized set-emph
#
#   Layouts adds the layouts combo-box to the toolbar
#
#   Separator adds some spacing to the toolbar
#
#   Minibuffer adds the command buffer (Qt only, only one may exist)
#
#   TableInsert The tooltip adds a special widget for quick insertion of 
tables
#
#   PopupMenu name The tooltip
#
#   ... inserts a button with a popup menu derived from Toolbar name
#
#   IconPalette name The tooltip
#
#   ... inserts a button with a popup iconpalette derived from Toolbar name
#
#
# The icons are found in the lib/images/ direcory under the name
# action.png or action_parameter.png, except for math-insert, which
# is e.g. lib/image/math/sum.png. Note that some characters are
# replaced (e.g. ')' - rbracket).
#
#  All other lyx commands will get a unknown icon.
#
# This is the default toolbar:

ToolbarSet

Toolbar standard Standard
Layouts
Item New document buffer-new
Item Open document file-open
Item Save document buffer-write
Item Print document dialog-show print
Separator
Item Check spelling dialog-show spellchecker
Separator
Item Undo undo
Item Redo redo
Item Cut cut
Item Copy copy
Item Paste paste
Item Find and replace dialog-show findreplace
Item Navigate back bookmark-goto 0
Separator
Item Toggle emphasis font-emph
Item Toggle noun font-noun
Item Apply last textstyle-apply
Separator
Item Insert math math-mode
Item Insert graphics dialog-show-new-inset graphics
TableInsert Insert table
Separator
Item Toggle outline dialog-toggle toc
Item Toggle math toolbar toolbar-toggle math
Item Toggle table toolbar toolbar-toggle table
End

Toolbar extra Extra
Item Default layout
Item Numbered list layout Enumerate
Item Itemized list layout Itemize
Item List layout List
Item Description layout Description
Item Increase depth depth-increment
Item Decrease depth depth-decrement
Separator
Item Insert figure float float-insert figure
Item Insert table float float-insert table
Item Insert label label-insert
Item Insert cross-reference dialog-show-new-inset ref
Item Insert citation dialog-show-new-inset citation
Item Insert index entry index-insert
Item Insert nomenclature entry nomencl-insert
Separator
Item Insert footnote footnote-insert
Item Insert margin note marginalnote-insert
Item Insert note note-insert
Item Insert box box-insert Frameless
Item Insert hyperlink href-insert
Item Insert TeX code ert-insert
Item Insert math macro math-macro newmacroname newcommand
Item Include file dialog-show-new-inset include
Separator
Item Text style dialog-show character
Item Paragraph settings layout-paragraph
Item

symbol Diamond in toolbar

2009-12-10 Thread Sergio Celani

Hello

There any reason to not display the symbol Diamond. in the toolbar ?
There exist  diamond and diamondsuit, but bot Diamond.

Any chance to include this symbol ?

Thank very

Sergio


Re: symbol Diamond in toolbar

2009-12-10 Thread Uwe Stöhr

Sergio Celani schrieb:


There any reason to not display the symbol Diamond. in the toolbar ?
There exist  diamond and diamondsuit, but bot Diamond.


This is a bug that we'll fix for the next release.


Any chance to include this symbol ?


replace you version of the file sdttoolbars.inc with the attached one.

thanks for the report and regards
Uwe
# -*- text -*-

# file stdtoolbars.inc
# This file is part of LyX, the document processor.
# Licence details can be found in the file COPYING.

# author Jean-Marc Lasgouttes
# author John Levon

# Full author contact details are available in file CREDITS.

# The interface is designed (partially) following the KDE Human Interface
# Guidelines (http://usability.kde.org/hig/)

# Casing rules for The tooltip:
# Capitalize the first letter of the first word, and any other words normally
# capitalized in sentences, such as application names.
#
# Casing Rules for the GUI Name:
# Capitalize all words in the element, with the following exceptions: 
# * Articles: a, an, the. 
# * Conjunctions: and, but, for, not, so, yet ...  
# * Prepositions of three or fewer letters: at, for, by, in, to ...
#
# (http://library.gnome.org/devel/hig-book/stable/design-text-labels.html.en)

# A Toolbar starts like :
#
# Toolbar name GUI Name
#
# Only seven commands are allowed inside the Toolbar and End
# directives:
#   Item The tooltip action [parameter] adds an icon to the toolbar 
performing
#  action parameter
#  Examples:
#  Item Small font font-size small
#  Item Emphasized set-emph
#
#   Layouts adds the layouts combo-box to the toolbar
#
#   Separator adds some spacing to the toolbar
#
#   Minibuffer adds the command buffer (Qt only, only one may exist)
#
#   TableInsert The tooltip adds a special widget for quick insertion of 
tables
#
#   PopupMenu name The tooltip
#
#   ... inserts a button with a popup menu derived from Toolbar name
#
#   IconPalette name The tooltip
#
#   ... inserts a button with a popup iconpalette derived from Toolbar name
#
#
# The icons are found in the lib/images/ direcory under the name
# action.png or action_parameter.png, except for math-insert, which
# is e.g. lib/image/math/sum.png. Note that some characters are
# replaced (e.g. ')' - rbracket).
#
#  All other lyx commands will get a unknown icon.
#
# This is the default toolbar:

ToolbarSet

Toolbar standard Standard
Layouts
Item New document buffer-new
Item Open document file-open
Item Save document buffer-write
Item Print document dialog-show print
Separator
Item Check spelling dialog-show spellchecker
Separator
Item Undo undo
Item Redo redo
Item Cut cut
Item Copy copy
Item Paste paste
Item Find and replace dialog-show findreplace
Item Navigate back bookmark-goto 0
Separator
Item Toggle emphasis font-emph
Item Toggle noun font-noun
Item Apply last textstyle-apply
Separator
Item Insert math math-mode
Item Insert graphics dialog-show-new-inset graphics
TableInsert Insert table
Separator
Item Toggle outline dialog-toggle toc
Item Toggle math toolbar toolbar-toggle math
Item Toggle table toolbar toolbar-toggle table
End

Toolbar extra Extra
Item Default layout
Item Numbered list layout Enumerate
Item Itemized list layout Itemize
Item List layout List
Item Description layout Description
Item Increase depth depth-increment
Item Decrease depth depth-decrement
Separator
Item Insert figure float float-insert figure
Item Insert table float float-insert table
Item Insert label label-insert
Item Insert cross-reference dialog-show-new-inset ref
Item Insert citation dialog-show-new-inset citation
Item Insert index entry index-insert
Item Insert nomenclature entry nomencl-insert
Separator
Item Insert footnote footnote-insert
Item Insert margin note marginalnote-insert
Item Insert note note-insert
Item Insert box box-insert Frameless
Item Insert hyperlink href-insert
Item Insert TeX code ert-insert
Item Insert math macro math-macro newmacroname newcommand
Item Include file dialog-show-new-inset include
Separator
Item Text style dialog-show character
Item Paragraph settings layout-paragraph
Item

symbol Diamond in toolbar

2009-12-10 Thread Sergio Celani

Hello

There any reason to not display the symbol Diamond. in the toolbar ?
There exist  diamond and diamondsuit, but bot Diamond.

Any chance to include this symbol ?

Thank very

Sergio


Re: symbol Diamond in toolbar

2009-12-10 Thread Uwe Stöhr

Sergio Celani schrieb:


There any reason to not display the symbol Diamond. in the toolbar ?
There exist  diamond and diamondsuit, but bot Diamond.


This is a bug that we'll fix for the next release.


Any chance to include this symbol ?


replace you version of the file sdttoolbars.inc with the attached one.

thanks for the report and regards
Uwe
# -*- text -*-

# file stdtoolbars.inc
# This file is part of LyX, the document processor.
# Licence details can be found in the file COPYING.

# author Jean-Marc Lasgouttes
# author John Levon

# Full author contact details are available in file CREDITS.

# The interface is designed (partially) following the KDE Human Interface
# Guidelines (http://usability.kde.org/hig/)

# Casing rules for "The tooltip":
# Capitalize the first letter of the first word, and any other words normally
# capitalized in sentences, such as application names.
#
# Casing Rules for the "GUI Name":
# Capitalize all words in the element, with the following exceptions: 
# * Articles: a, an, the. 
# * Conjunctions: and, but, for, not, so, yet ...  
# * Prepositions of three or fewer letters: at, for, by, in, to ...
#
# (http://library.gnome.org/devel/hig-book/stable/design-text-labels.html.en)

# A Toolbar starts like :
#
# Toolbar "name" "GUI Name"
#
# Only seven commands are allowed inside the Toolbar and End
# directives:
#   Item "The tooltip" " []" adds an icon to the toolbar 
performing
#  " "
#  Examples:
#  Item "Small font" "font-size small"
#  Item Emphasized set-emph
#
#   Layouts adds the layouts combo-box to the toolbar
#
#   Separator adds some spacing to the toolbar
#
#   Minibuffer adds the command buffer (Qt only, only one may exist)
#
#   TableInsert "The tooltip" adds a special widget for quick insertion of 
tables
#
#   PopupMenu "name" "The tooltip"
#
#   ... inserts a button with a popup menu derived from Toolbar "name"
#
#   IconPalette "name" "The tooltip"
#
#   ... inserts a button with a popup iconpalette derived from Toolbar "name"
#
#
# The icons are found in the lib/images/ direcory under the name
# action.png or action_parameter.png, except for math-insert, which
# is e.g. lib/image/math/sum.png. Note that some characters are
# replaced (e.g. ')' -> rbracket).
#
#  All other lyx commands will get a "unknown" icon.
#
# This is the default toolbar:

ToolbarSet

Toolbar "standard" "Standard"
Layouts
Item "New document" "buffer-new"
Item "Open document" "file-open"
Item "Save document" "buffer-write"
Item "Print document" "dialog-show print"
Separator
Item "Check spelling" "dialog-show spellchecker"
Separator
Item "Undo" "undo"
Item "Redo" "redo"
Item "Cut" "cut"
Item "Copy" "copy"
Item "Paste" "paste"
Item "Find and replace" "dialog-show findreplace"
Item "Navigate back" "bookmark-goto 0"
Separator
Item "Toggle emphasis" "font-emph"
Item "Toggle noun" "font-noun"
Item "Apply last" "textstyle-apply"
Separator
Item "Insert math" "math-mode"
Item "Insert graphics" "dialog-show-new-inset graphics"
TableInsert "Insert table"
Separator
Item "Toggle outline" "dialog-toggle toc"
Item "Toggle math toolbar" "toolbar-toggle math"
Item "Toggle table toolbar" "toolbar-toggle table"
End

Toolbar "extra" "Extra"
Item "Default" "layout"
Item "Numbered list" "layout Enumerate"
Item "Itemized list" "layout Itemize"
Item "List" "layout List"
Item "Description" "layout Description"
Item "Increase depth" "depth-increment"
Item "Decrease depth" "depth-decrement"
Separator
Item "Insert figure float" "float-insert figure"
Item "Insert table float" "float-insert table"