You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by pa...@apache.org on 2009/10/01 15:51:41 UTC

svn commit: r820659 - in /directory/studio/trunk/ldapbrowser-ui: ./ resources/icons/

Author: pamarcelot
Date: Thu Oct  1 13:51:41 2009
New Revision: 820659

URL: http://svn.apache.org/viewvc?rev=820659&view=rev
Log:
Improved icons and naming of the entry editors.

Added:
    directory/studio/trunk/ldapbrowser-ui/resources/icons/browser_multitab_entry_editor.gif   (with props)
    directory/studio/trunk/ldapbrowser-ui/resources/icons/browser_multitab_ldif_editor.gif   (with props)
    directory/studio/trunk/ldapbrowser-ui/resources/icons/browser_singletab_entry_editor.gif   (with props)
    directory/studio/trunk/ldapbrowser-ui/resources/icons/browser_singletab_ldif_editor.gif   (with props)
Modified:
    directory/studio/trunk/ldapbrowser-ui/plugin.properties
    directory/studio/trunk/ldapbrowser-ui/plugin.xml
    directory/studio/trunk/ldapbrowser-ui/plugin_de.properties
    directory/studio/trunk/ldapbrowser-ui/plugin_fr.properties

Modified: directory/studio/trunk/ldapbrowser-ui/plugin.properties
URL: http://svn.apache.org/viewvc/directory/studio/trunk/ldapbrowser-ui/plugin.properties?rev=820659&r1=820658&r2=820659&view=diff
==============================================================================
--- directory/studio/trunk/ldapbrowser-ui/plugin.properties (original)
+++ directory/studio/trunk/ldapbrowser-ui/plugin.properties Thu Oct  1 13:51:41 2009
@@ -24,12 +24,12 @@
 ActionSet_LdapMenuActionSet_label=LDAP Menu
 
 Editor_SingleTabEntryEditor_id=org.apache.directory.studio.ldapbrowser.ui.editors.entry.SingleTabEntryEditor
-Editor_SingleTabEntryEditor_shortname=Entry Editor
-Editor_SingleTabEntryEditor_fullname=Entry Editor (single-tab)
+Editor_SingleTabEntryEditor_shortname=Table Entry Editor
+Editor_SingleTabEntryEditor_fullname=Table Entry Editor (single-tab)
 Editor_SingleTabEntryEditor_description=Opens each entry in a single editor tab.
 Editor_MultiTabEntryEditor_id=org.apache.directory.studio.ldapbrowser.ui.editors.entry.MultiTabEntryEditor
-Editor_MultiTabEntryEditor_shortname=Entry Editor
-Editor_MultiTabEntryEditor_fullname=Entry Editor (multi-tab)
+Editor_MultiTabEntryEditor_shortname=Table Entry Editor
+Editor_MultiTabEntryEditor_fullname=Table Entry Editor (multi-tab)
 Editor_MultiTabEntryEditor_description=Opens each entry in a separate editor tab.
 Editor_SingleTabLdifEntryEditor_id=org.apache.directory.studio.ldapbrowser.ui.editors.entry.SingleTabLdifEntryEditor
 Editor_SingleTabLdifEntryEditor_shortname=LDIF Entry Editor

Modified: directory/studio/trunk/ldapbrowser-ui/plugin.xml
URL: http://svn.apache.org/viewvc/directory/studio/trunk/ldapbrowser-ui/plugin.xml?rev=820659&r1=820658&r2=820659&view=diff
==============================================================================
--- directory/studio/trunk/ldapbrowser-ui/plugin.xml (original)
+++ directory/studio/trunk/ldapbrowser-ui/plugin.xml Thu Oct  1 13:51:41 2009
@@ -41,14 +41,14 @@
 	<editor
        class="org.apache.directory.studio.ldapbrowser.ui.editors.entry.SingleTabEntryEditor"
        default="true"
-       icon="resources/icons/browser_entryeditor.gif"
+       icon="resources/icons/browser_singletab_entry_editor.gif"
        id="%Editor_SingleTabEntryEditor_id"
        matchingStrategy="org.apache.directory.studio.entryeditors.SingleTabEntryEditorMatchingStrategy"
        name="%Editor_SingleTabEntryEditor_shortname"/>
  <editor
        class="org.apache.directory.studio.ldapbrowser.ui.editors.entry.MultiTabEntryEditor"
        default="true"
-       icon="resources/icons/browser_entryeditor.gif"
+       icon="resources/icons/browser_multitab_entry_editor.gif"
        id="%Editor_MultiTabEntryEditor_id"
        matchingStrategy="org.apache.directory.studio.entryeditors.MultiTabEntryEditorMatchingStrategy"
        name="%Editor_MultiTabEntryEditor_shortname">
@@ -56,7 +56,7 @@
  <editor
        class="org.apache.directory.studio.ldapbrowser.ui.editors.entry.SingleTabLdifEntryEditor"
        default="false"
