Mike Duff
d803986440
Issue #2632 - Fixed notifier preference OK, Apply, Cancel actions
...
Change-Id: I9af93c4935c5d9dc6777be0e0435bb71be5f613b
Former-commit-id: a50bd58e95a929fe569f5df68dd4d4a8b6625807
2014-03-27 16:31:30 -05:00
Roger Ferrel
dd09032119
Issue #2879 Code clean up.
...
Former-commit-id: 6fbb95beec25582f577dc3547f8f3424eb92cdf2
2014-03-27 16:17:02 -05:00
Roger Ferrel
2f9c62bd0c
Issue #2879 Loading case no longer changes start/end time.
...
Former-commit-id: 60275732b2abcecf671a8338c8f87334baad3702
2014-03-27 15:52:31 -05:00
Ben Steffensmeier
b4c30292f8
Issue #2791 Fix streamlines that were broken in conversion to data source.
...
Former-commit-id: 644ceb3fb7a4f01f74a0259043b23e4d01ce16c0
2014-03-27 15:09:00 -05:00
Roger Ferrel
ad5d6428a6
Issue #2790 Detect problems caused by simultaneous running of purge.
...
Former-commit-id: 882cf75a4b9a5773def3dc9f167d2c441883789f
2014-03-27 14:42:09 -05:00
Ron Anderson
21e3eeca05
Merge "Issue #2664 Added support for non-WGS84 shape files" into development
...
Former-commit-id: 6ec350a33b6f5bca31906ff2f7b5b76911f33973
2014-03-27 14:35:34 -05:00
David Friedman
fd900e38c2
Merge branch 'master_14.2.2' into asm_14.2.2
...
Remove unintentional changes from cd136c3.
Fix problem in warning-request.xml from 3c9c34c.
Conflicts:
cave/build/static/linux/cave/cave.sh
cave/build/static/linux/cave/caveUtil.sh
cave/com.raytheon.viz.aviation/src/com/raytheon/viz/aviation/editor/TafViewerEditorDlg.java
cave/com.raytheon.viz.texteditor/src/com/raytheon/viz/texteditor/dialogs/TextEditorDialog.java
cave/com.raytheon.viz.warngen/src/com/raytheon/viz/warngen/gis/PolygonUtil.java
cave/com.raytheon.viz.warngen/src/com/raytheon/viz/warngen/gui/WarngenLayer.java
edexOsgi/com.raytheon.edex.plugin.warning/res/spring/warning-request.xml
edexOsgi/com.raytheon.uf.common.ohd/utility/common_static/base/hydro/Apps_defaults
edexOsgi/com.raytheon.uf.edex.plugin.manualIngest/res/spring/manualIngest-spring.xml
Change-Id: I814b0ae3c464bbb21b609870b3dca7d575ed948d
Former-commit-id: cf35c1870fc4b6b3c2ceaf038274c4701f8046b1
2014-03-27 19:17:03 +00:00
Ron Anderson
1b39ed7771
Issue #2664 Added support for non-WGS84 shape files
...
Change-Id: Id7ec05ddd6c8ff8b144ef4208db3e052e9693951
Former-commit-id: 143017d2a61b242a7fa5d9ad596cd958cea1df3a
2014-03-27 13:04:44 -05:00
Slav Korolev
9ac8a7a2f3
Issue #2811 - Added check for empty message. Updated logger.
...
Former-commit-id: e0010578785dd88861e8c9ef229e3e6452a5bd0e
2014-03-27 10:54:41 -04:00
Bryan Kowal
e0d15b8e29
Merge "Issue #2851 - msi build updates for two shortcuts instead of a single launcher; added amd64 scripts" into development
...
Former-commit-id: cd8b9072bf3c0e5c4c29f6656bb1a65c406fd5d1
2014-03-27 09:25:14 -05:00
Brian.Dyke
6346c9776b
Merge branch 'omaha_14.2.1' of cm2:/home/slharris/repos/AWIPS2_baseline.14.2.1 into master_14.2.1
...
Former-commit-id: 3b24535fec4e47c1eb0bb845f77dd2f407ecf412
2014-03-27 10:22:26 -04:00
Steve Harris
a70710b467
Merge branch 'omaha_14.2.2' (14.2.1-14,15) into development
...
Former-commit-id: eeb50c8acbe727769ed7f14b63b94af5b14bbf3f
2014-03-26 16:19:26 -05:00
Steve Harris
53f91fdeea
Merge branch 'master_14.2.2' into omaha_14.2.2
...
Former-commit-id: b0b18895aa445ee9b29674443529558b2141c042
2014-03-26 16:13:59 -05:00
Nate Jensen
c97c56c182
Merge "Issue #2905 fixed types, added scale/offset in bufr parser" into development
...
Former-commit-id: d324fc13d63bbd8edb780512fdce49b1e7c15a92
2014-03-26 16:12:16 -05:00
Lee Venable
7ab1ce0f90
Merge "Issue #2930 - Fixed error in distance." into development
...
Former-commit-id: e924e378e2f0572f2ee02b23fee61e725f34ce93
2014-03-26 15:50:14 -05:00
Brian Clements
82cee15739
Issue #2905 fixed types, added scale/offset in bufr parser
...
parser now does the following for each data value:
1) promote unsigned values to next larger type
2) replace with null if value equals missing value
3) apply scale factor and addition offset
to do this, the netcdf variable for each structure member was needed
this required walking the variable list along with the struct iterator
Former-commit-id: dee6d1d1bd169854109f0921ca0c23bc212d2df9
2014-03-26 15:20:16 -05:00
Bryan Kowal
a554dc8c20
Issue #2851 - msi build updates for two shortcuts instead of a single launcher; added amd64 scripts
...
Former-commit-id: 386723d9048f6d6b6bd0281f273210949672acd2
2014-03-26 14:57:46 -05:00
Richard Peter
a47ad6a51d
Merge "Issue #2905 added translation tables for BUFR" into development
...
Former-commit-id: 6bc42a9fd38373b4ba8cdbc9a8091eee8b867acd
2014-03-26 14:47:58 -05:00
Brian Clements
6d3d459a90
Issue #2905 added translation tables for BUFR
...
added current WMO BUFR code/flag XML table file
created parser that can read the WMO XML
created JAXB files for BUFR translation XML files
created utility to generate translation tables for specific BUFR tables
Former-commit-id: 2634afede20af4ab6d059ef6dbd1af093184f90a
2014-03-26 14:34:41 -05:00
Slav Korolev
c0688f9e99
Issue #2930 - Fixed error in distance.
...
Former-commit-id: c56753c19f8413e1094b524a9bc43bbcfc74e46f
2014-03-26 10:48:38 -04:00
Bryan Kowal
386e85fce9
Merge "Issue #2851 - 64-bit gridslice library for Windows" into development
...
Former-commit-id: c28104c670e68296662a2d81def52d1122a7ef98
2014-03-26 09:19:05 -05:00
Brian.Dyke
7cc471a9c9
Fixed comment merge conflicts added .gitignore
...
Former-commit-id: 6093428342170b9fd8deb741a5721375e80bc955
2014-03-25 15:41:58 -04:00
Ron Anderson
1cad7c8ea7
Merge "Issue #2874 Initial implementation of RTOFS data." into development
...
Former-commit-id: 8cabd826bb4aa4af699ac674dad5323a030926c4
2014-03-25 13:20:02 -05:00
Richard Peter
3e2f280091
Merge "Issue #2857 - Fix the ncoBase.xml file, add better error logging for missing menu text" into development
...
Former-commit-id: 4ba995c11c3c67215821c582eeb91d2ed3e17f19
2014-03-25 13:11:36 -05:00
Nate Jensen
38e3305e60
Merge "Issue #2938 - Show status message for site/role changes, but not return from away" into development
...
Former-commit-id: 578a9ec587b83d77c6e6882a7e8bf71aecd996ff
2014-03-25 13:11:29 -05:00
Bryan Kowal
37a6b85483
Issue #2851 - 64-bit gridslice library for Windows
...
cave/build/static/win32.amd64/cave/lib/gridslice.pyd: PE32+ executable for MS Windows (DLL) (GUI) Mono/.Net assembly
Former-commit-id: 687a060d44c88723de7f775925536adb9f71a257
2014-03-25 13:03:44 -05:00
Brian.Dyke
c67833407c
OB_14.1.1-25 baseline
...
Former-commit-id: dd2417b58b33005985f80cc83b45134132b3e5a1
2014-03-25 13:55:54 -04:00
Mike Duff
0bfdcdcbe0
Issue #2857 - Fix the ncoBase.xml file, add better error logging for missing menu text
...
Change-Id: I444477eadf8b2d9a2afd5cc4089b4f3137b50b0b
Former-commit-id: b69a8729347de1f0a8ab855f778559085c6de741
2014-03-25 12:13:29 -05:00
Nate Jensen
4fe0db7411
Merge "Issue #2935 fix refresh issue" into development
...
Former-commit-id: 170854eea4ebb9c1f89f7b9f3fa67d47322643de
2014-03-25 11:25:38 -05:00
Mike Duff
1e42d8a30d
Issue #2938 - Show status message for site/role changes, but not return from away
...
Change-Id: I30f6e1122e813d70b1c3fbee5e0b0f6ce9107dd2
Former-commit-id: 666a354d6f676b899bd14371517bce9de88192d2
2014-03-25 11:18:09 -05:00
Greg Armendariz
e8e90ff576
Merge "Issue #2851 - 64-bit Windows Jep DLL" into development
...
Former-commit-id: 4729ae8efbd4ada965c45a67540349cd58a4b543
2014-03-25 10:45:18 -05:00
Bryan Kowal
5871d767db
Issue #2851 - 64-bit Windows Jep DLL
...
cots/org.jep.win64/jep.dll: PE32+ executable for MS Windows (DLL) (GUI) Mono/.Net assembly
Former-commit-id: c03701dbe9e78dcd72a08a579329be9b4408295f
2014-03-25 10:27:53 -05:00
Nate Jensen
68f9181340
Issue #2935 fix refresh issue
...
Change-Id: I0bd19d2667610a5db68fc12b0d320b4236937994
Former-commit-id: 517fd6fca0f08cbc166b58d67d86af43331533cf
2014-03-25 10:24:11 -05:00
Nate Jensen
d11a2dd96b
Merge "Issue #2954 - Handle missing scale files at cave startup." into development
...
Former-commit-id: 5f8585234a010053c841f2f58a65c6885aea4940
2014-03-25 08:37:55 -05:00
Mike Duff
372e9dc80f
Issue #2954 - Handle missing scale files at cave startup.
...
Change-Id: I3f7159b7a48e74fc9ad7a4220d6c30b67240aca1
Former-commit-id: 4b7a68aeca0346f41965b98626e2c728b1a0e532
2014-03-24 16:38:38 -05:00
Lee Venable
f5c4414c72
Issue #2951 - added dispose checks for runAsync calls.
...
Former-commit-id: c4e17780f5a3dc342b856f83a4144ff3778c4001
2014-03-24 16:14:49 -05:00
Nate Jensen
5df9be36da
Merge "Issue #2868 plot delegate python now uses PythonCoordinatorJob API, Refactored plot data request, image creation, and sample threading" into development
...
Former-commit-id: 78dbdcb1d98aa7fff15b3b9a9398c335cb45b923
2014-03-24 15:59:20 -05:00
Mike Duff
fd31ea7fa5
Issue #2936 - Remove the join alert from the nws collaboration feed
...
Change-Id: Icf246e86cc7d7d04ed56d1aefafe0e27d1292840
Former-commit-id: ca47cb349b4749edaac6afe0648c18cb06a9f9df
2014-03-24 14:59:33 -05:00
Nate Jensen
fe33896e7e
Issue #2868 plot delegate python now uses PythonCoordinatorJob API,
...
Refactored plot data request, image creation, and sample
threading
Change-Id: I3e1a3dc70b2346aa826ec4509ee7a3e59c61a918
Former-commit-id: e421731415d798487c96dd1e56b6f02347d9aa26
2014-03-24 14:59:31 -05:00
Lee Venable
702ebe6881
Issue #1426 - fixed arrow buttons and simplified the code.
...
Former-commit-id: fc55337ba9768a7b9e6ecde11f8c8ddfd32c4859
2014-03-24 14:08:49 -05:00
Ben Steffensmeier
55046a8e1e
Issue #2874 Initial implementation of RTOFS data.
...
Former-commit-id: 11837e612778ea7a1d42fbfac1e0e2b3d3678f1c
2014-03-24 11:10:18 -05:00
Richard Peter
390e73af44
Merge "Issue #2939 Madis data mismatches Change-Id: Iaee59a73c41419ebc45fc76f90bd26ba6370a3f2" into omaha_14.2.1
...
Former-commit-id: 5fee1c62ae87e59007b57ba74268b5f272648127
2014-03-24 09:53:13 -05:00
Dave Hladky
3ac04dd071
Issue #2939 Madis data mismatches
...
Change-Id: Iaee59a73c41419ebc45fc76f90bd26ba6370a3f2
Former-commit-id: 4105db3604440c6c01b99a11fdc0573e6934376c
2014-03-24 08:27:12 -05:00
Mike Duff
73a011b940
Issue #2941 - Sort data before returning
...
Former-commit-id: 6c9ebb120761257af5e8d6ec08fa9634e5e55185
2014-03-24 08:19:21 -05:00
Brian.Dyke
06ee9a6384
Merge branch 'master_14.1.1' into master_14.2.1
...
Former-commit-id: 34f830b4933bd6c7149757ce34136c7a18d030bf
2014-03-24 07:01:29 -04:00
Slav Korolev
4786aa382b
Issue #2652 . Fixed issue with edex-text-ingest log. Corrected.
...
Change-Id: I0064146b6b6d1c05955f513ab9eda9b6ba03de76
Former-commit-id: dd0660d1b51aef2e3e703fd21c0f1d98f3484fbc
2014-03-21 15:25:51 -04:00
Lee Venable
c29981fa99
Issue #2925 - Fixed NPE found during testing.
...
Former-commit-id: 86306076f94bbfe4e063c4e6d82b7140b5911e61
2014-03-21 12:42:13 -05:00
Brian.Dyke
37b6368268
OB_14.1.1-24 baseline
...
Former-commit-id: 8b1e7457fc58021208e4233502f118cf34df7534
2014-03-21 12:43:50 -04:00
Richard Peter
e766c3b5bf
Merge "Issue #2652 . Fixed issue with edex-text-ingest log." into development
...
Former-commit-id: f3ed4ac03fd902909d027e576245ebb47c4d69b3
2014-03-21 10:23:08 -05:00
Nate Jensen
28ddcc3883
Merge "Issue #2688 Return value from subprocess.check_output is not return code, but is process output. Updated check for success." into development
...
Former-commit-id: 134dae207d8f8ec28b355760ec79ce76ac009b82
2014-03-21 09:03:21 -05:00