You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by se...@apache.org on 2009/08/26 14:27:36 UTC

svn commit: r807981 - in /directory/studio/trunk/ldapbrowser-common/src/main/java/org/apache/directory/studio/ldapbrowser/common/dialogs/preferences: EntryEditorPreferencePage.java messages.properties messages_de.properties messages_fr.properties

Author: seelmann
Date: Wed Aug 26 12:27:36 2009
New Revision: 807981

URL: http://svn.apache.org/viewvc?rev=807981&view=rev
Log:
Fix for DIRSTUDIO-524. Added note how to fetch operational attributes.

Modified:
    directory/studio/trunk/ldapbrowser-common/src/main/java/org/apache/directory/studio/ldapbrowser/common/dialogs/preferences/EntryEditorPreferencePage.java
    directory/studio/trunk/ldapbrowser-common/src/main/java/org/apache/directory/studio/ldapbrowser/common/dialogs/preferences/messages.properties
    directory/studio/trunk/ldapbrowser-common/src/main/java/org/apache/directory/studio/ldapbrowser/common/dialogs/preferences/messages_de.properties
    directory/studio/trunk/ldapbrowser-common/src/main/java/org/apache/directory/studio/ldapbrowser/common/dialogs/preferences/messages_fr.properties

Modified: directory/studio/trunk/ldapbrowser-common/src/main/java/org/apache/directory/studio/ldapbrowser/common/dialogs/preferences/EntryEditorPreferencePage.java
URL: http://svn.apache.org/viewvc/directory/studio/trunk/ldapbrowser-common/src/main/java/org/apache/directory/studio/ldapbrowser/common/dialogs/preferences/EntryEditorPreferencePage.java?rev=807981&r1=807980&r2=807981&view=diff
==============================================================================
--- directory/studio/trunk/ldapbrowser-common/src/main/java/org/apache/directory/studio/ldapbrowser/common/dialogs/preferences/EntryEditorPreferencePage.java (original)
+++ directory/studio/trunk/ldapbrowser-common/src/main/java/org/apache/directory/studio/ldapbrowser/common/dialogs/preferences/EntryEditorPreferencePage.java Wed Aug 26 12:27:36 2009
@@ -111,6 +111,8 @@
             Messages.getString("EntryEditorPreferencePage.ShowOperationalAttributes"), 1 ); //$NON-NLS-1$
         showOperationalAttributesButton.setSelection( getPreferenceStore().getBoolean(
             BrowserCommonConstants.PREFERENCE_ENTRYEDITOR_SHOW_OPERATIONAL_ATTRIBUTES ) );
+        BaseWidgetUtils.createWrappedLabel( visibleAttributesComposite, Messages
+            .getString( "EntryEditorPreferencePage.ShowOperationalAttributesToolTip" ), 1 );
 
         BaseWidgetUtils.createSpacer( composite, 1 );
         BaseWidgetUtils.createSpacer( composite, 1 );

Modified: directory/studio/trunk/ldapbrowser-common/src/main/java/org/apache/directory/studio/ldapbrowser/common/dialogs/preferences/messages.properties
URL: http://svn.apache.org/viewvc/directory/studio/trunk/ldapbrowser-common/src/main/java/org/apache/directory/studio/ldapbrowser/common/dialogs/preferences/messages.properties?rev=807981&r1=807980&r2=807981&view=diff
==============================================================================
--- directory/studio/trunk/ldapbrowser-common/src/main/java/org/apache/directory/studio/ldapbrowser/common/dialogs/preferences/messages.properties (original)
+++ directory/studio/trunk/ldapbrowser-common/src/main/java/org/apache/directory/studio/ldapbrowser/common/dialogs/preferences/messages.properties Wed Aug 26 12:27:36 2009
@@ -76,6 +76,7 @@
 EntryEditorPreferencePage.ShowMustAttributes=Show must attributes
 EntryEditorPreferencePage.ShowObjectClassAttributes=Show objectClass attribute
 EntryEditorPreferencePage.ShowOperationalAttributes=Show operational attributes