-       icon="resources/icons/ldifeditor_new.gif"
+       icon="resources/icons/browser_singletab_ldif_editor.gif"
        id="%Editor_SingleTabLdifEntryEditor_id"
        matchingStrategy="org.apache.directory.studio.entryeditors.SingleTabEntryEditorMatchingStrategy"
        name="%Editor_SingleTabLdifEntryEditor_shortname">
@@ -64,7 +64,7 @@
  <editor
        class="org.apache.directory.studio.ldapbrowser.ui.editors.entry.MultiTabLdifEntryEditor"
        default="true"
-       icon="resources/icons/ldifeditor_new.gif"
+       icon="resources/icons/browser_multitab_ldif_editor.gif"
        id="%Editor_MultiTabLdifEntryEditor_id"
        matchingStrategy="org.apache.directory.studio.entryeditors.MultiTabEntryEditorMatchingStrategy"
        name="%Editor_MultiTabLdifEntryEditor_shortname">
@@ -461,7 +461,7 @@
           class="org.apache.directory.studio.ldapbrowser.ui.editors.entry.SingleTabEntryEditor"
           description="%Editor_SingleTabEntryEditor_description"
           editorId="%Editor_SingleTabEntryEditor_id"
-          icon="resources/icons/browser_entryeditor.gif"
+          icon="resources/icons/browser_singletab_entry_editor.gif"
           id="%Editor_SingleTabEntryEditor_id"
           name="%Editor_SingleTabEntryEditor_fullname"
           priority="5"
@@ -471,7 +471,7 @@
           class="org.apache.directory.studio.ldapbrowser.ui.editors.entry.MultiTabEntryEditor"
           description="%Editor_MultiTabEntryEditor_description"
           editorId="%Editor_MultiTabEntryEditor_id"
-          icon="resources/icons/browser_entryeditor.gif"
+          icon="resources/icons/browser_multitab_entry_editor.gif"
           id="%Editor_MultiTabEntryEditor_id"
           name="%Editor_MultiTabEntryEditor_fullname"
           priority="3"
@@ -481,7 +481,7 @@
           class="org.apache.directory.studio.ldapbrowser.ui.editors.entry.SingleTabLdifEntryEditor"
           description="%Editor_SingleTabLdifEntryEditor_description"
           editorId="%Editor_SingleTabLdifEntryEditor_id"
-          icon="resources/icons/ldifeditor_new.gif"
+          icon="resources/icons/browser_singletab_ldif_editor.gif"
           id="%Editor_SingleTabLdifEntryEditor_id"
           multiWindow="false"
           name="%Editor_SingleTabLdifEntryEditor_fullname"
@@ -491,7 +491,7 @@
           class="org.apache.directory.studio.ldapbrowser.ui.editors.entry.MultiTabLdifEntryEditor"
           description="%Editor_MultiTabLdifEntryEditor_description"
           editorId="%Editor_MultiTabLdifEntryEditor_id"
-          icon="resources/icons/ldifeditor_new.gif"
+          icon="resources/icons/browser_multitab_ldif_editor.gif"
           id="%Editor_MultiTabLdifEntryEditor_id"
           multiWindow="true"
           name="%Editor_MultiTabLdifEntryEditor_fullname"

Modified: directory/studio/trunk/ldapbrowser-ui/plugin_de.properties
URL: http://svn.apache.org/viewvc/directory/studio/trunk/ldapbrowser-ui/plugin_de.properties?rev=820659&r1=820658&r2=820659&view=diff
==============================================================================
--- directory/studio/trunk/ldapbrowser-ui/plugin_de.properties (original)
+++ directory/studio/trunk/ldapbrowser-ui/plugin_de.properties Thu Oct  1 13:51:41 2009
@@ -17,12 +17,18 @@
 
 ActionSet_LdapMenuActionSet_label=LDAP Men\u00FC
 
-Editor_SingleTabEntryEditor_shortname=Eintrags-Editor
-Editor_SingleTabEntryEditor_fullname=Eintrags-Editor (ein Tab)
-Editor_SingleTabEntryEditor_description=\u00D6ffnet jeden Eintrag im selben Editor Tab
-Editor_MultiTabEntryEditor_shortname=Eintrags-Editor
-Editor_MultiTabEntryEditor_fullname=Eintrags-Editor (mehrere Tabs)
-Editor_MultiTabEntryEditor_description=\u00D6ffnet jeden Eintrag in einem separaten Editor Tab
+Editor_SingleTabEntryEditor_shortname=TODO:Table Entry Editor
+Editor_SingleTabEntryEditor_fullname=TODO:Table Entry Editor (single-tab)
+Editor_SingleTabEntryEditor_description=TODO:Opens each entry in a single editor tab.
+Editor_MultiTabEntryEditor_shortname=TODO:Table Entry Editor
+Editor_MultiTabEntryEditor_fullname=TODO:Table Entry Editor (multi-tab)
+Editor_MultiTabEntryEditor_description=TODO:Opens each entry in a separate editor tab.
+Editor_SingleTabLdifEntryEditor_shortname=TODO:LDIF Entry Editor
+Editor_SingleTabLdifEntryEditor_fullname=TODO:LDIF Entry Editor (single-tab)
+Editor_SingleTabLdifEntryEditor_description=TODO:Opens each entry in a single editor tab.
+Editor_MultiTabLdifEntryEditor_shortname=TODO:LDIF Entry Editor
+Editor_MultiTabLdifEntryEditor_fullname=TODO:LDIF Entry Editor (multi-tab)
+Editor_MultiTabLdifEntryEditor_description=TODO:Opens each entry in a separate editor tab.
 
 Editor_SearchResultEditor_name=Suchresultat Editor
 

