From: Bruno Sinou Date: Thu, 28 Feb 2013 11:21:05 +0000 (+0000) Subject: Some more UI functionalities : X-Git-Tag: argeo-slc-2.1.7~446 X-Git-Url: https://git.argeo.org/?a=commitdiff_plain;h=5187ffaff5610275cf3dbc5fb913f59126576da8;p=gpl%2Fargeo-slc.git Some more UI functionalities : + fetch wizard + add / remove distant repositories + some slight UI enhancements git-svn-id: https://svn.argeo.org/slc/trunk@6093 4cfe0d0a-d680-48aa-b62c-e0a02a3f76cc --- diff --git a/lib/org.argeo.slc.lib.repo/META-INF/spring/sync.xml b/lib/org.argeo.slc.lib.repo/META-INF/spring/sync.xml index a58699051..b346e436f 100644 --- a/lib/org.argeo.slc.lib.repo/META-INF/spring/sync.xml +++ b/lib/org.argeo.slc.lib.repo/META-INF/spring/sync.xml @@ -5,10 +5,10 @@ http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-2.5.xsd http://www.argeo.org/schema/slc-flow http://www.argeo.org/schema/slc-flow-1.2.xsd"> - + - @@ -17,17 +17,17 @@ - + - + - + diff --git a/plugins/org.argeo.slc.client.ui.dist/META-INF/spring/commands.xml b/plugins/org.argeo.slc.client.ui.dist/META-INF/spring/commands.xml index 7ad2b6b6a..6a43fd6a5 100644 --- a/plugins/org.argeo.slc.client.ui.dist/META-INF/spring/commands.xml +++ b/plugins/org.argeo.slc.client.ui.dist/META-INF/spring/commands.xml @@ -26,6 +26,18 @@ scope="prototype"> + + + + + + + + + diff --git a/plugins/org.argeo.slc.client.ui.dist/icons/checked.gif b/plugins/org.argeo.slc.client.ui.dist/icons/checked.gif new file mode 100644 index 000000000..00da14ec8 Binary files /dev/null and b/plugins/org.argeo.slc.client.ui.dist/icons/checked.gif differ diff --git a/plugins/org.argeo.slc.client.ui.dist/icons/unchecked.gif b/plugins/org.argeo.slc.client.ui.dist/icons/unchecked.gif new file mode 100644 index 000000000..7aa131aed Binary files /dev/null and b/plugins/org.argeo.slc.client.ui.dist/icons/unchecked.gif differ diff --git a/plugins/org.argeo.slc.client.ui.dist/plugin.xml b/plugins/org.argeo.slc.client.ui.dist/plugin.xml index 3d8bc0e02..eede0bcbb 100644 --- a/plugins/org.argeo.slc.client.ui.dist/plugin.xml +++ b/plugins/org.argeo.slc.client.ui.dist/plugin.xml @@ -73,6 +73,12 @@ + + + + + + defaultHandler="org.argeo.eclipse.spring.SpringCommandHandler" + id="org.argeo.slc.client.ui.dist.unregisterRemoteRepo" + name="Unregister remote repository"> + + + + + + + + -