[release-notes/gnome-3-10] tweaks



commit 071879b4412d7acc85e80b9edefa4f107a2e83aa
Author: Allan Day <allanpday gmail com>
Date:   Tue Sep 17 11:07:25 2013 +0100

    tweaks

 help/C/developers.page   |   10 +++++-----
 help/C/index.page        |    4 ++--
 help/C/more-apps.page    |   10 +++++-----
 help/C/more-core-ux.page |    5 +++--
 4 files changed, 15 insertions(+), 14 deletions(-)
---
diff --git a/help/C/developers.page b/help/C/developers.page
index 1193232..4723734 100644
--- a/help/C/developers.page
+++ b/help/C/developers.page
@@ -22,12 +22,12 @@
 
   <section id="wayland">
     <title>Wayland</title>
-    <p>GNOME 3.10 introduces the ability to run a GNOME session and GTK+ applications on top of Wayland. 
This support is still experimental and is primarily intended for testing purposes. If an application fails to 
run on Wayland, it will fall back to X11.</p>
+    <p>GNOME 3.10 introduces the ability to run a GNOME session and applications on top of Wayland. This 
support is experimental and is intended for testing purposes only. <code>gnome-shell</code> or applications 
running on Wayland may be unstable and could crash.</p>
     <p>To run <code>gnome-shell</code> under Wayland, execute the following command in a terminal:</p>
     <code>gnome-session --session=gnome-wayland</code>
-    <p>Applications that are launched from a Wayland <code>gnome-shell</code> will also be run in the 
Wayland environment.</p>
-    <p>Alternatively, it is possible to run individual applications on Wayland by specifying the 
<code>GDK_BACKEND</code>. Run the following command, substituting <code>application-name</code> for the 
application's executable name:</p>
+    <p>It is also possible to run individual applications on Wayland by specifying the 
<code>GDK_BACKEND</code>. Run the following command, substituting <code>application-name</code> for the 
application's executable name:</p>
     <code>GDK_BACKEND=wayland application-name</code>
+    <p>If an application fails to run on Wayland, it will try to fall back to X11.</p>
     <p>Further details about GNOME on Wayland can be found on the <link 
href="https://wiki.gnome.org/Wayland";>GNOME Wayland wiki page</link>.</p>
   </section>
 
@@ -44,7 +44,7 @@
     </list>
   </section>
 
-  <section id="glade-templaces">
+  <section id="glade-templates">
     <title>Define Complex Widgets With Glade Templates</title>
     <p>TO DO</p>
   </section>
@@ -52,7 +52,7 @@
   <section id="baseline-support">
     <title>Baseline Alignment in GTK+</title>
     <p>GTK+ 3.10 introduces baseline alignment for text. This allows text labels to be properly vertically 
aligned in relation to containers, which has the added advantage of ensuring consistent text alignment.</p>
-    <p>Base line alignment is available for a range of common widgets. Developers wanting to use it are 
required to set text alignment to baseline. This is done automatically when using helper functions such as 
<code>new_from_label()</code>.</p>
+    <p>Base line alignment is available for a range of common widgets. Developers wanting to use it are 
required to set the text widget's vertical alignment to <code>GTK_ALIGNMENT_BASELINE</code>. (This is done 
automatically when using helper functions such as <code>new_from_label()</code>.)</p>
   </section>
 
   <section id="glib">
diff --git a/help/C/index.page b/help/C/index.page
index 2f64e21..90d8668 100644
--- a/help/C/index.page
+++ b/help/C/index.page
@@ -56,13 +56,13 @@
 
   <section id="software">
     <title>Software</title>
-    <p>GNOME &gnomeversion; includes a brand new application for finding and installing applications and for 
updating your software. Called <app>Software</app>, in provides an integrated place to do all your software 
related tasks, like browsing, installing and removing applications, and viewing and installing software 
updates. We have lots of plans for the future of <app>Software</app>, including user ratings and comments for 
applications and screenshots of applications that you might want to install.</p>
+    <p>GNOME &gnomeversion; includes a brand new application for finding and installing applications. Called 
<app>Software</app>, it provides an integrated place to do all your software related tasks, like browsing, 
installing and removing applications, and viewing and installing software updates. It contains sections for 
recommended applications and an easy to use interface for browsing available applications. We have lots of 
plans for the future of <app>Software</app>, including user ratings, comments and screenshots of applications 
that you might want to install.</p>
     <media type="image" src="figures/gnome-software.png"/>
   </section>
 
   <section id="geolocation">
     <title>Geolocation</title>
