Git commit b3ab16201f32b0a971dc7a9ac29ee053f248efd8 by Yuri Chornoivan. Committed on 06/05/2019 at 08:10. Pushed by yurchor into branch 'master'.
Update docs and screenshots M +- -- doc/config.png M +- -- doc/config_background.png M +- -- doc/config_layout.png M +- -- doc/config_tiles.png M +- -- doc/gamescreen.png M +- -- doc/highscore.png M +8 -2 doc/index.docbook M +- -- doc/numbered.png https://commits.kde.org/kmahjongg/b3ab16201f32b0a971dc7a9ac29ee053f248efd8 diff --git a/doc/config.png b/doc/config.png index 204f22e..8222147 100644 Binary files a/doc/config.png and b/doc/config.png differ diff --git a/doc/config_background.png b/doc/config_background.png index 312d6c4..8a7d819 100644 Binary files a/doc/config_background.png and b/doc/config_background.png differ diff --git a/doc/config_layout.png b/doc/config_layout.png index 4fcda29..def17cc 100644 Binary files a/doc/config_layout.png and b/doc/config_layout.png differ diff --git a/doc/config_tiles.png b/doc/config_tiles.png index 00cef50..c7cdce1 100644 Binary files a/doc/config_tiles.png and b/doc/config_tiles.png differ diff --git a/doc/gamescreen.png b/doc/gamescreen.png index 5c8b55a..383028e 100644 Binary files a/doc/gamescreen.png and b/doc/gamescreen.png differ diff --git a/doc/highscore.png b/doc/highscore.png index c689314..788601b 100644 Binary files a/doc/highscore.png and b/doc/highscore.png differ diff --git a/doc/index.docbook b/doc/index.docbook index 5a8e222..e6e3315 100644 --- a/doc/index.docbook +++ b/doc/index.docbook @@ -27,8 +27,8 @@ <legalnotice>&FDLNotice;</legalnotice> -<date>2016-01-04</date><!-- Date of (re)writing, or update.--> -<releaseinfo>0.9 (Applications 16.04)</releaseinfo><!-- Application version number. Use the variable definitions within header to change this value.--> +<date>2019-05-06</date><!-- Date of (re)writing, or update.--> +<releaseinfo>0.9 (Applications 19.08)</releaseinfo><!-- Application version number. Use the variable definitions within header to change this value.--> <!--Short description of this document. Do not change unless necessary!--> <abstract> @@ -414,6 +414,12 @@ of the &kde; Fundamentals. Selects only games that can be solved when you start a new game. </para></listitem> </varlistentry> + <varlistentry> + <term><guilabel>Show removed tiles</guilabel></term> + <listitem><para> + If checked, this setting allows &kmahjongg; to show the removed tiles on the board. + </para></listitem> + </varlistentry> </variablelist> </sect1> diff --git a/doc/numbered.png b/doc/numbered.png index 657f2fe..c31af65 100644 Binary files a/doc/numbered.png and b/doc/numbered.png differ
