From 1b3ef9f0d9a9c5a053fbd75ae877b3147f12ebdb Mon Sep 17 00:00:00 2001 From: Dhandapani Date: Fri, 22 Jul 2011 12:28:02 +0530 Subject: svg icons converted to png and icons cleanup --- .../management/client/constants/ClientConstants.java | 2 +- src/com.gluster.storage.management.gui/icons/group.png | Bin 753 -> 0 bytes src/com.gluster.storage.management.gui/icons/gsn.png | Bin 923 -> 0 bytes src/com.gluster.storage.management.gui/icons/logs.png | Bin 900 -> 0 bytes src/com.gluster.storage.management.gui/icons/mail.ico | Bin 26694 -> 0 bytes src/com.gluster.storage.management.gui/icons/memory.png | Bin 349 -> 0 bytes .../icons/minus-white.png | Bin 682 -> 0 bytes .../icons/network-interface.png | Bin 577 -> 0 bytes .../icons/network-interfaces.png | Bin 413 -> 0 bytes .../icons/network-interfaces1.png | Bin 563 -> 0 bytes .../icons/pause_task.png | Bin 427 -> 0 bytes .../icons/preferences.png | Bin 916 -> 0 bytes .../icons/reset-options.png | Bin 916 -> 0 bytes src/com.gluster.storage.management.gui/icons/sample.gif | Bin 983 -> 0 bytes .../icons/sample.icns | Bin 35301 -> 0 bytes .../icons/sample2.gif | Bin 318 -> 0 bytes .../icons/sample3.gif | Bin 173 -> 0 bytes 17 files changed, 1 insertion(+), 1 deletion(-) delete mode 100644 src/com.gluster.storage.management.gui/icons/group.png delete mode 100644 src/com.gluster.storage.management.gui/icons/gsn.png delete mode 100644 src/com.gluster.storage.management.gui/icons/logs.png delete mode 100644 src/com.gluster.storage.management.gui/icons/mail.ico delete mode 100644 src/com.gluster.storage.management.gui/icons/memory.png delete mode 100644 src/com.gluster.storage.management.gui/icons/minus-white.png delete mode 100644 src/com.gluster.storage.management.gui/icons/network-interface.png delete mode 100644 src/com.gluster.storage.management.gui/icons/network-interfaces.png delete mode 100644 src/com.gluster.storage.management.gui/icons/network-interfaces1.png delete mode 100644 src/com.gluster.storage.management.gui/icons/pause_task.png delete mode 100644 src/com.gluster.storage.management.gui/icons/preferences.png delete mode 100644 src/com.gluster.storage.management.gui/icons/reset-options.png delete mode 100644 src/com.gluster.storage.management.gui/icons/sample.gif delete mode 100644 src/com.gluster.storage.management.gui/icons/sample.icns delete mode 100644 src/com.gluster.storage.management.gui/icons/sample2.gif delete mode 100644 src/com.gluster.storage.management.gui/icons/sample3.gif (limited to 'src') diff --git a/src/com.gluster.storage.management.client/src/com/gluster/storage/management/client/constants/ClientConstants.java b/src/com.gluster.storage.management.client/src/com/gluster/storage/management/client/constants/ClientConstants.java index 765735fb..2d0b9b45 100644 --- a/src/com.gluster.storage.management.client/src/com/gluster/storage/management/client/constants/ClientConstants.java +++ b/src/com.gluster.storage.management.client/src/com/gluster/storage/management/client/constants/ClientConstants.java @@ -25,7 +25,7 @@ package com.gluster.storage.management.client.constants; */ public class ClientConstants { public static final String SYS_PROP_SERVER_URL = "gluster.server.url"; - public static final String DEFAULT_SERVER_URL = "https://localhost:8443/glustermg/linux.gtk.x86_64"; + public static final String DEFAULT_SERVER_URL = "https://10.1.12.43:8443/glustermg/linux.gtk.x86_64"; public static final String CONTEXT_ROOT = "glustermg"; public static final String REST_API_VERSION = "1.0"; diff --git a/src/com.gluster.storage.management.gui/icons/group.png b/src/com.gluster.storage.management.gui/icons/group.png deleted file mode 100644 index 7fb4e1f1..00000000 Binary files a/src/com.gluster.storage.management.gui/icons/group.png and /dev/null differ diff --git a/src/com.gluster.storage.management.gui/icons/gsn.png b/src/com.gluster.storage.management.gui/icons/gsn.png deleted file mode 100644 index 68f21d30..00000000 Binary files a/src/com.gluster.storage.management.gui/icons/gsn.png and /dev/null differ diff --git a/src/com.gluster.storage.management.gui/icons/logs.png b/src/com.gluster.storage.management.gui/icons/logs.png deleted file mode 100644 index c8449f98..00000000 Binary files a/src/com.gluster.storage.management.gui/icons/logs.png and /dev/null differ diff --git a/src/com.gluster.storage.management.gui/icons/mail.ico b/src/com.gluster.storage.management.gui/icons/mail.ico deleted file mode 100644 index b0000611..00000000 Binary files a/src/com.gluster.storage.management.gui/icons/mail.ico and /dev/null differ diff --git a/src/com.gluster.storage.management.gui/icons/memory.png b/src/com.gluster.storage.management.gui/icons/memory.png deleted file mode 100644 index 4c71a247..00000000 Binary files a/src/com.gluster.storage.management.gui/icons/memory.png and /dev/null differ diff --git a/src/com.gluster.storage.management.gui/icons/minus-white.png b/src/com.gluster.storage.management.gui/icons/minus-white.png deleted file mode 100644 index 8efd5d33..00000000 Binary files a/src/com.gluster.storage.management.gui/icons/minus-white.png and /dev/null differ diff --git a/src/com.gluster.storage.management.gui/icons/network-interface.png b/src/com.gluster.storage.management.gui/icons/network-interface.png deleted file mode 100644 index 24ca7370..00000000 Binary files a/src/com.gluster.storage.management.gui/icons/network-interface.png and /dev/null differ diff --git a/src/com.gluster.storage.management.gui/icons/network-interfaces.png b/src/com.gluster.storage.management.gui/icons/network-interfaces.png deleted file mode 100644 index 752968bb..00000000 Binary files a/src/com.gluster.storage.management.gui/icons/network-interfaces.png and /dev/null differ diff --git a/src/com.gluster.storage.management.gui/icons/network-interfaces1.png b/src/com.gluster.storage.management.gui/icons/network-interfaces1.png deleted file mode 100644 index af438028..00000000 Binary files a/src/com.gluster.storage.management.gui/icons/network-interfaces1.png and /dev/null differ diff --git a/src/com.gluster.storage.management.gui/icons/pause_task.png b/src/com.gluster.storage.management.gui/icons/pause_task.png deleted file mode 100644 index af57b25d..00000000 Binary files a/src/com.gluster.storage.management.gui/icons/pause_task.png and /dev/null differ diff --git a/src/com.gluster.storage.management.gui/icons/preferences.png b/src/com.gluster.storage.management.gui/icons/preferences.png deleted file mode 100644 index 7b93eb05..00000000 Binary files a/src/com.gluster.storage.management.gui/icons/preferences.png and /dev/null differ diff --git a/src/com.gluster.storage.management.gui/icons/reset-options.png b/src/com.gluster.storage.management.gui/icons/reset-options.png deleted file mode 100644 index 7b93eb05..00000000 Binary files a/src/com.gluster.storage.management.gui/icons/reset-options.png and /dev/null differ diff --git a/src/com.gluster.storage.management.gui/icons/sample.gif b/src/com.gluster.storage.management.gui/icons/sample.gif deleted file mode 100644 index 34fb3c9d..00000000 Binary files a/src/com.gluster.storage.management.gui/icons/sample.gif and /dev/null differ diff --git a/src/com.gluster.storage.management.gui/icons/sample.icns b/src/com.gluster.storage.management.gui/icons/sample.icns deleted file mode 100644 index 1e92ccce..00000000 Binary files a/src/com.gluster.storage.management.gui/icons/sample.icns and /dev/null differ diff --git a/src/com.gluster.storage.management.gui/icons/sample2.gif b/src/com.gluster.storage.management.gui/icons/sample2.gif deleted file mode 100644 index 252d7ebc..00000000 Binary files a/src/com.gluster.storage.management.gui/icons/sample2.gif and /dev/null differ diff --git a/src/com.gluster.storage.management.gui/icons/sample3.gif b/src/com.gluster.storage.management.gui/icons/sample3.gif deleted file mode 100644 index b949ac94..00000000 Binary files a/src/com.gluster.storage.management.gui/icons/sample3.gif and /dev/null differ -- cgit From 890d845b01cc4a9a5deb6a9941b803c7e7007dec Mon Sep 17 00:00:00 2001 From: Dhandapani Date: Fri, 22 Jul 2011 18:20:55 +0530 Subject: Icon changes --- .../client/constants/ClientConstants.java | 2 +- .../icons/arrow-down.png | Bin 703 -> 0 bytes .../icons/arrow-up.png | Bin 712 -> 0 bytes .../icons/close_task.png | Bin 588 -> 0 bytes .../icons/cluster.png | Bin 622 -> 0 bytes .../icons/disk-migrate.png | Bin 781 -> 0 bytes .../icons/disk-uninitialized.png | Bin 708 -> 0 bytes .../icons/disk.png | Bin 620 -> 0 bytes .../icons/disks.png | Bin 691 -> 0 bytes .../icons/folder.png | Bin 537 -> 0 bytes .../icons/gluster_icon.png | Bin 3131 -> 0 bytes .../icons/plus-white.png | Bin 703 -> 0 bytes .../icons/progress-bar.png | Bin 261 -> 0 bytes .../icons/question.png | Bin 766 -> 0 bytes .../icons/search.png | Bin 736 -> 0 bytes .../icons/server-add-big.png | Bin 2057 -> 0 bytes .../icons/server-add.png | Bin 781 -> 0 bytes .../icons/server-remove.png | Bin 775 -> 0 bytes .../icons/server-warning.png | Bin 664 -> 0 bytes .../icons/server.png | Bin 667 -> 0 bytes .../icons/servers.png | Bin 654 -> 0 bytes .../icons/star-small.png | Bin 447 -> 0 bytes .../icons/star.png | Bin 244 -> 0 bytes .../icons/start_task.gif | Bin 470 -> 0 bytes .../icons/status-offline-circle.png | Bin 729 -> 0 bytes .../icons/status-offline-small.png | Bin 322 -> 0 bytes .../icons/status-offline.png | Bin 544 -> 0 bytes .../icons/status-online-circle.png | Bin 724 -> 0 bytes .../icons/status-online-small.png | Bin 361 -> 0 bytes .../icons/status-online.png | Bin 634 -> 0 bytes .../icons/stop.png | Bin 700 -> 0 bytes .../icons/stop_task.png | Bin 411 -> 0 bytes .../icons/tango/16x16/arrow-down.png | Bin 0 -> 703 bytes .../icons/tango/16x16/arrow-up.png | Bin 0 -> 712 bytes .../icons/tango/16x16/close_task.png | Bin 0 -> 588 bytes .../icons/tango/16x16/cluster.png | Bin 0 -> 622 bytes .../icons/tango/16x16/disk.png | Bin 603 -> 717 bytes .../icons/tango/16x16/disk.svg | 850 ----- .../icons/tango/16x16/gluster_icon.png | Bin 0 -> 3131 bytes .../icons/tango/16x16/high-memory-usage.svg | 107 - .../icons/tango/16x16/low-diskspace.svg | 896 ----- .../icons/tango/16x16/offline-server.png | Bin 823 -> 0 bytes .../icons/tango/16x16/progress-bar.png | Bin 0 -> 261 bytes .../icons/tango/16x16/question.png | Bin 0 -> 766 bytes .../icons/tango/16x16/replace-brick.png | Bin 844 -> 0 bytes .../icons/tango/16x16/status-offline.png | Bin 0 -> 945 bytes .../icons/tango/16x16/status-online.png | Bin 0 -> 689 bytes .../icons/tango/16x16/task-completed.png | Bin 0 -> 748 bytes .../icons/tango/16x16/task-error.png | Bin 0 -> 760 bytes .../icons/tango/16x16/volumes.png | Bin 0 -> 830 bytes .../icons/tango/22x22/offline-brick.png | Bin 840 -> 880 bytes .../icons/tango/32x32/add-brick.png | Bin 0 -> 2092 bytes .../icons/tango/32x32/add-brick.svg | 2060 ----------- .../icons/tango/32x32/clear-task.png | Bin 0 -> 1424 bytes .../icons/tango/32x32/commit-task.png | Bin 0 -> 1294 bytes .../icons/tango/32x32/create-volume.png | Bin 0 -> 1607 bytes .../icons/tango/32x32/create-volume.svg | 2591 ------------- .../icons/tango/32x32/download-log.png | Bin 0 -> 2065 bytes .../icons/tango/32x32/download-log.svg | 1248 ------- .../icons/tango/32x32/pause.png | Bin 0 -> 1037 bytes .../icons/tango/32x32/pause.svg | 651 ---- .../icons/tango/32x32/remove-brick.png | Bin 0 -> 2024 bytes .../icons/tango/32x32/remove-brick.svg | 2665 ------------- .../icons/tango/32x32/remove-server.png | Bin 2010 -> 2143 bytes .../icons/tango/32x32/replace-brick.png | Bin 0 -> 2013 bytes .../icons/tango/32x32/replace-brick.svg | 3913 -------------------- .../icons/tango/32x32/reset-volume-option.png | Bin 0 -> 1960 bytes .../icons/tango/32x32/reset-volume-option.svg | 2590 ------------- .../icons/tango/32x32/start-volume.png | Bin 0 -> 1463 bytes .../icons/tango/32x32/start-volume.svg | 1884 ---------- .../icons/tango/32x32/start.png | Bin 0 -> 1207 bytes .../icons/tango/32x32/start.svg | 394 -- .../icons/tango/32x32/stop-volume.png | Bin 0 -> 1400 bytes .../icons/tango/32x32/stop-volume.svg | 2239 ----------- .../icons/tango/32x32/stop.png | Bin 0 -> 540 bytes .../icons/tango/32x32/stop.svg | 347 -- .../icons/tango/32x32/volume-rebalance.png | Bin 0 -> 1599 bytes .../icons/tango/32x32/volume-rebalance.svg | 2322 ------------ .../icons/tango/48x48/add-server.png | Bin 0 -> 3606 bytes .../icons/tango/48x48/add-server.svg | 126 - .../icons/tango/48x48/create-volume.png | Bin 0 -> 2531 bytes .../icons/tango/48x48/create-volume.svg | 2318 ------------ .../icons/tango/48x48/remove-server.svg | 141 - .../icons/tango/8x8/offline.png | Bin 0 -> 381 bytes .../icons/tango/8x8/online.png | Bin 0 -> 321 bytes .../icons/tango/8x8/star.png | Bin 0 -> 244 bytes .../icons/ui-check-box-mix.png | Bin 414 -> 0 bytes .../icons/ui-check-box-uncheck.png | Bin 355 -> 0 bytes .../icons/ui-check-box.png | Bin 435 -> 0 bytes .../icons/volume-create-big.png | Bin 2442 -> 0 bytes .../icons/volume-create.png | Bin 899 -> 0 bytes .../icons/volume-delete.png | Bin 891 -> 0 bytes .../icons/volume-edit.png | Bin 731 -> 0 bytes .../icons/volume-rebalance.png | Bin 753 -> 0 bytes .../icons/volume-start.png | Bin 898 -> 0 bytes .../icons/volume-stop-1.png | Bin 700 -> 0 bytes .../icons/volume-stop.png | Bin 752 -> 0 bytes .../icons/volume.png | Bin 633 -> 0 bytes .../icons/volume1.png | Bin 436 -> 0 bytes .../icons/volumes.png | Bin 504 -> 0 bytes .../icons/volumes1.png | Bin 755 -> 0 bytes .../icons/volumes2.png | Bin 825 -> 0 bytes .../icons/volumes3.png | Bin 613 -> 0 bytes .../icons/world.png | Bin 923 -> 0 bytes .../images/progress_image_empty.png | Bin 185 -> 0 bytes .../images/progress_image_filled_danger.png | Bin 185 -> 0 bytes .../images/progress_image_filled_safe.png | Bin 201 -> 0 bytes .../images/progress_image_left.png | Bin 185 -> 0 bytes .../images/progress_image_right.png | Bin 185 -> 0 bytes src/com.gluster.storage.management.gui/plugin.xml | 80 +- .../gui/ApplicationActionBarAdvisor.java | 2 +- .../management/gui/BrickTableLabelProvider.java | 8 +- .../management/gui/DeviceTableLabelProvider.java | 10 +- .../gui/GlusterServerTableLabelProvider.java | 4 +- .../gluster/storage/management/gui/IImageKeys.java | 126 +- .../gui/ServerDiskTableLabelProvider.java | 10 +- .../management/gui/TasksTableLabelProvider.java | 8 +- .../management/gui/VolumeTableLabelProvider.java | 4 +- .../management/gui/actions/DeleteVolumeAction.java | 2 +- .../management/gui/actions/RemoveBrickAction.java | 2 +- .../management/gui/actions/StopVolumeAction.java | 2 +- .../gui/dialogs/BricksSelectionPage.java | 4 +- .../management/gui/jobs/InitializeDiskJob.java | 84 - .../storage/management/gui/utils/GUIHelper.java | 4 +- .../gui/views/ClusterAdapterFactory.java | 10 +- .../management/gui/views/ClusterSummaryView.java | 20 +- .../gui/views/GlusterServerSummaryView.java | 2 +- .../gui/views/GlusterServersSummaryView.java | 16 +- .../gui/views/NavigationTreeLabelDecorator.java | 12 +- .../management/gui/views/VolumeSummaryView.java | 4 +- .../management/gui/views/VolumesSummaryView.java | 4 +- 131 files changed, 160 insertions(+), 27602 deletions(-) delete mode 100644 src/com.gluster.storage.management.gui/icons/arrow-down.png delete mode 100644 src/com.gluster.storage.management.gui/icons/arrow-up.png delete mode 100644 src/com.gluster.storage.management.gui/icons/close_task.png delete mode 100644 src/com.gluster.storage.management.gui/icons/cluster.png delete mode 100644 src/com.gluster.storage.management.gui/icons/disk-migrate.png delete mode 100644 src/com.gluster.storage.management.gui/icons/disk-uninitialized.png delete mode 100644 src/com.gluster.storage.management.gui/icons/disk.png delete mode 100644 src/com.gluster.storage.management.gui/icons/disks.png delete mode 100644 src/com.gluster.storage.management.gui/icons/folder.png delete mode 100644 src/com.gluster.storage.management.gui/icons/gluster_icon.png delete mode 100644 src/com.gluster.storage.management.gui/icons/plus-white.png delete mode 100644 src/com.gluster.storage.management.gui/icons/progress-bar.png delete mode 100644 src/com.gluster.storage.management.gui/icons/question.png delete mode 100644 src/com.gluster.storage.management.gui/icons/search.png delete mode 100644 src/com.gluster.storage.management.gui/icons/server-add-big.png delete mode 100644 src/com.gluster.storage.management.gui/icons/server-add.png delete mode 100644 src/com.gluster.storage.management.gui/icons/server-remove.png delete mode 100644 src/com.gluster.storage.management.gui/icons/server-warning.png delete mode 100644 src/com.gluster.storage.management.gui/icons/server.png delete mode 100644 src/com.gluster.storage.management.gui/icons/servers.png delete mode 100644 src/com.gluster.storage.management.gui/icons/star-small.png delete mode 100644 src/com.gluster.storage.management.gui/icons/star.png delete mode 100644 src/com.gluster.storage.management.gui/icons/start_task.gif delete mode 100644 src/com.gluster.storage.management.gui/icons/status-offline-circle.png delete mode 100644 src/com.gluster.storage.management.gui/icons/status-offline-small.png delete mode 100644 src/com.gluster.storage.management.gui/icons/status-offline.png delete mode 100644 src/com.gluster.storage.management.gui/icons/status-online-circle.png delete mode 100644 src/com.gluster.storage.management.gui/icons/status-online-small.png delete mode 100644 src/com.gluster.storage.management.gui/icons/status-online.png delete mode 100644 src/com.gluster.storage.management.gui/icons/stop.png delete mode 100644 src/com.gluster.storage.management.gui/icons/stop_task.png create mode 100644 src/com.gluster.storage.management.gui/icons/tango/16x16/arrow-down.png create mode 100644 src/com.gluster.storage.management.gui/icons/tango/16x16/arrow-up.png create mode 100644 src/com.gluster.storage.management.gui/icons/tango/16x16/close_task.png create mode 100644 src/com.gluster.storage.management.gui/icons/tango/16x16/cluster.png delete mode 100644 src/com.gluster.storage.management.gui/icons/tango/16x16/disk.svg create mode 100644 src/com.gluster.storage.management.gui/icons/tango/16x16/gluster_icon.png delete mode 100644 src/com.gluster.storage.management.gui/icons/tango/16x16/high-memory-usage.svg delete mode 100644 src/com.gluster.storage.management.gui/icons/tango/16x16/low-diskspace.svg delete mode 100644 src/com.gluster.storage.management.gui/icons/tango/16x16/offline-server.png create mode 100644 src/com.gluster.storage.management.gui/icons/tango/16x16/progress-bar.png create mode 100644 src/com.gluster.storage.management.gui/icons/tango/16x16/question.png delete mode 100644 src/com.gluster.storage.management.gui/icons/tango/16x16/replace-brick.png create mode 100644 src/com.gluster.storage.management.gui/icons/tango/16x16/status-offline.png create mode 100644 src/com.gluster.storage.management.gui/icons/tango/16x16/status-online.png create mode 100644 src/com.gluster.storage.management.gui/icons/tango/16x16/task-completed.png create mode 100644 src/com.gluster.storage.management.gui/icons/tango/16x16/task-error.png create mode 100644 src/com.gluster.storage.management.gui/icons/tango/16x16/volumes.png create mode 100644 src/com.gluster.storage.management.gui/icons/tango/32x32/add-brick.png delete mode 100644 src/com.gluster.storage.management.gui/icons/tango/32x32/add-brick.svg create mode 100644 src/com.gluster.storage.management.gui/icons/tango/32x32/clear-task.png create mode 100644 src/com.gluster.storage.management.gui/icons/tango/32x32/commit-task.png create mode 100644 src/com.gluster.storage.management.gui/icons/tango/32x32/create-volume.png delete mode 100644 src/com.gluster.storage.management.gui/icons/tango/32x32/create-volume.svg create mode 100644 src/com.gluster.storage.management.gui/icons/tango/32x32/download-log.png delete mode 100644 src/com.gluster.storage.management.gui/icons/tango/32x32/download-log.svg create mode 100644 src/com.gluster.storage.management.gui/icons/tango/32x32/pause.png delete mode 100644 src/com.gluster.storage.management.gui/icons/tango/32x32/pause.svg create mode 100644 src/com.gluster.storage.management.gui/icons/tango/32x32/remove-brick.png delete mode 100644 src/com.gluster.storage.management.gui/icons/tango/32x32/remove-brick.svg create mode 100644 src/com.gluster.storage.management.gui/icons/tango/32x32/replace-brick.png delete mode 100644 src/com.gluster.storage.management.gui/icons/tango/32x32/replace-brick.svg create mode 100644 src/com.gluster.storage.management.gui/icons/tango/32x32/reset-volume-option.png delete mode 100644 src/com.gluster.storage.management.gui/icons/tango/32x32/reset-volume-option.svg create mode 100644 src/com.gluster.storage.management.gui/icons/tango/32x32/start-volume.png delete mode 100644 src/com.gluster.storage.management.gui/icons/tango/32x32/start-volume.svg create mode 100644 src/com.gluster.storage.management.gui/icons/tango/32x32/start.png delete mode 100644 src/com.gluster.storage.management.gui/icons/tango/32x32/start.svg create mode 100644 src/com.gluster.storage.management.gui/icons/tango/32x32/stop-volume.png delete mode 100644 src/com.gluster.storage.management.gui/icons/tango/32x32/stop-volume.svg create mode 100644 src/com.gluster.storage.management.gui/icons/tango/32x32/stop.png delete mode 100644 src/com.gluster.storage.management.gui/icons/tango/32x32/stop.svg create mode 100644 src/com.gluster.storage.management.gui/icons/tango/32x32/volume-rebalance.png delete mode 100644 src/com.gluster.storage.management.gui/icons/tango/32x32/volume-rebalance.svg create mode 100644 src/com.gluster.storage.management.gui/icons/tango/48x48/add-server.png delete mode 100644 src/com.gluster.storage.management.gui/icons/tango/48x48/add-server.svg create mode 100644 src/com.gluster.storage.management.gui/icons/tango/48x48/create-volume.png delete mode 100644 src/com.gluster.storage.management.gui/icons/tango/48x48/create-volume.svg delete mode 100644 src/com.gluster.storage.management.gui/icons/tango/48x48/remove-server.svg create mode 100644 src/com.gluster.storage.management.gui/icons/tango/8x8/offline.png create mode 100644 src/com.gluster.storage.management.gui/icons/tango/8x8/online.png create mode 100644 src/com.gluster.storage.management.gui/icons/tango/8x8/star.png delete mode 100644 src/com.gluster.storage.management.gui/icons/ui-check-box-mix.png delete mode 100644 src/com.gluster.storage.management.gui/icons/ui-check-box-uncheck.png delete mode 100644 src/com.gluster.storage.management.gui/icons/ui-check-box.png delete mode 100644 src/com.gluster.storage.management.gui/icons/volume-create-big.png delete mode 100644 src/com.gluster.storage.management.gui/icons/volume-create.png delete mode 100644 src/com.gluster.storage.management.gui/icons/volume-delete.png delete mode 100644 src/com.gluster.storage.management.gui/icons/volume-edit.png delete mode 100644 src/com.gluster.storage.management.gui/icons/volume-rebalance.png delete mode 100644 src/com.gluster.storage.management.gui/icons/volume-start.png delete mode 100644 src/com.gluster.storage.management.gui/icons/volume-stop-1.png delete mode 100644 src/com.gluster.storage.management.gui/icons/volume-stop.png delete mode 100644 src/com.gluster.storage.management.gui/icons/volume.png delete mode 100644 src/com.gluster.storage.management.gui/icons/volume1.png delete mode 100644 src/com.gluster.storage.management.gui/icons/volumes.png delete mode 100644 src/com.gluster.storage.management.gui/icons/volumes1.png delete mode 100644 src/com.gluster.storage.management.gui/icons/volumes2.png delete mode 100644 src/com.gluster.storage.management.gui/icons/volumes3.png delete mode 100644 src/com.gluster.storage.management.gui/icons/world.png delete mode 100644 src/com.gluster.storage.management.gui/images/progress_image_empty.png delete mode 100644 src/com.gluster.storage.management.gui/images/progress_image_filled_danger.png delete mode 100644 src/com.gluster.storage.management.gui/images/progress_image_filled_safe.png delete mode 100644 src/com.gluster.storage.management.gui/images/progress_image_left.png delete mode 100644 src/com.gluster.storage.management.gui/images/progress_image_right.png delete mode 100644 src/com.gluster.storage.management.gui/src/com/gluster/storage/management/gui/jobs/InitializeDiskJob.java (limited to 'src') diff --git a/src/com.gluster.storage.management.client/src/com/gluster/storage/management/client/constants/ClientConstants.java b/src/com.gluster.storage.management.client/src/com/gluster/storage/management/client/constants/ClientConstants.java index 2d0b9b45..765735fb 100644 --- a/src/com.gluster.storage.management.client/src/com/gluster/storage/management/client/constants/ClientConstants.java +++ b/src/com.gluster.storage.management.client/src/com/gluster/storage/management/client/constants/ClientConstants.java @@ -25,7 +25,7 @@ package com.gluster.storage.management.client.constants; */ public class ClientConstants { public static final String SYS_PROP_SERVER_URL = "gluster.server.url"; - public static final String DEFAULT_SERVER_URL = "https://10.1.12.43:8443/glustermg/linux.gtk.x86_64"; + public static final String DEFAULT_SERVER_URL = "https://localhost:8443/glustermg/linux.gtk.x86_64"; public static final String CONTEXT_ROOT = "glustermg"; public static final String REST_API_VERSION = "1.0"; diff --git a/src/com.gluster.storage.management.gui/icons/arrow-down.png b/src/com.gluster.storage.management.gui/icons/arrow-down.png deleted file mode 100644 index 7f23e3f4..00000000 Binary files a/src/com.gluster.storage.management.gui/icons/arrow-down.png and /dev/null differ diff --git a/src/com.gluster.storage.management.gui/icons/arrow-up.png b/src/com.gluster.storage.management.gui/icons/arrow-up.png deleted file mode 100644 index b8ad3050..00000000 Binary files a/src/com.gluster.storage.management.gui/icons/arrow-up.png and /dev/null differ diff --git a/src/com.gluster.storage.management.gui/icons/close_task.png b/src/com.gluster.storage.management.gui/icons/close_task.png deleted file mode 100644 index 933272b4..00000000 Binary files a/src/com.gluster.storage.management.gui/icons/close_task.png and /dev/null differ diff --git a/src/com.gluster.storage.management.gui/icons/cluster.png b/src/com.gluster.storage.management.gui/icons/cluster.png deleted file mode 100644 index c9348a21..00000000 Binary files a/src/com.gluster.storage.management.gui/icons/cluster.png and /dev/null differ diff --git a/src/com.gluster.storage.management.gui/icons/disk-migrate.png b/src/com.gluster.storage.management.gui/icons/disk-migrate.png deleted file mode 100644 index 2de348dc..00000000 Binary files a/src/com.gluster.storage.management.gui/icons/disk-migrate.png and /dev/null differ diff --git a/src/com.gluster.storage.management.gui/icons/disk-uninitialized.png b/src/com.gluster.storage.management.gui/icons/disk-uninitialized.png deleted file mode 100644 index b982d118..00000000 Binary files a/src/com.gluster.storage.management.gui/icons/disk-uninitialized.png and /dev/null differ diff --git a/src/com.gluster.storage.management.gui/icons/disk.png b/src/com.gluster.storage.management.gui/icons/disk.png deleted file mode 100644 index 99d532e8..00000000 Binary files a/src/com.gluster.storage.management.gui/icons/disk.png and /dev/null differ diff --git a/src/com.gluster.storage.management.gui/icons/disks.png b/src/com.gluster.storage.management.gui/icons/disks.png deleted file mode 100644 index fc5a52f5..00000000 Binary files a/src/com.gluster.storage.management.gui/icons/disks.png and /dev/null differ diff --git a/src/com.gluster.storage.management.gui/icons/folder.png b/src/com.gluster.storage.management.gui/icons/folder.png deleted file mode 100644 index 784e8fa4..00000000 Binary files a/src/com.gluster.storage.management.gui/icons/folder.png and /dev/null differ diff --git a/src/com.gluster.storage.management.gui/icons/gluster_icon.png b/src/com.gluster.storage.management.gui/icons/gluster_icon.png deleted file mode 100644 index f92e472d..00000000 Binary files a/src/com.gluster.storage.management.gui/icons/gluster_icon.png and /dev/null differ diff --git a/src/com.gluster.storage.management.gui/icons/plus-white.png b/src/com.gluster.storage.management.gui/icons/plus-white.png deleted file mode 100644 index c765946e..00000000 Binary files a/src/com.gluster.storage.management.gui/icons/plus-white.png and /dev/null differ diff --git a/src/com.gluster.storage.management.gui/icons/progress-bar.png b/src/com.gluster.storage.management.gui/icons/progress-bar.png deleted file mode 100644 index c7db00ae..00000000 Binary files a/src/com.gluster.storage.management.gui/icons/progress-bar.png and /dev/null differ diff --git a/src/com.gluster.storage.management.gui/icons/question.png b/src/com.gluster.storage.management.gui/icons/question.png deleted file mode 100644 index 30a47032..00000000 Binary files a/src/com.gluster.storage.management.gui/icons/question.png and /dev/null differ diff --git a/src/com.gluster.storage.management.gui/icons/search.png b/src/com.gluster.storage.management.gui/icons/search.png deleted file mode 100644 index b4b23129..00000000 Binary files a/src/com.gluster.storage.management.gui/icons/search.png and /dev/null differ diff --git a/src/com.gluster.storage.management.gui/icons/server-add-big.png b/src/com.gluster.storage.management.gui/icons/server-add-big.png deleted file mode 100644 index d96b8175..00000000 Binary files a/src/com.gluster.storage.management.gui/icons/server-add-big.png and /dev/null differ diff --git a/src/com.gluster.storage.management.gui/icons/server-add.png b/src/com.gluster.storage.management.gui/icons/server-add.png deleted file mode 100644 index db604ee3..00000000 Binary files a/src/com.gluster.storage.management.gui/icons/server-add.png and /dev/null differ diff --git a/src/com.gluster.storage.management.gui/icons/server-remove.png b/src/com.gluster.storage.management.gui/icons/server-remove.png deleted file mode 100644 index 5e9b2683..00000000 Binary files a/src/com.gluster.storage.management.gui/icons/server-remove.png and /dev/null differ diff --git a/src/com.gluster.storage.management.gui/icons/server-warning.png b/src/com.gluster.storage.management.gui/icons/server-warning.png deleted file mode 100644 index c2888d19..00000000 Binary files a/src/com.gluster.storage.management.gui/icons/server-warning.png and /dev/null differ diff --git a/src/com.gluster.storage.management.gui/icons/server.png b/src/com.gluster.storage.management.gui/icons/server.png deleted file mode 100644 index 9bc37dce..00000000 Binary files a/src/com.gluster.storage.management.gui/icons/server.png and /dev/null differ diff --git a/src/com.gluster.storage.management.gui/icons/servers.png b/src/com.gluster.storage.management.gui/icons/servers.png deleted file mode 100644 index b18a74d9..00000000 Binary files a/src/com.gluster.storage.management.gui/icons/servers.png and /dev/null differ diff --git a/src/com.gluster.storage.management.gui/icons/star-small.png b/src/com.gluster.storage.management.gui/icons/star-small.png deleted file mode 100644 index fef14263..00000000 Binary files a/src/com.gluster.storage.management.gui/icons/star-small.png and /dev/null differ diff --git a/src/com.gluster.storage.management.gui/icons/star.png b/src/com.gluster.storage.management.gui/icons/star.png deleted file mode 100644 index 5f8fc748..00000000 Binary files a/src/com.gluster.storage.management.gui/icons/star.png and /dev/null differ diff --git a/src/com.gluster.storage.management.gui/icons/start_task.gif b/src/com.gluster.storage.management.gui/icons/start_task.gif deleted file mode 100644 index 2dfaef50..00000000 Binary files a/src/com.gluster.storage.management.gui/icons/start_task.gif and /dev/null differ diff --git a/src/com.gluster.storage.management.gui/icons/status-offline-circle.png b/src/com.gluster.storage.management.gui/icons/status-offline-circle.png deleted file mode 100644 index 20d6f5ea..00000000 Binary files a/src/com.gluster.storage.management.gui/icons/status-offline-circle.png and /dev/null differ diff --git a/src/com.gluster.storage.management.gui/icons/status-offline-small.png b/src/com.gluster.storage.management.gui/icons/status-offline-small.png deleted file mode 100644 index 39d47690..00000000 Binary files a/src/com.gluster.storage.management.gui/icons/status-offline-small.png and /dev/null differ diff --git a/src/com.gluster.storage.management.gui/icons/status-offline.png b/src/com.gluster.storage.management.gui/icons/status-offline.png deleted file mode 100644 index 6b9fa6dd..00000000 Binary files a/src/com.gluster.storage.management.gui/icons/status-offline.png and /dev/null differ diff --git a/src/com.gluster.storage.management.gui/icons/status-online-circle.png b/src/com.gluster.storage.management.gui/icons/status-online-circle.png deleted file mode 100644 index 210b1a6c..00000000 Binary files a/src/com.gluster.storage.management.gui/icons/status-online-circle.png and /dev/null differ diff --git a/src/com.gluster.storage.management.gui/icons/status-online-small.png b/src/com.gluster.storage.management.gui/icons/status-online-small.png deleted file mode 100644 index 8e87f2e5..00000000 Binary files a/src/com.gluster.storage.management.gui/icons/status-online-small.png and /dev/null differ diff --git a/src/com.gluster.storage.management.gui/icons/status-online.png b/src/com.gluster.storage.management.gui/icons/status-online.png deleted file mode 100644 index 2414885b..00000000 Binary files a/src/com.gluster.storage.management.gui/icons/status-online.png and /dev/null differ diff --git a/src/com.gluster.storage.management.gui/icons/stop.png b/src/com.gluster.storage.management.gui/icons/stop.png deleted file mode 100644 index 0cfd5859..00000000 Binary files a/src/com.gluster.storage.management.gui/icons/stop.png and /dev/null differ diff --git a/src/com.gluster.storage.management.gui/icons/stop_task.png b/src/com.gluster.storage.management.gui/icons/stop_task.png deleted file mode 100644 index 7c6af7f0..00000000 Binary files a/src/com.gluster.storage.management.gui/icons/stop_task.png and /dev/null differ diff --git a/src/com.gluster.storage.management.gui/icons/tango/16x16/arrow-down.png b/src/com.gluster.storage.management.gui/icons/tango/16x16/arrow-down.png new file mode 100644 index 00000000..7f23e3f4 Binary files /dev/null and b/src/com.gluster.storage.management.gui/icons/tango/16x16/arrow-down.png differ diff --git a/src/com.gluster.storage.management.gui/icons/tango/16x16/arrow-up.png b/src/com.gluster.storage.management.gui/icons/tango/16x16/arrow-up.png new file mode 100644 index 00000000..b8ad3050 Binary files /dev/null and b/src/com.gluster.storage.management.gui/icons/tango/16x16/arrow-up.png differ diff --git a/src/com.gluster.storage.management.gui/icons/tango/16x16/close_task.png b/src/com.gluster.storage.management.gui/icons/tango/16x16/close_task.png new file mode 100644 index 00000000..933272b4 Binary files /dev/null and b/src/com.gluster.storage.management.gui/icons/tango/16x16/close_task.png differ diff --git a/src/com.gluster.storage.management.gui/icons/tango/16x16/cluster.png b/src/com.gluster.storage.management.gui/icons/tango/16x16/cluster.png new file mode 100644 index 00000000..c9348a21 Binary files /dev/null and b/src/com.gluster.storage.management.gui/icons/tango/16x16/cluster.png differ diff --git a/src/com.gluster.storage.management.gui/icons/tango/16x16/disk.png b/src/com.gluster.storage.management.gui/icons/tango/16x16/disk.png index 5c3b8587..b74fb20e 100644 Binary files a/src/com.gluster.storage.management.gui/icons/tango/16x16/disk.png and b/src/com.gluster.storage.management.gui/icons/tango/16x16/disk.png differ diff --git a/src/com.gluster.storage.management.gui/icons/tango/16x16/disk.svg b/src/com.gluster.storage.management.gui/icons/tango/16x16/disk.svg deleted file mode 100644 index 730e9b27..00000000 --- a/src/com.gluster.storage.management.gui/icons/tango/16x16/disk.svg +++ /dev/null @@ -1,850 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/src/com.gluster.storage.management.gui/icons/tango/16x16/gluster_icon.png b/src/com.gluster.storage.management.gui/icons/tango/16x16/gluster_icon.png new file mode 100644 index 00000000..f92e472d Binary files /dev/null and b/src/com.gluster.storage.management.gui/icons/tango/16x16/gluster_icon.png differ diff --git a/src/com.gluster.storage.management.gui/icons/tango/16x16/high-memory-usage.svg b/src/com.gluster.storage.management.gui/icons/tango/16x16/high-memory-usage.svg deleted file mode 100644 index 47a30ed2..00000000 --- a/src/com.gluster.storage.management.gui/icons/tango/16x16/high-memory-usage.svg +++ /dev/null @@ -1,107 +0,0 @@ - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - diff --git a/src/com.gluster.storage.management.gui/icons/tango/16x16/low-diskspace.svg b/src/com.gluster.storage.management.gui/icons/tango/16x16/low-diskspace.svg deleted file mode 100644 index f8ad5823..00000000 --- a/src/com.gluster.storage.management.gui/icons/tango/16x16/low-diskspace.svg +++ /dev/null @@ -1,896 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/src/com.gluster.storage.management.gui/icons/tango/16x16/offline-server.png b/src/com.gluster.storage.management.gui/icons/tango/16x16/offline-server.png deleted file mode 100644 index adc25b98..00000000 Binary files a/src/com.gluster.storage.management.gui/icons/tango/16x16/offline-server.png and /dev/null differ diff --git a/src/com.gluster.storage.management.gui/icons/tango/16x16/progress-bar.png b/src/com.gluster.storage.management.gui/icons/tango/16x16/progress-bar.png new file mode 100644 index 00000000..c7db00ae Binary files /dev/null and b/src/com.gluster.storage.management.gui/icons/tango/16x16/progress-bar.png differ diff --git a/src/com.gluster.storage.management.gui/icons/tango/16x16/question.png b/src/com.gluster.storage.management.gui/icons/tango/16x16/question.png new file mode 100644 index 00000000..30a47032 Binary files /dev/null and b/src/com.gluster.storage.management.gui/icons/tango/16x16/question.png differ diff --git a/src/com.gluster.storage.management.gui/icons/tango/16x16/replace-brick.png b/src/com.gluster.storage.management.gui/icons/tango/16x16/replace-brick.png deleted file mode 100644 index 828ede1b..00000000 Binary files a/src/com.gluster.storage.management.gui/icons/tango/16x16/replace-brick.png and /dev/null differ diff --git a/src/com.gluster.storage.management.gui/icons/tango/16x16/status-offline.png b/src/com.gluster.storage.management.gui/icons/tango/16x16/status-offline.png new file mode 100644 index 00000000..dbd0204e Binary files /dev/null and b/src/com.gluster.storage.management.gui/icons/tango/16x16/status-offline.png differ diff --git a/src/com.gluster.storage.management.gui/icons/tango/16x16/status-online.png b/src/com.gluster.storage.management.gui/icons/tango/16x16/status-online.png new file mode 100644 index 00000000..a31ba599 Binary files /dev/null and b/src/com.gluster.storage.management.gui/icons/tango/16x16/status-online.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 new file mode 100644 index 00000000..b71b825e Binary files /dev/null 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 new file mode 100644 index 00000000..0488fd0d Binary files /dev/null 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/16x16/volumes.png b/src/com.gluster.storage.management.gui/icons/tango/16x16/volumes.png new file mode 100644 index 00000000..18c2ad8b Binary files /dev/null and b/src/com.gluster.storage.management.gui/icons/tango/16x16/volumes.png differ diff --git a/src/com.gluster.storage.management.gui/icons/tango/22x22/offline-brick.png b/src/com.gluster.storage.management.gui/icons/tango/22x22/offline-brick.png index e0528241..57694d4b 100644 Binary files a/src/com.gluster.storage.management.gui/icons/tango/22x22/offline-brick.png and b/src/com.gluster.storage.management.gui/icons/tango/22x22/offline-brick.png differ diff --git a/src/com.gluster.storage.management.gui/icons/tango/32x32/add-brick.png b/src/com.gluster.storage.management.gui/icons/tango/32x32/add-brick.png new file mode 100644 index 00000000..d3ce7e1b Binary files /dev/null and b/src/com.gluster.storage.management.gui/icons/tango/32x32/add-brick.png differ diff --git a/src/com.gluster.storage.management.gui/icons/tango/32x32/add-brick.svg b/src/com.gluster.storage.management.gui/icons/tango/32x32/add-brick.svg deleted file mode 100644 index 64937917..00000000 --- a/src/com.gluster.storage.management.gui/icons/tango/32x32/add-brick.svg +++ /dev/null @@ -1,2060 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/src/com.gluster.storage.management.gui/icons/tango/32x32/clear-task.png b/src/com.gluster.storage.management.gui/icons/tango/32x32/clear-task.png new file mode 100644 index 00000000..db17be6b Binary files /dev/null and b/src/com.gluster.storage.management.gui/icons/tango/32x32/clear-task.png differ diff --git a/src/com.gluster.storage.management.gui/icons/tango/32x32/commit-task.png b/src/com.gluster.storage.management.gui/icons/tango/32x32/commit-task.png new file mode 100644 index 00000000..ff0c9452 Binary files /dev/null and b/src/com.gluster.storage.management.gui/icons/tango/32x32/commit-task.png differ diff --git a/src/com.gluster.storage.management.gui/icons/tango/32x32/create-volume.png b/src/com.gluster.storage.management.gui/icons/tango/32x32/create-volume.png new file mode 100644 index 00000000..43f0ddb4 Binary files /dev/null and b/src/com.gluster.storage.management.gui/icons/tango/32x32/create-volume.png differ diff --git a/src/com.gluster.storage.management.gui/icons/tango/32x32/create-volume.svg b/src/com.gluster.storage.management.gui/icons/tango/32x32/create-volume.svg deleted file mode 100644 index 885a8e75..00000000 --- a/src/com.gluster.storage.management.gui/icons/tango/32x32/create-volume.svg +++ /dev/null @@ -1,2591 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/src/com.gluster.storage.management.gui/icons/tango/32x32/download-log.png b/src/com.gluster.storage.management.gui/icons/tango/32x32/download-log.png new file mode 100644 index 00000000..62bf9d7e Binary files /dev/null and b/src/com.gluster.storage.management.gui/icons/tango/32x32/download-log.png differ diff --git a/src/com.gluster.storage.management.gui/icons/tango/32x32/download-log.svg b/src/com.gluster.storage.management.gui/icons/tango/32x32/download-log.svg deleted file mode 100644 index f61bfcff..00000000 --- a/src/com.gluster.storage.management.gui/icons/tango/32x32/download-log.svg +++ /dev/null @@ -1,1248 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/src/com.gluster.storage.management.gui/icons/tango/32x32/pause.png b/src/com.gluster.storage.management.gui/icons/tango/32x32/pause.png new file mode 100644 index 00000000..597bc014 Binary files /dev/null and b/src/com.gluster.storage.management.gui/icons/tango/32x32/pause.png differ diff --git a/src/com.gluster.storage.management.gui/icons/tango/32x32/pause.svg b/src/com.gluster.storage.management.gui/icons/tango/32x32/pause.svg deleted file mode 100644 index a02fe810..00000000 --- a/src/com.gluster.storage.management.gui/icons/tango/32x32/pause.svg +++ /dev/null @@ -1,651 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/src/com.gluster.storage.management.gui/icons/tango/32x32/remove-brick.png b/src/com.gluster.storage.management.gui/icons/tango/32x32/remove-brick.png new file mode 100644 index 00000000..603f09ee Binary files /dev/null and b/src/com.gluster.storage.management.gui/icons/tango/32x32/remove-brick.png differ diff --git a/src/com.gluster.storage.management.gui/icons/tango/32x32/remove-brick.svg b/src/com.gluster.storage.management.gui/icons/tango/32x32/remove-brick.svg deleted file mode 100644 index 56d7675f..00000000 --- a/src/com.gluster.storage.management.gui/icons/tango/32x32/remove-brick.svg +++ /dev/null @@ -1,2665 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/src/com.gluster.storage.management.gui/icons/tango/32x32/remove-server.png b/src/com.gluster.storage.management.gui/icons/tango/32x32/remove-server.png index 4026b48f..fba00869 100644 Binary files a/src/com.gluster.storage.management.gui/icons/tango/32x32/remove-server.png and b/src/com.gluster.storage.management.gui/icons/tango/32x32/remove-server.png differ diff --git a/src/com.gluster.storage.management.gui/icons/tango/32x32/replace-brick.png b/src/com.gluster.storage.management.gui/icons/tango/32x32/replace-brick.png new file mode 100644 index 00000000..7250242a Binary files /dev/null and b/src/com.gluster.storage.management.gui/icons/tango/32x32/replace-brick.png differ diff --git a/src/com.gluster.storage.management.gui/icons/tango/32x32/replace-brick.svg b/src/com.gluster.storage.management.gui/icons/tango/32x32/replace-brick.svg deleted file mode 100644 index 769a7aaf..00000000 --- a/src/com.gluster.storage.management.gui/icons/tango/32x32/replace-brick.svg +++ /dev/null @@ -1,3913 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/src/com.gluster.storage.management.gui/icons/tango/32x32/reset-volume-option.png b/src/com.gluster.storage.management.gui/icons/tango/32x32/reset-volume-option.png new file mode 100644 index 00000000..a857791c Binary files /dev/null and b/src/com.gluster.storage.management.gui/icons/tango/32x32/reset-volume-option.png differ diff --git a/src/com.gluster.storage.management.gui/icons/tango/32x32/reset-volume-option.svg b/src/com.gluster.storage.management.gui/icons/tango/32x32/reset-volume-option.svg deleted file mode 100644 index af969359..00000000 --- a/src/com.gluster.storage.management.gui/icons/tango/32x32/reset-volume-option.svg +++ /dev/null @@ -1,2590 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - diff --git a/src/com.gluster.storage.management.gui/icons/tango/32x32/start-volume.png b/src/com.gluster.storage.management.gui/icons/tango/32x32/start-volume.png new file mode 100644 index 00000000..30e3b295 Binary files /dev/null and b/src/com.gluster.storage.management.gui/icons/tango/32x32/start-volume.png differ diff --git a/src/com.gluster.storage.management.gui/icons/tango/32x32/start-volume.svg b/src/com.gluster.storage.management.gui/icons/tango/32x32/start-volume.svg deleted file mode 100644 index cd69814f..00000000 --- a/src/com.gluster.storage.management.gui/icons/tango/32x32/start-volume.svg +++ /dev/null @@ -1,1884 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/src/com.gluster.storage.management.gui/icons/tango/32x32/start.png b/src/com.gluster.storage.management.gui/icons/tango/32x32/start.png new file mode 100644 index 00000000..578736ec Binary files /dev/null and b/src/com.gluster.storage.management.gui/icons/tango/32x32/start.png differ diff --git a/src/com.gluster.storage.management.gui/icons/tango/32x32/start.svg b/src/com.gluster.storage.management.gui/icons/tango/32x32/start.svg deleted file mode 100644 index 163372fb..00000000 --- a/src/com.gluster.storage.management.gui/icons/tango/32x32/start.svg +++ /dev/null @@ -1,394 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - diff --git a/src/com.gluster.storage.management.gui/icons/tango/32x32/stop-volume.png b/src/com.gluster.storage.management.gui/icons/tango/32x32/stop-volume.png new file mode 100644 index 00000000..5b2f6460 Binary files /dev/null and b/src/com.gluster.storage.management.gui/icons/tango/32x32/stop-volume.png differ diff --git a/src/com.gluster.storage.management.gui/icons/tango/32x32/stop-volume.svg b/src/com.gluster.storage.management.gui/icons/tango/32x32/stop-volume.svg deleted file mode 100644 index ffc51038..00000000 --- a/src/com.gluster.storage.management.gui/icons/tango/32x32/stop-volume.svg +++ /dev/null @@ -1,2239 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/src/com.gluster.storage.management.gui/icons/tango/32x32/stop.png b/src/com.gluster.storage.management.gui/icons/tango/32x32/stop.png new file mode 100644 index 00000000..615e465b Binary files /dev/null and b/src/com.gluster.storage.management.gui/icons/tango/32x32/stop.png differ diff --git a/src/com.gluster.storage.management.gui/icons/tango/32x32/stop.svg b/src/com.gluster.storage.management.gui/icons/tango/32x32/stop.svg deleted file mode 100644 index db7c34d1..00000000 --- a/src/com.gluster.storage.management.gui/icons/tango/32x32/stop.svg +++ /dev/null @@ -1,347 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - diff --git a/src/com.gluster.storage.management.gui/icons/tango/32x32/volume-rebalance.png b/src/com.gluster.storage.management.gui/icons/tango/32x32/volume-rebalance.png new file mode 100644 index 00000000..872dbc44 Binary files /dev/null and b/src/com.gluster.storage.management.gui/icons/tango/32x32/volume-rebalance.png differ diff --git a/src/com.gluster.storage.management.gui/icons/tango/32x32/volume-rebalance.svg b/src/com.gluster.storage.management.gui/icons/tango/32x32/volume-rebalance.svg deleted file mode 100644 index 167e7526..00000000 --- a/src/com.gluster.storage.management.gui/icons/tango/32x32/volume-rebalance.svg +++ /dev/null @@ -1,2322 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/src/com.gluster.storage.management.gui/icons/tango/48x48/add-server.png b/src/com.gluster.storage.management.gui/icons/tango/48x48/add-server.png new file mode 100644 index 00000000..3e615b62 Binary files /dev/null and b/src/com.gluster.storage.management.gui/icons/tango/48x48/add-server.png differ diff --git a/src/com.gluster.storage.management.gui/icons/tango/48x48/add-server.svg b/src/com.gluster.storage.management.gui/icons/tango/48x48/add-server.svg deleted file mode 100644 index 233ee823..00000000 --- a/src/com.gluster.storage.management.gui/icons/tango/48x48/add-server.svg +++ /dev/null @@ -1,126 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - 2005-03-08 - - - Jakub Steiner - - - - - workstation - computer - node - client - - - - http://jimmac.musichall.cz/ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/src/com.gluster.storage.management.gui/icons/tango/48x48/create-volume.png b/src/com.gluster.storage.management.gui/icons/tango/48x48/create-volume.png new file mode 100644 index 00000000..da964059 Binary files /dev/null and b/src/com.gluster.storage.management.gui/icons/tango/48x48/create-volume.png differ diff --git a/src/com.gluster.storage.management.gui/icons/tango/48x48/create-volume.svg b/src/com.gluster.storage.management.gui/icons/tango/48x48/create-volume.svg deleted file mode 100644 index afc1e414..00000000 --- a/src/com.gluster.storage.management.gui/icons/tango/48x48/create-volume.svg +++ /dev/null @@ -1,2318 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/src/com.gluster.storage.management.gui/icons/tango/48x48/remove-server.svg b/src/com.gluster.storage.management.gui/icons/tango/48x48/remove-server.svg deleted file mode 100644 index 4280df60..00000000 --- a/src/com.gluster.storage.management.gui/icons/tango/48x48/remove-server.svg +++ /dev/null @@ -1,141 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - 2005-03-08 - - - Jakub Steiner - - - - - workstation - computer - node - client - - - - http://jimmac.musichall.cz/ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/src/com.gluster.storage.management.gui/icons/tango/8x8/offline.png b/src/com.gluster.storage.management.gui/icons/tango/8x8/offline.png new file mode 100644 index 00000000..6b33d298 Binary files /dev/null and b/src/com.gluster.storage.management.gui/icons/tango/8x8/offline.png differ diff --git a/src/com.gluster.storage.management.gui/icons/tango/8x8/online.png b/src/com.gluster.storage.management.gui/icons/tango/8x8/online.png new file mode 100644 index 00000000..435999b5 Binary files /dev/null and b/src/com.gluster.storage.management.gui/icons/tango/8x8/online.png differ diff --git a/src/com.gluster.storage.management.gui/icons/tango/8x8/star.png b/src/com.gluster.storage.management.gui/icons/tango/8x8/star.png new file mode 100644 index 00000000..5f8fc748 Binary files /dev/null and b/src/com.gluster.storage.management.gui/icons/tango/8x8/star.png differ diff --git a/src/com.gluster.storage.management.gui/icons/ui-check-box-mix.png b/src/com.gluster.storage.management.gui/icons/ui-check-box-mix.png deleted file mode 100644 index 3c961711..00000000 Binary files a/src/com.gluster.storage.management.gui/icons/ui-check-box-mix.png and /dev/null differ diff --git a/src/com.gluster.storage.management.gui/icons/ui-check-box-uncheck.png b/src/com.gluster.storage.management.gui/icons/ui-check-box-uncheck.png deleted file mode 100644 index ba447358..00000000 Binary files a/src/com.gluster.storage.management.gui/icons/ui-check-box-uncheck.png and /dev/null differ diff --git a/src/com.gluster.storage.management.gui/icons/ui-check-box.png b/src/com.gluster.storage.management.gui/icons/ui-check-box.png deleted file mode 100644 index 07f3522a..00000000 Binary files a/src/com.gluster.storage.management.gui/icons/ui-check-box.png and /dev/null differ diff --git a/src/com.gluster.storage.management.gui/icons/volume-create-big.png b/src/com.gluster.storage.management.gui/icons/volume-create-big.png deleted file mode 100644 index 231bae5b..00000000 Binary files a/src/com.gluster.storage.management.gui/icons/volume-create-big.png and /dev/null differ diff --git a/src/com.gluster.storage.management.gui/icons/volume-create.png b/src/com.gluster.storage.management.gui/icons/volume-create.png deleted file mode 100644 index 9c8a9da4..00000000 Binary files a/src/com.gluster.storage.management.gui/icons/volume-create.png and /dev/null differ diff --git a/src/com.gluster.storage.management.gui/icons/volume-delete.png b/src/com.gluster.storage.management.gui/icons/volume-delete.png deleted file mode 100644 index 86f7fbc2..00000000 Binary files a/src/com.gluster.storage.management.gui/icons/volume-delete.png and /dev/null differ diff --git a/src/com.gluster.storage.management.gui/icons/volume-edit.png b/src/com.gluster.storage.management.gui/icons/volume-edit.png deleted file mode 100644 index 291bfc76..00000000 Binary files a/src/com.gluster.storage.management.gui/icons/volume-edit.png and /dev/null differ diff --git a/src/com.gluster.storage.management.gui/icons/volume-rebalance.png b/src/com.gluster.storage.management.gui/icons/volume-rebalance.png deleted file mode 100644 index e213cd5b..00000000 Binary files a/src/com.gluster.storage.management.gui/icons/volume-rebalance.png and /dev/null differ diff --git a/src/com.gluster.storage.management.gui/icons/volume-start.png b/src/com.gluster.storage.management.gui/icons/volume-start.png deleted file mode 100644 index aace63ad..00000000 Binary files a/src/com.gluster.storage.management.gui/icons/volume-start.png and /dev/null differ diff --git a/src/com.gluster.storage.management.gui/icons/volume-stop-1.png b/src/com.gluster.storage.management.gui/icons/volume-stop-1.png deleted file mode 100644 index 0cfd5859..00000000 Binary files a/src/com.gluster.storage.management.gui/icons/volume-stop-1.png and /dev/null differ diff --git a/src/com.gluster.storage.management.gui/icons/volume-stop.png b/src/com.gluster.storage.management.gui/icons/volume-stop.png deleted file mode 100644 index 7af3a518..00000000 Binary files a/src/com.gluster.storage.management.gui/icons/volume-stop.png and /dev/null differ diff --git a/src/com.gluster.storage.management.gui/icons/volume.png b/src/com.gluster.storage.management.gui/icons/volume.png deleted file mode 100644 index 46b7564a..00000000 Binary files a/src/com.gluster.storage.management.gui/icons/volume.png and /dev/null differ diff --git a/src/com.gluster.storage.management.gui/icons/volume1.png b/src/com.gluster.storage.management.gui/icons/volume1.png deleted file mode 100644 index 5e23dbc8..00000000 Binary files a/src/com.gluster.storage.management.gui/icons/volume1.png and /dev/null differ diff --git a/src/com.gluster.storage.management.gui/icons/volumes.png b/src/com.gluster.storage.management.gui/icons/volumes.png deleted file mode 100644 index 80dfa195..00000000 Binary files a/src/com.gluster.storage.management.gui/icons/volumes.png and /dev/null differ diff --git a/src/com.gluster.storage.management.gui/icons/volumes1.png b/src/com.gluster.storage.management.gui/icons/volumes1.png deleted file mode 100644 index 448e46fd..00000000 Binary files a/src/com.gluster.storage.management.gui/icons/volumes1.png and /dev/null differ diff --git a/src/com.gluster.storage.management.gui/icons/volumes2.png b/src/com.gluster.storage.management.gui/icons/volumes2.png deleted file mode 100644 index 0905f933..00000000 Binary files a/src/com.gluster.storage.management.gui/icons/volumes2.png and /dev/null differ diff --git a/src/com.gluster.storage.management.gui/icons/volumes3.png b/src/com.gluster.storage.management.gui/icons/volumes3.png deleted file mode 100644 index 7e90d397..00000000 Binary files a/src/com.gluster.storage.management.gui/icons/volumes3.png and /dev/null differ diff --git a/src/com.gluster.storage.management.gui/icons/world.png b/src/com.gluster.storage.management.gui/icons/world.png deleted file mode 100644 index 68f21d30..00000000 Binary files a/src/com.gluster.storage.management.gui/icons/world.png and /dev/null differ diff --git a/src/com.gluster.storage.management.gui/images/progress_image_empty.png b/src/com.gluster.storage.management.gui/images/progress_image_empty.png deleted file mode 100644 index 590097ad..00000000 Binary files a/src/com.gluster.storage.management.gui/images/progress_image_empty.png and /dev/null differ diff --git a/src/com.gluster.storage.management.gui/images/progress_image_filled_danger.png b/src/com.gluster.storage.management.gui/images/progress_image_filled_danger.png deleted file mode 100644 index 97704230..00000000 Binary files a/src/com.gluster.storage.management.gui/images/progress_image_filled_danger.png and /dev/null differ diff --git a/src/com.gluster.storage.management.gui/images/progress_image_filled_safe.png b/src/com.gluster.storage.management.gui/images/progress_image_filled_safe.png deleted file mode 100644 index ae4e3c69..00000000 Binary files a/src/com.gluster.storage.management.gui/images/progress_image_filled_safe.png and /dev/null differ diff --git a/src/com.gluster.storage.management.gui/images/progress_image_left.png b/src/com.gluster.storage.management.gui/images/progress_image_left.png deleted file mode 100644 index 97704230..00000000 Binary files a/src/com.gluster.storage.management.gui/images/progress_image_left.png and /dev/null differ diff --git a/src/com.gluster.storage.management.gui/images/progress_image_right.png b/src/com.gluster.storage.management.gui/images/progress_image_right.png deleted file mode 100644 index 97704230..00000000 Binary files a/src/com.gluster.storage.management.gui/images/progress_image_right.png and /dev/null differ diff --git a/src/com.gluster.storage.management.gui/plugin.xml b/src/com.gluster.storage.management.gui/plugin.xml index f1ac0e73..250fa2e2 100644 --- a/src/com.gluster.storage.management.gui/plugin.xml +++ b/src/com.gluster.storage.management.gui/plugin.xml @@ -24,7 +24,6 @@ @@ -33,7 +32,7 @@ allowMultiple="false" category="com.gluster.storage.management.gui.category" class="com.gluster.storage.management.gui.views.DiscoveredServersView" - icon="icons/servers.png" + icon="icons/tango/16x16/servers.png" id="com.gluster.storage.management.gui.views.DiscoveredServersView" name="Discovered Servers" restorable="true"> @@ -41,7 +40,7 @@ @@ -54,7 +53,7 @@ allowMultiple="false" category="com.gluster.storage.management.gui.category" class="com.gluster.storage.management.gui.views.VolumesView" - icon="icons/tango/16x16/volume.png" + icon="icons/tango/16x16/volumes.png" id="com.gluster.storage.management.gui.views.VolumesView" name="Volumes" restorable="true"> @@ -63,7 +62,7 @@ allowMultiple="false" category="com.gluster.storage.management.gui.category" class="com.gluster.storage.management.gui.views.VolumesSummaryView" - icon="icons/gluster_icon.png" + icon="icons/tango/16x16/gluster_icon.png" id="com.gluster.storage.management.gui.views.VolumesSummaryView" name="Summary (Volumes)" restorable="true"> @@ -72,7 +71,7 @@ allowMultiple="false" category="com.gluster.storage.management.gui.category" class="com.gluster.storage.management.gui.views.ClusterSummaryView" - icon="icons/gluster_icon.png" + icon="icons/tango/16x16/gluster_icon.png" id="com.gluster.storage.management.gui.views.ClusterSummaryView" name="Summary (Cluster)" restorable="true"> @@ -81,7 +80,7 @@ allowMultiple="false" category="com.gluster.storage.management.gui.category" class="com.gluster.storage.management.gui.views.VolumeSummaryView" - icon="icons/gluster_icon.png" + icon="icons/tango/16x16/gluster_icon.png" id="com.gluster.storage.management.gui.views.VolumeSummaryView" name="Summary (Volume)" restorable="true"> @@ -117,7 +116,7 @@ allowMultiple="false" category="com.gluster.storage.management.gui.category" class="com.gluster.storage.management.gui.views.GlusterServersSummaryView" - icon="icons/gluster_icon.png" + icon="icons/tango/16x16/gluster_icon.png" id="com.gluster.storage.management.gui.views.GlusterServersSummaryView" name="Summary (Servers)" restorable="true"> @@ -135,7 +134,7 @@ allowMultiple="false" category="com.gluster.storage.management.gui.category" class="com.gluster.storage.management.gui.views.DisksView" - icon="icons/tango/16x16/disk.svg" + icon="icons/tango/16x16/disk.png" id="com.gluster.storage.management.gui.views.DisksView" name="Disks" restorable="true"> @@ -144,7 +143,7 @@ allowMultiple="false" category="com.gluster.storage.management.gui.category" class="com.gluster.storage.management.gui.views.GlusterServerSummaryView" - icon="icons/gluster_icon.png" + icon="icons/tango/16x16/gluster_icon.png" id="com.gluster.storage.management.gui.views.GlusterServerSummaryView" name="Summary (Server)" restorable="true"> @@ -153,7 +152,7 @@ allowMultiple="false" category="com.gluster.storage.management.gui.category" class="com.gluster.storage.management.gui.views.GlusterServerDisksView" - icon="icons/tango/16x16/disk.svg" + icon="icons/tango/16x16/disk.png" id="com.gluster.storage.management.gui.views.GlusterServerDisksView" name="Server Disks" restorable="true"> @@ -171,7 +170,7 @@ allowMultiple="false" category="com.gluster.storage.management.gui.category" class="com.gluster.storage.management.gui.views.TasksView" - icon="icons/progress-bar.png" + icon="icons/tango/16x16/progress-bar.png" id="com.gluster.storage.management.gui.views.TasksView" name="Tasks" restorable="true"> @@ -379,7 +378,7 @@ + value="icons/tango/16x16/gluster_icon.png"> @@ -1424,7 +1422,6 @@ class="com.gluster.storage.management.gui.actions.MigrateBrickAction" definitionId="com.gluster.storage.management.gui.commands.MigrateDisk" enablesFor="1" - icon="icons/disk-migrate.png" id="com.gluster.storage.management.gui.actions.MigrateDiskAction" label="&Migrate Disk" menubarPath="additions" @@ -1440,7 +1437,6 @@ class="com.gluster.storage.management.gui.actions.DeleteVolumeAction" definitionId="com.gluster.storage.management.gui.commands.DeleteVolume" enablesFor="1" - icon="icons/volume-delete.png" id="com.gluster.storage.management.gui.actions.DeleteVolumeAction" label="&Delete Volume" menubarPath="additions" @@ -1456,7 +1452,6 @@ class="com.gluster.storage.management.gui.actions.RebalanceVolumeAction" definitionId="com.gluster.storage.management.gui.commands.RebalanceVolume" enablesFor="1" - icon="icons/volume-rebalance.png" id="com.gluster.storage.management.gui.actions.RebalanceVolumeAction" label="&Rebalance Volume" menubarPath="additions" @@ -1472,7 +1467,6 @@ class="com.gluster.storage.management.gui.actions.StopVolumeAction" definitionId="com.gluster.storage.management.gui.commands.StopVolume" enablesFor="+" - icon="icons/volume-stop.png" id="com.gluster.storage.management.gui.actions.StopVolumeAction" label="S&top Volume" menubarPath="additions" @@ -1488,7 +1482,6 @@ class="com.gluster.storage.management.gui.actions.StartVolumeAction" definitionId="com.gluster.storage.management.gui.commands.StartVolume" enablesFor="+" - icon="icons/volume-start.png" id="com.gluster.storage.management.gui.actions.StartVolumeAction" label="&Start Volume" menubarPath="additions" @@ -1508,7 +1501,6 @@ class="com.gluster.storage.management.gui.actions.AddServerAction" definitionId="com.gluster.storage.management.gui.commands.AddServer" enablesFor="+" - icon="icons/server-add.png" id="com.gluster.storage.management.gui.actions.AddServerAction" label="&Add Server(s)" menubarPath="additions" @@ -1534,7 +1526,6 @@ allowLabelUpdate="false" class="com.gluster.storage.management.gui.actions.CreateVolumeAction" definitionId="com.gluster.storage.management.gui.commands.CreateVolume" - icon="icons/volume-create.png" id="com.gluster.storage.management.gui.actions.CreateVolumeAction" label="&Create Volume" menubarPath="additions" @@ -1549,7 +1540,6 @@ allowLabelUpdate="false" class="com.gluster.storage.management.gui.actions.AddServerAction" definitionId="com.gluster.storage.management.gui.commands.AddServer" - icon="icons/server-add.png" id="com.gluster.storage.management.gui.actions.AddServerAction" label="&Add Server(s)" menubarPath="additions" diff --git a/src/com.gluster.storage.management.gui/src/com/gluster/storage/management/gui/ApplicationActionBarAdvisor.java b/src/com.gluster.storage.management.gui/src/com/gluster/storage/management/gui/ApplicationActionBarAdvisor.java index fa613efd..8b5dba55 100644 --- a/src/com.gluster.storage.management.gui/src/com/gluster/storage/management/gui/ApplicationActionBarAdvisor.java +++ b/src/com.gluster.storage.management.gui/src/com/gluster/storage/management/gui/ApplicationActionBarAdvisor.java @@ -67,7 +67,7 @@ public class ApplicationActionBarAdvisor extends ActionBarAdvisor { aboutAction = ActionFactory.ABOUT.create(window); aboutAction.setText("&About"); aboutAction.setImageDescriptor(AbstractUIPlugin.imageDescriptorFromPlugin(Application.PLUGIN_ID, - IImageKeys.HELP)); + IImageKeys.HELP_16x16)); register(aboutAction); helpContentsAction = ActionFactory.HELP_CONTENTS.create(window); diff --git a/src/com.gluster.storage.management.gui/src/com/gluster/storage/management/gui/BrickTableLabelProvider.java b/src/com.gluster.storage.management.gui/src/com/gluster/storage/management/gui/BrickTableLabelProvider.java index c01148b9..7e1319c4 100644 --- a/src/com.gluster.storage.management.gui/src/com/gluster/storage/management/gui/BrickTableLabelProvider.java +++ b/src/com.gluster.storage.management.gui/src/com/gluster/storage/management/gui/BrickTableLabelProvider.java @@ -47,13 +47,13 @@ public class BrickTableLabelProvider extends TableLabelProviderAdapter { // TODO: Use different images for all four statuses switch (status) { case INITIALIZED: - return guiHelper.getImage(IImageKeys.STATUS_ONLINE); + return guiHelper.getImage(IImageKeys.STATUS_ONLINE_16x16); case IO_ERROR: - return guiHelper.getImage(IImageKeys.STATUS_OFFLINE); + return guiHelper.getImage(IImageKeys.STATUS_OFFLINE_16x16); case UNINITIALIZED: - return guiHelper.getImage(IImageKeys.STATUS_OFFLINE); + return guiHelper.getImage(IImageKeys.STATUS_OFFLINE_16x16); case INITIALIZING: - return guiHelper.getImage(IImageKeys.STATUS_OFFLINE); + return guiHelper.getImage(IImageKeys.STATUS_OFFLINE_16x16); default: throw new GlusterRuntimeException("Invalid brick status [" + status + "]"); } diff --git a/src/com.gluster.storage.management.gui/src/com/gluster/storage/management/gui/DeviceTableLabelProvider.java b/src/com.gluster.storage.management.gui/src/com/gluster/storage/management/gui/DeviceTableLabelProvider.java index d4000fab..2ec067f4 100644 --- a/src/com.gluster.storage.management.gui/src/com/gluster/storage/management/gui/DeviceTableLabelProvider.java +++ b/src/com.gluster.storage.management.gui/src/com/gluster/storage/management/gui/DeviceTableLabelProvider.java @@ -74,16 +74,16 @@ public class DeviceTableLabelProvider extends LabelProvider implements ITableLab switch (status) { case INITIALIZED: if(modelManager.isDeviceUsed(device)) { - return guiHelper.getImage(IImageKeys.DISK_IN_USE); + return guiHelper.getImage(IImageKeys.DISK_IN_USE_16x16); } else { - return guiHelper.getImage(IImageKeys.DISK_AVAILABLE); + return guiHelper.getImage(IImageKeys.DISK_AVAILABLE_16x16); } case IO_ERROR: - return guiHelper.getImage(IImageKeys.IO_ERROR); + return guiHelper.getImage(IImageKeys.IO_ERROR_16x16); case UNINITIALIZED: - return guiHelper.getImage(IImageKeys.DISK_UNINITIALIZED); + return guiHelper.getImage(IImageKeys.DISK_UNINITIALIZED_16x16); case INITIALIZING: - return guiHelper.getImage(IImageKeys.DISK_INITIALIZING_SMALL); + return guiHelper.getImage(IImageKeys.DISK_INITIALIZING_16x16); default: throw new GlusterRuntimeException("Invalid disk status [" + status + "]"); } diff --git a/src/com.gluster.storage.management.gui/src/com/gluster/storage/management/gui/GlusterServerTableLabelProvider.java b/src/com.gluster.storage.management.gui/src/com/gluster/storage/management/gui/GlusterServerTableLabelProvider.java index ac82f2c6..f3cf087f 100644 --- a/src/com.gluster.storage.management.gui/src/com/gluster/storage/management/gui/GlusterServerTableLabelProvider.java +++ b/src/com.gluster.storage.management.gui/src/com/gluster/storage/management/gui/GlusterServerTableLabelProvider.java @@ -39,9 +39,9 @@ public class GlusterServerTableLabelProvider extends TableLabelProviderAdapter { if(columnIndex == GLUSTER_SERVER_TABLE_COLUMN_INDICES.STATUS.ordinal()) { SERVER_STATUS status = server.getStatus(); if(status == SERVER_STATUS.ONLINE) { - return guiHelper.getImage(IImageKeys.STATUS_ONLINE); + return guiHelper.getImage(IImageKeys.STATUS_ONLINE_16x16); } else { - return guiHelper.getImage(IImageKeys.STATUS_OFFLINE); + return guiHelper.getImage(IImageKeys.STATUS_OFFLINE_16x16); } } 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 1b895337..0ddf5c5e 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 @@ -19,81 +19,75 @@ package com.gluster.storage.management.gui; public interface IImageKeys { - public static final String CLUSTER = "icons/cluster.png"; - public static final String VOLUMES = "icons/tango/16x16/volume.png"; - public static final String SERVERS = "icons/tango/16x16/servers.png"; - public static final String VOLUME = "icons/tango/16x16/volume.png"; - public static final String SERVER = "icons/tango/16x16/server.png"; - public static final String SERVER_WARNING = "icons/tango/22x22/server-warning.png"; - public static final String MEMORY_USAGE_ALERT = "icons/tango/22x22/high-memory-usage.png"; - public static final String GSN = "icons/gsn.png"; - public static final String SETTINGS = "icons/settings.png"; - public static final String ADD = "icons/plus-white.png"; - public static final String REMOVE = "icons/minus-white.png"; - public static final String CREATE_VOLUME = "icons/tango/32x32/create-volume.svg"; - public static final String START_VOLUME = "icons/tango/32x32/start-volume.svg"; - public static final String STOP_VOLUME = "icons/tango/32x32/stop-volume.svg"; - public static final String RESET_VOLUME_OPTIONS = "icons/tango/32x32/reset-volume-option.svg"; - public static final String VOLUME_OPTIONS = "icons/tango/16x16/volume-options.png"; - public static final String SERVER_OFFLINE = "icons/tango/22x22/offline-server.png"; - public static final String CREATE_VOLUME_BIG = "icons/tango/48x48/create-volume.svg"; - public static final String REMOVE_VOLUME = "icons/tango/32x32/remove-volume.png"; - public static final String ADD_SERVER = "icons/tango/32x32/add-server.png"; - public static final String ADD_SERVER_BIG = "icons/tango/48x48/add-server.svg"; - public static final String REMOVE_SERVER = "icons/server-remove.png"; - public static final String HELP = "icons/question.png"; - public static final String STATUS_OFFLINE = "icons/status-offline.png"; - public static final String STATUS_ONLINE = "icons/status-online.png"; - public static final String STATUS_CANCELLED = "icons/status-offline.png"; - public static final String STATUS_SUCCESS = "icons/status-online.png"; - public static final String WORK_IN_PROGRESS = "icons/progress-bar.png"; - public static final String CHECKBOX_UNCHECKED = "icons/ui-check-box-uncheck.png"; - public static final String CHECKBOX_CHECKED = "icons/ui-check-box.png"; - public static final String DISK = "icons/tango/16x16/disk.svg"; - public static final String DISKS = "icons/tango/16x16/disk.svg"; - public static final String DISK_UNINITIALIZED = "icons/tango/16x16/disk-uninitialized.png"; - public static final String IO_ERROR = "icons/tango/16x16/disk-error.png"; - public static final String DISK_AVAILABLE = "icons/tango/16x16/disk-available.png"; - public static final String DISK_INITIALIZING_SMALL = "icons/tango/16x16/disk-initialisation.png"; - public static final String DISK_INITIALIZING = "icons/tango/22x22/disk-initialisation.png"; - public static final String DISK_IN_USE = "icons/tango/16x16/disk-inuse.png"; - public static final String SEARCH = "icons/tango/22x22/system-search.png"; - public static final String ARROW_UP = "icons/arrow-up.png"; - public static final String ARROW_DOWN = "icons/arrow-down.png"; - public static final String VOLUME_REBALANCE = "icons/tango/32x32/volume-rebalance.svg"; - public static final String VOLUME_REBALANCE_SMALL = "icons/tango/22x22/volume-rebalance.png"; - public static final String BRICK_MIGRATE = "icons/tango/32x32/replace-brick.svg"; - public static final String BRICK_MIGRATE_SMALL = "icons/tango/22x22/replace-brick.png"; - public static final String DOWNLOAD_LOG = "icons/tango/32x32/download-log.svg"; - public static final String ADD_BRICK = "icons/tango/32x32/add-brick.svg"; - public static final String REMOVE_BRICK = "icons/tango/32x32/remove-brick.svg"; - public static final String LOW_DISK_SPACE = "icons/tango/22x22/low-diskspace.png"; - public static final String DISK_OFFLINE = "icons/status-offline.png"; - public static final String BRICK_OFFLINE = "icons/tango/22x22/offline-brick.png"; + public static final String CLUSTER_16x16 = "icons/tango/16x16/cluster.png"; - public static final String bricks = "icons/tango/16x16/bricks.png"; + public static final String VOLUMES_16x16 = "icons/tango/16x16/volumes.png"; + public static final String VOLUME_16x16 = "icons/tango/16x16/volume.png"; + public static final String CREATE_VOLUME_32x32 = "icons/tango/32x32/create-volume.png"; + public static final String START_VOLUME_32x32 = "icons/tango/32x32/start-volume.png"; + public static final String STOP_VOLUME_32x32 = "icons/tango/32x32/stop-volume.png"; + public static final String RESET_VOLUME_OPTIONS_32x32 = "icons/tango/32x32/reset-volume-option.png"; + public static final String VOLUME_OPTIONS_16x16 = "icons/tango/16x16/volume-options.png"; + public static final String CREATE_VOLUME_48x48 = "icons/tango/48x48/create-volume.png"; + public static final String REMOVE_VOLUME_32x32 = "icons/tango/32x32/remove-volume.png"; + public static final String VOLUME_REBALANCE_32x32 = "icons/tango/32x32/volume-rebalance.png"; + public static final String VOLUME_REBALANCE_22x22 = "icons/tango/22x22/volume-rebalance.png"; + public static final String BRICK_MIGRATE_32x32 = "icons/tango/32x32/replace-brick.png"; + public static final String BRICK_MIGRATE_22x22 = "icons/tango/22x22/replace-brick.png"; + public static final String ADD_BRICK_32x32 = "icons/tango/32x32/add-brick.png"; + public static final String REMOVE_BRICK_32x32 = "icons/tango/32x32/remove-brick.png"; + public static final String BRICK_OFFLINE_22x22 = "icons/tango/22x22/offline-brick.png"; + public static final String BRICKS_16x16 = "icons/tango/16x16/bricks.png"; - public static final String PAUSE_TASK = "icons/tango/32x32/pause.svg"; - public static final String RESUME_TASK = "icons/tango/32x32/start.svg"; - public static final String STOP_TASK = "icons/tango/32x32/stop.svg"; - public static final String PAUSE_TASK_SMALL = "icons/tango/16x16/pause.png"; - public static final String RESUME_TASK_SMALL = "icons/tango/16x16/start.png"; - public static final String STOP_TASK_SMALL = "icons/tango/16x16/stop.png"; + public static final String SERVERS_16x16 = "icons/tango/16x16/servers.png"; + public static final String SERVER_16x16 = "icons/tango/16x16/server.png"; + public static final String SERVER_WARNING_22x22 = "icons/tango/22x22/server-warning.png"; + public static final String MEMORY_USAGE_ALERT_22x22 = "icons/tango/22x22/high-memory-usage.png"; + public static final String SERVER_OFFLINE_22x22 = "icons/tango/22x22/offline-server.png"; + public static final String ADD_SERVER_32x32 = "icons/tango/32x32/add-server.png"; + public static final String ADD_SERVER_48x48 = "icons/tango/48x48/add-server.png"; + public static final String REMOVE_SERVER_32x32 = "icons/tango/32x32/remove-server.png"; + + public static final String DISK_16x16 = "icons/tango/16x16/disk.png"; + public static final String DISKS_16x16 = "icons/tango/16x16/disk.png"; + public static final String DISK_UNINITIALIZED_16x16 = "icons/tango/16x16/disk-uninitialized.png"; + public static final String IO_ERROR_16x16 = "icons/tango/16x16/disk-error.png"; + public static final String DISK_AVAILABLE_16x16 = "icons/tango/16x16/disk-available.png"; + public static final String DISK_INITIALIZING_16x16 = "icons/tango/16x16/disk-initialisation.png"; + public static final String DISK_INITIALIZING_22x22 = "icons/tango/22x22/disk-initialisation.png"; + public static final String DISK_IN_USE_16x16 = "icons/tango/16x16/disk-inuse.png"; + public static final String LOW_DISK_SPACE_22x22 = "icons/tango/22x22/low-diskspace.png"; + + public static final String STATUS_OFFLINE_16x16 = "icons/tango/16x16/status-offline.png"; + public static final String STATUS_ONLINE_16x16 = "icons/tango/16x16/status-online.png"; + + public static final String HELP_16x16 = "icons/tango/16x16/question.png"; + public static final String SEARCH_22x22 = "icons/tango/22x22/system-search.png"; + public static final String ARROW_UP_16x16 = "icons/tango/16x16/arrow-up.png"; + public static final String ARROW_DOWN_16x16 = "icons/tango/16x16/arrow-down.png"; - public static final String CLEAR_TASK = "icons/close_task.gif"; + public static final String DOWNLOAD_LOG_32x32 = "icons/tango/32x32/download-log.png"; + + + public static final String PAUSE_TASK_32x32 = "icons/tango/32x32/pause.png"; + public static final String RESUME_TASK_32x32 = "icons/tango/32x32/start.png"; + public static final String STOP_TASK_32x32 = "icons/tango/32x32/stop.png"; + public static final String CLEAR_TASK_32x32 = "icons/tango/32x32/clear-task.png"; + public static final String COMMIT_TASK_32x32 = "icons/tango/32x32/commit-task.png"; + public static final String PAUSE_TASK_16x16 = "icons/tango/16x16/pause.png"; + 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 OVERLAY_OFFLINE = "icons/status-offline-small.png"; - public static final String OVERLAY_ONLINE = "icons/status-online-small.png"; - public static final String OVERLAY_STAR = "icons/star.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"; + public static final String OVERLAY_STAR_8x8 = "icons/tango/8x8/star.png"; public static final String SPLASH_IMAGE = "splash.bmp"; public static final String DIALOG_SPLASH_IMAGE = "splash/splash-dialog.bmp"; - public static final String PROGRESS_BAR_LEFT = "images/progress_image_left.png"; - public static final String PROGRESS_BAR_RIGHT = "images/progress_image_right.png"; - public static final String PROGRESS_BAR_FILLED = "images/progress_image_filled_safe.png"; - public static final String PROGRESS_BAR_EMPTY = "images/progress_image_empty.png"; public static final String GAUGE_SMALL = "images/gauge_small.png"; + } diff --git a/src/com.gluster.storage.management.gui/src/com/gluster/storage/management/gui/ServerDiskTableLabelProvider.java b/src/com.gluster.storage.management.gui/src/com/gluster/storage/management/gui/ServerDiskTableLabelProvider.java index 5da0353a..340ffd18 100644 --- a/src/com.gluster.storage.management.gui/src/com/gluster/storage/management/gui/ServerDiskTableLabelProvider.java +++ b/src/com.gluster.storage.management.gui/src/com/gluster/storage/management/gui/ServerDiskTableLabelProvider.java @@ -56,16 +56,16 @@ public class ServerDiskTableLabelProvider extends TableLabelProviderAdapter { switch (status) { case INITIALIZED: if(glusterDataModelManager.isDeviceUsed(device)) { - return guiHelper.getImage(IImageKeys.DISK_IN_USE); + return guiHelper.getImage(IImageKeys.DISK_IN_USE_16x16); } else { - return guiHelper.getImage(IImageKeys.DISK_AVAILABLE); + return guiHelper.getImage(IImageKeys.DISK_AVAILABLE_16x16); } case IO_ERROR: - return guiHelper.getImage(IImageKeys.IO_ERROR); + return guiHelper.getImage(IImageKeys.IO_ERROR_16x16); case UNINITIALIZED: - return guiHelper.getImage(IImageKeys.DISK_UNINITIALIZED); + return guiHelper.getImage(IImageKeys.DISK_UNINITIALIZED_16x16); case INITIALIZING: - return guiHelper.getImage(IImageKeys.DISK_INITIALIZING_SMALL); + return guiHelper.getImage(IImageKeys.DISK_INITIALIZING_16x16); default: throw new GlusterRuntimeException("Invalid disk status [" + status + "]"); } 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 13335226..4c3544ee 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 @@ -46,13 +46,13 @@ public class TasksTableLabelProvider extends TableLabelProviderAdapter { switch (statusCode) { case Status.STATUS_CODE_SUCCESS: - return guiHelper.getImage(IImageKeys.STATUS_ONLINE); + return guiHelper.getImage(IImageKeys.STATUS_ONLINE_16x16); case Status.STATUS_CODE_PAUSE: - return guiHelper.getImage(IImageKeys.PAUSE_TASK_SMALL); + return guiHelper.getImage(IImageKeys.PAUSE_TASK_16x16); case Status.STATUS_CODE_RUNNING: - return guiHelper.getImage(IImageKeys.RESUME_TASK_SMALL); + return guiHelper.getImage(IImageKeys.RESUME_TASK_16x16); case Status.STATUS_CODE_FAILURE: - return guiHelper.getImage(IImageKeys.STATUS_OFFLINE); + return guiHelper.getImage(IImageKeys.STATUS_OFFLINE_16x16); default: break; } diff --git a/src/com.gluster.storage.management.gui/src/com/gluster/storage/management/gui/VolumeTableLabelProvider.java b/src/com.gluster.storage.management.gui/src/com/gluster/storage/management/gui/VolumeTableLabelProvider.java index 0da1e903..66ce5bd4 100644 --- a/src/com.gluster.storage.management.gui/src/com/gluster/storage/management/gui/VolumeTableLabelProvider.java +++ b/src/com.gluster.storage.management.gui/src/com/gluster/storage/management/gui/VolumeTableLabelProvider.java @@ -57,9 +57,9 @@ public class VolumeTableLabelProvider implements ITableLabelProvider { if(columnIndex == VOLUME_TABLE_COLUMN_INDICES.VOLUME_STATUS.ordinal()) { VOLUME_STATUS status = volume.getStatus(); if(status == VOLUME_STATUS.ONLINE) { - return guiHelper.getImage(IImageKeys.STATUS_ONLINE); + return guiHelper.getImage(IImageKeys.STATUS_ONLINE_16x16); } else { - return guiHelper.getImage(IImageKeys.STATUS_OFFLINE); + return guiHelper.getImage(IImageKeys.STATUS_OFFLINE_16x16); } } 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 44ce02ad..ae2d574b 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 @@ -47,7 +47,7 @@ public class DeleteVolumeAction extends AbstractActionDelegate { } Integer deleteOption = new MessageDialog(getShell(), "Delete Volume", GUIHelper.getInstance().getImage( - IImageKeys.VOLUME), warningMessage, MessageDialog.QUESTION, new String[] { "Cancel", + IImageKeys.VOLUME_16x16), warningMessage, MessageDialog.QUESTION, new String[] { "Cancel", "Delete volume and data", "Delete volume, keep data" }, -1).open(); if (deleteOption <= 0) { // By Cancel button(0) or Escape key(-1) return; diff --git a/src/com.gluster.storage.management.gui/src/com/gluster/storage/management/gui/actions/RemoveBrickAction.java b/src/com.gluster.storage.management.gui/src/com/gluster/storage/management/gui/actions/RemoveBrickAction.java index 70e7df21..2e71d1f6 100644 --- a/src/com.gluster.storage.management.gui/src/com/gluster/storage/management/gui/actions/RemoveBrickAction.java +++ b/src/com.gluster.storage.management.gui/src/com/gluster/storage/management/gui/actions/RemoveBrickAction.java @@ -32,7 +32,7 @@ public class RemoveBrickAction extends AbstractActionDelegate { final String actionDesc = action.getDescription(); List brickList = getBrickList(bricks); Integer deleteOption = new MessageDialog(getShell(), "Remove Bricks(s)", GUIHelper.getInstance().getImage( - IImageKeys.VOLUME), "Are you sure you want to remove following bricks from volume [" + volume.getName() + IImageKeys.VOLUME_16x16), "Are you sure you want to remove following bricks from volume [" + volume.getName() + "] ? \n" + StringUtil.collectionToString(brickList, ", "), MessageDialog.QUESTION, new String[] { "Cancel", "Remove bricks, delete data", "Remove bricks, keep data" }, -1).open(); if (deleteOption <= 0) { // By Cancel button(0) or Escape key(-1) diff --git a/src/com.gluster.storage.management.gui/src/com/gluster/storage/management/gui/actions/StopVolumeAction.java b/src/com.gluster.storage.management.gui/src/com/gluster/storage/management/gui/actions/StopVolumeAction.java index ccde24a4..4ee2cff3 100644 --- a/src/com.gluster.storage.management.gui/src/com/gluster/storage/management/gui/actions/StopVolumeAction.java +++ b/src/com.gluster.storage.management.gui/src/com/gluster/storage/management/gui/actions/StopVolumeAction.java @@ -42,7 +42,7 @@ public class StopVolumeAction extends AbstractActionDelegate { } Integer deleteOption = new MessageDialog(getShell(), "Stop Volume", GUIHelper.getInstance().getImage( - IImageKeys.VOLUME), "Are you sure you want to stop the volume [" + volume.getName() + "] ?", + IImageKeys.VOLUME_16x16), "Are you sure you want to stop the volume [" + volume.getName() + "] ?", MessageDialog.QUESTION, new String[] { "No", "Yes" }, -1).open(); if (deleteOption <= 0) { diff --git a/src/com.gluster.storage.management.gui/src/com/gluster/storage/management/gui/dialogs/BricksSelectionPage.java b/src/com.gluster.storage.management.gui/src/com/gluster/storage/management/gui/dialogs/BricksSelectionPage.java index 31fb71b8..e0dae4fd 100644 --- a/src/com.gluster.storage.management.gui/src/com/gluster/storage/management/gui/dialogs/BricksSelectionPage.java +++ b/src/com.gluster.storage.management.gui/src/com/gluster/storage/management/gui/dialogs/BricksSelectionPage.java @@ -134,7 +134,7 @@ public class BricksSelectionPage extends Composite { GridData btnUpData = new GridData(SWT.LEFT, SWT.BOTTOM, true, false); btnUpData.minimumWidth = 30; btnUp.setLayoutData(btnUpData); - btnUp.setImage(guiHelper.getImage(IImageKeys.ARROW_UP)); + btnUp.setImage(guiHelper.getImage(IImageKeys.ARROW_UP_16x16)); btnUp.addSelectionListener(new SelectionAdapter() { @Override @@ -157,7 +157,7 @@ public class BricksSelectionPage extends Composite { btnDown = new Button(buttonContainer, SWT.TOGGLE); btnDown.setLayoutData(new GridData(SWT.LEFT, SWT.TOP, true, false)); - btnDown.setImage(guiHelper.getImage(IImageKeys.ARROW_DOWN)); + btnDown.setImage(guiHelper.getImage(IImageKeys.ARROW_DOWN_16x16)); btnDown.addSelectionListener(new SelectionAdapter() { @Override diff --git a/src/com.gluster.storage.management.gui/src/com/gluster/storage/management/gui/jobs/InitializeDiskJob.java b/src/com.gluster.storage.management.gui/src/com/gluster/storage/management/gui/jobs/InitializeDiskJob.java deleted file mode 100644 index 76659885..00000000 --- a/src/com.gluster.storage.management.gui/src/com/gluster/storage/management/gui/jobs/InitializeDiskJob.java +++ /dev/null @@ -1,84 +0,0 @@ -/******************************************************************************* - * Copyright (c) 2011 Gluster, Inc. - * This file is part of Gluster Management Console. - * - * Gluster Management Console is free software; you can redistribute it and/or - * modify it under the terms of the GNU Affero General Public License as published - * by the Free Software Foundation; either version 3 of the License, or - * (at your option) any later version. - * - * Gluster Management Console is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY - * or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License - * for more details. - * - * You should have received a copy of the GNU Affero General Public License - * along with this program. If not, see - * . - *******************************************************************************/ -package com.gluster.storage.management.gui.jobs; - -import org.eclipse.core.runtime.IProgressMonitor; -import org.eclipse.core.runtime.IStatus; -import org.eclipse.core.runtime.Status; -import org.eclipse.core.runtime.jobs.Job; -import org.eclipse.ui.progress.IProgressConstants; -import org.eclipse.ui.progress.IProgressConstants2; - -import com.gluster.storage.management.core.model.Device.DEVICE_STATUS; -import com.gluster.storage.management.core.model.Disk; -import com.gluster.storage.management.gui.Application; -import com.gluster.storage.management.gui.IImageKeys; -import com.gluster.storage.management.gui.utils.GUIHelper; - -public class InitializeDiskJob extends Job { - private Disk disk; - private Application app = Application.getApplication(); - private static final GUIHelper guiHelper = GUIHelper.getInstance(); - - public InitializeDiskJob(Disk disk) { - super("Initialize Disk [" + disk.getQualifiedName() + "]"); - this.disk = disk; - setProperty(IProgressConstants2.SHOW_IN_TASKBAR_ICON_PROPERTY, Boolean.TRUE); - setProperty(IProgressConstants.KEEP_PROPERTY, Boolean.TRUE); - setProperty(IProgressConstants.ICON_PROPERTY, guiHelper.getImageDescriptor(IImageKeys.WORK_IN_PROGRESS)); - } - - private void updateStatus(final DEVICE_STATUS status) { - disk.setStatus(status); - disk.setSpaceInUse(0d); - app.entityChanged(disk, new String[] { "status", "spaceInUse" }); - } - - @Override - protected IStatus run(IProgressMonitor monitor) { - monitor.beginTask("Formatting the disk...", 100); - boolean cancelRequested = false; - String msgPrefix = ""; - try { - for (int i = 1; i <= 5; i++) { - if (!cancelRequested && monitor.isCanceled()) { - cancelRequested = true; // come only once here - - msgPrefix = "This task cannot be cancelled! "; - monitor.setTaskName(msgPrefix); -// setProperty(IProgressConstants.ICON_PROPERTY, guiHelper.getImageDescriptor(IImageKeys.STATUS_CANCELLED)); -// -// updateStatus(DISK_STATUS.UNINITIALIZED); -// return new Status(Status.CANCEL, Application.PLUGIN_ID, "Cancelled"); - } - Thread.sleep(2000); - monitor.worked(20); - monitor.setTaskName(msgPrefix + "[" + 20 * i + "%] completed"); - } - monitor.done(); - } catch (InterruptedException e) { - e.printStackTrace(); - } - - updateStatus(DEVICE_STATUS.INITIALIZED); - setProperty(IProgressConstants.ICON_PROPERTY, guiHelper.getImageDescriptor(IImageKeys.STATUS_SUCCESS)); - - return new Status(Status.OK, Application.PLUGIN_ID, "Task Completed!"); - } -} diff --git a/src/com.gluster.storage.management.gui/src/com/gluster/storage/management/gui/utils/GUIHelper.java b/src/com.gluster.storage.management.gui/src/com/gluster/storage/management/gui/utils/GUIHelper.java index 59006431..d4c78761 100644 --- a/src/com.gluster.storage.management.gui/src/com/gluster/storage/management/gui/utils/GUIHelper.java +++ b/src/com.gluster.storage.management.gui/src/com/gluster/storage/management/gui/utils/GUIHelper.java @@ -300,7 +300,7 @@ public class GUIHelper { filterText.setLayoutData(data); ControlDecoration searchDecoration = new ControlDecoration(filterText, SWT.LEFT); - searchDecoration.setImage(getImage(IImageKeys.SEARCH)); + searchDecoration.setImage(getImage(IImageKeys.SEARCH_22x22)); searchDecoration.show(); searchDecoration.setShowHover(true); searchDecoration.setDescriptionText(tooltipMessage); @@ -319,7 +319,7 @@ public class GUIHelper { filterText.setLayoutData(data); ControlDecoration searchDecoration = new ControlDecoration(filterText, SWT.RIGHT); - searchDecoration.setImage(getImage(IImageKeys.SEARCH)); + searchDecoration.setImage(getImage(IImageKeys.SEARCH_22x22)); searchDecoration.show(); searchDecoration.setShowHover(true); searchDecoration.setDescriptionText(tooltipMessage); diff --git a/src/com.gluster.storage.management.gui/src/com/gluster/storage/management/gui/views/ClusterAdapterFactory.java b/src/com.gluster.storage.management.gui/src/com/gluster/storage/management/gui/views/ClusterAdapterFactory.java index 95c16a3c..8d57680b 100644 --- a/src/com.gluster.storage.management.gui/src/com/gluster/storage/management/gui/views/ClusterAdapterFactory.java +++ b/src/com.gluster.storage.management.gui/src/com/gluster/storage/management/gui/views/ClusterAdapterFactory.java @@ -52,24 +52,24 @@ public class ClusterAdapterFactory implements IAdapterFactory { String iconPath = null; if(object instanceof GlusterDataModel || object instanceof Cluster) { - iconPath = IImageKeys.CLUSTER; + iconPath = IImageKeys.CLUSTER_16x16; } if(object instanceof EntityGroup) { Class entityType = ((EntityGroup) object).getEntityType(); if(entityType == Volume.class) { - iconPath = IImageKeys.VOLUMES; + iconPath = IImageKeys.VOLUMES_16x16; } else { - iconPath = IImageKeys.SERVERS; + iconPath = IImageKeys.SERVERS_16x16; } } if(object instanceof Volume) { - iconPath = IImageKeys.VOLUME; + iconPath = IImageKeys.VOLUME_16x16; } if(object instanceof Server || object instanceof GlusterServer) { - iconPath = IImageKeys.SERVER; + iconPath = IImageKeys.SERVER_16x16; } return AbstractUIPlugin.imageDescriptorFromPlugin( diff --git a/src/com.gluster.storage.management.gui/src/com/gluster/storage/management/gui/views/ClusterSummaryView.java b/src/com.gluster.storage.management.gui/src/com/gluster/storage/management/gui/views/ClusterSummaryView.java index a358066d..c50a35d5 100644 --- a/src/com.gluster.storage.management.gui/src/com/gluster/storage/management/gui/views/ClusterSummaryView.java +++ b/src/com.gluster.storage.management.gui/src/com/gluster/storage/management/gui/views/ClusterSummaryView.java @@ -174,19 +174,19 @@ public class ClusterSummaryView extends ViewPart { Image alertImage = null; switch (alert.getType()) { case OFFLINE_VOLUME_BRICKS_ALERT: - alertImage = guiHelper.getImage(IImageKeys.BRICK_OFFLINE); + alertImage = guiHelper.getImage(IImageKeys.BRICK_OFFLINE_22x22); break; case DISK_USAGE_ALERT: - alertImage = guiHelper.getImage(IImageKeys.LOW_DISK_SPACE); + alertImage = guiHelper.getImage(IImageKeys.LOW_DISK_SPACE_22x22); break; case OFFLINE_SERVERS_ALERT: - alertImage = guiHelper.getImage(IImageKeys.SERVER_OFFLINE); + alertImage = guiHelper.getImage(IImageKeys.SERVER_OFFLINE_22x22); break; case MEMORY_USAGE_ALERT: - alertImage = guiHelper.getImage(IImageKeys.MEMORY_USAGE_ALERT); + alertImage = guiHelper.getImage(IImageKeys.MEMORY_USAGE_ALERT_22x22); break; case CPU_USAGE_ALERT: - alertImage = guiHelper.getImage(IImageKeys.SERVER_WARNING); + alertImage = guiHelper.getImage(IImageKeys.SERVER_WARNING_22x22); break; } lblAlert.setImage(alertImage); @@ -199,7 +199,7 @@ public class ClusterSummaryView extends ViewPart { ImageHyperlink imageHyperlink = toolkit.createImageHyperlink(section, SWT.NONE); imageHyperlink.setText("Create Volume"); - imageHyperlink.setImage(guiHelper.getImage(IImageKeys.CREATE_VOLUME_BIG)); + imageHyperlink.setImage(guiHelper.getImage(IImageKeys.CREATE_VOLUME_48x48)); imageHyperlink.addHyperlinkListener(new HyperlinkAdapter() { @Override public void linkActivated(HyperlinkEvent e) { @@ -214,7 +214,7 @@ public class ClusterSummaryView extends ViewPart { imageHyperlink = toolkit.createImageHyperlink(section, SWT.NONE); imageHyperlink.setText("Add Server(s)"); - imageHyperlink.setImage(guiHelper.getImage(IImageKeys.ADD_SERVER_BIG)); + imageHyperlink.setImage(guiHelper.getImage(IImageKeys.ADD_SERVER_48x48)); imageHyperlink.addHyperlinkListener(new HyperlinkAdapter() { @Override public void linkActivated(HyperlinkEvent e) { @@ -312,13 +312,13 @@ public class ClusterSummaryView extends ViewPart { Image taskImage = null; switch(taskInfo.getType()) { case DISK_FORMAT: - taskImage = guiHelper.getImage(IImageKeys.DISK_INITIALIZING); + taskImage = guiHelper.getImage(IImageKeys.DISK_INITIALIZING_22x22); break; case BRICK_MIGRATE: - taskImage = guiHelper.getImage(IImageKeys.BRICK_MIGRATE_SMALL); + taskImage = guiHelper.getImage(IImageKeys.BRICK_MIGRATE_22x22); break; case VOLUME_REBALANCE: - taskImage = guiHelper.getImage(IImageKeys.VOLUME_REBALANCE_SMALL); + taskImage = guiHelper.getImage(IImageKeys.VOLUME_REBALANCE_22x22); break; } lblAlert.setImage(taskImage); diff --git a/src/com.gluster.storage.management.gui/src/com/gluster/storage/management/gui/views/GlusterServerSummaryView.java b/src/com.gluster.storage.management.gui/src/com/gluster/storage/management/gui/views/GlusterServerSummaryView.java index fbf787e3..e4062de7 100644 --- a/src/com.gluster.storage.management.gui/src/com/gluster/storage/management/gui/views/GlusterServerSummaryView.java +++ b/src/com.gluster.storage.management.gui/src/com/gluster/storage/management/gui/views/GlusterServerSummaryView.java @@ -280,7 +280,7 @@ public class GlusterServerSummaryView extends ViewPart { CLabel lblStatusValue = new CLabel(section, SWT.NONE); lblStatusValue.setText(server.getStatusStr()); lblStatusValue.setImage(server.getStatus() == GlusterServer.SERVER_STATUS.ONLINE ? guiHelper - .getImage(IImageKeys.STATUS_ONLINE) : guiHelper.getImage(IImageKeys.STATUS_OFFLINE)); + .getImage(IImageKeys.STATUS_ONLINE_16x16) : guiHelper.getImage(IImageKeys.STATUS_OFFLINE_16x16)); toolkit.adapt(lblStatusValue, true, true); } diff --git a/src/com.gluster.storage.management.gui/src/com/gluster/storage/management/gui/views/GlusterServersSummaryView.java b/src/com.gluster.storage.management.gui/src/com/gluster/storage/management/gui/views/GlusterServersSummaryView.java index 197b925f..c1e241c4 100644 --- a/src/com.gluster.storage.management.gui/src/com/gluster/storage/management/gui/views/GlusterServersSummaryView.java +++ b/src/com.gluster.storage.management.gui/src/com/gluster/storage/management/gui/views/GlusterServersSummaryView.java @@ -128,19 +128,19 @@ public class GlusterServersSummaryView extends ViewPart { Image alertImage = null; switch (alert.getType()) { case OFFLINE_VOLUME_BRICKS_ALERT: - alertImage = guiHelper.getImage(IImageKeys.BRICK_OFFLINE); + alertImage = guiHelper.getImage(IImageKeys.BRICK_OFFLINE_22x22); break; case DISK_USAGE_ALERT: - alertImage = guiHelper.getImage(IImageKeys.LOW_DISK_SPACE); + alertImage = guiHelper.getImage(IImageKeys.LOW_DISK_SPACE_22x22); break; case OFFLINE_SERVERS_ALERT: - alertImage = guiHelper.getImage(IImageKeys.SERVER_OFFLINE); + alertImage = guiHelper.getImage(IImageKeys.SERVER_OFFLINE_22x22); break; case MEMORY_USAGE_ALERT: - alertImage = guiHelper.getImage(IImageKeys.MEMORY_USAGE_ALERT); + alertImage = guiHelper.getImage(IImageKeys.MEMORY_USAGE_ALERT_22x22); break; case CPU_USAGE_ALERT: - alertImage = guiHelper.getImage(IImageKeys.SERVER_WARNING); + alertImage = guiHelper.getImage(IImageKeys.SERVER_WARNING_22x22); break; } lblAlert.setImage(alertImage); @@ -167,13 +167,13 @@ public class GlusterServersSummaryView extends ViewPart { Image taskImage = null; switch(taskInfo.getType()) { case DISK_FORMAT: - taskImage = guiHelper.getImage(IImageKeys.DISK_INITIALIZING); + taskImage = guiHelper.getImage(IImageKeys.DISK_INITIALIZING_22x22); break; case BRICK_MIGRATE: - taskImage = guiHelper.getImage(IImageKeys.BRICK_MIGRATE_SMALL); + taskImage = guiHelper.getImage(IImageKeys.BRICK_MIGRATE_22x22); break; case VOLUME_REBALANCE: - taskImage = guiHelper.getImage(IImageKeys.VOLUME_REBALANCE_SMALL); + taskImage = guiHelper.getImage(IImageKeys.VOLUME_REBALANCE_22x22); break; } lblAlert.setImage(taskImage); diff --git a/src/com.gluster.storage.management.gui/src/com/gluster/storage/management/gui/views/NavigationTreeLabelDecorator.java b/src/com.gluster.storage.management.gui/src/com/gluster/storage/management/gui/views/NavigationTreeLabelDecorator.java index 241b6967..8a85edb7 100644 --- a/src/com.gluster.storage.management.gui/src/com/gluster/storage/management/gui/views/NavigationTreeLabelDecorator.java +++ b/src/com.gluster.storage.management.gui/src/com/gluster/storage/management/gui/views/NavigationTreeLabelDecorator.java @@ -56,10 +56,10 @@ public class NavigationTreeLabelDecorator implements ILightweightLabelDecorator Volume volume = (Volume) element; if (volume.getStatus() == Volume.VOLUME_STATUS.OFFLINE) { decoration.addOverlay(AbstractUIPlugin.imageDescriptorFromPlugin(Application.PLUGIN_ID, - IImageKeys.OVERLAY_OFFLINE)); + IImageKeys.OVERLAY_OFFLINE_8x8)); } else { decoration.addOverlay(AbstractUIPlugin.imageDescriptorFromPlugin(Application.PLUGIN_ID, - IImageKeys.OVERLAY_ONLINE)); + IImageKeys.OVERLAY_ONLINE_8x8)); } } @@ -67,21 +67,21 @@ public class NavigationTreeLabelDecorator implements ILightweightLabelDecorator GlusterServer server = (GlusterServer) element; if (server.getStatus() == GlusterServer.SERVER_STATUS.OFFLINE) { decoration.addOverlay(AbstractUIPlugin.imageDescriptorFromPlugin(Application.PLUGIN_ID, - IImageKeys.OVERLAY_OFFLINE)); + IImageKeys.OVERLAY_OFFLINE_8x8)); } else { decoration.addOverlay(AbstractUIPlugin.imageDescriptorFromPlugin(Application.PLUGIN_ID, - IImageKeys.OVERLAY_ONLINE)); + IImageKeys.OVERLAY_ONLINE_8x8)); } } if (element instanceof Server) { decoration.addOverlay(AbstractUIPlugin.imageDescriptorFromPlugin(Application.PLUGIN_ID, - IImageKeys.OVERLAY_STAR)); + IImageKeys.OVERLAY_STAR_8x8)); } if(element instanceof EntityGroup && ((EntityGroup)element).getEntityType() == Server.class) { decoration.addOverlay(AbstractUIPlugin.imageDescriptorFromPlugin(Application.PLUGIN_ID, - IImageKeys.OVERLAY_STAR)); + IImageKeys.OVERLAY_STAR_8x8)); } } } diff --git a/src/com.gluster.storage.management.gui/src/com/gluster/storage/management/gui/views/VolumeSummaryView.java b/src/com.gluster.storage.management.gui/src/com/gluster/storage/management/gui/views/VolumeSummaryView.java index d9e82f64..3a4c037e 100644 --- a/src/com.gluster.storage.management.gui/src/com/gluster/storage/management/gui/views/VolumeSummaryView.java +++ b/src/com.gluster.storage.management.gui/src/com/gluster/storage/management/gui/views/VolumeSummaryView.java @@ -121,7 +121,7 @@ public class VolumeSummaryView extends ViewPart { private void addAlertLabel(Composite section, Alert alert) { CLabel lblAlert = new CLabel(section, SWT.NONE); - lblAlert.setImage(guiHelper.getImage(IImageKeys.BRICK_OFFLINE)); + lblAlert.setImage(guiHelper.getImage(IImageKeys.BRICK_OFFLINE_22x22)); lblAlert.setText(alert.getMessage()); lblAlert.redraw(); } @@ -453,7 +453,7 @@ public class VolumeSummaryView extends ViewPart { private void updateVolumeStatusLabel() { lblStatusValue.setText(volume.getStatusStr()); lblStatusValue.setImage((volume.getStatus() == Volume.VOLUME_STATUS.ONLINE) ? guiHelper - .getImage(IImageKeys.STATUS_ONLINE) : guiHelper.getImage(IImageKeys.STATUS_OFFLINE)); + .getImage(IImageKeys.STATUS_ONLINE_16x16) : guiHelper.getImage(IImageKeys.STATUS_OFFLINE_16x16)); lblStatusValue.redraw(); } diff --git a/src/com.gluster.storage.management.gui/src/com/gluster/storage/management/gui/views/VolumesSummaryView.java b/src/com.gluster.storage.management.gui/src/com/gluster/storage/management/gui/views/VolumesSummaryView.java index e71682c6..3b5647d2 100644 --- a/src/com.gluster.storage.management.gui/src/com/gluster/storage/management/gui/views/VolumesSummaryView.java +++ b/src/com.gluster.storage.management.gui/src/com/gluster/storage/management/gui/views/VolumesSummaryView.java @@ -102,7 +102,7 @@ public class VolumesSummaryView extends ViewPart { if (alert.getType() == Alert.ALERT_TYPES.OFFLINE_VOLUME_BRICKS_ALERT) { CLabel lblAlert = new CLabel(section, SWT.NONE); lblAlert.setImage((alert.getType() == Alert.ALERT_TYPES.DISK_USAGE_ALERT) ? guiHelper - .getImage(IImageKeys.LOW_DISK_SPACE) : guiHelper.getImage(IImageKeys.BRICK_OFFLINE)); + .getImage(IImageKeys.LOW_DISK_SPACE_22x22) : guiHelper.getImage(IImageKeys.BRICK_OFFLINE_22x22)); lblAlert.setText(alert.getMessage()); lblAlert.redraw(); } @@ -127,7 +127,7 @@ public class VolumesSummaryView extends ViewPart { CLabel lblAlert = new CLabel(section, SWT.NONE); lblAlert.setText(taskInfo.getDescription()); lblAlert.setImage((taskInfo.getType() == TASK_TYPE.BRICK_MIGRATE) ? guiHelper - .getImage(IImageKeys.BRICK_MIGRATE) : guiHelper.getImage(IImageKeys.VOLUME_REBALANCE)); + .getImage(IImageKeys.BRICK_MIGRATE_32x32) : guiHelper.getImage(IImageKeys.VOLUME_REBALANCE_32x32)); lblAlert.redraw(); } } -- cgit