From 428cbc4d65b30a9f28017021f78d2b2d4c905a29 Mon Sep 17 00:00:00 2001 From: asanoaozora Date: Mon, 23 Jan 2017 14:10:10 +0100 Subject: freeze a GDP version --- doc/fuel-stop-advisor/NavigationAppBrowseMap.png | Bin 0 -> 210368 bytes .../NavigationAppBrowseMapManeuvers.png | Bin 0 -> 245886 bytes .../NavigationAppBrowseMap_Settings.png | Bin 0 -> 160197 bytes doc/fuel-stop-advisor/NavigationAppMain.png | Bin 0 -> 296207 bytes doc/fuel-stop-advisor/NavigationAppPOI.png | Bin 0 -> 69017 bytes doc/fuel-stop-advisor/NavigationAppSearch.png | Bin 0 -> 113930 bytes doc/fuel-stop-advisor/NavigationAppSettings.png | Bin 0 -> 175327 bytes .../NavigationAppSettingsLanguageAndUnits.png | Bin 0 -> 170874 bytes .../NavigationAppSettingsPreferences.png | Bin 0 -> 168217 bytes .../NavigationAppTripComputer.png | Bin 0 -> 59875 bytes doc/fuel-stop-advisor/menu.md | 98 +++++++++++++++++++++ 11 files changed, 98 insertions(+) create mode 100644 doc/fuel-stop-advisor/NavigationAppBrowseMap.png create mode 100644 doc/fuel-stop-advisor/NavigationAppBrowseMapManeuvers.png create mode 100644 doc/fuel-stop-advisor/NavigationAppBrowseMap_Settings.png create mode 100644 doc/fuel-stop-advisor/NavigationAppMain.png create mode 100644 doc/fuel-stop-advisor/NavigationAppPOI.png create mode 100644 doc/fuel-stop-advisor/NavigationAppSearch.png create mode 100644 doc/fuel-stop-advisor/NavigationAppSettings.png create mode 100644 doc/fuel-stop-advisor/NavigationAppSettingsLanguageAndUnits.png create mode 100644 doc/fuel-stop-advisor/NavigationAppSettingsPreferences.png create mode 100644 doc/fuel-stop-advisor/NavigationAppTripComputer.png create mode 100644 doc/fuel-stop-advisor/menu.md (limited to 'doc') diff --git a/doc/fuel-stop-advisor/NavigationAppBrowseMap.png b/doc/fuel-stop-advisor/NavigationAppBrowseMap.png new file mode 100644 index 0000000..61c8c92 Binary files /dev/null and b/doc/fuel-stop-advisor/NavigationAppBrowseMap.png differ diff --git a/doc/fuel-stop-advisor/NavigationAppBrowseMapManeuvers.png b/doc/fuel-stop-advisor/NavigationAppBrowseMapManeuvers.png new file mode 100644 index 0000000..391cf2d Binary files /dev/null and b/doc/fuel-stop-advisor/NavigationAppBrowseMapManeuvers.png differ diff --git a/doc/fuel-stop-advisor/NavigationAppBrowseMap_Settings.png b/doc/fuel-stop-advisor/NavigationAppBrowseMap_Settings.png new file mode 100644 index 0000000..39c3e5f Binary files /dev/null and b/doc/fuel-stop-advisor/NavigationAppBrowseMap_Settings.png differ diff --git a/doc/fuel-stop-advisor/NavigationAppMain.png b/doc/fuel-stop-advisor/NavigationAppMain.png new file mode 100644 index 0000000..b225d0d Binary files /dev/null and b/doc/fuel-stop-advisor/NavigationAppMain.png differ diff --git a/doc/fuel-stop-advisor/NavigationAppPOI.png b/doc/fuel-stop-advisor/NavigationAppPOI.png new file mode 100644 index 0000000..8b7c4e6 Binary files /dev/null and b/doc/fuel-stop-advisor/NavigationAppPOI.png differ diff --git a/doc/fuel-stop-advisor/NavigationAppSearch.png b/doc/fuel-stop-advisor/NavigationAppSearch.png new file mode 100644 index 0000000..ab187ea Binary files /dev/null and b/doc/fuel-stop-advisor/NavigationAppSearch.png differ diff --git a/doc/fuel-stop-advisor/NavigationAppSettings.png b/doc/fuel-stop-advisor/NavigationAppSettings.png new file mode 100644 index 0000000..5c2d4ab Binary files /dev/null and b/doc/fuel-stop-advisor/NavigationAppSettings.png differ diff --git a/doc/fuel-stop-advisor/NavigationAppSettingsLanguageAndUnits.png b/doc/fuel-stop-advisor/NavigationAppSettingsLanguageAndUnits.png new file mode 100644 index 0000000..92a9b52 Binary files /dev/null and b/doc/fuel-stop-advisor/NavigationAppSettingsLanguageAndUnits.png differ diff --git a/doc/fuel-stop-advisor/NavigationAppSettingsPreferences.png b/doc/fuel-stop-advisor/NavigationAppSettingsPreferences.png new file mode 100644 index 0000000..f32a6e8 Binary files /dev/null and b/doc/fuel-stop-advisor/NavigationAppSettingsPreferences.png differ diff --git a/doc/fuel-stop-advisor/NavigationAppTripComputer.png b/doc/fuel-stop-advisor/NavigationAppTripComputer.png new file mode 100644 index 0000000..089c9dd Binary files /dev/null and b/doc/fuel-stop-advisor/NavigationAppTripComputer.png differ diff --git a/doc/fuel-stop-advisor/menu.md b/doc/fuel-stop-advisor/menu.md new file mode 100644 index 0000000..72808fe --- /dev/null +++ b/doc/fuel-stop-advisor/menu.md @@ -0,0 +1,98 @@ +# Description of the menu tree structure + +## Some naming conventions: + +A menu is named with the corresponding qml file name. +Each menu contains a set of possible actions (e.g. push a button) that change the status and in some case open another menu +Actions are named with capital letters + +## Available menus and details: + +### NavigationAppMain +![NavigationAppMain](NavigationAppMain.png) +Rationale: +To allow to access sub menus +Actions: +NAVI --> show navigation menu +POI --> show poi menu +MAP --> show map viewer menu +TRIP --> show trip computer +QUIT --> close the application + +###NavigationAppTripComputer +![NavigationAppTripComputer](NavigationAppTripComputer.png) +Rationale: +To display trip computer data, including tank disatnce and enhanced tank distance +TRIP1 --> display trip 1 +TRIP2 --> display trip 2 +RESET --> reset the current displayed trip +BACK --> back to parent menu + +###NavigationAppPOI +![NavigationAppPOI](NavigationAppPOI.png) +Rationale: +To search for POIs, by selecting categories +To display it on the map +To launch a route calculation to reach a selected POI +Actions: +KBCATE --> display categories +KBPOI --> button keyboard for poi +SEARCH --> button search +MAP --> button show on map +GOTO --> button goto the selected destination +KBYD --> keyboard area +BACK --> back to parent menu + +###NavigationAppSettings +![NavigationAppSettings](NavigationAppSettings.png) +Rationale: +To configure the simulation +To access sub menus for configuration +Actions: +SIMU --> on/off simulation +SPEED --> set simulation speed +MODE --> start/pause stop simulation +PREF --> access sub menu preferences +LANG&UNIT --> access sub menu language and units +BACK --> back to NavigationAppSearch + +###NavigationAppSettingsLanguageAndUnits +![NavigationAppSettingsLanguageAndUnits](NavigationAppSettingsLanguageAndUnits.png) +To select language and units +Actions: +LANG --> select the language +UNIT --> select the unit +BACK --> back to NavigationAppSettings + +###NavigationAppSettingsPreferences +![NavigationAppSettingsPreferences](NavigationAppSettingsPreferences.png) +To select preferences for route calculation +Actions: +COST --> select cost model +ROUTE_PREF --> select routing preference +BACK --> back to NavigationAppSettings + +###NavigationAppSearch +![NavigationAppSearch](NavigationAppSearch.png) +To enter a location by a keyboard +To launch a route calculation +To launch a guidance and go to the map viewer menu +To display the route on the map +To access sub menu poi +To access sub menu nav settings +Actions: +COUNTRY/CITY/STREET/NUMBER --> activate the keyboard and enter a destination +GOTO --> launch a route calculation +MAP --> display the route on map +ON --> launch a guidance and go to the map viewer menu +SETTINGS --> display the navigation settings menu +POI --> go to POI menu +BACK --> back to NavigationAppMain + +###NavigationAppBrowseMap +![NavigationAppBrowseMap](NavigationAppBrowseMap.png) + +![NavigationAppBrowseMap_Settings](NavigationAppBrowseMap_Settings.png) + +![NavigationAppBrowseMapManeuvers](NavigationAppBrowseMapManeuvers.png) + -- cgit v1.2.1