You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pivot.apache.org by sm...@apache.org on 2009/10/19 17:31:55 UTC

svn commit: r826703 - in /incubator/pivot/trunk/demos/www: index.jsp itunes_search.jnlp json_viewer.jnlp kitchen_sink.custom_colors.jnlp kitchen_sink.jnlp kitchen_sink.signed.jnlp stock_tracker.jnlp stock_tracker_fr.jnlp

Author: smartini
Date: Mon Oct 19 15:31:55 2009
New Revision: 826703

URL: http://svn.apache.org/viewvc?rev=826703&view=rev
Log:
fix some icon (and description) issues on these files

Modified:
    incubator/pivot/trunk/demos/www/index.jsp
    incubator/pivot/trunk/demos/www/itunes_search.jnlp
    incubator/pivot/trunk/demos/www/json_viewer.jnlp
    incubator/pivot/trunk/demos/www/kitchen_sink.custom_colors.jnlp
    incubator/pivot/trunk/demos/www/kitchen_sink.jnlp
    incubator/pivot/trunk/demos/www/kitchen_sink.signed.jnlp
    incubator/pivot/trunk/demos/www/stock_tracker.jnlp
    incubator/pivot/trunk/demos/www/stock_tracker_fr.jnlp

Modified: incubator/pivot/trunk/demos/www/index.jsp
URL: http://svn.apache.org/viewvc/incubator/pivot/trunk/demos/www/index.jsp?rev=826703&r1=826702&r2=826703&view=diff
==============================================================================
--- incubator/pivot/trunk/demos/www/index.jsp (original)
+++ incubator/pivot/trunk/demos/www/index.jsp Mon Oct 19 15:31:55 2009
@@ -17,7 +17,7 @@
 
 <html>
 <head>
-<title>Index of Pivot Demos</title>
+<title>Pivot Demos - Index</title>
 <link rel="stylesheet" href="demo.css"/>
 <link rel="shortcut icon" href="favicon.ico"/>
 <style>

Modified: incubator/pivot/trunk/demos/www/itunes_search.jnlp
URL: http://svn.apache.org/viewvc/incubator/pivot/trunk/demos/www/itunes_search.jnlp?rev=826703&r1=826702&r2=826703&view=diff
==============================================================================
--- incubator/pivot/trunk/demos/www/itunes_search.jnlp (original)
+++ incubator/pivot/trunk/demos/www/itunes_search.jnlp Mon Oct 19 15:31:55 2009
@@ -25,13 +25,10 @@
 
 <jnlp spec="1.6+" codebase="<%= codebase %>" href="<%= href %>">
     <information>
-        <title>Pivot "iTunes Search" Demo - Signed</title>
+        <title>Pivot iTunes Search Demo - Signed</title>
         <vendor>Apache Pivot</vendor>
         <homepage href="http://incubator.apache.org/pivot/"/>
-        <description>
-            Simple application that allows a user to run search queries against the
-            iTunes Music Store and presents the results in a table view.
-        </description>
+        <description>Simple application that allows a user to run search queries against the iTunes Music Store and presents the results in a table view.</description>
         <icon href="logo.png"/>
         <shortcut online="false">
             <desktop/>

Modified: incubator/pivot/trunk/demos/www/json_viewer.jnlp
URL: http://svn.apache.org/viewvc/incubator/pivot/trunk/demos/www/json_viewer.jnlp?rev=826703&r1=826702&r2=826703&view=diff
==============================================================================
--- incubator/pivot/trunk/demos/www/json_viewer.jnlp (original)
+++ incubator/pivot/trunk/demos/www/json_viewer.jnlp Mon Oct 19 15:31:55 2009
@@ -25,12 +25,10 @@
 
 <jnlp spec="1.6+" codebase="<%= codebase %>" href="<%= href %>">
     <information>
-        <title>Pivot "JSON Viewer" Demo - Signed</title>
+        <title>Pivot JSON Viewer Demo - Signed</title>
         <vendor>Apache Pivot</vendor>
         <homepage href="http://incubator.apache.org/pivot/"/>
-        <description>
-            Allows users to visually browse a JSON structure using a TreeView component.
-        </description>
+        <description>Allows users to visually browse a JSON structure using a TreeView component.</description>
         <icon href="logo.png"/>
         <offline-allowed/>
         <shortcut online="false">

