From 027651fcb9bb0e27f10d96edfed72c0115eeeac7 Mon Sep 17 00:00:00 2001 From: Dhandapani Date: Tue, 2 Aug 2011 19:04:49 +0530 Subject: New icon changes --- .../storage/management/client/VolumesClient.java | 4 +- .../icons/tango/16x16/pause.png | Bin 658 -> 729 bytes .../icons/tango/16x16/running-task.png | Bin 734 -> 858 bytes .../icons/tango/16x16/start.png | Bin 716 -> 734 bytes .../icons/tango/16x16/stop.png | Bin 635 -> 690 bytes .../icons/tango/16x16/task-completed.png | Bin 748 -> 767 bytes .../icons/tango/16x16/task-error.png | Bin 760 -> 768 bytes .../icons/tango/scalable/running_task.svg | 1498 ++++++++++++++ .../icons/tango/scalable/task_paused.svg | 812 ++++++++ .../icons/tango/scalable/task_running.svg | 1500 +++++--------- .../icons/tango/scalable/task_status_completed.svg | 1794 ++++------------ .../icons/tango/scalable/task_status_error.svg | 2137 ++++---------------- .../icons/tango/scalable/task_stopped.svg | 1829 +++++------------ .../gluster/storage/management/gui/IImageKeys.java | 1 + .../management/gui/TasksTableLabelProvider.java | 2 +- .../management/gui/actions/DeleteVolumeAction.java | 2 +- .../management/gui/dialogs/CreateVolumePage1.java | 2 +- 17 files changed, 4101 insertions(+), 5480 deletions(-) create mode 100644 src/com.gluster.storage.management.gui/icons/tango/scalable/running_task.svg create mode 100644 src/com.gluster.storage.management.gui/icons/tango/scalable/task_paused.svg (limited to 'src') diff --git a/src/com.gluster.storage.management.client/src/com/gluster/storage/management/client/VolumesClient.java b/src/com.gluster.storage.management.client/src/com/gluster/storage/management/client/VolumesClient.java index fb254d26..3b506f2a 100644 --- a/src/com.gluster.storage.management.client/src/com/gluster/storage/management/client/VolumesClient.java +++ b/src/com.gluster.storage.management.client/src/com/gluster/storage/management/client/VolumesClient.java @@ -82,7 +82,9 @@ public class VolumesClient extends AbstractClient { form.add(FORM_PARAM_BRICKS, StringUtil.collectionToString(volume.getBricks(), ",")); form.add(FORM_PARAM_ACCESS_PROTOCOLS, StringUtil.collectionToString(volume.getNASProtocols(), ",")); form.add(FORM_PARAM_VOLUME_OPTIONS, StringUtil.collectionToString(volume.getOptions().getOptions(), ",")); - form.add(FORM_PARAM_CIFS_USERS, StringUtil.collectionToString(volume.getCifsUsers(), ",")); + if (volume.isCifsEnable()) { + form.add(FORM_PARAM_CIFS_USERS, StringUtil.collectionToString(volume.getCifsUsers(), ",")); + } postRequest(form); } diff --git a/src/com.gluster.storage.management.gui/icons/tango/16x16/pause.png b/src/com.gluster.storage.management.gui/icons/tango/16x16/pause.png index e1bd14d9..04923149 100644 Binary files a/src/com.gluster.storage.management.gui/icons/tango/16x16/pause.png and b/src/com.gluster.storage.management.gui/icons/tango/16x16/pause.png differ diff --git a/src/com.gluster.storage.management.gui/icons/tango/16x16/running-task.png b/src/com.gluster.storage.management.gui/icons/tango/16x16/running-task.png index 48967253..ad679b8b 100644 Binary files a/src/com.gluster.storage.management.gui/icons/tango/16x16/running-task.png and b/src/com.gluster.storage.management.gui/icons/tango/16x16/running-task.png differ diff --git a/src/com.gluster.storage.management.gui/icons/tango/16x16/start.png b/src/com.gluster.storage.management.gui/icons/tango/16x16/start.png index 2d6c7ab9..d4413259 100644 Binary files a/src/com.gluster.storage.management.gui/icons/tango/16x16/start.png and b/src/com.gluster.storage.management.gui/icons/tango/16x16/start.png differ diff --git a/src/com.gluster.storage.management.gui/icons/tango/16x16/stop.png b/src/com.gluster.storage.management.gui/icons/tango/16x16/stop.png index 78c4433d..8f591c63 100644 Binary files a/src/com.gluster.storage.management.gui/icons/tango/16x16/stop.png and b/src/com.gluster.storage.management.gui/icons/tango/16x16/stop.png differ diff --git a/src/com.gluster.storage.management.gui/icons/tango/16x16/task-completed.png b/src/com.gluster.storage.management.gui/icons/tango/16x16/task-completed.png index b71b825e..5de2361a 100644 Binary files a/src/com.gluster.storage.management.gui/icons/tango/16x16/task-completed.png and b/src/com.gluster.storage.management.gui/icons/tango/16x16/task-completed.png differ diff --git a/src/com.gluster.storage.management.gui/icons/tango/16x16/task-error.png b/src/com.gluster.storage.management.gui/icons/tango/16x16/task-error.png index 0488fd0d..1fc66ad2 100644 Binary files a/src/com.gluster.storage.management.gui/icons/tango/16x16/task-error.png and b/src/com.gluster.storage.management.gui/icons/tango/16x16/task-error.png differ diff --git a/src/com.gluster.storage.management.gui/icons/tango/scalable/running_task.svg b/src/com.gluster.storage.management.gui/icons/tango/scalable/running_task.svg new file mode 100644 index 00000000..d9cf0582 --- /dev/null +++ b/src/com.gluster.storage.management.gui/icons/tango/scalable/running_task.svg @@ -0,0 +1,1498 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + 2005-10-10 + + + Andreas Nilsson + + + + + edit + paste + + + + + + Jakub Steiner + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/src/com.gluster.storage.management.gui/icons/tango/scalable/task_paused.svg b/src/com.gluster.storage.management.gui/icons/tango/scalable/task_paused.svg new file mode 100644 index 00000000..9d6930e1 --- /dev/null +++ b/src/com.gluster.storage.management.gui/icons/tango/scalable/task_paused.svg @@ -0,0 +1,812 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + 2005-10-10 + + + Andreas Nilsson + + + + + edit + paste + + + + + + Jakub Steiner + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/src/com.gluster.storage.management.gui/icons/tango/scalable/task_running.svg b/src/com.gluster.storage.management.gui/icons/tango/scalable/task_running.svg index b11372f5..fa15b7b8 100644 --- a/src/com.gluster.storage.management.gui/icons/tango/scalable/task_running.svg +++ b/src/com.gluster.storage.management.gui/icons/tango/scalable/task_running.svg @@ -10,48 +10,23 @@ xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" - inkscape:export-ydpi="240.00000" - inkscape:export-xdpi="240.00000" - inkscape:export-filename="/home/jimmac/gfx/novell/pdes/trunk/docs/BIGmime-text.png" - sodipodi:docname="download_log.svg" - inkscape:version="0.48.1 " + width="48px" + height="48px" + id="svg12360" sodipodi:version="0.32" - id="svg249" - height="48.000000px" - width="48.000000px" + inkscape:version="0.48.1 " + sodipodi:docname="task_paused.svg" inkscape:output_extension="org.inkscape.output.svg.inkscape" version="1.1"> - - - - - - - - + id="defs12362"> + id="perspective80" /> + id="linearGradient2259"> - - - - + id="stop2261" /> - - - - - - - - - - - - + id="stop2263" /> - - - - - - - - - + id="linearGradient2239"> + id="stop2241" /> + id="stop2243" /> - - - - - - - - - - - - + id="linearGradient15234"> + id="stop15236" /> - - - + id="stop15242" + offset="0.50000000" + style="stop-color:#c2c2b9;stop-opacity:1.0000000;" /> + id="stop15238" /> - + id="linearGradient15218"> - - - - + style="stop-color:#f0f0ef;stop-opacity:1.0000000;" + offset="0.0000000" + id="stop15220" /> - - - + id="stop2269" + offset="0.15436138" + style="stop-color:#e8e8e8;stop-opacity:1;" /> + id="stop2267" + offset="0.82758623" + style="stop-color:#ffffff;stop-opacity:1;" /> + id="stop15222" /> + id="linearGradient14484"> + id="stop14486" /> + id="stop14488" /> - - - - - - + id="linearGradient13746"> + id="stop13748" /> + id="stop13750" /> - - - - - + xlink:href="#linearGradient13746" + id="radialGradient13752" + cx="24.647722" + cy="45.272587" + fx="24.647722" + fy="45.272587" + r="21.011173" + gradientTransform="matrix(1.000000,0.000000,0.000000,0.110577,4.987330e-17,40.26648)" + gradientUnits="userSpaceOnUse" /> + xlink:href="#linearGradient14484" + id="linearGradient14490" + x1="6.1071744" + y1="10.451290" + x2="33.857143" + y2="37.879860" + gradientUnits="userSpaceOnUse" /> - - - - + gradientTransform="matrix(1.065698,0.000000,0.000000,0.987595,-1.564439,7.487332e-2)" /> - - - - + gradientTransform="matrix(1.052632,0.000000,0.000000,1.000000,-1.789474,0.000000)" /> + xlink:href="#linearGradient2239" + id="linearGradient2245" + x1="25.682829" + y1="12.172059" + x2="25.692169" + y2="-0.20294096" + gradientUnits="userSpaceOnUse" /> + xlink:href="#linearGradient2259" + id="linearGradient2265" + x1="26.076092" + y1="26.696676" + x2="30.811172" + y2="42.007351" + gradientUnits="userSpaceOnUse" /> - + gradientTransform="matrix(0.538743,0.000000,0.000000,0.511806,10.80080,-0.582640)" + x1="25.404572" + y1="3.8180194" + x2="25.404572" + y2="6.481061" /> + gradientTransform="matrix(1.005222,0.000000,0.000000,0.883928,-0.627923,0.843750)" + x1="25.404572" + y1="3.8180194" + x2="25.464211" + y2="9.3233509" /> + gradientTransform="matrix(1.3379015,0,0,1.3379015,-570.79911,-780.96842)" + x1="429.15128" + y1="599.56494" + x2="433.13641" + y2="610.92285" /> - - + id="linearGradient3892-7"> + id="stop3894-4" /> + id="stop3896-0" /> + id="linearGradient9161"> + style="stop-color:#e70707;stop-opacity:1" /> + style="stop-color:#de6161;stop-opacity:1" /> - + x1="159.25" + y1="18.296875" + x2="159.8125" + y2="47.546875" /> + id="linearGradient9141"> + id="stop9143" /> + id="stop9145" /> - + gradientTransform="matrix(1.103262,0,0,1.054917,-163.1228,-76.31138)" + x1="174.83363" + y1="84.263489" + x2="174.74524" + y2="105.49083" /> + id="linearGradient2817"> + id="stop2819" /> + id="stop2821" /> - - - - - + gradientTransform="matrix(3.562309e-6,-1.07205,1.992104,-1.250658e-6,-175.6121,212.6949)" + cx="170.2664" + cy="102.3308" + fx="170.2664" + fy="102.3308" + r="11" /> + id="linearGradient2679"> + + + - + gradientTransform="matrix(1,0,0,1.004384,-145.0004,-71.4625)" + x1="169" + y1="110.33805" + x2="169" + y2="93.204849" /> + id="linearGradient11001"> + + + + gradientTransform="translate(-4e-4,-0.09426)" + x1="15.089521" + y1="15.291994" + x2="14" + y2="52.510574" /> + id="linearGradient3081"> + + + + gradientTransform="matrix(1.103262,0,0,1.054917,-163.1228,-76.31138)" + x1="174.83363" + y1="84.263489" + x2="174.74524" + y2="105.49083" /> + id="linearGradient20988"> + id="stop20990" /> + id="stop20992" /> + gradientTransform="matrix(3.562309e-6,-1.07205,1.992104,-1.250658e-6,-175.6121,212.6949)" + cx="169.77171" + cy="100.20107" + fx="169.77171" + fy="100.20107" + r="11" /> + id="linearGradient11007"> + id="stop11009" /> + id="stop11011" /> + gradientTransform="matrix(1,0,0,1.004384,-145.0004,-71.4625)" + x1="169" + y1="110.33805" + x2="169" + y2="93.204849" /> + id="linearGradient2697"> + style="stop-color:#3364a1;stop-opacity:1" /> + style="stop-color:#203f66;stop-opacity:1" /> - - - + gradientTransform="translate(-4e-4,-0.09426)" + x1="15.089521" + y1="15.291994" + x2="14" + y2="52.510574" /> + + + + + + + + + + + + + id="metadata12365"> @@ -998,23 +563,25 @@ + 2005-10-10 + + + Andreas Nilsson + + - document - settings - preferences - properties - tweak + edit + paste - + Jakub Steiner - - http://jimmac.musichall.cz + @@ -1028,277 +595,202 @@ - - + id="layer1" + inkscape:label="Layer 1" + inkscape:groupmode="layer"> + + + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + id="g8258" + transform="matrix(0.64230767,0,0,0.64230767,43.287521,6.5646985)"> + + + + + diff --git a/src/com.gluster.storage.management.gui/icons/tango/scalable/task_status_completed.svg b/src/com.gluster.storage.management.gui/icons/tango/scalable/task_status_completed.svg index 5bde43c4..ce0bf238 100644 --- a/src/com.gluster.storage.management.gui/icons/tango/scalable/task_status_completed.svg +++ b/src/com.gluster.storage.management.gui/icons/tango/scalable/task_status_completed.svg @@ -10,728 +10,27 @@ xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" - inkscape:export-ydpi="240.00000" - inkscape:export-xdpi="240.00000" - inkscape:export-filename="/home/jimmac/gfx/novell/pdes/trunk/docs/BIGmime-text.png" - sodipodi:docname="task_status_error.svg" - inkscape:version="0.48.1 " + width="48px" + height="48px" + id="svg12360" sodipodi:version="0.32" - id="svg249" - height="48.000000px" - width="48.000000px" - inkscape:output_extension="org.inkscape.output.svg.inkscape" - version="1.1"> - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + inkscape:version="0.48.1 " + sodipodi:docname="edit-paste.svg" + inkscape:output_extension="org.inkscape.output.svg.inkscape" + version="1.1"> + + - - - - - - - - - - + id="linearGradient5060"> + id="stop5062" /> + id="stop5064" /> + gradientTransform="matrix(2.774389,0,0,1.969706,-1891.633,-872.8854)" + cx="605.71429" + cy="486.64789" + fx="605.71429" + fy="486.64789" + r="117.14286" /> + id="linearGradient5048"> - - - - + id="stop5050" /> + id="stop5056" + offset="0.5" + style="stop-color:black;stop-opacity:1;" /> + id="stop5052" /> - - - - - - + gradientTransform="matrix(2.774389,0,0,1.969706,-1892.179,-872.8854)" + x1="302.85715" + y1="366.64789" + x2="302.85715" + y2="609.50507" /> - + id="linearGradient2259"> + id="stop2261" /> + id="stop2263" /> - + id="linearGradient2239"> + id="stop2241" /> + id="stop2243" /> + id="linearGradient2224"> + id="stop2226" /> + id="stop2228" /> + id="linearGradient15234"> + style="stop-color:#97978a;stop-opacity:1.0000000;" + offset="0.0000000" + id="stop15236" /> + id="stop15242" + offset="0.50000000" + style="stop-color:#c2c2b9;stop-opacity:1.0000000;" /> + + id="linearGradient15218"> + style="stop-color:#f0f0ef;stop-opacity:1.0000000;" + offset="0.0000000" + id="stop15220" /> - - + id="stop2269" + offset="0.15436138" + style="stop-color:#e8e8e8;stop-opacity:1;" /> + id="stop2267" + offset="0.82758623" + style="stop-color:#ffffff;stop-opacity:1;" /> + style="stop-color:#d8d8d3;stop-opacity:1.0000000;" + offset="1.0000000" + id="stop15222" /> + id="linearGradient14484"> + style="stop-color:#c68827;stop-opacity:1.0000000;" + offset="0.0000000" + id="stop14486" /> + style="stop-color:#89601f;stop-opacity:1.0000000;" + offset="1.0000000" + id="stop14488" /> + inkscape:collect="always" + id="linearGradient13746"> + id="stop13748" /> + id="stop13750" /> - + xlink:href="#linearGradient13746" + id="radialGradient13752" + cx="24.647722" + cy="45.272587" + fx="24.647722" + fy="45.272587" + r="21.011173" + gradientTransform="matrix(1.000000,0.000000,0.000000,0.110577,4.987330e-17,40.26648)" + gradientUnits="userSpaceOnUse" /> + xlink:href="#linearGradient14484" + id="linearGradient14490" + x1="6.1071744" + y1="10.451290" + x2="33.857143" + y2="37.879860" + gradientUnits="userSpaceOnUse" /> + gradientTransform="matrix(1.065698,0.000000,0.000000,0.987595,-1.564439,7.487332e-2)" /> - + gradientTransform="matrix(1.052632,0.000000,0.000000,1.000000,-1.789474,0.000000)" /> + xlink:href="#linearGradient2239" + id="linearGradient2245" + x1="25.682829" + y1="12.172059" + x2="25.692169" + y2="-0.20294096" + gradientUnits="userSpaceOnUse" /> + xlink:href="#linearGradient2259" + id="linearGradient2265" + x1="26.076092" + y1="26.696676" + x2="30.811172" + y2="42.007351" + gradientUnits="userSpaceOnUse" /> + gradientTransform="matrix(0.538743,0.000000,0.000000,0.511806,10.80080,-0.582640)" + x1="25.404572" + y1="3.8180194" + x2="25.404572" + y2="6.481061" /> - - - - + gradientTransform="matrix(1.005222,0.000000,0.000000,0.883928,-0.627923,0.843750)" + x1="25.404572" + y1="3.8180194" + x2="25.464211" + y2="9.3233509" /> + xlink:href="#linearGradient7580" + id="linearGradient7586" + x1="9.4567318" + y1="5.060648" + x2="9.1648064" + y2="44.43565" + gradientUnits="userSpaceOnUse" /> + id="linearGradient7580"> + id="stop7582" /> + id="stop7584" /> + y2="601.80182" /> @@ -1235,16 +299,6 @@ offset="1" id="stop3876" /> - + id="linearGradient3892-7"> + + + + + id="metadata12365"> @@ -1294,23 +361,25 @@ + 2005-10-10 + + + Andreas Nilsson + + - document - settings - preferences - properties - tweak + edit + paste - + Jakub Steiner - - http://jimmac.musichall.cz + @@ -1324,264 +393,185 @@ - - + id="layer1" + inkscape:label="Layer 1" + inkscape:groupmode="layer"> + + + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + id="g6797" + transform="translate(14.900805,-3.7211945)"> + + + + diff --git a/src/com.gluster.storage.management.gui/icons/tango/scalable/task_status_error.svg b/src/com.gluster.storage.management.gui/icons/tango/scalable/task_status_error.svg index 05f0adf2..5fb8b116 100644 --- a/src/com.gluster.storage.management.gui/icons/tango/scalable/task_status_error.svg +++ b/src/com.gluster.storage.management.gui/icons/tango/scalable/task_status_error.svg @@ -10,115 +10,23 @@ xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" - inkscape:export-ydpi="240.00000" - inkscape:export-xdpi="240.00000" - inkscape:export-filename="/home/jimmac/gfx/novell/pdes/trunk/docs/BIGmime-text.png" - sodipodi:docname="task_status_error.svg" - inkscape:version="0.48.1 " + width="48px" + height="48px" + id="svg12360" sodipodi:version="0.32" - id="svg249" - height="48.000000px" - width="48.000000px" + inkscape:version="0.48.1 " + sodipodi:docname="task_status_completed.svg" inkscape:output_extension="org.inkscape.output.svg.inkscape" version="1.1"> - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + id="defs12362"> + id="perspective80" /> + id="linearGradient2259"> - - - + id="stop2261" /> - - - - - - - - - - - - - - - - - + id="stop2263" /> - - - - - + id="linearGradient2239"> + id="stop2241" /> + id="stop2243" /> - - + id="linearGradient15234"> + style="stop-color:#97978a;stop-opacity:1.0000000;" + offset="0.0000000" + id="stop15236" /> + id="stop15242" + offset="0.50000000" + style="stop-color:#c2c2b9;stop-opacity:1.0000000;" /> + style="stop-color:#7d7d6f;stop-opacity:1.0000000;" + offset="1.0000000" + id="stop15238" /> + id="linearGradient15218"> + style="stop-color:#f0f0ef;stop-opacity:1.0000000;" + offset="0.0000000" + id="stop15220" /> - - - + id="stop2269" + offset="0.15436138" + style="stop-color:#e8e8e8;stop-opacity:1;" /> + id="stop2267" + offset="0.82758623" + style="stop-color:#ffffff;stop-opacity:1;" /> + id="stop15222" /> + id="linearGradient14484"> + id="stop14486" /> + id="stop14488" /> + inkscape:collect="always" + id="linearGradient13746"> + id="stop13748" /> + id="stop13750" /> + - - - - + inkscape:collect="always" + xlink:href="#linearGradient14484" + id="linearGradient14490" + x1="6.1071744" + y1="10.451290" + x2="33.857143" + y2="37.879860" + gradientUnits="userSpaceOnUse" /> + gradientTransform="matrix(1.065698,0.000000,0.000000,0.987595,-1.564439,7.487332e-2)" /> - - - + inkscape:collect="always" + xlink:href="#linearGradient15234" + id="linearGradient15240" + x1="25.404572" + y1="3.8180194" + x2="25.464211" + y2="9.3233509" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.052632,0.000000,0.000000,1.000000,-1.789474,0.000000)" /> + + + - - - - + gradientTransform="matrix(1.005222,0.000000,0.000000,0.883928,-0.627923,0.843750)" + x1="25.404572" + y1="3.8180194" + x2="25.464211" + y2="9.3233509" /> + inkscape:collect="always" + xlink:href="#linearGradient7580" + id="linearGradient7586" + x1="9.4567318" + y1="5.060648" + x2="9.1648064" + y2="44.43565" + gradientUnits="userSpaceOnUse" /> + + id="stop7582" /> + id="stop7584" /> + gradientTransform="matrix(1.3379015,0,0,1.3379015,-570.79912,-780.96845)" + x1="434.15228" + y1="610.42682" + x2="432.16248" + y2="601.80182" /> + id="linearGradient3872"> + id="stop3874" /> + id="stop3876" /> + gradientTransform="matrix(1.3379015,0,0,1.3379015,-570.79911,-780.96842)" + x1="429.15128" + y1="599.56494" + x2="433.13641" + y2="610.92285" /> + id="linearGradient3892-7"> + id="stop3894-4" /> + id="stop3896-0" /> + id="linearGradient15159" + xlink:href="#linearGradient3892-7" + inkscape:collect="always" /> + + id="linearGradient13792"> + id="stop13794" /> + id="stop13796" /> + gradientTransform="translate(-9.2175077,12.197592)" + x1="159.45625" + y1="34.133106" + x2="159.41743" + y2="19.593225" /> + + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + x1="159.25" + y1="18.296875" + x2="159.8125" + y2="47.546875" /> + id="linearGradient9141"> + id="stop9143" /> - - - - - - - - - - - - - - - - - - - - - - - - + id="stop9145" /> - - + inkscape:collect="always" /> + id="metadata12365"> @@ -1645,23 +432,25 @@ + 2005-10-10 + + + Andreas Nilsson + + - document - settings - preferences - properties - tweak + edit + paste - + Jakub Steiner - - http://jimmac.musichall.cz + @@ -1675,271 +464,191 @@ - - + id="layer1" + inkscape:label="Layer 1" + inkscape:groupmode="layer"> + + + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + id="g13781" + transform="matrix(0.64845351,-0.64845351,0.64845351,0.64845351,-97.807497,96.351366)"> + + + + diff --git a/src/com.gluster.storage.management.gui/icons/tango/scalable/task_stopped.svg b/src/com.gluster.storage.management.gui/icons/tango/scalable/task_stopped.svg index 17945d57..d900f03f 100644 --- a/src/com.gluster.storage.management.gui/icons/tango/scalable/task_stopped.svg +++ b/src/com.gluster.storage.management.gui/icons/tango/scalable/task_stopped.svg @@ -10,92 +10,23 @@ xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" - inkscape:export-ydpi="240.00000" - inkscape:export-xdpi="240.00000" - inkscape:export-filename="/home/jimmac/gfx/novell/pdes/trunk/docs/BIGmime-text.png" - sodipodi:docname="task_paused.svg" - inkscape:version="0.48.1 " + width="48px" + height="48px" + id="svg12360" sodipodi:version="0.32" - id="svg249" - height="48.000000px" - width="48.000000px" + inkscape:version="0.48.1 " + sodipodi:docname="task_running.svg" inkscape:output_extension="org.inkscape.output.svg.inkscape" version="1.1"> - - - - - - - - - - - - - - - - - - - - - - - - + id="defs12362"> + id="perspective80" /> + id="linearGradient2259"> + id="stop2261" /> + id="stop2263" /> + inkscape:collect="always" + id="linearGradient2239"> + style="stop-color:#ffffff;stop-opacity:1;" + offset="0" + id="stop2241" /> + id="stop2243" /> - + + id="stop2226" /> - - + style="stop-color:#b8b8b8;stop-opacity:1;" + offset="1" + id="stop2228" /> + + + style="stop-color:#97978a;stop-opacity:1.0000000;" + offset="0.0000000" + id="stop15236" /> + - + id="stop15238" /> + + id="linearGradient15218"> + id="stop15220" /> + + + id="stop15222" /> + id="linearGradient14484"> + id="stop14486" /> + id="stop14488" /> - + id="linearGradient13746"> + + + + + - + - + + xlink:href="#linearGradient2259" + id="linearGradient2265" + x1="26.076092" + y1="26.696676" + x2="30.811172" + y2="42.007351" + gradientUnits="userSpaceOnUse" /> - - - + xlink:href="#linearGradient15234" + id="linearGradient2283" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(0.538743,0.000000,0.000000,0.511806,10.80080,-0.582640)" + x1="25.404572" + y1="3.8180194" + x2="25.404572" + y2="6.481061" /> - - - - + gradientTransform="matrix(1.005222,0.000000,0.000000,0.883928,-0.627923,0.843750)" + x1="25.404572" + y1="3.8180194" + x2="25.464211" + y2="9.3233509" /> + gradientTransform="matrix(1.3379015,0,0,1.3379015,-570.79911,-780.96842)" + x1="429.15128" + y1="599.56494" + x2="433.13641" + y2="610.92285" /> + inkscape:collect="always" + id="linearGradient3892-7"> - + id="stop3894-4" /> + id="stop3896-0" /> + id="linearGradient9161"> + style="stop-color:#e70707;stop-opacity:1" /> + style="stop-color:#de6161;stop-opacity:1" /> - + x1="159.25" + y1="18.296875" + x2="159.8125" + y2="47.546875" /> + id="linearGradient9141"> + style="stop-color:#ffffff;stop-opacity:1;" + offset="0" + id="stop9143" /> + style="stop-color:#ffffff;stop-opacity:0;" + offset="1" + id="stop9145" /> + id="linearGradient2817"> + style="stop-color:#000000;stop-opacity:1;" + offset="0" + id="stop2819" /> + style="stop-color:#ffffff;stop-opacity:0.48453608;" + offset="1" + id="stop2821" /> + id="linearGradient2679"> + style="stop-color:#74a2d6;stop-opacity:1" /> + style="stop-color:#2a5285;stop-opacity:1" /> + id="linearGradient11001"> - + id="stop11003" /> + id="stop11005" /> - + id="linearGradient20988"> + style="stop-color:#000000;stop-opacity:1;" + offset="0" + id="stop20990" /> + style="stop-color:#ffffff;stop-opacity:0.48453608;" + offset="1" + id="stop20992" /> + id="linearGradient11007"> + style="stop-color:#8ab9ed;stop-opacity:1" + offset="0" + id="stop11009" /> + style="stop-color:#2a5285;stop-opacity:1" + offset="1" + id="stop11011" /> - + id="linearGradient2697"> + style="stop-color:#3364a1;stop-opacity:1" /> + style="stop-color:#203f66;stop-opacity:1" /> + gradientTransform="matrix(1.128181,0,0,1.128181,-108.08145,-78.763896)" + x1="70.913956" + y1="101.74152" + x2="70.951942" + y2="88.923729" /> + id="linearGradient2684"> + style="stop-color:#ffffff;stop-opacity:1;" /> + style="stop-color:#000000;stop-opacity:1;" /> - + gradientTransform="matrix(0.05324342,-0.836238,2.019473,0.128568,-206.0078,112.67299)" + cx="107.5884" + cy="83.990814" + fx="107.5884" + fy="83.990814" + r="12.551644" /> + id="linearGradient9056"> + id="stop9058" /> + id="stop9060" /> + gradientTransform="translate(-99.088729,-66.498056)" + x1="71.288956" + y1="124.11652" + x2="70.826942" + y2="95" /> + id="linearGradient9050"> + style="stop-color:#428405;stop-opacity:1" /> - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + style="stop-color:#356804;stop-opacity:1" /> + id="linearGradient13364"> + id="stop13366" /> + id="stop13368" /> + id="linearGradient13358"> + id="stop13360" /> + id="stop13362" /> - - - - - - - - - + id="metadata12365"> @@ -1357,23 +555,25 @@ + 2005-10-10 + + + Andreas Nilsson + + - document - settings - preferences - properties - tweak + edit + paste - + Jakub Steiner - - http://jimmac.musichall.cz + @@ -1387,281 +587,198 @@ - - + id="layer1" + inkscape:label="Layer 1" + inkscape:groupmode="layer"> + + + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + id="g13370" + transform="matrix(0.849115,0,0,0.849115,82.978028,0.67225017)"> + + + + + diff --git a/src/com.gluster.storage.management.gui/src/com/gluster/storage/management/gui/IImageKeys.java b/src/com.gluster.storage.management.gui/src/com/gluster/storage/management/gui/IImageKeys.java index d0534210..dd12fd29 100644 --- a/src/com.gluster.storage.management.gui/src/com/gluster/storage/management/gui/IImageKeys.java +++ b/src/com.gluster.storage.management.gui/src/com/gluster/storage/management/gui/IImageKeys.java @@ -82,6 +82,7 @@ public interface IImageKeys { public static final String RESUME_TASK_16x16 = "icons/tango/16x16/start.png"; public static final String STOP_TASK_16x16 = "icons/tango/16x16/stop.png"; public static final String CLEAR_TASK_16x16 = "icons/tango/16x16/close_task.png"; + public static final String COMPLETED_TASK_16x16 = "icons/tango/16x16/task-completed.png"; public static final String OVERLAY_OFFLINE_8x8 = "icons/tango/8x8/offline.png"; public static final String OVERLAY_ONLINE_8x8 = "icons/tango/8x8/online.png"; diff --git a/src/com.gluster.storage.management.gui/src/com/gluster/storage/management/gui/TasksTableLabelProvider.java b/src/com.gluster.storage.management.gui/src/com/gluster/storage/management/gui/TasksTableLabelProvider.java index cbe5ed08..a998bb52 100644 --- a/src/com.gluster.storage.management.gui/src/com/gluster/storage/management/gui/TasksTableLabelProvider.java +++ b/src/com.gluster.storage.management.gui/src/com/gluster/storage/management/gui/TasksTableLabelProvider.java @@ -44,7 +44,7 @@ public class TasksTableLabelProvider extends TableLabelProviderAdapter { switch (statusCode) { case Status.STATUS_CODE_SUCCESS: - return guiHelper.getImage(IImageKeys.STATUS_ONLINE_16x16); + return guiHelper.getImage(IImageKeys.COMPLETED_TASK_16x16); case Status.STATUS_CODE_PAUSE: return guiHelper.getImage(IImageKeys.PAUSE_TASK_16x16); case Status.STATUS_CODE_RUNNING: diff --git a/src/com.gluster.storage.management.gui/src/com/gluster/storage/management/gui/actions/DeleteVolumeAction.java b/src/com.gluster.storage.management.gui/src/com/gluster/storage/management/gui/actions/DeleteVolumeAction.java index fa686c72..59e2a957 100644 --- a/src/com.gluster.storage.management.gui/src/com/gluster/storage/management/gui/actions/DeleteVolumeAction.java +++ b/src/com.gluster.storage.management.gui/src/com/gluster/storage/management/gui/actions/DeleteVolumeAction.java @@ -93,7 +93,7 @@ public class DeleteVolumeAction extends AbstractActionDelegate { // Display the success or failure info if (deletedVolumes.size() == 0) { // No volume(s) deleted successfully - showErrorDialog(actionDesc, "Following colume(s) [" + StringUtil.collectionToString(failedVolumes, ", ") + showErrorDialog(actionDesc, "Following volume(s) [" + StringUtil.collectionToString(failedVolumes, ", ") + "] could not be delete! " + "\nError: [" + errorMessage + "]"); } else { String info = "Following volumes [" + StringUtil.collectionToString(deletedVolumes, ", ") diff --git a/src/com.gluster.storage.management.gui/src/com/gluster/storage/management/gui/dialogs/CreateVolumePage1.java b/src/com.gluster.storage.management.gui/src/com/gluster/storage/management/gui/dialogs/CreateVolumePage1.java index b91c098a..0654b3ae 100644 --- a/src/com.gluster.storage.management.gui/src/com/gluster/storage/management/gui/dialogs/CreateVolumePage1.java +++ b/src/com.gluster.storage.management.gui/src/com/gluster/storage/management/gui/dialogs/CreateVolumePage1.java @@ -220,7 +220,7 @@ public class CreateVolumePage1 extends WizardPage { btnCIFS = new Button(container, SWT.CHECK); btnCIFS.setEnabled(true); - btnCIFS.setSelection(true); + btnCIFS.setSelection(false); btnCIFS.setText("CIFS"); btnCIFS.addSelectionListener(new SelectionListener() { -- cgit