+EntryEditorPreferencePage.ShowOperationalAttributesToolTip=Note: Operational attributes must be requested from the directory. You could define to request operational attributes for the whole connection in the "Connection properties". Another way is to request operational attributes for the selected entry only, choose "Fetch Operational Attributes" from the context menu.
 EntryEditorPreferencePage.VisibleAttributes=Visible Attributes
 MainPreferencePage.GeneralSettings=General settings for the LDAP browser:
 MainPreferencePage.LDAP=LDAP

Modified: directory/studio/trunk/ldapbrowser-common/src/main/java/org/apache/directory/studio/ldapbrowser/common/dialogs/preferences/messages_de.properties
URL: http://svn.apache.org/viewvc/directory/studio/trunk/ldapbrowser-common/src/main/java/org/apache/directory/studio/ldapbrowser/common/dialogs/preferences/messages_de.properties?rev=807981&r1=807980&r2=807981&view=diff
==============================================================================
--- directory/studio/trunk/ldapbrowser-common/src/main/java/org/apache/directory/studio/ldapbrowser/common/dialogs/preferences/messages_de.properties (original)
+++ directory/studio/trunk/ldapbrowser-common/src/main/java/org/apache/directory/studio/ldapbrowser/common/dialogs/preferences/messages_de.properties Wed Aug 26 12:27:36 2009
@@ -76,6 +76,7 @@
 EntryEditorPreferencePage.ShowMustAttributes=Pflichattribute anzeigen
 EntryEditorPreferencePage.ShowObjectClassAttributes=Objektklassen anzeigen
 EntryEditorPreferencePage.ShowOperationalAttributes=Operationale Attribute anzeigen
+EntryEditorPreferencePage.ShowOperationalAttributesToolTip=Hinweis: Operationale Attribute m\u00FCssen vom Server angefordert werden. Dies kann in den Verbindungseigenschaften f\u00FCr die gesamte Verbindung eingestellt werden. Die operationalen Attribute k\u00F6nnen auch für einzelne Eintr\u00E4ge angefordert werden, hierf\u00FCr "Operationale Attribute abrufen" im Kontextmen\u00FC ausw\u00E4hlen.
 EntryEditorPreferencePage.VisibleAttributes=Sichtbare Attribute
 MainPreferencePage.GeneralSettings=Allgemeine Einstellungen f\u00FCr den LDAP Browser:
 MainPreferencePage.LDAP=LDAP

Modified: directory/studio/trunk/ldapbrowser-common/src/main/java/org/apache/directory/studio/ldapbrowser/common/dialogs/preferences/messages_fr.properties
URL: http://svn.apache.org/viewvc/directory/studio/trunk/ldapbrowser-common/src/main/java/org/apache/directory/studio/ldapbrowser/common/dialogs/preferences/messages_fr.properties?rev=807981&r1=807980&r2=807981&view=diff
==============================================================================
--- directory/studio/trunk/ldapbrowser-common/src/main/java/org/apache/directory/studio/ldapbrowser/common/dialogs/preferences/messages_fr.properties (original)
+++ directory/studio/trunk/ldapbrowser-common/src/main/java/org/apache/directory/studio/ldapbrowser/common/dialogs/preferences/messages_fr.properties Wed Aug 26 12:27:36 2009
@@ -76,6 +76,7 @@
 EntryEditorPreferencePage.ShowMustAttributes=Afficher les attributs obligatoires (MUST)
 EntryEditorPreferencePage.ShowObjectClassAttributes=Afficher l'attribut objectClass
 EntryEditorPreferencePage.ShowOperationalAttributes=Afficher les attributs op\u00E9rationnels
+EntryEditorPreferencePage.ShowOperationalAttributesToolTip=TODO: Note: Operational attributes must be requested from the directory. You could define to request operational attributes for the whole connection in the "Connection properties". Another way is to request operational attributes for the selected entry only, choose "Fetch Operational Attributes" from the context menu.
 EntryEditorPreferencePage.VisibleAttributes=Attributs visibles
 MainPreferencePage.GeneralSettings=R\u00E9glages g\u00E9n\u00E9raux pour le navigateur LDAP:
 MainPreferencePage.LDAP=LDAP