Skip to content

Commit 34ca79b

Browse files
authored
Merge pull request #16 from rgleason/xml-update-stelian-ov42-appveyor
Update xml, Stelian miscl UI fixes, appveyor for ov42, "ov42" in file name
2 parents a64caf9 + b5b0360 commit 34ca79b

8 files changed

+375
-246
lines changed

VERSION.cmake

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
SET(PLUGIN_VERSION_MAJOR "1")
2-
SET(PLUGIN_VERSION_MINOR "8")
3-
SET(PLUGIN_VERSION_PATCH "002")
4-
SET(PLUGIN_VERSION_DATE "2018-02-08")
2+
SET(PLUGIN_VERSION_MINOR "9")
3+
SET(PLUGIN_VERSION_PATCH "001")
4+
SET(PLUGIN_VERSION_DATE "2019-04-10")
5+
SET(NAME_SUFFIX "ov42")

cmake/PluginConfigure.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ IF(NOT SKIP_VERSION_CONFIG)
9595
INCLUDE_DIRECTORIES(${CMAKE_CURRENT_BINARY_DIR}${CMAKE_FILES_DIRECTORY}/include)
9696
ENDIF(NOT SKIP_VERSION_CONFIG)
9797

98-
SET(PLUGIN_VERSION "${PLUGIN_VERSION_MAJOR}.${PLUGIN_VERSION_MINOR}.${PLUGIN_VERSION_PATCH}" )
98+
SET(PLUGIN_VERSION "${PLUGIN_VERSION_MAJOR}.${PLUGIN_VERSION_MINOR}.${PLUGIN_VERSION_PATCH}-${NAME_SUFFIX}" )
9999

100100
INCLUDE_DIRECTORIES(BEFORE ${PROJECT_SOURCE_DIR}/include ${PROJECT_SOURCE_DIR}/src)
101101

cmake/PluginPackage.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ IF(NOT QT_ANDROID)
1212
SET(CPACK_PACKAGE_NAME "${PACKAGE_NAME}")
1313
SET(CPACK_PACKAGE_VENDOR "opencpn.org")
1414
SET(CPACK_PACKAGE_DESCRIPTION_SUMMARY ${CPACK_PACKAGE_NAME} ${PACKAGE_VERSION})
15-
SET(PACKAGE_VERSION "${PLUGIN_VERSION_MAJOR}.${PLUGIN_VERSION_MINOR}.${PLUGIN_VERSION_PATCH}" )
15+
SET(PACKAGE_VERSION "${PLUGIN_VERSION_MAJOR}.${PLUGIN_VERSION_MINOR}.${PLUGIN_VERSION_PATCH}-${NAME_SUFFIX}" )
1616
SET(CPACK_PACKAGE_VERSION ${PACKAGE_VERSION})
1717
SET(CPACK_PACKAGE_VERSION_MAJOR ${PLUGIN_VERSION_MAJOR})
1818
SET(CPACK_PACKAGE_VERSION_MINOR ${PLUGIN_VERSION_MINOR})

cmake/version.h.in

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
#define PLUGIN_VERSION_MAJOR ${PLUGIN_VERSION_MAJOR}
22
#define PLUGIN_VERSION_MINOR ${PLUGIN_VERSION_MINOR}
33
#define PLUGIN_VERSION_DATE "${PLUGIN_VERSION_DATE}"
4+
#define NAME_SUFFIX ${NAME_SUFFIX}

data/CoordinateSets.xml

Lines changed: 216 additions & 196 deletions
Large diffs are not rendered by default.

data/PassageWeather-Old.xml

Lines changed: 70 additions & 0 deletions
Large diffs are not rendered by default.

data/WeatherFax-Update-Notes.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
WeatherFax Update Notes:
2+
3+
The weatherfaxinternetretrieval.xml and weatherfaxschedules.xml files must be maintained and updated by all the USERS!
4+
Contribute your special url's and schedules for the benefit of all.
5+
6+
1. Mauritius – Files exist confirmed via browser on the web, accessible vie the homepage within browser. Directly URL access not possilbe….Protection of some sort?
7+
8+
2. Singapore – This needs work. Several charts, wave height and swell, no longer work. Format must has changed. The surface wind charts work.
9+
10+
3. Japan - Unable to calibrate the charts, format is not polar or anything similar. Also VERY small, numbers hard to read, left at the best compromise
11+
12+
4. South Africa - Internals of the website must have changed, not able to get any access to the charts.
13+
14+
5. French Polynesia – same thing as in SA.
15+
16+
6. Chile – Polar file is hard to calibrate almost impossible to get a perfect mapping.
17+
18+
7. We need better coverage for Asia, Malysia and Japan.
19+
20+
8. We have lost some sources for Europe and could use more coverage.

data/WeatherFaxInternetRetrieval.xml

Lines changed: 62 additions & 45 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)