]> SALOME platform Git repositories - modules/geom.git/commitdiff
Salome HOME
Images neccessary for CurveEditor were added
authormtn <mtn@opencascade.com>
Tue, 20 Aug 2013 06:08:09 +0000 (06:08 +0000)
committermtn <mtn@opencascade.com>
Tue, 20 Aug 2013 06:08:09 +0000 (06:08 +0000)
resources/Makefile.am
resources/arrow_down.png [new file with mode: 0755]
resources/arrow_up.png [new file with mode: 0755]
resources/closedpolyline.png [new file with mode: 0755]
resources/closedspline.png [new file with mode: 0755]
resources/join2.png [new file with mode: 0755]
resources/new_point.png [new file with mode: 0755]
resources/new_section.png [new file with mode: 0755]

index dbc53af18bb222f159058f2b460eeb66772c115a..cf26dd50f880951f241a03c81b0d95244bc3a40b 100644 (file)
@@ -34,6 +34,8 @@ ShHealing                     \
 3dsketch.png                   \
 angle.png                      \
 arc.png                                \
+arrow_up.png                    \
+arrow_down.png                  \
 arccenter.png                  \
 arcofellipse.png               \
 archimede.png                  \
@@ -64,6 +66,8 @@ circle.png                    \
 circlepointvector.png          \
 circle3points.png              \
 circlecenter2pnts.png          \
+closedpolyline.png              \
+closedspline.png                \
 common.png                     \
 cone.png                       \
 conedxyz.png                   \
@@ -101,6 +105,7 @@ fuse.png                    \
 fuse_collinear_edges.png       \
 geometry.png                   \
 import_picture.png             \
+join2.png                       \
 limit_tolerance.png            \
 line.png                       \
 line2points.png                        \
@@ -116,6 +121,8 @@ multirotationsimple.png             \
 multitranslation.png           \
 multitranslationdouble.png     \
 multitranslationsimple.png     \
+new_point.png                   \
+new_section.png                 \
 normale.png                    \
 offset.png                     \
 projection.png                 \
diff --git a/resources/arrow_down.png b/resources/arrow_down.png
new file mode 100755 (executable)
index 0000000..9a3a1cb
Binary files /dev/null and b/resources/arrow_down.png differ
diff --git a/resources/arrow_up.png b/resources/arrow_up.png
new file mode 100755 (executable)
index 0000000..b7d2bf0
Binary files /dev/null and b/resources/arrow_up.png differ
diff --git a/resources/closedpolyline.png b/resources/closedpolyline.png
new file mode 100755 (executable)
index 0000000..b1ff12d
Binary files /dev/null and b/resources/closedpolyline.png differ
diff --git a/resources/closedspline.png b/resources/closedspline.png
new file mode 100755 (executable)
index 0000000..67867d4
Binary files /dev/null and b/resources/closedspline.png differ
diff --git a/resources/join2.png b/resources/join2.png
new file mode 100755 (executable)
index 0000000..23435d1
Binary files /dev/null and b/resources/join2.png differ
diff --git a/resources/new_point.png b/resources/new_point.png
new file mode 100755 (executable)
index 0000000..bd16223
Binary files /dev/null and b/resources/new_point.png differ
diff --git a/resources/new_section.png b/resources/new_section.png
new file mode 100755 (executable)
index 0000000..7e89df7
Binary files /dev/null and b/resources/new_section.png differ