[release-notes/gnome-3-22] clear out and prepare for 3.22
- From: Allan Day <allanday src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [release-notes/gnome-3-22] clear out and prepare for 3.22
- Date: Wed, 31 Aug 2016 13:30:16 +0000 (UTC)
commit ad5ce2c2ce8e9a13bec06c63545417221eedbb9e
Author: Allan Day <allanpday gmail com>
Date: Wed Aug 31 14:30:05 2016 +0100
clear out and prepare for 3.22
help/C/developers.page | 241 +-
help/C/figures/builder-xdg-app.png | Bin 257373 -> 0 bytes
help/C/figures/builder.png | Bin 367045 -> 0 bytes
help/C/figures/cantarell.png | Bin 41238 -> 0 bytes
help/C/figures/dconf-editor.png | Bin 183321 -> 0 bytes
help/C/figures/files-search.png | Bin 224740 -> 0 bytes
help/C/figures/gtk-css.png | Bin 18086 -> 0 bytes
help/C/figures/gtk-inspector.png | Bin 249281 -> 0 bytes
help/C/figures/gtk.gif | Bin 195947 -> 0 bytes
help/C/figures/location-services-privacy.png | Bin 328750 -> 0 bytes
help/C/figures/maps.png | Bin 702816 -> 0 bytes
help/C/figures/media-controls.png | Bin 212624 -> 0 bytes
help/C/figures/mouse-and-touchpad.png | Bin 272134 -> 0 bytes
help/C/figures/nibbles.png | Bin 328316 -> 0 bytes
help/C/figures/os-upgrades.png | Bin 34563 -> 0 bytes
help/C/figures/photo-editing.png | Bin 784285 -> 0 bytes
help/C/figures/polari.png | Bin 255001 -> 0 bytes
help/C/figures/shortcut-windows.png | Bin 81801 -> 0 bytes
help/C/figures/software-reviews-header.png | Bin 10626 -> 0 bytes
help/C/figures/software-reviews.png | Bin 182909 -> 0 bytes
help/C/figures/system-upgrades.png | Bin 38119 -> 0 bytes
help/C/figures/web.png | Bin 136249 -> 0 bytes
help/C/figures/xdg-app.png | Bin 267516 -> 0 bytes
help/C/i18n.page | 44 +-
help/C/index.page | 152 +-
help/C/more.page | 204 +-
help/Makefile.am | 25 +-
help/cs/cs.po | 2138 ------
help/de/de.po | 2976 --------
help/de/figures/media-controls.png | Bin 132329 -> 0 bytes
help/de/figures/mouse-and-touchpad.png | Bin 173541 -> 0 bytes
help/de/figures/nibbles.png | Bin 98803 -> 0 bytes
help/el/el.po | 3345 ---------
help/es/es.po | 9999 -------------------------
help/fr/figures/files-search.png | Bin 123963 -> 0 bytes
help/fr/fr.po | 2845 -------
help/gl/gl.po | 2319 ------
help/hu/figures/dconf-editor.png | Bin 106042 -> 0 bytes
help/hu/figures/files-search.png | Bin 150784 -> 0 bytes
help/hu/figures/gtk-inspector.png | Bin 84452 -> 0 bytes
help/hu/figures/location-services-privacy.png | Bin 184871 -> 0 bytes
help/hu/figures/maps.png | Bin 677063 -> 0 bytes
help/hu/figures/mouse-and-touchpad.png | Bin 167543 -> 0 bytes
help/hu/figures/photo-editing.png | Bin 790015 -> 0 bytes
help/hu/figures/shortcut-windows.png | Bin 49133 -> 0 bytes
help/hu/figures/web.png | Bin 206888 -> 0 bytes
help/hu/hu.po | 2296 ------
help/ja/ja.po | 1701 -----
help/ko/ko.po | 2042 -----
help/lt/lt.po | 2237 ------
help/pl/pl.po | 2165 ------
help/pt_BR/pt_BR.po | 3305 --------
help/sv/sv.po | 2366 ------
help/tr/tr.po | 2101 ------
help/uk/uk.po | 2420 ------
55 files changed, 51 insertions(+), 44870 deletions(-)
---
diff --git a/help/C/developers.page b/help/C/developers.page
index bbbb924..76a186c 100644
--- a/help/C/developers.page
+++ b/help/C/developers.page
@@ -1,8 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE page [
-<!ENTITY gnomeversion "3.20">
-<!ENTITY lastversion "3.18">
-<!ENTITY nextversion "3.22">
+<!ENTITY gnomeversion "3.22">
+<!ENTITY lastversion "3.20">
+<!ENTITY nextversion "3.24">
]>
<page xmlns="http://projectmallard.org/1.0/"
xmlns:its="http://www.w3.org/2005/11/its"
@@ -27,244 +27,17 @@
<section id="builder">
<title>Builder</title>
- <media type="image" src="figures/builder-xdg-app.png"/>
- <p><link href="https://wiki.gnome.org/Apps/Builder">Builder</link> is the
- new integrated development environment for GNOME. It aims to provide a
- streamlined, powerful and modern experience for building GNOME
- applications, and already features inline completion, powerful global
- search, a documentation browser, a symbol tree browser, and much more.</p>
- <p>The Builder 3.20 release contains some significant new features, as well
- as a lot of polish and refinement. The options for building applications
- have been significantly extended: it is now possible to use Builder to
- create xdg-app bundles, and it is also possible to build within a JHBuild
- environment. All of these build options (and more) can be found in a new
- build configuration view (see <link
- href="https://blogs.gnome.org/chergert/2016/02/16/build-configurations-and-xdg-app/">
- Christian Hergert’s blog post</link> for more details).</p>
- <media type="image" src="figures/builder.png"/>
- <p>A new multi-process plugin framework is another major new feature for
- 3.20. This allows plugins to add a huge range of functionality to Builder,
- including additional autocompletion providers, tools, services, build
- systems, auto indenters, project miners, search providers, symbol
- resolvers, version control systems, and much more.
- <link href="https://blogs.gnome.org/chergert/2016/02/27/what-can-you-extend-in-builder/">
- What can you extend in Builder</link> provides a full list of what can be
- extended using the new plugin system. There is also a tutorial that
- describes how to write your own plugins
- (<link href="https://blogs.gnome.org/chergert/2016/01/21/builder-plugins-part-i/">part one</link>,
- <link href="https://blogs.gnome.org/chergert/2016/01/22/builder-plugins-part-ii">part two</link>).
- </p>
- <p>Other enhancements to Builder in 3.20 include:</p>
- <list>
- <item><p>Application preferences have been overhauled to help you to find
- the tweaks you need faster and with less disruption.</p></item>
- <item><p>A new to do plugin shows a list of every <code>TODO</code>,
- <code>FIXME</code> and <code>XXX</code> in your project, and allows you
- to navigate to their locations.</p></item>
- <item><p>VIM emulation has continued to improve, allowing users that
- prefer modal-editing to feel at home.</p></item>
- <item><p>Builder now detects and highlights common <code>gettext</code>
- errors.</p></item>
- <item><p><cmd>ide</cmd>, a new command line program, allows you to
- quickly create new projects following GNOME community best practices.</p>
- </item>
- <item><p>For languages that support semantic analysis, holding
- <key>Ctrl</key> while clicking on variables, types, and functions will
- jump to their source location.</p></item>
- <item><p>Initial support for the Vala language.</p></item>
-<!-- What does "support for" mean exactly? Is that autocompletion, error detection, buildability, or
something else? -->
- <item><p>Autocompletion is now faster and has fuzzy matching.</p></item>
- <item><p><link
href="https://blogs.gnome.org/chergert/2016/02/29/how-to-setup-distcc-and-ccache-in-builder/">
- It is now possible to use Builder with ccache</link>.</p></item>
- </list>
- </section>
-
- <section id="xdg-app">
- <title>xdg-app</title>
- <media type="image" src="figures/xdg-app.png"/>
- <p><link href="https://wiki.gnome.org/Projects/SandboxedApps">xdg-app
- </link> is the new cross-distro framework for building and distributing
- desktop applications on GNU/Linux, which is planned to have first class
- support in GNOME. Not only does xdg-app make it possible to create
- applications that can be used on different distributions, but it also plans
- to offer a comprehensive security model, by limiting how much of the host
- is exposed to applications.</p>
- <p>3.20 is a significant moment for xdg-app, with a number of core features
- being offered in a mature state for the first time. Version 3.20 includes
- <code>xdg-app-builder</code>, a new tool that makes it easy to build apps.
- Alexander Larsson, xdg-app’s lead developer, has written a five part
- tutorial on how to use this to build xdg apps
- (<link href="https://blogs.gnome.org/alexl/2016/02/19/building-an-xdg-app-part-1/">part one</link>,
- <link href="https://blogs.gnome.org/alexl/2016/02/19/building-an-xdg-app-part-2/">part two</link>,
- <link href="https://blogs.gnome.org/alexl/2016/02/22/building-an-xdg-app-part-3/">part three</link>,
- <link href="https://blogs.gnome.org/alexl/2016/02/23/building-an-xdg-app-part-4/">part four</link>,
- <link href="https://blogs.gnome.org/alexl/2016/02/26/building-an-xdg-app-part-5/">part five</link>).</p>
- <p>If you want to try installing and running xdg-apps, a collection of
- nightly GNOME applications is available. In addition to being a great way
- to try xdg-app, this is also a great way to test development versions of
- GNOME applications, and demonstrates xdg-app’s ability to install multiple
- different versions of the same application at the same time. For more
- information, <link href="https://blogs.gnome.org/alexl/2016/02/11/testing-unstable-gnome-using-xdg-app/">
- a tutorial is available</link>.</p>
- <p>Other significant changes in the 3.20 release include:</p>
- <list>
- <item><p>It is now possible to create and distribute single file
- application bundles. This is particularly useful for distributing
- applications using physical media.</p></item>
- <item><p>xdg-app now has a generic permissions store that can be used to
- record information about what applications are allowed to do what. This
- is one of the first steps towards application sandboxing.</p></item>
- <item><p>Detailed information about the application, such as a
- description and screenshots, can now be included in xdg-app bundles,
- using the cross-desktop <link
- href="https://people.freedesktop.org/~hughsient/appdata/">AppData</link>
- standard. This can be used by app stores, like GNOME Software, to provide
- a rich graphical installation experience.</p></item>
- <item><p>The GNOME runtimes, which provide the common platform on which
- applications can depend, have been updated and improved, and are now
- easier to contribute to. They now include an unstable runtime, which can
- be used to install nightly applications or for application development.
- For details about all the runtimes that are available, see the
- <link href="https://wiki.gnome.org/Projects/SandboxedApps/Runtimes">
- runtimes wiki page</link>.</p></item>
- </list>
- </section>
-
- <section id="gtk+">
- <title>GTK+</title>
- <media type="image" src="figures/gtk-css.png"/>
- <p>3.20 is a big release for GTK+. CSS theming has had a major overhaul,
- resulting in significant improvements, with easier theme writing, more
- exact visual styling and more dynamic interfaces. GTK+ themes now
- follow the standard CSS box model much more consistently, and margins and
- minimum height/width can be specified in themes. This not only increases
- familiarity for those already know CSS, but is also much more predictable
- and gives theme authors more control over layout and spacing.</p>
- <p>Other features of CSS theming in 3.20:</p>
- <list>
- <item><p>CSS theming is now fully documented, and widget documentation
- now describes CSS element names and style classes, along with their
- structure.</p></item>
- <item><p>The introduction of CSS selectors allows greater use of
- specificity in themes and gives more flexibility and power to theme
- authors.</p></item>
- <item><p>Most widgets can now be animated using CSS, allowing more
- engaging and dynamic controls.</p></item>
- <item><p>Additional CSS features are now supported, including
- <code>radial-gradient()</code>, <code>rem</code> and <code>calc()</code>.
- </p></item>
- </list>
- <media type="image" src="figures/gtk.gif"/>
- <p>As a result of these changes, existing GTK+ themes will need to be
- updated, and many style properties have been deprecated in favor of CSS
- equivalents. The 3.20 CSS API will remain stable going forward, though (and
- will continue to follow the documentation included with this version).</p>
- <p>CSS theming is not the only area to be enhanced in GTK+ 3.20:</p>
- <list>
- <item><p><code>GtkShortcutsWindow</code> is a new widget to present an
- overview of keyboard shortcuts and multitouch gestures in your
- application. Groups and pages allow shortcuts to be organized, and a
- search feature comes built in.</p></item>
- <item><p><code>gtk-query-settings</code> is a new command line utility to
- query GTK+ settings that are visible to your application.</p></item>
- <item><p><code>gtk-builder-tool</code> has a new preview command for
- viewing .ui files.</p></item>
- <item><p>3.20 sees the first release of <link
- href="https://wiki.gnome.org/Projects/gspell">gspell</link>, a new
- spell-checking library for GTK+ applications. It is the best library of
- its type for GTK+, and makes it easy to add spell checking to
- <code>GtkTextView</code>. gspell is already being used in gedit for 3.20.
- </p></item>
- <item><p><code>gtk3-demo</code> now has a <gui>foreign drawing</gui> demo
- that shows how to style non-GTK+ widgets with a GTK+ visual theme.</p>
- </item>
- <item><p><code>GtkWindow</code> sizing behavior has been improved to work
- with client-side decorations. This means that <code>
- gtk_window_set_default_size()</code> must now be combined with
- <code>gtk_window_get_size()</code>: see the <link
- href="https://wiki.gnome.org/HowDoI/SaveWindowState">save window state
- tutorial </link> for information on best-practices for saving window size.
- </p></item>
- </list>
+ <media type="image" src="figures/placeholder.png"/>
</section>
- <section id="gtk-inspector">
- <title>GTK+ Inspector</title>
- <media type="image" src="figures/gtk-inspector.png"/>
- <p>GTK+’s live inspector has had a number of updates for 3.20:</p>
- <list>
- <item><p>The user interface has been polished: the sidebar has been
- replaced by a drop down in order to devote more space to content display,
- and lists and trees have been cleaned up.</p></item>
- <item><p>Device information is now shown in the general tab.</p></item>
- <item><p>In line with GTK+’s new CSS features, CSS nodes and associated
- style information are now displayed.</p></item>
- <item><p>It is now possible to highlight widgets that are causing resizes.
- </p></item>
- </list>
- </section>
-
- <section id="webkitgtk">
- <title>WebKitGTK+</title>
- <p>Notable changes in the 3.20 version of WebKitGTK+ include:</p>
- <list>
- <item><p>Sessions can now be restored exactly as they were, using <link
- href="http://webkitgtk.org/reference/webkit2gtk/unstable/WebKitWebView.html">
- new serialize/restore APIs</link>.</p></item>
- <item><p>Scrollbars can be presented as a semi-transparent overlay, like
- standard ones in GTK+.</p></item>
- <item><p><code>onbeforeunload</code> is now supported, allowing websites
- to show messages when leaving a page.</p></item>
- <item><p>New APIs allow console messages to be accessed.</p></item>
- <item><p>Significant progress has also been made towards isolating web
- processes from the network, which will help to make WebKitGTK+ more
- secure in the future.</p>
- </item>
- </list>
- </section>
-
- <section id="pygobject">
- <title>PyGObject</title>
- <p>PyGObject improvements for 3.20 include extended <code>GError</code>
- support and performance improvements for function calls and closures. The
- <link href="https://lazka.github.io/pgi-docs/">PyGObject API reference
- </link> has also been improved for 3.20:</p>
- <list>
- <item><p>Links to git.gnome.org C source code have been added.</p></item>
- <item><p>Lots of improvements have been made to the overrides
- documentation (including <code>Gtk.ListStore</code> and
- <code>Gtk.TreeModelRow</code>).</p></item>
- <item><p>Search has been improved and new search settings added.</p>
- </item>
- </list>
- </section>
<section id="more">
<title>Other Improvements</title>
<p>Other improvements for developers in GNOME &gnomeversion; include:</p>
<list>
- <item><p>In GLib, support has been added for DTLS (Datagram TLS), in
- order to enable encrypted streaming media.</p></item>
- <item><p>Also in GLib, new helpers for overflow-checked integer
- operations help make it easier to write safe code.</p></item>
- <item><p><link href="https://wiki.gnome.org/Projects/JsonGlib">
- JSON-GLib</link>,
- <link href="https://wiki.gnome.org/Projects/Gom">Gom</link> and
- <link href="https://developer.gnome.org/gtk3/stable/GtkBuilder.html">
- GtkBuilder</link> can now be used from
- <link href="https://wiki.gnome.org/Projects/Gjs">Gjs</link>.</p></item>
- <item><p><link href="https://wiki.gnome.org/Projects/Tracker">Tracker
- </link> has much improved SPARQL 1.1 support (see the <link
- href="http://www.w3.org/TR/sparql11-query/">query language</link> and
- <link href="http://www.w3.org/TR/sparql11-update/">update language</link>
- specifications). <code>DELETE {...}</code>, <code>INSERT {...}</code> and
- <code>WHERE {...}</code> syntax is now supported, <code>BIND</code> can
- also be used, and many SPARQL 1.1 builtin functions have been added.</p>
- </item>
- <item><p>gitg, GNOME’s graphical Git client, got a restyled repositories
- list. Commit previews and diffs have also been improved, with new styling
- and integration with system themes (so they are properly styled with the
- dark system theme, for example).</p></item>
+ <item><p></p></item>
+ <item><p></p></item>
+ <item><p></p></item>
</list>
</section>
diff --git a/help/C/i18n.page b/help/C/i18n.page
index fc976c4..ae781ca 100644
--- a/help/C/i18n.page
+++ b/help/C/i18n.page
@@ -1,8 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE page [
-<!ENTITY gnomeversion "3.20">
-<!ENTITY lastversion "3.18">
-<!ENTITY nextversion "3.22">
+<!ENTITY gnomeversion "3.22">
+<!ENTITY lastversion "3.20">
+<!ENTITY nextversion "3.24">
<!ENTITY supportedlanguages "38">
<!ENTITY percentagetranslated "80">
]>
@@ -29,14 +29,14 @@
<p>Thanks to members of the worldwide <link href="https://wiki.gnome.org/TranslationProject">GNOME
Translation Project</link>, GNOME &gnomeversion; offers support for more than &supportedlanguages; languages
with at least &percentagetranslated; percent of strings translated. User documentation is also available in
many languages.</p>
<list style="compact">
-<!-- <item><p>Arabic</p></item> -->
-<!-- <item><p>Assamese</p></item> -->
-<!-- <item><p>Asturian</p></item> -->
+ <item><p>Arabic</p></item>
+ <item><p>Assamese</p></item>
+ <item><p>Asturian</p></item>
<item><p>Basque</p></item>
-<!-- <item><p>Belarusian</p></item> -->
+ <item><p>Belarusian</p></item>
<item><p>Bosniac</p></item>
<item><p>Brazilian Portuguese</p></item>
-<!-- <item><p>British English</p></item> -->
+ <item><p>British English</p></item>
<item><p>Bulgarian</p></item>
<item><p>Catalan</p></item>
<item><p>Catalan (Valencian)</p></item>
@@ -46,32 +46,32 @@
<item><p>Czech</p></item>
<item><p>Danish</p></item>
<item><p>Dutch</p></item>
-<!-- <item><p>Estonian</p></item> -->
+ <item><p>Estonian</p></item>
<item><p>Finnish</p></item>
<item><p>French</p></item>
<item><p>Galician</p></item>
<item><p>German</p></item>
<item><p>Greek</p></item>
-<!-- <item><p>Gujarati</p></item> -->
+ <item><p>Gujarati</p></item>
<item><p>Hebrew</p></item>
-<!-- <item><p>Hindi</p></item> -->
+ <item><p>Hindi</p></item>
<item><p>Hungarian</p></item>
<item><p>Indonesian</p></item>
<item><p>Italian</p></item>
<item><p>Japanese</p></item>
-<!-- <item><p>Kannada</p></item> -->
+ <item><p>Kannada</p></item>
<item><p>Korean</p></item>
<item><p>Latvian</p></item>
<item><p>Lithuanian</p></item>
-<!-- <item><p>Macedonian</p></item> -->
-<!-- <item><p>Malayalam</p></item> -->
+ <item><p>Macedonian</p></item>
+ <item><p>Malayalam</p></item>
<item><p>Marathi</p></item>
<item><p>Norwegian Bokmål</p></item>
-<!-- <item><p>Oriya</p></item> -->
+ <item><p>Oriya</p></item>
<item><p>Polish</p></item>
<item><p>Portuguese</p></item>
-<!-- <item><p>Punjabi</p></item> -->
-<!-- <item><p>Romanian</p></item> -->
+ <item><p>Punjabi</p></item>
+ <item><p>Romanian</p></item>
<item><p>Russian</p></item>
<item><p>Serbian</p></item>
<item><p>Serbian Latin</p></item>
@@ -79,13 +79,13 @@
<item><p>Slovenian</p></item>
<item><p>Spanish</p></item>
<item><p>Swedish</p></item>
-<!-- <item><p>Tamil</p></item> -->
-<!-- <item><p>Telugu</p></item> -->
-<!-- <item><p>Thai</p></item> -->
+ <item><p>Tamil</p></item>
+ <item><p>Telugu</p></item>
+ <item><p>Thai</p></item>
<item><p>Turkish</p></item>
-<!-- <item><p>Uighur</p></item> -->
+ <item><p>Uighur</p></item>
<item><p>Ukrainian</p></item>
-<!-- <item><p>Vietnamese</p></item> -->
+ <item><p>Vietnamese</p></item>
</list>
<p>Numerous other languages are partially supported, with more than half of their strings translated.</p>
diff --git a/help/C/index.page b/help/C/index.page
index 7f014d0..f241881 100644
--- a/help/C/index.page
+++ b/help/C/index.page
@@ -1,8 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE page [
-<!ENTITY gnomeversion "3.20">
-<!ENTITY lastversion "3.18">
-<!ENTITY nextversion "3.22">
+<!ENTITY gnomeversion "3.22">
+<!ENTITY lastversion "3.20">
+<!ENTITY nextversion "3.24">
<!ENTITY gitcommits "28933">
<!ENTITY gitauthors "837">
]>
@@ -19,16 +19,12 @@
<name its:translate="no">Allan Day</name>
<email its:translate="no">aday gnome org</email>
</credit>
- <credit type="author">
- <name its:translate="no">Adelia Rahim</name>
- <email its:translate="no">adeliarahim gmail com</email>
- </credit>
<license>
<p>Creative Commons Share Alike 4.0</p>
</license>
</info>
- <title>Introducing GNOME &gnomeversion;: Delhi</title>
+ <title>Introducing GNOME &gnomeversion;: Karlsruhe</title>
<p>GNOME &gnomeversion; is the latest version of GNOME 3, and is the result
of 6 months’ hard work by the GNOME community. It contains major new
@@ -36,140 +32,14 @@
release incorporates &gitcommits; changes, made by approximately &gitauthors;
contributors.</p>
- <p>3.20 has been named “Delhi” in recognition of this year’s GNOME.Asia
- organizing team. <link href="http://gnome.asia/">GNOME.Asia</link> is GNOME’s
- long-running annual conference in Asia, and is only possible due to the hard
- work of local volunteers.</p>
-
- <section id="os-upgrades">
- <title>Effortless Operating System Upgrades</title>
- <media type="image" src="figures/os-upgrades.png"/>
- <p>It has always been possible to install software updates through the
- Software application. However, from 3.20, it is also possible to upgrade to
- new major versions of your operating system. This is the first time that
- GNOME has this ability, and means that you no longer need to do a new
- installation or use a command line tool to get the next version of your
- distribution. It is a major milestone in making GNOME-based systems user
- friendly and accessible to all.</p>
- <p>Upgrading your operating system is simple and convenient: you are
- automatically notified when an upgrade is available to be downloaded, and
- are given feedback about download progress. Installation of the upgrade
- happens while the system is not running, in order to increase safety and
- prevent errors.</p>
- </section>
-
- <section id="wayland">
- <title>Wayland is Available</title>
- <media type="image" src="figures/wayland.png"/>
- <p>Wayland is the next generation technology for display and input on
- GNU/Linux. It eliminates graphics glitches, addresses long-standing bugs,
- and lays the foundation for more secure applications. Wayland also brings
- new functionality, such as multitouch touchpad gestures.</p>
- <p>Work on making GNOME usable with Wayland has been happening for some
- time, and a huge amount of effort has gone into this initiative for 3.20.
- Features that have been completed for 3.20 include kinetic scrolling,
- drag-and-drop, application startup notifications, middle-click paste and
- more. This work means that, for the majority of users, Wayland now provides
- a usable day to day experience. To try it out, select GNOME on Wayland from
- the gear menu on the login screen.</p>
- <p>Note: some features are unavailable when running GNOME with Wayland,
- including screen sharing and support for Wacom graphics tablets.</p>
- </section>
-
- <section id="photo-editing">
- <title>Simple and Easy Photo Editing</title>
- <media type="image" src="figures/photo-editing.png"/>
- <p>With 3.20, editing has arrived in Photos. The new editing controls are
- simple and easy to use. All editing is non-destructive, so your
- original photo is preserved and changes can be undone. Editing functions
- include crop and rotate, color adjustment and picture enhancement. A
- selection of artistic filters are also available.</p>
- <p>Editing is accompanied by a new export feature that allows you to
- generate copies of edited photos for sharing, printing or backup. An option
- to export at a reduced size is useful for uploads and emailing.</p>
- <p>The latest Photos release also includes a collection of smaller bug
- fixes and improvements.</p>
- </section>
-
- <section id="shortcut-windows">
- <title>Master all the Shortcuts!</title>
- <media type="image" src="figures/shortcut-windows.png"/>
- <p>Shortcut windows are a new way to find out about shortcuts in GNOME
- applications. Each shortcut window lists the keyboard shortcuts and
- multitouch gestures (such as for touchpads) for an application, along with
- their corresponding functions. Groups and pages help with navigation, and
- search allows you to find specific shortcuts that you might be looking for.
- </p>
- <p>Many GNOME applications have shortcut windows for 3.20, including
- Files, Videos, Photos, gedit, Builder, Maps and more. In each
- application, the shortcut window can be opened from the application menu,
- or by using the <keyseq><key>Ctrl</key><key>?</key></keyseq> or
- <keyseq><key>Ctrl</key><key>F1</key></keyseq> shortcut.</p>
- </section>
-
- <section id="media-controls">
- <title>Quickly Access Media Controls</title>
- <media type="image" src="figures/media-controls.png"/>
- <p>With GNOME 3.20, media controls are now built-in and displayed in the
- notification/clock area. This provides a way to quickly access music and
- video applications that are currently in use. Controls for multiple media
- applications can even be shown at the same time.</p>
- <p>The controls show the name and artist of the currently playing track,
- which can be paused and resumed. It is also possible to skip forward and
- back. This new feature works with a large range of music players, using the
- common MPRIS standard.</p>
- </section>
-
- <section id="polari">
- <title>Upgrade Your IRC</title>
- <media type="image" src="figures/polari.png"/>
- <p>3.20 has been a big release for Polari, GNOME’s IRC application. The
- online paste service feature that was introduced last release has been
- substantially improved: in addition to being able to paste blocks of text
- for sharing, it is now possible to paste images directly into chats, in
- order to share them using <link href="http://imgur.com/">Imgur</link>.</p>
- <p>Adding servers and rooms has also been improved for 3.20, as have server
- settings. Adding a server is now just a matter of picking the one you want
- from a list, rather than having to enter the address manually. This is not
- only easier, but also ensures that the most secure connection is
- automatically selected. Also in 3.20, server properties are now accessed
- from the sidebar, which is more convenient and natural. These changes were
- implemented by Isabella Ribeiro, as a part of an
- <link href="https://www.gnome.org/outreachy/">Outreachy</link> internship.
- </p>
- <p>The new version of Polari also supports many more traditional IRC
- features, like the /msg command, tab completion for IRC commands, and the
- ability to open IRC links.</p>
- <p>In addition to these features, 3.20 includes other smaller changes:</p>
- <list>
- <item><p>Polari can now handle server passwords (this is especially
- useful when using <link
- href="https://en.wikipedia.org/wiki/BNC_(software)">bouncers</link>,
- like <link href="http://wiki.znc.in/ZNC">ZNC</link>).</p></item>
- <item><p>Look and feel has been improved, with a restyled input bar and
- new text animations.</p></item>
- <item><p>Status message handling is smarter, in order to minimize noise
- in chatrooms.</p></item>
- <item><p>More keyboard shortcuts have been added (see Polari’s shortcut
- window for an overview).</p></item>
- </list>
- </section>
+ <p>3.20 has been named “Karlsruhe” in recognition of this year’s GUADEC
+ organizing team. <link href="http://guadec.org/">GUADEC</link> is GNOME’s
+ main annual conference, and is only possible due to the hard work of local
+ volunteers.</p>
- <section id="files">
- <title>A More Polished Files Application</title>
- <media type="image" src="figures/files-search.png"/>
- <p>The Files application has had a lot of polish and refinement for 3.20.
- Search has been a particular focus: search filters have been revamped, and
- are vastly simpler and easier to use than the previous version. Search has
- also been made more robust: performance issues have been addressed, and the
- interface is faster and more responsive.</p>
- <p>Files also has a more compact and easier to understand preferences
- dialog for 3.20. This includes new settings for showing the permanent
- delete and create symbolic link actions, as well as for recursive search
- behavior.</p>
- <p>Smaller improvements in 3.20 include an extra zoom level in the list and
- grid views, bigger thumbnails, and the display of available and remaining
- space for drives in the other places view.</p>
+ <section id="heading">
+ <title>Heading</title>
+ <media type="image" src="figures/placeholder.png"/>
</section>
<section id="more">
diff --git a/help/C/more.page b/help/C/more.page
index 72e24a1..f476cf0 100644
--- a/help/C/more.page
+++ b/help/C/more.page
@@ -1,8 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE page [
-<!ENTITY gnomeversion "3.20">
-<!ENTITY lastversion "3.18">
-<!ENTITY nextversion "3.22">
+<!ENTITY gnomeversion "3.22">
+<!ENTITY lastversion "3.20">
+<!ENTITY nextversion "3.24">
]>
<page xmlns="http://projectmallard.org/1.0/"
xmlns:its="http://www.w3.org/2005/11/its"
@@ -17,10 +17,6 @@
<name its:translate="no">Allan Day</name>
<email its:translate="no">allanday gnome org</email>
</credit>
- <credit type="author">
- <name its:translate="no">Adelia Rahim</name>
- <email its:translate="no">adeliarahim gmail com</email>
- </credit>
<license>
<p>Creative Commons Share Alike 4.0</p>
</license>
@@ -32,150 +28,9 @@
including reviews in Software, improvements to Maps and Web, and an improved
user interface font.</p>
- <section id="software-reviews">
- <title>Reviews Have Arrived in Software</title>
- <media type="image" src="figures/software-reviews-header.png"/>
- <p>Software now lets you see what people think about the applications that
- are available to install. Each review gives an application a star rating,
- and an average rating is shown for each application, allowing you to
- evaluate applications at a glance. The most relevant and useful reviews are
- shown first, and you can let other users know when you’ve found a review to
- be useful by rating it up.</p>
- <p>And, of course, you can write your own reviews, and let others know
- what you think of the applications you’ve used. This is a great way to help
- out and improve the experience for other users.</p>
- <media type="image" src="figures/software-reviews.png"/>
- </section>
-
- <section id="location-services-privacy">
- <title>More Control Over Location Services</title>
- <media type="image" src="figures/location-services-privacy.png"/>
- <p>Location services make it possible for applications to find out your
- current location. This can be extremely useful, but it can also be a
- privacy issue if you don’t want other parties to know where you are. For
- this reason, it has always been possible to disable location services, in
- order to prevent them from being used by applications. With 3.20, these
- privacy controls have been enhanced, to be more robust and to give you more
- control.</p>
- <p>In the new release, access to location services can be decided per
- application: each application has to ask for access to location data the
- first time it requests it, and it is also possible to decide which
- applications can use location services from the privacy settings.</p>
- <p>With the new privacy controls, applications can provide an explanation
- for why they are trying to access location data, which helps to make
- application behavior more understandable. As with previous versions of
- GNOME, an indicator is displayed in the top bar when location services are
- in use.</p>
- </section>
-
- <section id="web">
- <title>Enhanced Web Browser</title>
- <media type="image" src="figures/web.png"/>
- <p>Web, the GNOME browser, has several major new features in 3.20, as well
- as many smaller improvements. Downloads are now shown in a popover that can
- be accessed from the header bar. This means that downloads don’t get in the
- way, and makes it possible to easily view previous downloads.</p>
- <p>Session restore is another major new feature in the new version of Web.
- With previous versions, your old tabs were reopened when Web was restarted,
- however some things were not restored as you left them. That has now
- changed: when you open the browser, every tab will be exactly as you left
- it, including its browsing history and the scroll position. This behavior
- can be disabled from the preferences, if you prefer to start with a blank
- slate each time.</p>
- <p>Other changes in Web include:</p>
- <list>
- <item><p>Feedback when visiting non-HTTPS sites has been improved.</p>
- </item>
- <item><p>New tabs now inherit browsing history when opened from a link
- (this restores behavior that was lost in a previous version).</p></item>
- <item><p>The cookies dialog now allows you to search.</p></item>
- <item><p>Web now supports advanced web-based graphics and audio, with
- WebGL and Web Audio.</p></item>
- </list>
- </section>
-
- <section id="maps">
- <title>Maps: Edit, Print, Import</title>
- <media type="image" src="figures/maps.png"/>
- <p>The new version of Maps includes a large collection of improvements.
- The most significant of these include:</p>
- <list>
- <item><p>It is now possible to add and edit place information from
- <link href="https://www.openstreetmap.org/">OpenStreetMap</link>.</p>
- </item>
- <item><p>Place popovers now include more information, such as website
- addresses and phone numbers; this can be viewed by expanding each place
- popover.</p></item>
- <item><p>Custom layers allows additional map layers to be added, using
- common mapping file formats like GeoJSON, KML and GPX. These can be found
- online for things like local political borders, points of interest for
- events, or environmental data. It is also possible to use this feature to
- display your own route data from mobile devices or Google.</p></item>
- <item><p>Printing for route directions. These directions show a clear
- list of directions, along with map images for each instruction.</p></item>
- <item><p>Maps can now be used to generate map images in PNG format. This
- can be useful for including in documents and websites, or even for
- sharing with others.</p></item>
- </list>
- <p>Other smaller improvements in this release include:</p>
- <list>
- <item><p>A new scale ruler that is shown on the map.</p></item>
- <item><p>Maps now shows the last viewed location when started, so you
- don’t have to keep navigating back to the same place.</p></item>
- <item><p>Location links that use the “geo:” prefix can now be opened.</p>
- </item>
- <item><p>Information about roundabouts is now fully provided in
- directions.</p></item>
- </list>
- </section>
-
- <section id="cantarell">
- <title>A More Refined Font</title>
- <media type="image" src="figures/cantarell.png"/>
- <p>Cantarell – the default GNOME font – has had lots of improvements for
- 3.20. Overall, text has a far better appearance, with letters looking more
- harmonious and consistent at all sizes. Coverage has also been expanded to
- include additional character sets, including Vietnamese, Cyrillic and
- Devanagari, as well as other miscellaneous characters.</p>
- <p>Many characters have also received a face-lift, such as Cyrillic, which
- now renders consistently, and special Icelandic characters.</p>
- </section>
-
- <section id="mouse-and-touchpad">
- <title>Redesigned Mouse and Touchpad Settings</title>
- <media type="image" src="figures/mouse-and-touchpad.png"/>
- <p>In Settings, the mouse and touchpad preferences have been overhauled, to
- give a cleaner and more modern look. The new design makes it quicker to
- locate the settings that are relevant to you: for instance, the touchpad
- settings will only be displayed if you have a touchpad. More explanation
- for settings is also provided, such as for the natural scrolling and
- primary button settings.</p>
- <p>As a part of these changes, the double-click delay setting been moved to
- the universal access settings.</p>
- </section>
-
- <section id="dconf-editor">
- <title>Revamped dconf Editor</title>
- <media type="image" src="figures/dconf-editor.png"/>
- <p>dconf Editor has had a facelift for 3.20. Settings lists have been
- overhauled, to give a better overview, with each row now including the
- description for the setting. Search uses the standard design found in other
- GNOME applications, making it easier to find. Search can also be activated
- by just starting to type.</p>
- <p>The new version includes a number of new features, too: bookmarks allow
- you to easily go back to frequently used settings, and "use default value"
- switches allow you to toggle settings you have changed. Copy current path
- and reset visible keys are other handy functions that have been added.</p>
- </section>
-
- <section id="nibbles">
- <title>Retro Arcade Fun</title>
- <media type="image" src="figures/nibbles.png"/>
- <p>Nibbles has undergone a major transformation for this release! The new
- version has updated artwork and a fun, retro arcade style, including little
- worm icons to indicate how many remaining lives you have. The addition of a
- new game screen and better integration of high scores makes the game more
- straightforward and engaging.</p>
+ <section id="heading">
+ <title>Heading</title>
+ <media type="image" src="figures/placeholder.png"/>
</section>
<section id="more">
@@ -183,51 +38,10 @@
<p>As usual, there are many other smaller improvements in this GNOME
release. Here are some of them:</p>
<list>
- <item><p>Keyboard keys for airplane mode, Wi-Fi and Bluetooth now work,
- and visual feedback is shown to clearly communicate when they are
- being used.</p></item>
- <item><p>Calendar’s quick add popover now enables you to select which
- calendar you want to add an event to. The look of the year view has also
- been improved.</p></item>
- <item><p>Your computer’s MAC address is now randomly masked when scanning
- for Wi-Fi access points. This prevents tracking by other parties.
- </p></item>
- <item><p>In the To Do application, tasks in the scheduled view are now
- grouped under date headings. A new plugin system is also being
- introduced, which will allow To Do to be connected to online task
- managers.</p></item>
- <item><p>Software now makes better use of screen space: the number of
- applications on the landing page grows to take advantage of available
- space, and the installed, updates, and categories views look better on
- large displays.
- </p></item>
- <item><p>Check boxes and radio buttons now have subtle animations when
- they are selected.</p></item>
- <item><p>An option now allows the battery charge percentage to be shown
- in the top bar. This option can be found in dconf Editor, under <gui>org
- ‣ gnome ‣ desktop ‣ interface ‣ show-battery-percentage</gui>.</p></item>
- <item><p>If you plug in an audio device (such as a headset, headphones or
- microphone) and it cannot be identified, you will now be asked what kind
- of device it is. This addresses an issue that prevented headsets and
- microphones being used on many Dell computers.</p></item>
- <item><p>Documents now allows you to list your documents by author, date
- or name, and looks better when views are empty.</p></item>
- <item><p>In the Settings application, the printer jobs dialog has been updated
- with a clean, modern style.</p></item>
- <item><p>Boxes, the GNOME application for using virtual and remote machines,
- automatically creates a snapshot after a virtual machine has been
- created. This makes it easy to revert the machine to its original state.
- </p></item>
+ <item><p></p></item>
+ <item><p></p></item>
+ <item><p></p></item>
</list>
</section>
-<!-- It hasn't been confirmed whether this feature should be included in the
-release notes:
-
- <item><p>Improved clipboard functionality in Orca. For instance, Orca is
- able to recognize if the text that has just been copied, cut or deleted
- from a document matches the clipboard contents, and will tell you so
- instead of repeating the text.</p></item>
--->
-
</page>
diff --git a/help/Makefile.am b/help/Makefile.am
index 6bc7602..21244c7 100644
--- a/help/Makefile.am
+++ b/help/Makefile.am
@@ -11,27 +11,6 @@ HELP_FILES = \
HELP_MEDIA = \
figures/placeholder.png \
- figures/wayland.png \
- figures/shortcut-windows.png \
- figures/files-search.png \
- figures/photo-editing.png \
- figures/maps.png \
- figures/mouse-and-touchpad.png \
- figures/web.png \
- figures/dconf-editor.png \
- figures/nibbles.png \
- figures/location-services-privacy.png \
- figures/media-controls.png \
- figures/xdg-app.png \
- figures/cantarell.png \
- figures/gtk-inspector.png \
- figures/gtk-css.png \
- figures/polari.png \
- figures/builder.png \
- figures/os-upgrades.png \
- figures/software-reviews.png \
- figures/software-reviews-header.png \
- figures/gtk.gif \
- figures/builder-xdg-app.png
+ figures/wayland.png
-HELP_LINGUAS = cs de el es fr gl hu ja ko lt pl pt_BR sv tr uk
+HELP_LINGUAS =
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]