-    <p>A new geolocation framework has been created for GNOME &gnomeversion;. This allows your location to 
be automatically determined using various data sources, including IP address, Wi-Fi and GPS. The new facility 
is being used in a number of places. A new <gui>Automatic Time Zone</gui> setting makes your device's clock 
update when you move to different time zones, for example. When displaying world times, <app>Clocks</app> 
will automatically show a clock for your current location. GNOME &gnomeversion; also introduces a <link 
type="topic" xref="more-apps#maps">new maps application</link>, which is able to automatically detect where 
you are and show a map of your location.</p>
+    <p>A new geolocation framework has been created for GNOME &gnomeversion;. This allows your location to 
be automatically determined using various data sources, including your internet connection and GPS. The new 
facility is being used in a number of places. A new <gui>Automatic Time Zone</gui> setting makes your 
device's clock update when you move to different time zones, and <app>Clocks</app> will automatically show a 
clock for your current location. GNOME &gnomeversion; also introduces a <link type="topic" 
xref="more-apps#maps">new maps application</link>, which is able to automatically detect where you are and 
show a map of your location.</p>
     <media type="image" src="figures/gnome-maps.png"/>
   </section>
 
diff --git a/help/C/more-apps.page b/help/C/more-apps.page
index 583fc95..ab3388b 100644
--- a/help/C/more-apps.page
+++ b/help/C/more-apps.page
@@ -28,26 +28,26 @@
 
   <section id="music">
     <title>Music</title>
-    <p><app>Music</app> is planned to be the default audio player application for GNOME 3. It is featuring 
in GNOME &gnomeversion; as a technology preview. It provides a clean and focused interface for browsing your 
music collection according to Artist, Album or Track. Support for playing music on media servers (via UPNP) 
and fetching music from online sources is planned for the future.</p>
+    <p><app>Music</app> is planned to be the default audio player application for GNOME 3. It is featuring 
in GNOME &gnomeversion; as a technology preview. <app>Music</app> provides a clean and focused interface for 
browsing your music collection according to Artist, Album or Track. Support for playing music on media 
servers (via UPNP) and fetching music from online sources is planned for the future.</p>
     <media type="image" src="figures/gnome-music.png"/>
     </section>
 
   <section id="maps">
     <title>Maps</title>
-    <p><app>Maps</app> is a new map viewer application for GNOME. Based on collaborative <link 
href="http://www.openstreetmap.org/";>OpenStreetMap</link> data, which is contributed to by hundreds of 
thousands of people across the globe, it allows you to browse street maps and satelitte images. 
<app>Maps</app> allows you to search for the names of towns, cities and landmarks, or for places of interest 
such as "cafes near Main Street, Boston" or "Hotels in New York".</p>
+    <p><app>Maps</app> is a new map viewer application for GNOME. Based on collaborative <link 
href="http://www.openstreetmap.org/";>OpenStreetMap</link> data, which is contributed to by hundreds of 
thousands of people across the globe, it allows you to browse street maps and satellite images. 
<app>Maps</app> allows you to search for the names of towns, cities and landmarks, or for places of interest 
such as "cafes near Main Street, Boston" or "Hotels in New York".</p>
     <p>The new GNOME geolocation framework which has been created for GNOME &gnomeversion; is used to 
identify where you are, show maps for your current location, and find places when you search.</p>
     <media type="image" src="figures/gnome-maps.png"/>
   </section>
 
   <section id="photos">
     <title>Photos</title>
-    <p><app>Photos</app> is a new application that was first introduced in GNOME &lastversion;. Since then 
it has matured and is now a fully-fledged member of our core application set. <app>Photos</app> allows you to 
browse, organize and print your pictures, and features <app>Online Account</app> integration. Pictures from 
your <gui>Flickr</gui> account can be browsed directly through the application, and support for other online 
photo services is planned for the future. It is also able to display your photos on other devices, such as 
DLNA-enabled TVs and phones, and other computers running GNOME.</p>
+    <p><app>Photos</app> is a new application that was first introduced in GNOME &lastversion;. Since then 
it has matured and is now a fully-fledged member of our core application set. <app>Photos</app> allows you to 
browse, organize and print your pictures, and has <app>Online Account</app> integration. Pictures from your 
<gui>Flickr</gui> account can be browsed directly through the application, and support for other online photo 
services is already being worked on. <app>Photos</app> can also send your photos to be displayed on other 
devices, such as DLNA-enabled TVs and phones and other computers running GNOME.</p>
     <media type="image" src="figures/gnome-photos.png"/>
   </section>
 
   <section id="notes">
     <title>Notes</title>
-    <p><app>Notes</app> was originally introduced in GNOME &lastversion; as <app>Bijiben</app>. Since then 
it has matured, and has gained the ability to store notes using <link 
href="http://owncloud.org/";>ownCloud</link>. <app>Notes</app> provides a simple interface for writing, 
browsing and searching notes, and automatically saves your work, so you don't lose it.</p>
+    <p><app>Notes</app> was originally introduced in GNOME &lastversion; as <app>Bijiben</app>. Since then 
it has matured, and has gained the ability to store notes using <link 
href="http://owncloud.org/";>ownCloud</link>. <app>Notes</app> provides a simple interface for writing, 
browsing and searching notes, and automatically saves your work so you don't lose it.</p>
     <media type="image" src="figures/gnome-notes.png"/>
   </section>
 
@@ -59,7 +59,7 @@
 
   <section id="tweak-tool">
     <title>Tweak Tool</title>
-    <p><app>Tweak Tool</app> has had a design refresh for GNOME &gnomeversion;. The configuration options 
have been reorganized to make browsing easier, and the layout and labelling of each option has been updated 
to make them easier to understand.</p>
+    <p><app>Tweak Tool</app> has had a complete refresh for GNOME &gnomeversion;. The configuration options 
it provides have been reorganized to make browsing easier, and the layout and labelling of each option has 
been updated to make them easy to understand.</p>
     <media type="image" src="figures/placeholder.png"/>
   </section>
 
diff --git a/help/C/more-core-ux.page b/help/C/more-core-ux.page
index 6d96a4c..063536a 100644
--- a/help/C/more-core-ux.page
+++ b/help/C/more-core-ux.page
@@ -58,8 +58,8 @@
   </section>
 
   <section id="high-dpi">
-    <title>High Resolution Display Support</title>
-    <p>Screens with high resolutions/densities are becoming increasingly common. In order to be usable on 
these displays, it is necesarry to scale graphical interfaces to match. GNOME 3.10 introduces support for 
these types of displays, and will now automatically scale what is displayed on the screen to compensate for 
increased display density. This ensures that controls and content appear at the correct size, and that 
interfaces are usable. This work could not have been possible without <link 
href="http://www.gnome.org/news/2013/07/gnome-receives-hardware-donations-to-assist-with-high-definition-support/";>the
 generous donation of high-density display laptops to the GNOME Foundation by Brion Vibber and 
Intel</link>.</p>
+    <title>High-Resolution Display Support</title>
+    <p>Screens with high resolutions (also known as high-density displays) are becoming increasingly common. 
GNOME 3.10 introduces support for these types of displays, and will now automatically scale what is displayed 
on the screen to compensate for increased display density. This ensures that controls and content appear at 
the correct size, and that interfaces are usable. This work could not have been possible without <link 
href="http://www.gnome.org/news/2013/07/gnome-receives-hardware-donations-to-assist-with-high-definition-support/";>the
 generous donation of high-density display laptops to the GNOME Foundation by Brion Vibber and 
Intel</link>.</p>
     <media type="image" src="figures/placeholder.png"/>
   </section>
 
@@ -75,6 +75,7 @@
     <list>
       <item><p>An improved login screen, with a better layout and nicer transitions.</p></item>
       <item><p>Better looking lock screen notifications.</p></item>
+      <item><p>Baseline alignment</p></item>
     </list>
   </section>
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]