]> git.lyx.org Git - lyx.git/commitdiff
fix #1983 (rest of #4606): add missing \var*** characters (gig Greek math letters)
authorUwe Stöhr <uwestoehr@web.de>
Thu, 25 Nov 2010 01:27:53 +0000 (01:27 +0000)
committerUwe Stöhr <uwestoehr@web.de>
Thu, 25 Nov 2010 01:27:53 +0000 (01:27 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@36465 a592a061-630c-0410-9148-cb99ea01b6c8

15 files changed:
development/scons/scons_manifest.py
lib/Makefile.am
lib/images/math/vardelta.png [new file with mode: 0644]
lib/images/math/vargamma.png [new file with mode: 0644]
lib/images/math/varlambda.png [new file with mode: 0644]
lib/images/math/varomega.png [new file with mode: 0644]
lib/images/math/varphi2.png [new file with mode: 0644]
lib/images/math/varpi2.png [new file with mode: 0644]
lib/images/math/varpsi.png [new file with mode: 0644]
lib/images/math/varsigma2.png [new file with mode: 0644]
lib/images/math/vartheta2.png [new file with mode: 0644]
lib/images/math/varupsilon.png [new file with mode: 0644]
lib/images/math/varxi.png [new file with mode: 0644]
lib/ui/stdtoolbars.inc
src/frontends/qt4/GuiApplication.cpp

index 4397b7670e3c8ff85b591e442a89624d20ef1905..05225f38afdace45d9f1b6cebced9de6e61b7f24 100644 (file)
@@ -2072,22 +2072,33 @@ lib_images_math_files = Split('''
     upsilon2.png
     upuparrows.png
     urcorner.png
+    vardelta.png
     varepsilon.png
+    vargamma.png
     varkappa.png
-    varnothing.png
-    varphi.png
-    varpi.png
-    varpropto.png
-    varrho.png
-    varsigma.png
-    varsubsetneq.png
-    varsubsetneqq.png
-    varsupsetneq.png
-    varsupsetneqq.png
-    vartheta.png
-    vartriangle.png
-    vartriangleleft.png
-    vartriangleright.png
+    varlambda.png
+    varnothing.png 
+    varomega.png
+    varphi.png 
+    varphi2.png 
+    varpi.png 
+    varpi2.png 
+    varpropto.png 
+    varpsi.png 
+    varrho.png 
+    varsigma.png 
+    varsigma2.png 
+    varsubsetneq.png 
+    varsubsetneqq.png 
+    varsupsetneq.png 
+    varsupsetneqq.png 
+    vartheta.png 
+    vartheta2.png 
+    vartriangle.png 
+    vartriangleleft.png 
+    vartriangleright.png 
+    varupsilon.png
+    varxi.png
     vdash.png
     vdash2.png
     vdash3.png
index aa8b33404b4ef78ff9721746e16190cdd415406e..7a9795e21f6057956aa1d8cb613812011701008c 100644 (file)
@@ -942,22 +942,33 @@ dist_imagesmath_DATA = \
        images/math/upsilon2.png \
        images/math/upuparrows.png \
        images/math/urcorner.png \
+       images/math/vardelta.png \
        images/math/varepsilon.png \
+       images/math/vargamma.png \
        images/math/varkappa.png \
+       images/math/varlambda.png \
        images/math/varnothing.png \
+       images/math/varomega.png \
        images/math/varphi.png \
+       images/math/varphi2.png \
        images/math/varpi.png \
+       images/math/varpi2.png \
        images/math/varpropto.png \
+       images/math/varpsi.png \
        images/math/varrho.png \
        images/math/varsigma.png \
+       images/math/varsigma2.png \
        images/math/varsubsetneq.png \
        images/math/varsubsetneqq.png \
        images/math/varsupsetneq.png \
        images/math/varsupsetneqq.png \
        images/math/vartheta.png \
+       images/math/vartheta2.png \
        images/math/vartriangle.png \
        images/math/vartriangleleft.png \
        images/math/vartriangleright.png \
+       images/math/varupsilon.png \
+       images/math/varxi.png \
        images/math/vdash.png \
        images/math/vdash2.png \
        images/math/vdash3.png \
diff --git a/lib/images/math/vardelta.png b/lib/images/math/vardelta.png
new file mode 100644 (file)
index 0000000..5db23d4
Binary files /dev/null and b/lib/images/math/vardelta.png differ
diff --git a/lib/images/math/vargamma.png b/lib/images/math/vargamma.png
new file mode 100644 (file)
index 0000000..16bd722
Binary files /dev/null and b/lib/images/math/vargamma.png differ
diff --git a/lib/images/math/varlambda.png b/lib/images/math/varlambda.png
new file mode 100644 (file)
index 0000000..29d9369
Binary files /dev/null and b/lib/images/math/varlambda.png differ
diff --git a/lib/images/math/varomega.png b/lib/images/math/varomega.png
new file mode 100644 (file)
index 0000000..b3e54ee
Binary files /dev/null and b/lib/images/math/varomega.png differ
diff --git a/lib/images/math/varphi2.png b/lib/images/math/varphi2.png
new file mode 100644 (file)
index 0000000..e08d7f1
Binary files /dev/null and b/lib/images/math/varphi2.png differ
diff --git a/lib/images/math/varpi2.png b/lib/images/math/varpi2.png
new file mode 100644 (file)
index 0000000..2cad539
Binary files /dev/null and b/lib/images/math/varpi2.png differ
diff --git a/lib/images/math/varpsi.png b/lib/images/math/varpsi.png
new file mode 100644 (file)
index 0000000..561a012
Binary files /dev/null and b/lib/images/math/varpsi.png differ
diff --git a/lib/images/math/varsigma2.png b/lib/images/math/varsigma2.png
new file mode 100644 (file)
index 0000000..1ffa5c3
Binary files /dev/null and b/lib/images/math/varsigma2.png differ
diff --git a/lib/images/math/vartheta2.png b/lib/images/math/vartheta2.png
new file mode 100644 (file)
index 0000000..1db8151
Binary files /dev/null and b/lib/images/math/vartheta2.png differ
diff --git a/lib/images/math/varupsilon.png b/lib/images/math/varupsilon.png
new file mode 100644 (file)
index 0000000..febfc7e
Binary files /dev/null and b/lib/images/math/varupsilon.png differ
diff --git a/lib/images/math/varxi.png b/lib/images/math/varxi.png
new file mode 100644 (file)
index 0000000..ebc76fc
Binary files /dev/null and b/lib/images/math/varxi.png differ
index 0190d469c636a4173c6721cf4f457e0251e13340..7524fd481b1a4d5efe93e251140b1306ed09fa1d 100644 (file)
@@ -553,6 +553,17 @@ ToolbarSet
                Item "chi" "math-insert \chi"
                Item "psi" "math-insert \psi"
                Item "omega" "math-insert \omega"
+               Item "varGamma" "math-insert \varGamma"
+               Item "varDelta" "math-insert \varDelta"
+               Item "varTheta" "math-insert \varTheta"
+               Item "varLambda" "math-insert \varLambda"
+               Item "varXi" "math-insert \varXi"
+               Item "varPi" "math-insert \varPi"
+               Item "varSigma" "math-insert \varSigma"
+               Item "varUpsilon" "math-insert \varUpsilon"
+               Item "varPhi" "math-insert \varPhi"
+               Item "varPsi" "math-insert \varPsi"
+               Item "varOmega" "math-insert \varOmega"
                Item "Gamma" "math-insert \Gamma"
                Item "Delta" "math-insert \Delta"
                Item "Theta" "math-insert \Theta"
index a557248b62a56033688d4605e2e7ce442090d4e5..3b2d49fa215af4d31960a22dae943d7c46df862e 100644 (file)
@@ -267,7 +267,11 @@ PngMap sorted_png_map[] = {
        { "nvDash", "nvdash2" },
        { "textrm \\AA", "textrm_AA"},
        { "textrm \\O", "textrm_O"},
-       { "vDash", "vdash2" }
+       { "vDash", "vdash2" },
+       { "varPhi", "varphi2" },
+       { "varPi", "varpi2" },
+       { "varSigma", "varsigma2" },
+       { "varTheta", "vartheta2" }
 };
 
 size_t const nr_sorted_png_map = sizeof(sorted_png_map) / sizeof(PngMap);