Modified: directory/studio/trunk/ldapbrowser-ui/plugin_fr.properties
URL: http://svn.apache.org/viewvc/directory/studio/trunk/ldapbrowser-ui/plugin_fr.properties?rev=820659&r1=820658&r2=820659&view=diff
==============================================================================
--- directory/studio/trunk/ldapbrowser-ui/plugin_fr.properties (original)
+++ directory/studio/trunk/ldapbrowser-ui/plugin_fr.properties Thu Oct  1 13:51:41 2009
@@ -17,12 +17,18 @@
 
 ActionSet_LdapMenuActionSet_label=Menu LDAP
 
-Editor_SingleTabEntryEditor_shortname=Editeur d'entr\u00E9e
-Editor_SingleTabEntryEditor_fullname=Editeur d'entr\u00E9e TODO:(single-tab)
+Editor_SingleTabEntryEditor_shortname=TODO:Table Entry Editor
+Editor_SingleTabEntryEditor_fullname=TODO:Table Entry Editor (single-tab)
 Editor_SingleTabEntryEditor_description=TODO:Opens each entry in a single editor tab.
-Editor_MultiTabEntryEditor_shortname=Editeur d'entr\u00E9e
-Editor_MultiTabEntryEditor_fullname=Editeur d'entr\u00E9e TODO:(multi-tab)
+Editor_MultiTabEntryEditor_shortname=TODO:Table Entry Editor
+Editor_MultiTabEntryEditor_fullname=TODO:Table Entry Editor (multi-tab)
 Editor_MultiTabEntryEditor_description=TODO:Opens each entry in a separate editor tab.
+Editor_SingleTabLdifEntryEditor_shortname=TODO:LDIF Entry Editor
+Editor_SingleTabLdifEntryEditor_fullname=TODO:LDIF Entry Editor (single-tab)
+Editor_SingleTabLdifEntryEditor_description=TODO:Opens each entry in a single editor tab.
+Editor_MultiTabLdifEntryEditor_shortname=TODO:LDIF Entry Editor
+Editor_MultiTabLdifEntryEditor_fullname=TODO:LDIF Entry Editor (multi-tab)
+Editor_MultiTabLdifEntryEditor_description=TODO:Opens each entry in a separate editor tab.
 
 Editor_SearchResultEditor_name=Editeur de recherche
 Editor_SchemaBrowser_name=Explorateur de sch\u00E9ma

Added: directory/studio/trunk/ldapbrowser-ui/resources/icons/browser_multitab_entry_editor.gif
URL: http://svn.apache.org/viewvc/directory/studio/trunk/ldapbrowser-ui/resources/icons/browser_multitab_entry_editor.gif?rev=820659&view=auto
==============================================================================
Binary file - no diff available.

Propchange: directory/studio/trunk/ldapbrowser-ui/resources/icons/browser_multitab_entry_editor.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: directory/studio/trunk/ldapbrowser-ui/resources/icons/browser_multitab_ldif_editor.gif
URL: http://svn.apache.org/viewvc/directory/studio/trunk/ldapbrowser-ui/resources/icons/browser_multitab_ldif_editor.gif?rev=820659&view=auto
==============================================================================
Binary file - no diff available.

Propchange: directory/studio/trunk/ldapbrowser-ui/resources/icons/browser_multitab_ldif_editor.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: directory/studio/trunk/ldapbrowser-ui/resources/icons/browser_singletab_entry_editor.gif
URL: http://svn.apache.org/viewvc/directory/studio/trunk/ldapbrowser-ui/resources/icons/browser_singletab_entry_editor.gif?rev=820659&view=auto
==============================================================================
Binary file - no diff available.

Propchange: directory/studio/trunk/ldapbrowser-ui/resources/icons/browser_singletab_entry_editor.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: directory/studio/trunk/ldapbrowser-ui/resources/icons/browser_singletab_ldif_editor.gif
URL: http://svn.apache.org/viewvc/directory/studio/trunk/ldapbrowser-ui/resources/icons/browser_singletab_ldif_editor.gif?rev=820659&view=auto
==============================================================================
Binary file - no diff available.

Propchange: directory/studio/trunk/ldapbrowser-ui/resources/icons/browser_singletab_ldif_editor.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream