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 2012/03/31 16:12:52 UTC

svn commit: r1307806 - in /pivot/trunk: demos/www/ examples/src/org/apache/pivot/examples/svg/ tests/src/org/apache/pivot/tests/ tests/src/org/apache/pivot/tests/issues/ tutorials/src/org/apache/pivot/tutorials/labels/ tutorials/src/org/apache/pivot/tu...

Author: smartini
Date: Sat Mar 31 14:12:51 2012
New Revision: 1307806

URL: http://svn.apache.org/viewvc?rev=1307806&view=rev
Log:
Set svn props

Modified:
    pivot/trunk/demos/www/demo_print.css   (contents, props changed)
    pivot/trunk/examples/src/org/apache/pivot/examples/svg/logo.svg   (props changed)
    pivot/trunk/tests/src/org/apache/pivot/tests/SaturationDecoratorTest.java   (contents, props changed)
    pivot/trunk/tests/src/org/apache/pivot/tests/issues/Pivot800.java   (contents, props changed)
    pivot/trunk/tests/src/org/apache/pivot/tests/issues/Pivot832.java   (props changed)
    pivot/trunk/tests/src/org/apache/pivot/tests/issues/Pivot835.java   (props changed)
    pivot/trunk/tests/src/org/apache/pivot/tests/issues/Pivot837.java   (props changed)
    pivot/trunk/tests/src/org/apache/pivot/tests/issues/Pivot838.java   (props changed)
    pivot/trunk/tests/src/org/apache/pivot/tests/issues/Pivot841.java   (props changed)
    pivot/trunk/tests/src/org/apache/pivot/tests/issues/pivot_832.bxml   (contents, props changed)
    pivot/trunk/tests/src/org/apache/pivot/tests/issues/pivot_835.bxml   (props changed)
    pivot/trunk/tests/src/org/apache/pivot/tests/issues/pivot_837.bxml   (props changed)
    pivot/trunk/tests/src/org/apache/pivot/tests/saturation_decorator_test.bxml   (contents, props changed)
    pivot/trunk/tutorials/src/org/apache/pivot/tutorials/labels/logo.svg   (props changed)
    pivot/trunk/tutorials/src/org/apache/pivot/tutorials/localization/Localization_ru.json   (contents, props changed)
    pivot/trunk/tutorials/www/tutorial_print.css   (props changed)
    pivot/trunk/wtk-terra/src/org/apache/pivot/wtk/skin/terra/TerraFileBrowserSheetSkin_cs.json   (props changed)
    pivot/trunk/wtk-terra/src/org/apache/pivot/wtk/skin/terra/TerraFileBrowserSheetSkin_ru.json   (props changed)
    pivot/trunk/wtk-terra/src/org/apache/pivot/wtk/skin/terra/TerraFileBrowserSkin_cs.json   (props changed)
    pivot/trunk/wtk-terra/src/org/apache/pivot/wtk/skin/terra/TerraFileBrowserSkin_ru.json   (props changed)
    pivot/trunk/wtk/src/org/apache/pivot/wtk/Alert_cs.json   (props changed)
    pivot/trunk/wtk/src/org/apache/pivot/wtk/Alert_ru.json   (props changed)
    pivot/trunk/wtk/src/org/apache/pivot/wtk/Prompt_cs.json   (props changed)
    pivot/trunk/wtk/src/org/apache/pivot/wtk/Prompt_ru.json   (props changed)

Modified: pivot/trunk/demos/www/demo_print.css
URL: http://svn.apache.org/viewvc/pivot/trunk/demos/www/demo_print.css?rev=1307806&r1=1307805&r2=1307806&view=diff
==============================================================================
--- pivot/trunk/demos/www/demo_print.css (original)
+++ pivot/trunk/demos/www/demo_print.css Sat Mar 31 14:12:51 2012
@@ -1,46 +1,46 @@
-/*
-Licensed to the Apache Software Foundation (ASF) under one or more
-contributor license agreements.  See the NOTICE file distributed with
-this work for additional information regarding copyright ownership.
-The ASF licenses this file to you under the Apache License,
-Version 2.0 (the "License"); you may not use this file except in
-compliance with the License.  You may obtain a copy of the License at
-
-    http://www.apache.org/licenses/LICENSE-2.0
-
-Unless required by applicable law or agreed to in writing, software
-distributed under the License is distributed on an "AS IS" BASIS,
-WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-See the License for the specific language governing permissions and
-limitations under the License.
-*/
-
-body {
-	background: white;
-	font-family: Georgia, ‘Times New Roman’, serif;
-	font-size: small;
-	color: #000000;
-}
-
-#content, .content {
-	background: transparent;
-	width: 100%;
-	margin: 0;
-	float: none;
-}
-
-#nav, #sidebar {
-	display: none;
-}
-
-a:link {
-	color: #252525;
-	font-weight: bold;
-	text-decoration: underline;
-}
-
-
-.noprint {
-	display: none;
-}
-
+/*
+Licensed to the Apache Software Foundation (ASF) under one or more
+contributor license agreements.  See the NOTICE file distributed with
+this work for additional information regarding copyright ownership.
+The ASF licenses this file to you under the Apache License,
+Version 2.0 (the "License"); you may not use this file except in
+compliance with the License.  You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
+*/
+
+body {
+	background: white;
+	font-family: Georgia, ‘Times New Roman’, serif;
+	font-size: small;
+	color: #000000;
+}
+
+#content, .content {
+	background: transparent;
+	width: 100%;
+	margin: 0;
+	float: none;
+}
+
+#nav, #sidebar {
+	display: none;
+}
+
+a:link {
+	color: #252525;
+	font-weight: bold;
+	text-decoration: underline;
+}
+
+
+.noprint {
+	display: none;
+}
+

Propchange: pivot/trunk/demos/www/demo_print.css
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: pivot/trunk/examples/src/org/apache/pivot/examples/svg/logo.svg
------------------------------------------------------------------------------
--- svn:mime-type (original)
+++ svn:mime-type Sat Mar 31 14:12:51 2012
@@ -1 +1 @@
-text/xml
+image/svg+xml

Modified: pivot/trunk/tests/src/org/apache/pivot/tests/SaturationDecoratorTest.java
URL: http://svn.apache.org/viewvc/pivot/trunk/tests/src/org/apache/pivot/tests/SaturationDecoratorTest.java?rev=1307806&r1=1307805&r2=1307806&view=diff
==============================================================================
--- pivot/trunk/tests/src/org/apache/pivot/tests/SaturationDecoratorTest.java (original)
+++ pivot/trunk/tests/src/org/apache/pivot/tests/SaturationDecoratorTest.java Sat Mar 31 14:12:51 2012
@@ -1,58 +1,58 @@
-/*
- * Licensed to the Apache Software Foundation (ASF) under one or more
- * contributor license agreements.  See the NOTICE file distributed with
- * this work for additional information regarding copyright ownership.
- * The ASF licenses this file to you under the Apache License,
- * Version 2.0 (the "License"); you may not use this file except in
- * compliance with the License.  You may obtain a copy of the License at
- *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
-package org.apache.pivot.tests;
-
-import org.apache.pivot.beans.BXMLSerializer;
-import org.apache.pivot.collections.Map;
-import org.apache.pivot.wtk.Application;
-import org.apache.pivot.wtk.DesktopApplicationContext;
-import org.apache.pivot.wtk.Display;
-import org.apache.pivot.wtk.Window;
-
-public class SaturationDecoratorTest implements Application {
-    private Window window = null;
-
-    @Override
-    public void startup(Display display, Map<String, String> properties) throws Exception {
-        BXMLSerializer bxmlSerializer = new BXMLSerializer();
-        window = (Window)bxmlSerializer.readObject(SaturationDecoratorTest.class,
-            "saturation_decorator_test.bxml");
-
-        window.open(display);
-    }
-
-    @Override
-    public boolean shutdown(boolean optional) {
-        if (window!= null) {
-            window.close();
-        }
-
-        return false;
-    }
-
-    @Override
-    public void suspend() {
-    }
-
-    @Override
-    public void resume() {
-    }
-
-    public static void main(String[] args) {
-        DesktopApplicationContext.main(SaturationDecoratorTest.class, args);
-    }
-}
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to you under the Apache License,
+ * Version 2.0 (the "License"); you may not use this file except in
+ * compliance with the License.  You may obtain a copy of the License at
+ *
+ *     http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+package org.apache.pivot.tests;
+
+import org.apache.pivot.beans.BXMLSerializer;
+import org.apache.pivot.collections.Map;
+import org.apache.pivot.wtk.Application;
+import org.apache.pivot.wtk.DesktopApplicationContext;
+import org.apache.pivot.wtk.Display;
+import org.apache.pivot.wtk.Window;
+
+public class SaturationDecoratorTest implements Application {
+    private Window window = null;
+
+    @Override
+    public void startup(Display display, Map<String, String> properties) throws Exception {
+        BXMLSerializer bxmlSerializer = new BXMLSerializer();
+        window = (Window)bxmlSerializer.readObject(SaturationDecoratorTest.class,
+            "saturation_decorator_test.bxml");
+
+        window.open(display);
+    }
+
+    @Override
+    public boolean shutdown(boolean optional) {
+        if (window!= null) {
+            window.close();
+        }
+
+        return false;
+    }
+
+    @Override
+    public void suspend() {
+    }
+
+    @Override
+    public void resume() {
+    }
+
+    public static void main(String[] args) {
+        DesktopApplicationContext.main(SaturationDecoratorTest.class, args);
+    }
+}

Propchange: pivot/trunk/tests/src/org/apache/pivot/tests/SaturationDecoratorTest.java
------------------------------------------------------------------------------
    svn:eol-style = native

Modified: pivot/trunk/tests/src/org/apache/pivot/tests/issues/Pivot800.java
URL: http://svn.apache.org/viewvc/pivot/trunk/tests/src/org/apache/pivot/tests/issues/Pivot800.java?rev=1307806&r1=1307805&r2=1307806&view=diff
==============================================================================
--- pivot/trunk/tests/src/org/apache/pivot/tests/issues/Pivot800.java (original)
+++ pivot/trunk/tests/src/org/apache/pivot/tests/issues/Pivot800.java Sat Mar 31 14:12:51 2012
@@ -1,58 +1,58 @@
-package org.apache.pivot.tests.issues;
-
-import java.io.File;
-import java.io.FileFilter;
-
-import org.apache.pivot.collections.Map;
-import org.apache.pivot.wtk.Application;
-import org.apache.pivot.wtk.DesktopApplicationContext;
-import org.apache.pivot.wtk.Display;
-import org.apache.pivot.wtk.FileBrowserSheet;
-import org.apache.pivot.wtk.Window;
-import org.apache.pivot.wtk.WindowStateListener;
-
-public class Pivot800 implements Application {
-    private FileBrowserSheet sheet;
-
-    public static void main(String[] args) {
-        DesktopApplicationContext.main(new String[] { Pivot800.class.getName() });
-    }
-
-    public void startup(Display display, Map<String, String> properties) throws Exception {
-        Window window = new Window();
-        window.setMaximized(true);
-        sheet = new FileBrowserSheet(FileBrowserSheet.Mode.SAVE_TO);
-        sheet.getWindowStateListeners().add(new SelectFileListener());
-        window.open(display);
-        sheet.open(window);
-    }
-
-    private class SelectFileListener extends WindowStateListener.Adapter {
-        @Override
-        public void windowOpened(Window window) {
-            File homeFolder = new File(System.getProperty("user.home"));
-            File firstFolderInHome = homeFolder.listFiles(new FolderFilter())[0];
-            sheet.setRootDirectory(homeFolder);
-            System.out.println("selecting file " + firstFolderInHome);
-            sheet.setSelectedFile(firstFolderInHome);
-            System.out.println("Selected file is " + sheet.getSelectedFile() + ", but button state is not updated!");
-        }
-    }
-
-    public boolean shutdown(boolean optional) throws Exception {
-        return false;
-    }
-
-    public void suspend() throws Exception {
-    }
-
-    public void resume() throws Exception {
-    }
-
-    private class FolderFilter implements FileFilter {
-        public boolean accept(File pathname) {
-            return pathname.isDirectory();
-        }
-    }
-
+package org.apache.pivot.tests.issues;
+
+import java.io.File;
+import java.io.FileFilter;
+
+import org.apache.pivot.collections.Map;
+import org.apache.pivot.wtk.Application;
+import org.apache.pivot.wtk.DesktopApplicationContext;
+import org.apache.pivot.wtk.Display;
+import org.apache.pivot.wtk.FileBrowserSheet;
+import org.apache.pivot.wtk.Window;
+import org.apache.pivot.wtk.WindowStateListener;
+
+public class Pivot800 implements Application {
+    private FileBrowserSheet sheet;
+
+    public static void main(String[] args) {
+        DesktopApplicationContext.main(new String[] { Pivot800.class.getName() });
+    }
+
+    public void startup(Display display, Map<String, String> properties) throws Exception {
+        Window window = new Window();
+        window.setMaximized(true);
+        sheet = new FileBrowserSheet(FileBrowserSheet.Mode.SAVE_TO);
+        sheet.getWindowStateListeners().add(new SelectFileListener());
+        window.open(display);
+        sheet.open(window);
+    }
+
+    private class SelectFileListener extends WindowStateListener.Adapter {
+        @Override
+        public void windowOpened(Window window) {
+            File homeFolder = new File(System.getProperty("user.home"));
+            File firstFolderInHome = homeFolder.listFiles(new FolderFilter())[0];
+            sheet.setRootDirectory(homeFolder);
+            System.out.println("selecting file " + firstFolderInHome);
+            sheet.setSelectedFile(firstFolderInHome);
+            System.out.println("Selected file is " + sheet.getSelectedFile() + ", but button state is not updated!");
+        }
+    }
+
+    public boolean shutdown(boolean optional) throws Exception {
+        return false;
+    }
+
+    public void suspend() throws Exception {
+    }
+
+    public void resume() throws Exception {
+    }
+
+    private class FolderFilter implements FileFilter {
+        public boolean accept(File pathname) {
+            return pathname.isDirectory();
+        }
+    }
+
 }
\ No newline at end of file

Propchange: pivot/trunk/tests/src/org/apache/pivot/tests/issues/Pivot800.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: pivot/trunk/tests/src/org/apache/pivot/tests/issues/Pivot832.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: pivot/trunk/tests/src/org/apache/pivot/tests/issues/Pivot835.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: pivot/trunk/tests/src/org/apache/pivot/tests/issues/Pivot837.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: pivot/trunk/tests/src/org/apache/pivot/tests/issues/Pivot838.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: pivot/trunk/tests/src/org/apache/pivot/tests/issues/Pivot841.java
------------------------------------------------------------------------------
    svn:eol-style = native

Modified: pivot/trunk/tests/src/org/apache/pivot/tests/issues/pivot_832.bxml
URL: http://svn.apache.org/viewvc/pivot/trunk/tests/src/org/apache/pivot/tests/issues/pivot_832.bxml?rev=1307806&r1=1307805&r2=1307806&view=diff
==============================================================================
--- pivot/trunk/tests/src/org/apache/pivot/tests/issues/pivot_832.bxml (original)
+++ pivot/trunk/tests/src/org/apache/pivot/tests/issues/pivot_832.bxml Sat Mar 31 14:12:51 2012
@@ -1,71 +1,71 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--
-Licensed to the Apache Software Foundation (ASF) under one or more
-contributor license agreements.  See the NOTICE file distributed with
-this work for additional information regarding copyright ownership.
-The ASF licenses this file to you under the Apache License,
-Version 2.0 (the "License"); you may not use this file except in
-compliance with the License.  You may obtain a copy of the License at
-
-    http://www.apache.org/licenses/LICENSE-2.0
-
-Unless required by applicable law or agreed to in writing, software
-distributed under the License is distributed on an "AS IS" BASIS,
-WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-See the License for the specific language governing permissions and
-limitations under the License.
--->
-
-<Window title="Pivot-832" maximized="true"
-    xmlns:bxml="http://pivot.apache.org/bxml"
-    xmlns="org.apache.pivot.wtk"
->
-    <Border styles="{padding:6}">
-        <TablePane>
-            <columns>
-                <TablePane.Column width="1*"/>
-            </columns>
-            <TablePane.Row height="-1">
-                <FlowPane styles="{padding:2, alignToBaseline:true}">
-                    <Label text="1 - "/>
-                    <Label text="Select a folder:"/>
-                    <Label text="  "/>
-                    <PushButton bxml:id="selectFolderButton" buttonData="Open Folder"/>
-                    <Label text="  "/>
-                    <TextArea editable="false" preferredWidth="400" styles="{}"
-                        text="Note: for this test you have to select a folder, and in a different disk than C: (in a Windows environment)"
-                    />
-                </FlowPane>
-            </TablePane.Row>
-            <TablePane.Row height="-1">
-                <Label text="  "/> <!-- spacer -->
-            </TablePane.Row>
-            <TablePane.Row height="-1">
-                <FlowPane styles="{padding:2, alignToBaseline:true}">
-                    <Label text="2 - "/>
-                    <Label text="Open the File Browser:"/>
-                    <Label text="  "/>
-                    <PushButton bxml:id="openFileButton" buttonData="Open File" enabled="false"/>
-                    <Label text="  "/>
-                    <TextArea editable="false" preferredWidth="400" styles="{}"
-                        text="Note: this File Browser has as root folder the previous selected folder"
-                    />
-                </FlowPane>
-            </TablePane.Row>
-            <TablePane.Row height="-1">
-                <Label text="  "/> <!-- spacer -->
-            </TablePane.Row>
-            <TablePane.Row height="-1">
-                <FlowPane styles="{padding:2, alignToBaseline:true}">
-                    <Label text="3 - "/>
-                    <TextArea editable="false" preferredWidth="500" styles="{}"
-                        text="For this Test to be successful, the File Browser (in row 2) should start from the selected folder (in point 1)"
-                    />
-                </FlowPane>
-            </TablePane.Row>
-            <TablePane.Row height="-1">
-                <Label text="  "/> <!-- spacer -->
-            </TablePane.Row>
-        </TablePane>
-    </Border>
-</Window>
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+Licensed to the Apache Software Foundation (ASF) under one or more
+contributor license agreements.  See the NOTICE file distributed with
+this work for additional information regarding copyright ownership.
+The ASF licenses this file to you under the Apache License,
+Version 2.0 (the "License"); you may not use this file except in
+compliance with the License.  You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
+-->
+
+<Window title="Pivot-832" maximized="true"
+    xmlns:bxml="http://pivot.apache.org/bxml"
+    xmlns="org.apache.pivot.wtk"
+>
+    <Border styles="{padding:6}">
+        <TablePane>
+            <columns>
+                <TablePane.Column width="1*"/>
+            </columns>
+            <TablePane.Row height="-1">
+                <FlowPane styles="{padding:2, alignToBaseline:true}">
+                    <Label text="1 - "/>
+                    <Label text="Select a folder:"/>
+                    <Label text="  "/>
+                    <PushButton bxml:id="selectFolderButton" buttonData="Open Folder"/>
+                    <Label text="  "/>
+                    <TextArea editable="false" preferredWidth="400" styles="{}"
+                        text="Note: for this test you have to select a folder, and in a different disk than C: (in a Windows environment)"
+                    />
+                </FlowPane>
+            </TablePane.Row>
+            <TablePane.Row height="-1">
+                <Label text="  "/> <!-- spacer -->
+            </TablePane.Row>
+            <TablePane.Row height="-1">
+                <FlowPane styles="{padding:2, alignToBaseline:true}">
+                    <Label text="2 - "/>
+                    <Label text="Open the File Browser:"/>
+                    <Label text="  "/>
+                    <PushButton bxml:id="openFileButton" buttonData="Open File" enabled="false"/>
+                    <Label text="  "/>
+                    <TextArea editable="false" preferredWidth="400" styles="{}"
+                        text="Note: this File Browser has as root folder the previous selected folder"
+                    />
+                </FlowPane>
+            </TablePane.Row>
+            <TablePane.Row height="-1">
+                <Label text="  "/> <!-- spacer -->
+            </TablePane.Row>
+            <TablePane.Row height="-1">
+                <FlowPane styles="{padding:2, alignToBaseline:true}">
+                    <Label text="3 - "/>
+                    <TextArea editable="false" preferredWidth="500" styles="{}"
+                        text="For this Test to be successful, the File Browser (in row 2) should start from the selected folder (in point 1)"
+                    />
+                </FlowPane>
+            </TablePane.Row>
+            <TablePane.Row height="-1">
+                <Label text="  "/> <!-- spacer -->
+            </TablePane.Row>
+        </TablePane>
+    </Border>
+</Window>

Propchange: pivot/trunk/tests/src/org/apache/pivot/tests/issues/pivot_832.bxml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: pivot/trunk/tests/src/org/apache/pivot/tests/issues/pivot_832.bxml
------------------------------------------------------------------------------
    svn:mime-type = text/xml

Propchange: pivot/trunk/tests/src/org/apache/pivot/tests/issues/pivot_835.bxml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: pivot/trunk/tests/src/org/apache/pivot/tests/issues/pivot_835.bxml
------------------------------------------------------------------------------
    svn:mime-type = text/xml

Propchange: pivot/trunk/tests/src/org/apache/pivot/tests/issues/pivot_837.bxml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: pivot/trunk/tests/src/org/apache/pivot/tests/issues/pivot_837.bxml
------------------------------------------------------------------------------
    svn:mime-type = text/xml

Modified: pivot/trunk/tests/src/org/apache/pivot/tests/saturation_decorator_test.bxml
URL: http://svn.apache.org/viewvc/pivot/trunk/tests/src/org/apache/pivot/tests/saturation_decorator_test.bxml?rev=1307806&r1=1307805&r2=1307806&view=diff
==============================================================================
--- pivot/trunk/tests/src/org/apache/pivot/tests/saturation_decorator_test.bxml (original)
+++ pivot/trunk/tests/src/org/apache/pivot/tests/saturation_decorator_test.bxml Sat Mar 31 14:12:51 2012
@@ -1,55 +1,55 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--
-Licensed to the Apache Software Foundation (ASF) under one or more
-contributor license agreements.  See the NOTICE file distributed with
-this work for additional information regarding copyright ownership.
-The ASF licenses this file to you under the Apache License,
-Version 2.0 (the "License"); you may not use this file except in
-compliance with the License.  You may obtain a copy of the License at
-
-    http://www.apache.org/licenses/LICENSE-2.0
-
-Unless required by applicable law or agreed to in writing, software
-distributed under the License is distributed on an "AS IS" BASIS,
-WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-See the License for the specific language governing permissions and
-limitations under the License.
--->
-
-<Window bxml:id="window"
-    title="Saturation Decorator Test"
-    maximized="true"
-    xmlns:bxml="http://pivot.apache.org/bxml"
-    xmlns="org.apache.pivot.wtk">
-    <TablePane styles="{verticalSpacing:1, showHorizontalGridLines:true}">
-        <columns>
-            <TablePane.Column width="1*" />
-        </columns>
-
-        <TablePane.Row height="-1">
-            <BoxPane styles="{padding:10, backgroundColor:'#ccffee'}">
-                <PushButton buttonData="Toggle Saturation" toggleButton="true">
-                    <buttonStateListeners>
-                        <![CDATA[
-                        importPackage(org.apache.pivot.wtk.effects);
-
-                        function stateChanged(button, previousState) {
-                            if (button.isSelected()) {
-                                cardPane.getDecorators().add(new SaturationDecorator(0.5));
-                            } else {
-                                cardPane.getDecorators().removeAll();
-                            }
-                        }
-                        ]]>
-                    </buttonStateListeners>
-                </PushButton>
-            </BoxPane>
-        </TablePane.Row>
-        <TablePane.Row height="1*">
-            <CardPane bxml:id="cardPane" selectedIndex="0">
-                <BoxPane styles="{padding:10, backgroundColor:'#aa0000'}">
-                </BoxPane>
-            </CardPane>
-        </TablePane.Row>
-    </TablePane>
-</Window>
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+Licensed to the Apache Software Foundation (ASF) under one or more
+contributor license agreements.  See the NOTICE file distributed with
+this work for additional information regarding copyright ownership.
+The ASF licenses this file to you under the Apache License,
+Version 2.0 (the "License"); you may not use this file except in
+compliance with the License.  You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
+-->
+
+<Window bxml:id="window"
+    title="Saturation Decorator Test"
+    maximized="true"
+    xmlns:bxml="http://pivot.apache.org/bxml"
+    xmlns="org.apache.pivot.wtk">
+    <TablePane styles="{verticalSpacing:1, showHorizontalGridLines:true}">
+        <columns>
+            <TablePane.Column width="1*" />
+        </columns>
+
+        <TablePane.Row height="-1">
+            <BoxPane styles="{padding:10, backgroundColor:'#ccffee'}">
+                <PushButton buttonData="Toggle Saturation" toggleButton="true">
+                    <buttonStateListeners>
+                        <![CDATA[
+                        importPackage(org.apache.pivot.wtk.effects);
+
+                        function stateChanged(button, previousState) {
+                            if (button.isSelected()) {
+                                cardPane.getDecorators().add(new SaturationDecorator(0.5));
+                            } else {
+                                cardPane.getDecorators().removeAll();
+                            }
+                        }
+                        ]]>
+                    </buttonStateListeners>
+                </PushButton>
+            </BoxPane>
+        </TablePane.Row>
+        <TablePane.Row height="1*">
+            <CardPane bxml:id="cardPane" selectedIndex="0">
+                <BoxPane styles="{padding:10, backgroundColor:'#aa0000'}">
+                </BoxPane>
+            </CardPane>
+        </TablePane.Row>
+    </TablePane>
+</Window>

Propchange: pivot/trunk/tests/src/org/apache/pivot/tests/saturation_decorator_test.bxml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: pivot/trunk/tests/src/org/apache/pivot/tests/saturation_decorator_test.bxml
------------------------------------------------------------------------------
    svn:mime-type = text/xml

Propchange: pivot/trunk/tutorials/src/org/apache/pivot/tutorials/labels/logo.svg
------------------------------------------------------------------------------
--- svn:mime-type (original)
+++ svn:mime-type Sat Mar 31 14:12:51 2012
@@ -1 +1 @@
-text/xml
+image/svg+xml

Modified: pivot/trunk/tutorials/src/org/apache/pivot/tutorials/localization/Localization_ru.json
URL: http://svn.apache.org/viewvc/pivot/trunk/tutorials/src/org/apache/pivot/tutorials/localization/Localization_ru.json?rev=1307806&r1=1307805&r2=1307806&view=diff
==============================================================================
--- pivot/trunk/tutorials/src/org/apache/pivot/tutorials/localization/Localization_ru.json (original)
+++ pivot/trunk/tutorials/src/org/apache/pivot/tutorials/localization/Localization_ru.json Sat Mar 31 14:12:51 2012
@@ -1,25 +1,25 @@
-/*
- * Licensed to the Apache Software Foundation (ASF) under one or more
- * contributor license agreements.  See the NOTICE file distributed with
- * this work for additional information regarding copyright ownership.
- * The ASF licenses this file to you under the Apache License,
- * Version 2.0 (the "License"); you may not use this file except in
- * compliance with the License.  You may obtain a copy of the License at
- *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
-{   firstName: "Имя",
-    lastName: "Фамилия",
-    street: "Улица",
-    city: "Город",
-    state: "Штат",
-    postalCode: "Индекс",
-    country: "Страна"
-}
-
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to you under the Apache License,
+ * Version 2.0 (the "License"); you may not use this file except in
+ * compliance with the License.  You may obtain a copy of the License at
+ *
+ *     http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+{   firstName: "Имя",
+    lastName: "Фамилия",
+    street: "Улица",
+    city: "Город",
+    state: "Штат",
+    postalCode: "Индекс",
+    country: "Страна"
+}
+

Propchange: pivot/trunk/tutorials/src/org/apache/pivot/tutorials/localization/Localization_ru.json
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: pivot/trunk/tutorials/www/tutorial_print.css
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: pivot/trunk/wtk-terra/src/org/apache/pivot/wtk/skin/terra/TerraFileBrowserSheetSkin_cs.json
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: pivot/trunk/wtk-terra/src/org/apache/pivot/wtk/skin/terra/TerraFileBrowserSheetSkin_ru.json
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: pivot/trunk/wtk-terra/src/org/apache/pivot/wtk/skin/terra/TerraFileBrowserSkin_cs.json
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: pivot/trunk/wtk-terra/src/org/apache/pivot/wtk/skin/terra/TerraFileBrowserSkin_ru.json
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: pivot/trunk/wtk/src/org/apache/pivot/wtk/Alert_cs.json
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: pivot/trunk/wtk/src/org/apache/pivot/wtk/Alert_ru.json
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: pivot/trunk/wtk/src/org/apache/pivot/wtk/Prompt_cs.json
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: pivot/trunk/wtk/src/org/apache/pivot/wtk/Prompt_ru.json
------------------------------------------------------------------------------
    svn:eol-style = native