Modified: incubator/pivot/trunk/demos/www/kitchen_sink.custom_colors.jnlp
URL: http://svn.apache.org/viewvc/incubator/pivot/trunk/demos/www/kitchen_sink.custom_colors.jnlp?rev=826703&r1=826702&r2=826703&view=diff
==============================================================================
--- incubator/pivot/trunk/demos/www/kitchen_sink.custom_colors.jnlp (original)
+++ incubator/pivot/trunk/demos/www/kitchen_sink.custom_colors.jnlp Mon Oct 19 15:31:55 2009
@@ -25,13 +25,11 @@
 
 <jnlp spec="1.6+" codebase="<%= codebase %>" href="<%= href %>">
     <information>
-        <title>Pivot "Kitchen Sink" Demo with Custom Colors - Signed</title>
+        <title>Pivot Kitchen Sink Demo with Custom Colors - Signed</title>
         <vendor>Apache Pivot</vendor>
         <homepage href="http://incubator.apache.org/pivot/"/>
-        <description>
-            Similar to Sun's "Swing Set" demo, this application demonstrates a number of commonly used Pivot components.
-            Note that here are used Pivot signed jars.
-        </description>
+        <description>Similar to Sun's "Swing Set" demo, this application demonstrates a number of commonly used Pivot components. Note that here are used Pivot signed jars.</description>
+        <icon href="logo.png"/>
         <offline-allowed/>
         <shortcut online="false">
             <desktop/>
@@ -45,6 +43,10 @@
     <resources>
 <%@ include file="jnlp_properties.jsp" %>
 
+        <property name="width"  value="800" />
+        <property name="height" value="600" />
+        <property name="center" value="true" />
+
         <property name="org.apache.pivot.wtk.skin.terra.location" value="org/apache/pivot/tutorials/TerraTheme_dark.json" />
 
         <java version="1.6+" href="http://java.sun.com/products/autodl/j2se" />
@@ -56,9 +58,6 @@
 
     <application-desc main-class="org.apache.pivot.wtk.DesktopApplicationContext">
         <argument>org.apache.pivot.tutorials.KitchenSink</argument>
-        <argument>--width:800</argument>
-        <argument>--height:600</argument>
-        <argument>--center:true</argument>
     </application-desc>
     
     <update check="background" />

Modified: incubator/pivot/trunk/demos/www/kitchen_sink.jnlp
URL: http://svn.apache.org/viewvc/incubator/pivot/trunk/demos/www/kitchen_sink.jnlp?rev=826703&r1=826702&r2=826703&view=diff
==============================================================================
--- incubator/pivot/trunk/demos/www/kitchen_sink.jnlp (original)
+++ incubator/pivot/trunk/demos/www/kitchen_sink.jnlp Mon Oct 19 15:31:55 2009
@@ -26,14 +26,13 @@
 
 <jnlp spec="1.6+" codebase="<%= codebase %>" href="<%= href %>">
     <information>
-        <title>Pivot "Kitchen Sink" Demo</title>
+        <title>Pivot Kitchen Sink Demo</title>
         <vendor>Apache Pivot</vendor>
         <homepage href="http://incubator.apache.org/pivot/"/>
-        <description>
-            Similar to Sun's "Swing Set" demo, this application demonstrates a number of commonly used Pivot components.
-        </description>
+        <description>Similar to Sun's "Swing Set" demo, this application demonstrates a number of commonly used Pivot components.</description>
+        <icon kind="shortcut" href="<%= codebase %>logo.png" width="32" height="32" />
         <offline-allowed/>
-        <shortcut online="false">
+        <shortcut online="true">
             <desktop/>
         </shortcut>
     </information>
@@ -41,6 +40,10 @@
     <resources>
 <%@ include file="jnlp_properties.jsp" %>
 
+        <property name="width"  value="800" />
+        <property name="height" value="600" />
+        <property name="center" value="true" />
+
         <java version="1.6+" href="http://java.sun.com/products/autodl/j2se" />
 
         <extension name="pivot-runtime" href="<%= codebase %>pivot-runtime.jnlp" />

Modified: incubator/pivot/trunk/demos/www/kitchen_sink.signed.jnlp
URL: http://svn.apache.org/viewvc/incubator/pivot/trunk/demos/www/kitchen_sink.signed.jnlp?rev=826703&r1=826702&r2=826703&view=diff
==============================================================================
--- incubator/pivot/trunk/demos/www/kitchen_sink.signed.jnlp (original)
+++ incubator/pivot/trunk/demos/www/kitchen_sink.signed.jnlp Mon Oct 19 15:31:55 2009
@@ -25,13 +25,11 @@
 
 <jnlp spec="1.6+" codebase="<%= codebase %>" href="<%= href %>">
     <information>
