From 49130150cdd560b7553db227a962cb4df26a050f Mon Sep 17 00:00:00 2001 From: Dirk Hohndel Date: Thu, 3 Jun 2021 08:25:11 -0700 Subject: cleanup: don't use colons in file names While Subsurface doesn't build on Windows, we shouldn't prevent people from checking out the sources there... Signed-off-by: Dirk Hohndel --- Documentation/images/Filter-LocTemp.png | Bin 0 -> 61529 bytes Documentation/images/Filter-LocTempWeek.png | Bin 0 -> 97921 bytes Documentation/images/Filter-LocTempWeekVis.png | Bin 0 -> 66930 bytes Documentation/images/Filter:LocTemp.png | Bin 61529 -> 0 bytes Documentation/images/Filter:LocTempWeek.png | Bin 97921 -> 0 bytes Documentation/images/Filter:LocTempWeekVis.png | Bin 66930 -> 0 bytes Documentation/user-manual.txt | 6 +++--- 7 files changed, 3 insertions(+), 3 deletions(-) create mode 100644 Documentation/images/Filter-LocTemp.png create mode 100644 Documentation/images/Filter-LocTempWeek.png create mode 100644 Documentation/images/Filter-LocTempWeekVis.png delete mode 100644 Documentation/images/Filter:LocTemp.png delete mode 100644 Documentation/images/Filter:LocTempWeek.png delete mode 100644 Documentation/images/Filter:LocTempWeekVis.png (limited to 'Documentation') diff --git a/Documentation/images/Filter-LocTemp.png b/Documentation/images/Filter-LocTemp.png new file mode 100644 index 000000000..0fdf0d353 Binary files /dev/null and b/Documentation/images/Filter-LocTemp.png differ diff --git a/Documentation/images/Filter-LocTempWeek.png b/Documentation/images/Filter-LocTempWeek.png new file mode 100644 index 000000000..46fffbd77 Binary files /dev/null and b/Documentation/images/Filter-LocTempWeek.png differ diff --git a/Documentation/images/Filter-LocTempWeekVis.png b/Documentation/images/Filter-LocTempWeekVis.png new file mode 100644 index 000000000..9706aae34 Binary files /dev/null and b/Documentation/images/Filter-LocTempWeekVis.png differ diff --git a/Documentation/images/Filter:LocTemp.png b/Documentation/images/Filter:LocTemp.png deleted file mode 100644 index 0fdf0d353..000000000 Binary files a/Documentation/images/Filter:LocTemp.png and /dev/null differ diff --git a/Documentation/images/Filter:LocTempWeek.png b/Documentation/images/Filter:LocTempWeek.png deleted file mode 100644 index 46fffbd77..000000000 Binary files a/Documentation/images/Filter:LocTempWeek.png and /dev/null differ diff --git a/Documentation/images/Filter:LocTempWeekVis.png b/Documentation/images/Filter:LocTempWeekVis.png deleted file mode 100644 index 9706aae34..000000000 Binary files a/Documentation/images/Filter:LocTempWeekVis.png and /dev/null differ diff --git a/Documentation/user-manual.txt b/Documentation/user-manual.txt index 3a4b676cd..6ad6dbfe0 100644 --- a/Documentation/user-manual.txt +++ b/Documentation/user-manual.txt @@ -2766,20 +2766,20 @@ We may wish to refine our selection of dives to show in the *Dive List*. Let's s temperature was 18 °C or higher. Select "Water Temp." from the list of constraints. A line containing this new constraint is added to the filter panel. Select "at least" from the combobox on this line and type "18" in the appropriate text box. Below is an image with constraints defined to filter dives at Sodwana with water temperatures at 18 °C or higher. -image::images/Filter:LocTemp.png["Figure: Filter: Stage 2 Filter set construction",align="center"] +image::images/Filter-LocTemp.png["Figure: Filter: Stage 2 Filter set construction",align="center"] In order to refine our filter we may wish to show only dives on a Tuesday. Select "week day" from the list of constraints. A line containing this new constraint is added to the filter panel with a dropdown list of days that are selectable. Select "Tuesday" from the list. The image below shows a filter that selects dives at Sodwana on Tuesdays with the water temperature at or above 18 °C. -image::images/Filter:LocTempWeek.png["Figure: Filter: Stage 3 Filter set construction",align="center"] +image::images/Filter-LocTempWeek.png["Figure: Filter: Stage 3 Filter set construction",align="center"] As a last step in refining our filter we may wish to add another constraint specifying visibility of at least three stars. Select "visibility" from the list of constraints. A new line is added to the filter panel, allowing us to select the number of stars we require. In this case click on the third star and ensure that the combobox shows "at least". We have now filtered for all dives at Sodwana on a Tuesday with water temperature at or above 18 °C and with a 3-star or better visibility. -image::images/Filter:LocTempWeekVis.png["Figure: Filter: Stage 4 Filter set construction",align="center"] +image::images/Filter-LocTempWeekVis.png["Figure: Filter: Stage 4 Filter set construction",align="center"] Clearly it is possible to construct highly refined filters. The examples above show only a tiny fraction of the possibilities in creating filters. -- cgit v1.2.3-70-g09d2