Skip to content

Commit fce011c

Browse files
author
eufarn7sp
committed
update 1.3.2
1 parent 3220e54 commit fce011c

38 files changed

Lines changed: 20544 additions & 20552 deletions

Documentation/changelog.txt

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,15 @@ ONLINE VERSION TESTED ON:
1212
- Vivaldi 1.4+
1313

1414

15+
June 15 2017, Release version 1.3.2 [ONLINE]
16+
============================================
17+
FIXED:
18+
- textboxes for instrument in the Aircraft & Instrument section weren't well tested for text during the saving of a document, and generated blue text for the parent tab. It has been fixed.
19+
20+
MODIFIED:
21+
- the list of aircraft has been updated.
22+
23+
1524
November 18 2016, Release version 1.3.1 [ONLINE]
1625
================================================
1726
FIXED:

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# emc-eufar
22

3-
A detailed changelog can be found in the Documentation directory. Current version: 1.3.1
3+
A detailed changelog can be found in the Documentation directory. Current version: 1.3.2
44
This is an Online version of the following software: https://github.com/eufarn7sp/emc-eufar. It has been coded with Java and Google Web Toolkit.
55

66
Overview

src/com/eufar/emc/client/Emc_eufar.java

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ public class Emc_eufar implements EntryPoint {
8383
public static ArrayList<HorizontalPanel> allRadioButtons = new ArrayList<HorizontalPanel>();
8484
public static ArrayList<HorizontalPanel> allCheckBoxes = new ArrayList<HorizontalPanel>();
8585
public static ArrayList<DateBox> allDateBoxes = new ArrayList<DateBox>();
86-
private String emcVersion = new String("v1.3.1 (2016-11-18)");
86+
private String emcVersion = new String("v1.3.2 (2017-06-16)");
8787
private String gwtVersion = new String("2.7.0");
8888
private String eclipseVersion = new String("4.6.1");
8989
private String javaVersion = new String("1.8.0");
@@ -2253,10 +2253,14 @@ void runCheck(final String string) {
22532253
if (allTextBoxes.get(i).getName() == "aircraft") {
22542254
if (aircraftTabList.size() == 0) {
22552255
textboxCorrect = runCorrect(allTextBoxes.get(i), allTextboxFields.get(i));
2256+
} else {
2257+
textboxCorrect = true;
22562258
}
22572259
} else if (allTextBoxes.get(i).getName() == "instrument") {
22582260
if (instrumentTabList.size() == 0) {
22592261
textboxCorrect = runCorrect(allTextBoxes.get(i), allTextboxFields.get(i));
2262+
} else {
2263+
textboxCorrect = true;
22602264
}
22612265
} else {
22622266
textboxCorrect = runCorrect(allTextBoxes.get(i), allTextboxFields.get(i));

src/com/eufar/emc/client/Materials.java

Lines changed: 16 additions & 56 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,7 @@ public static ArrayList<String> aircraftList() {
101101
list.add("AWI - POLAR 5");
102102
list.add("CNR - ERA Skyarrow");
103103
list.add("CNR - Partenavia");
104+
list.add("CzechGlobe - C 208");
104105
list.add("DLR - C 208");
105106
list.add("DLR - DO 228 D-CFFU");
106107
list.add("DLR - DO 228 D-CODE");
@@ -112,8 +113,8 @@ public static ArrayList<String> aircraftList() {
112113
list.add("INTA - CASA 212 AR");
113114
list.add("INTA - CASA 212 RS");
114115
list.add("KIT - Enduro");
115-
list.add("NERC - DO 228");
116-
list.add("NERC - Twin Otter");
116+
list.add("NERC - Twin Otter VP-FAZ");
117+
list.add("NERC - Twin Otter VP-FBL");
117118
list.add("SAFIRE - ATR 42");
118119
list.add("SAFIRE - Falcon 20");
119120
list.add("SAFIRE - PIPER Aztec");
@@ -1133,6 +1134,8 @@ public static String[][] aircraftInfo() {
11331134
"CNR, Istituto per i Sistemi Agricoli e Forestali del Mediterraneo"},
11341135
{"CNR - Partenavia", "Partenavia / Vulcanair", "P-68", "Consiglio Nazionale delle Ricerche (CNR) - IMAA", "Italy", "I-ALTM",
11351136
"CNR, Istituto di Metodologie per l'Analisi Ambientale"},
1137+
{"CzechGlobe - C 208", "Cessna Aircraft Company", "Cessna 208", "Ústav výzkumu globální změny AV ČR", "Czech Republic",
1138+
"OK-CZG", "CzechGlobe"},
11361139
{"DLR - C 208", "Cessna Aircraft Company", "Cessna 208", "Deutsches Zentrum fur Luft- und Raumfahrt (DLR)", "Germany", "D-FDLR",
11371140
"DLR, CC-BY 3.0"},
11381141
{"DLR - DO 228 D-CFFU", "Dornier Flugzeugwerke", "DO-228", "Deutsches Zentrum fur Luft- und Raumfahrt (DLR)", "Germany", "D-CFFU",
@@ -1153,10 +1156,10 @@ public static String[][] aircraftInfo() {
11531156
"EC-DUQ", "Instituto Nacional de Tecnica Aeroespacial"},
11541157
{"KIT - Enduro", "Ultraleichtflug Schmidtler", "Enduro", "Karlsruhe Institute of Technology (KIT) - IMK-IFU", "Germany", "D-MIFU",
11551158
"KIT, Institute of Meteorology and Climate Research"},
1156-
{"NERC - DO 228", "Dornier Flugzeugwerke", "DO-228", "Natural Environment Research Council (NERC) - ARSF", "United Kingdom",
1157-
"EC-DUQ", "NERC, Airborne Research and Survey Facility"},
1158-
{"NERC - Twin Otter", "De Havilland Canada", "DHC-6", "Natural Environment Research Council (NERC) - BAS", "United Kingdom",
1159+
{"NERC - Twin Otter VP-FAZ", "De Havilland Canada", "DHC-6", "Natural Environment Research Council (NERC) - BAS", "United Kingdom",
11591160
"VP-FAZ", "NERC, British Antarctic Survey"},
1161+
{"NERC - Twin Otter VP-FBL", "De Havilland Canada", "DHC-6", "Natural Environment Research Council (NERC) - BAS", "United Kingdom",
1162+
"VP-FBL", "NERC, British Antarctic Survey"},
11601163
{"SAFIRE - ATR 42", "ATR", "ATR-42", "Service des Avions Francais Instrumentés pour la Recherche en Environnement (SAFIRE)",
11611164
"France", "F-HMTO", "SAFIRE"},
11621165
{"SAFIRE - Falcon 20", "Dassault Aviation", "Mystere/Falcon 20", "Service des Avions Francais Instrumentés pour la Recherche en "
@@ -1176,6 +1179,7 @@ public static ArrayList<ImageResource> aircraftImages() {
11761179
list.add(Emc_eufar.resources.polarAwi());
11771180
list.add(Emc_eufar.resources.eraIsafom());
11781181
list.add(Emc_eufar.resources.partenaviaCnr());
1182+
list.add(Emc_eufar.resources.cessnaCzechglobe());
11791183
list.add(Emc_eufar.resources.cessnaDlr());
11801184
list.add(Emc_eufar.resources.do1Dlr());
11811185
list.add(Emc_eufar.resources.do2Dlr());
@@ -1187,8 +1191,8 @@ public static ArrayList<ImageResource> aircraftImages() {
11871191
list.add(Emc_eufar.resources.casaInta());
11881192
list.add(Emc_eufar.resources.casaInta());
11891193
list.add(Emc_eufar.resources.enduroKit());
1190-
list.add(Emc_eufar.resources.doNerc());
11911194
list.add(Emc_eufar.resources.twinotterNerc());
1195+
list.add(Emc_eufar.resources.twinotter2Nerc());
11921196
list.add(Emc_eufar.resources.atrSafire());
11931197
list.add(Emc_eufar.resources.falconSafire());
11941198
list.add(Emc_eufar.resources.aztecSafire());
@@ -1198,56 +1202,9 @@ public static ArrayList<ImageResource> aircraftImages() {
11981202

11991203

12001204
public static interface Resources extends ClientBundle {
1201-
/*@Source("images/icons/about_popup_icon.png")
1202-
ImageResource aboutPopup();
1203-
1204-
@Source("images/icons/info_popup_icon.png")
1205-
ImageResource infoPopup();
1206-
1207-
@Source("images/icons/save_popup_icon.png")
1208-
ImageResource savePopup();
1209-
1210-
@Source("images/icons/changelog_popup_icon.png")
1211-
ImageResource changelogPopup();
1212-
1213-
@Source("images/icons/inspire_popup_icon.png")
1214-
ImageResource inspirePopup();
1215-
1216-
@Source("images/icons/open_popup_icon.png")
1217-
ImageResource openPopup();
1218-
1219-
@Source("images/icons/warning_popup_icon.png")
1220-
ImageResource warningPopup();
1221-
1222-
@Source("images/icons/continue_icon.png")
1223-
ImageResource transfert();
1224-
1225-
@Source("images/icons/copyright_icon_small.png")
1226-
ImageResource copyright();
1227-
1228-
@Source("images/icons/del_icon_v2.png")
1229-
ImageResource delete();
1230-
1231-
@Source("images/icons/fwd_arrow.png")
1232-
ImageResource forward();
1233-
1234-
@Source("images/icons/fwd_arrow_small.png")
1235-
ImageResource forwardSmall();
1236-
1237-
@Source("images/icons/info_icon_v2.png")
1238-
ImageResource info();
1239-
1240-
@Source("images/icons/plus_icon_v2.png")
1241-
ImageResource plus();*/
12421205

12431206
@Source("images/icons/earth_globe.png")
12441207
ImageResource earth();
1245-
1246-
/*@Source("images/icons/bwd_tab_arrow_v3.png")
1247-
ImageResource back();
1248-
1249-
@Source("images/icons/fwd_tab_arrow_v3.png")
1250-
ImageResource next();*/
12511208

12521209
@Source("images/icons/menu_tab_arrow_v3.png")
12531210
ImageResource menu();
@@ -1294,12 +1251,15 @@ public static interface Resources extends ClientBundle {
12941251
@Source("images/eufar_aircraft/ENDURO-KIT.png")
12951252
ImageResource enduroKit();
12961253

1297-
@Source("images/eufar_aircraft/DO228-NERC.png")
1298-
ImageResource doNerc();
1299-
13001254
@Source("images/eufar_aircraft/TWINOTTER-NERC.png")
13011255
ImageResource twinotterNerc();
13021256

1257+
@Source("images/eufar_aircraft/TWINOTTER2-NERC.png")
1258+
ImageResource twinotter2Nerc();
1259+
1260+
@Source("images/eufar_aircraft/C208-CZECHGLOBE.png")
1261+
ImageResource cessnaCzechglobe();
1262+
13031263
@Source("images/eufar_aircraft/ATR42-SAFIRE.png")
13041264
ImageResource atrSafire();
13051265

src/com/eufar/emc/client/PopupMessages.java

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -783,6 +783,10 @@ private static String logText() {
783783
+ "(succeeded)</li><li>Internet Explorer 11 (failed on one computer and succeeded on others)</li><li>Safari 5.1.7, 8.0.5 "
784784
+ "(succeeded)</li><li>Opera 30, 40 (succeeded)</li><li>Vivaldi 1.4</li></ul><br>"
785785

786+
+ "<b><u>June 15 2017, Release version 1.3.2 [ONLINE]</u></b><br><ul style='list-style-type:none'><li>FIXED:<ul><li>textboxes"
787+
+ " for instrument in the Aircraft & Instrument section weren't well tested for text during the saving of a document, and gen"
788+
+ "erated blue text for the parent tab. It has been fixed.</li></ul><li>MODIFIED:<ul><li>the list of aircraft has been updated."
789+
+ "</li></ul></li></ul>"
786790
+ "<b><u>November 18 2016, Release version 1.3.1 [ONLINE]</u></b><br><ul style='list-style-type:none'><li>FIXED:<ul><li>fixed"
787791
+ " an issue with the saving of the xml code dedicated to the resolution of a dataset.</li><li>during the creation of the xml "
788792
+ "file, a blank line was introduced in the xml code. It has been fixed.</li></ul></li></ul>"
189 KB
Loading
-251 KB
Binary file not shown.
276 KB
Loading
-78 KB
Binary file not shown.
Binary file not shown.

0 commit comments

Comments
 (0)