-        <title>Pivot "Kitchen Sink" Demo - Signed</title>
+        <title>Pivot Kitchen Sink Demo - Signed</title>
         <vendor>Apache Pivot</vendor>
         <homepage href="http://incubator.apache.org/pivot/"/>
-        <description>
-            Similar to Sun's "Swing Set" demo, this application demonstrates a number of commonly used Pivot components.
-            Note that here are used Pivot signed jars.
-        </description>
+        <description>Similar to Sun's "Swing Set" demo, this application demonstrates a number of commonly used Pivot components. Note that here are used Pivot signed jars.</description>
+        <icon href="logo.png"/>
         <offline-allowed/>
         <shortcut online="false">
             <desktop/>
@@ -45,6 +43,10 @@
     <resources>
 <%@ include file="jnlp_properties.jsp" %>
 
+        <property name="width"  value="800" />
+        <property name="height" value="600" />
+        <property name="center" value="true" />
+
         <java version="1.6+" href="http://java.sun.com/products/autodl/j2se" />
 
         <extension name="pivot-runtime" href="<%= codebase %>pivot-runtime.signed.jnlp" />
@@ -54,9 +56,6 @@
 
     <application-desc main-class="org.apache.pivot.wtk.DesktopApplicationContext">
         <argument>org.apache.pivot.tutorials.KitchenSink</argument>
-        <argument>--width:800</argument>
-        <argument>--height:600</argument>
-        <argument>--center:true</argument>
     </application-desc>
     
     <update check="background" />

Modified: incubator/pivot/trunk/demos/www/stock_tracker.jnlp
URL: http://svn.apache.org/viewvc/incubator/pivot/trunk/demos/www/stock_tracker.jnlp?rev=826703&r1=826702&r2=826703&view=diff
==============================================================================
--- incubator/pivot/trunk/demos/www/stock_tracker.jnlp (original)
+++ incubator/pivot/trunk/demos/www/stock_tracker.jnlp Mon Oct 19 15:31:55 2009
@@ -25,14 +25,10 @@
 
 <jnlp spec="1.6+" codebase="<%= codebase %>" href="<%= href %>">
     <information>
-        <title>Pivot "Stock Tracker" Demo - Signed</title>
+        <title>Pivot Stock Tracker Demo - Signed</title>
         <vendor>Apache Pivot</vendor>
         <homepage href="http://incubator.apache.org/pivot/"/>
-        <description>
-            This sample application retrieves live (delayed by 15 minutes) stock quote
-            data from Yahoo! Finance as a CSV file and presents it in a table view component
-            (libraries are signed to allow it to communicate with the Yahoo web service).
-        </description>
+        <description>This sample application retrieves live (delayed by 15 minutes) stock quote data from Yahoo! Finance as a CSV file and presents it in a table view component (libraries are signed to allow it to communicate with the Yahoo web service).</description>
         <icon href="logo.png"/>
         <shortcut online="false">
             <desktop/>

Modified: incubator/pivot/trunk/demos/www/stock_tracker_fr.jnlp
URL: http://svn.apache.org/viewvc/incubator/pivot/trunk/demos/www/stock_tracker_fr.jnlp?rev=826703&r1=826702&r2=826703&view=diff
==============================================================================
--- incubator/pivot/trunk/demos/www/stock_tracker_fr.jnlp (original)
+++ incubator/pivot/trunk/demos/www/stock_tracker_fr.jnlp Mon Oct 19 15:31:55 2009
@@ -25,14 +25,10 @@
 
 <jnlp spec="1.6+" codebase="<%= codebase %>" href="<%= href %>">
     <information>
-        <title>Pivot "Stock Tracker" Demo with French Locale - Signed</title>
+        <title>Pivot Stock Tracker Demo with French Locale - Signed</title>
         <vendor>Apache Pivot</vendor>
         <homepage href="http://incubator.apache.org/pivot/"/>
-        <description>
-            This sample application retrieves live (delayed by 15 minutes) stock quote
-            data from Yahoo! Finance as a CSV file and presents it in a table view component
-            (libraries are signed to allow it to communicate with the Yahoo web service).
-        </description>
+        <description>This sample application retrieves live (delayed by 15 minutes) stock quote data from Yahoo! Finance as a CSV file and presents it in a table view component (libraries are signed to allow it to communicate with the Yahoo web service).</description>
         <icon href="logo.png"/>
         <shortcut online="false">
             <desktop/>