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 2007/09/03 15:43:44 UTC

svn commit: r572336 - in /directory/studio/trunk/studio-schemaeditor-help: resources/images/icons_error.gif resources/images/icons_warning.gif resources/images/views_problems-view.png src/main/resources/0_index.xml

Author: pamarcelot
Date: Mon Sep  3 06:43:43 2007
New Revision: 572336

URL: http://svn.apache.org/viewvc?rev=572336&view=rev
Log:
Added 'Problems view' section.

Added:
    directory/studio/trunk/studio-schemaeditor-help/resources/images/icons_error.gif   (with props)
    directory/studio/trunk/studio-schemaeditor-help/resources/images/icons_warning.gif   (with props)
    directory/studio/trunk/studio-schemaeditor-help/resources/images/views_problems-view.png   (with props)
Modified:
    directory/studio/trunk/studio-schemaeditor-help/src/main/resources/0_index.xml

Added: directory/studio/trunk/studio-schemaeditor-help/resources/images/icons_error.gif
URL: http://svn.apache.org/viewvc/directory/studio/trunk/studio-schemaeditor-help/resources/images/icons_error.gif?rev=572336&view=auto
==============================================================================
Binary file - no diff available.

Propchange: directory/studio/trunk/studio-schemaeditor-help/resources/images/icons_error.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: directory/studio/trunk/studio-schemaeditor-help/resources/images/icons_warning.gif
URL: http://svn.apache.org/viewvc/directory/studio/trunk/studio-schemaeditor-help/resources/images/icons_warning.gif?rev=572336&view=auto
==============================================================================
Binary file - no diff available.

Propchange: directory/studio/trunk/studio-schemaeditor-help/resources/images/icons_warning.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: directory/studio/trunk/studio-schemaeditor-help/resources/images/views_problems-view.png
URL: http://svn.apache.org/viewvc/directory/studio/trunk/studio-schemaeditor-help/resources/images/views_problems-view.png?rev=572336&view=auto
==============================================================================
Binary file - no diff available.

Propchange: directory/studio/trunk/studio-schemaeditor-help/resources/images/views_problems-view.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Modified: directory/studio/trunk/studio-schemaeditor-help/src/main/resources/0_index.xml
URL: http://svn.apache.org/viewvc/directory/studio/trunk/studio-schemaeditor-help/src/main/resources/0_index.xml?rev=572336&r1=572335&r2=572336&view=diff
==============================================================================
--- directory/studio/trunk/studio-schemaeditor-help/src/main/resources/0_index.xml (original)
+++ directory/studio/trunk/studio-schemaeditor-help/src/main/resources/0_index.xml Mon Sep  3 06:43:43 2007
@@ -241,7 +241,7 @@
 				</itemizedlist>
 			    </para>
 			    <para><emphasis role="strong">Icons</emphasis></para>
-			    <para>The following icons can appear in the Hierarchy View:</para>
+			    <para>The following icons can appear in the Hierarchy view:</para>
 			    <para>
 					<informaltable>
 						<tgroup cols="2">
@@ -313,8 +313,55 @@
 			<!-- PROBLEMS VIEW SECTION -->
 	        <section id="gettingstarted_views_problems">
 			    <title>Problems view</title>
+			    <para> The Problems view displays errors and warnings associated with a resource.</para>
 			    <para>
+				    <screenshot>
+					    <mediaobject>
+						    <imageobject>
+							    <imagedata scale="50"
+							    	fileref="images/views_problems-view.png" format="PNG" />
+						    </imageobject>
+					    </mediaobject>
+				    </screenshot>
 			    </para>
+			    <para><emphasis role="strong">Icons</emphasis></para>
+			    <para>The following icons can appear in the Problems view:</para>
+			    <para>
+					<informaltable>
+						<tgroup cols="2">
+							<colspec colname="Icon" colwidth="1* "/>
+							<colspec colname="Description" colwidth="3*" />
+							<thead>
+								<row>
+									<entry>Icon</entry>
+									<entry>Description</entry>
+								</row>
+							</thead>
+							<tbody>
+								<row>
+									<entry align="center">
+										<mediaobject>
+											<imageobject>
+												<imagedata contentdepth="1em" fileref="images/icons_error.gif" format="GIF" />
+											</imageobject>
+										</mediaobject>
+									</entry>
+									<entry>Error</entry>
+								</row>
+								<row>
+									<entry align="center">
+										<mediaobject>
+											<imageobject>
+												<imagedata contentdepth="1em" fileref="images/icons_warning.gif" format="GIF" />
+											</imageobject>
+										</mediaobject>
+									</entry>
+									<entry>Warning</entry>
+								</row>
+							</tbody>
+						</tgroup>
+					</informaltable>
+				</para>
 		    </section>
 		    
 			<!-- PROJECTS VIEW SECTION -->