Commit graph

681 commits

Author SHA1 Message Date
Nate Jensen
047441f91c Issue #1096 fix memory leaks in CcfpResource
Change-Id: Icccd4d3811327b9a1dcfdf6a5a2cc714ff92afbc

Former-commit-id: 5e9d7763442ab91cb8d33c16139eb5bca9b033ea
2012-08-23 18:18:23 -05:00
Max Schenkelberg
c4812b7745 Issue #28 Changed ResourceList so it can be extended to allow duplicates. Removed deleted files from ISerializableObject files. Made TileSetRenderable properly issue refresh when images were still being requested. Made true color code work by only showing intersecting areas of all bands on screen. Made so shader files would be reread in if edited.
Change-Id: Ib2ce27522c59f25ce1cef65e6d7665e28963f081

Former-commit-id: 291edbc6bd69815e003179e9ce708b6fdad254ad
2012-08-23 17:37:12 -05:00
Roger Ferrel
df0a9b39cb Issue #875 Refactor location of PointsToolLayer and supporting classes.
Issue #875 Code review comment fixes.

Change-Id: I1a120093602c0bd77b016fa72731e6ec7528a153

Former-commit-id: 5712a415bcd280d6884a14fd07ac0bdb5daa40bf
2012-08-23 13:17:54 -05:00
David Gillingham
ec2d211800 Issue #1087: Enable DRT for CAVE operational mode.
Change-Id: I8d9992b2fd5b6ddaec447ee70869124d1d76a4d9

Former-commit-id: 3f3c778d6f3c5ced13f778746c6a9a46f72c396c
2012-08-23 11:21:23 -05:00
Jonathan Sanchez
f646b185da Issue #1006 Implemented urban areas. Cherry picked from development on SS builds
Conflicts:

	edexOsgi/com.raytheon.uf.common.dataplugin.warning/src/com/raytheon/uf/common/dataplugin/warning/config/WarngenConfiguration.java

Change-Id: Ife20e07ccffeb6e6f5cc4aabdc6c57c9ed6e9ff8

Former-commit-id: a7f030f7ee05c60820c1ef82a5093b404e5e97a0
2012-08-23 09:27:46 -05:00
Ben Steffensmeier
a988fdf5de Issue #1033 do not load grib data on tileset creation but instead load allow it to load async.
Former-commit-id: 61aab7b55f9868e69b43c5250515ce0d5b01d6e5
2012-08-22 13:02:56 -05:00
Steve Harris
b8629a0f20 Issue #915 Set the user data. (cherry picked from development_on_ss_builds)
Conflicts:

	edexOsgi/com.raytheon.uf.common.dataplugin.warning/src/com/raytheon/uf/common/dataplugin/warning/config/WarngenConfiguration.java


Former-commit-id: ef64da82bb8594eddead221f7c5bf5fa95e4ff8b
2012-08-22 13:01:08 -05:00
Steve Harris
f2fac39428 12.9.1-5 baseline
Former-commit-id: d85b989f77196d20eb2d2a21cf4daa13d50474ae
2012-08-21 15:27:03 -05:00
Roger Ferrel
23a67f458a Issue #875 Modification based on reviewers comments.
Issue #875 Implement Drag and Drop and converted point files to JAXB.

Change-Id: I3056794e1c77a02117998ac3f2d242c3ede3392b

Former-commit-id: ea356c6c0ff3962542aad451a7a1ec65a5921628
2012-08-21 11:56:50 -05:00
Max Schenkelberg
6e1059f8be Issue #28 Finished True Color Dialog and resource to allow overriding and persisting in bundle custom ranges set from the dialog.
Change-Id: Ia2629964d8c31d18ec469b0f5030efb9fd87445e

Former-commit-id: a34c116fbbad86f758882461dd96da9c6ab14cdd
2012-08-21 11:36:35 -05:00
Max Schenkelberg
1b406ecfca Issue #28 Cleaned up True Color code and removed old MultiChannel code. Adding capping index back to indexing.glsl and added no data value to ColorMapParameters that should be used for finding no data values in shader and in java. True color dialog was written but not hooked in yet as need to still think about single resource tied to multiple channels and serializing changes.
Change-Id: I20bff443fe4c9b9330c0a66779218227c48df014

Former-commit-id: 564b38b30562a371cf0345de572b32ea8f53e82e
2012-08-20 14:47:14 -05:00
Ron Anderson
7662d249ab Issue #436 Made hazardDict an OrderedDict so order of entries is preserved.
Modifed include path so procedures/smartTools are found before utilities of the same name so
existing site MakeHazardConfig.py files in procedures will be found before the base file in utilities.
Added code to default new localEffects dicts to empty so existing MakeHazardConfig.py files can be used.

Change-Id: I4a59d930f8b93bf76c28f3dec3881fbccc077eff

Former-commit-id: 18f0efe7a8d9f2c31786fc449403f720b554b95d
2012-08-17 12:41:49 -05:00
Ron Anderson
819b9c8e56 Issue #436 merging elevation base changes into branch off of development baseline.
Former-commit-id: 9287cf98369abb8a674fd5bab99439d055218a05
2012-08-17 12:20:08 -05:00
Steve Harris
596d19466b Fix resolution of MultiPointResource.java during AWIPS2 DR and baseline merge
Former-commit-id: 55326667ca13a37c7802849484949382e65a6329
2012-08-16 10:27:51 -05:00
root
ba40e18fb2 Merge branch 'reconcile' into development_on_ss_builds
Conflicts:
	cave/com.raytheon.viz.warngen/src/com/raytheon/viz/warngen/gis/Area.java

Former-commit-id: 6e4d168bf9ea0c252d0923e4e2595d9c4df06289
2012-08-15 22:29:07 +00:00
root
5a453ee984 Merge 12.9.1-4 into development_on_ss_builds
Former-commit-id: a178af491f4b4cd75ed1517f023354bab0b9c8c8
2012-08-15 22:15:20 +00:00
Ben Steffensmeier
4203807a77 Issue #1065 fix contexts to deactivate when unrecognized views activate.
Former-commit-id: 5046660b52594a165d4a8749ac12c236d5ec027d
2012-08-15 16:36:05 -05:00
Nate Jensen
6897b1d480 Merge "Issue #1033 do not load grib data on tileset creation but instead load allow it to load async." into development_on_ss_builds
Former-commit-id: 631ffe5bcec2a03934ac2063352b11aa6ab04ff7
2012-08-15 16:18:36 -05:00
Ben Steffensmeier
b194a17abc Issue #1033 do not load grib data on tileset creation but instead load allow it to load async.
Former-commit-id: 97d786afadf136f75ffd6a440d35b628e144b888
2012-08-15 15:25:46 -05:00
Steve Harris
33b95fb96d 12.9.1-4 baseline
Former-commit-id: df38541c9df38c634626ae214f288b606004a768
2012-08-15 15:19:10 -05:00
Steve Harris
84bbf2573e 12.9.1-3 baseline
Former-commit-id: 8e8d15d59bddec475b41e963da4ad0ad5b2c7e86
2012-08-15 14:26:10 -05:00
Steve Harris
a198b3a807 12.9.1-2 baseline
Former-commit-id: 4d7a2d3ad046df5dabf1a2ec6c24a37f8bbdc2d2
2012-08-15 14:12:24 -05:00
Jonathan Sanchez
03ed8ee0b0 Issue #915 Set the user data.
Former-commit-id: d0e0b6160cc0969353555bd7282829a3440c9ef6
2012-08-15 14:05:50 -05:00
Steve Harris
79ce6cfd97 12.9.1-1 baseline
Former-commit-id: 6601ddb09c2928754c2c3859dac284998d73ff81
2012-08-15 13:59:00 -05:00
Steve Harris
f7f97d9f54 Merge branch 'development' into Enhanced_points
Former-commit-id: 25026a4d9955b76039bf25861380cadebff19665
2012-08-15 13:35:47 -05:00
Nate Jensen
91e0ba8c23 Merge "Issue #1018 disable many toolbar and menu items when the current editor is not a display pane container" into development
Former-commit-id: d252760b0e39002e53a5fce809b38521ca2351aa
2012-08-14 16:52:40 -05:00
Steve Harris
e530637aa3 Merge branch 'development' of ssh://lightning.omaha.us.ray.com:29418/AWIPS2_baseline into development
Former-commit-id: 43d4642bc39a053d40fce9b6aff1d11f3d313dd7
2012-08-14 16:26:00 -05:00
Ben Steffensmeier
9c727d2e33 Issue #1058 fix reprojection of wind vectors
Former-commit-id: 8fdc9841f9033720aa0ceb6389e7b1403d75a2d5
2012-08-14 16:15:19 -05:00
David Gillingham
79a77a38a4 Issue #1055: Fix coop precip breakage from Wes2Bridge db changes.
Change-Id: Idbbbf7622483c426efc715f9e8eb185be6d47bad

Former-commit-id: 03f9de1860008cd1a2b4b60576802a67a8a447fa
2012-08-14 16:15:10 -05:00
Ben Steffensmeier
7559065a1d Issue #1018 change product browser to handle no editor conditions better.
Change-Id: I3235ebb6d50eee26c75d31ce91e2a01c2d49b300

Former-commit-id: 7cb30aa5c00eea5b95b6c4b39653fabeaccdd872
2012-08-14 15:23:34 -05:00
Lee Venable
2c2a3f4aec Merge "Issue #1055: Fix coop precip breakage from Wes2Bridge db changes." into development_on_ss_builds
Former-commit-id: cf7be4b4a2a49f365258f1ac6262b64e86e705e4
2012-08-14 14:26:10 -05:00
Ben Steffensmeier
09c412d754 Issue #1058 fix reprojection of wind vectors
Former-commit-id: 315965383123120bffe1faa1d63fdfb7b633bc97
2012-08-14 13:44:21 -05:00
David Gillingham
f2795370d1 Issue #1055: Fix coop precip breakage from Wes2Bridge db changes.
Change-Id: Idbbbf7622483c426efc715f9e8eb185be6d47bad

Former-commit-id: da6811db78e3fcf57acc25e417ec8319c1dceecf
2012-08-14 13:36:51 -05:00
Ben Steffensmeier
0857d971b5 Issue #1018 disable many toolbar and menu items when the current editor is not a display pane container
Former-commit-id: 7ae4af9778cfa58fc755041479aadec5e6ad90b0
2012-08-14 10:25:38 -05:00
Max Schenkelberg
09b0db0a13 Issue #28 Implemented generic true color resource with new extension. Wrote new, more efficient, accurate, and scalable TileSet rendering/managing code to replace AbstractTileSet which VIIRS uses since it took over 10s to load a single frame of data with AbstractTileSet and around 20-30s to load a single true color frame of VIIRS. Put true color code in separate projects to encapsulate functionality. Resources need not depend on these projects, they just have to set the ImagingProvider in their ImagingCapability and true color resource can be loaded through a bundle file.
Change-Id: I624edb115b02611470e2e434e27759c45600111c

Former-commit-id: 7d75620c07c992ab74a8305a69ed87817f8f0639
2012-08-13 12:20:05 -05:00
Ben Steffensmeier
559efb19fb Issue #1004 change plots to synchronize with dispose instead of joining since join allows paint to happen
Change-Id: I6011a5fedc155ab8d515d3c6eb5d368f582c59bd

Former-commit-id: aece671b35405e1f278439c9a1a8230dad5cf4c2
2012-08-13 09:54:22 -05:00
Ben Steffensmeier
1e527f83f0 Issue #947 remove milliseconds from obs, change avnfps to use dbqueryrequest to get Dates instead of CatalogQuery to get Strings.
Former-commit-id: 06c2c85159598ca803c663de97caed4b6841c135
2012-08-09 17:53:19 -05:00
Ben Steffensmeier
b53fe917bc Issue #947 fix parsing of DataTime.
Change-Id: Ie49c287850a3e12a748e43aafa0f1a90bce13b04

Former-commit-id: 045952304218c867d8fe89df9828f70632df2d00
2012-08-09 17:50:23 -05:00
Ben Steffensmeier
c1bacb33b1 Issue #1004 make dispose/shutdown of plot jobs more permenant by joining.
Former-commit-id: 6cb8e45b4f3a78abcfeee982306684eef025fd3d
2012-08-09 17:45:19 -05:00
Nate Jensen
4211a8deac Merge "Issue #947 remove milliseconds from obs, change avnfps to use dbqueryrequest to get Dates instead of CatalogQuery to get Strings." into development_on_ss_builds
Former-commit-id: 70f2bcb38c03eee2d389774f92a4676b0d4cae43
2012-08-09 17:18:38 -05:00
Ben Steffensmeier
ad1415948f Issue #947 remove milliseconds from obs, change avnfps to use dbqueryrequest to get Dates instead of CatalogQuery to get Strings.
Former-commit-id: 51acdac79ebfa11abb5d69707a0a7b059e1a2e57
2012-08-09 17:16:38 -05:00
Jonathan Sanchez
fa7795d17f Issue #883 Sorted warning records and prevented altered entries to be in
the same frame as new entries.


Former-commit-id: 5c8c0783c8e054792ac38b4487188495dd0b0319
2012-08-09 08:26:21 -05:00
Ben Steffensmeier
5da238c8b9 Issue #947 fix parsing of DataTime.
Change-Id: Ie49c287850a3e12a748e43aafa0f1a90bce13b04

Former-commit-id: 30ebbadbbffce0c3b1a236d36be5f3013124e7cd
2012-08-08 14:41:33 -05:00
Roger Ferrel
f4ae8eb150 Issue #875 Markers and group added to Cave.
Amend: Removed python file

Amemd: Changes based on reviewer comments and additon of popup menus in the PontsMgrDlg.

Amend: deleted unwanted .project file

Amend: Removed comment out code and fix class descriptions

Amend: Changes based on reviewer comments.

Change-Id: I32c9dd754d1bfa06b470872b052b61e42adf11e8

Former-commit-id: c8e5bf1a82979ebc2445acb88682e32ca8813f43
2012-08-08 13:35:47 -05:00
Jonathan Sanchez
df301c2e03 Issue #883 Sorted warning records and prevented altered entries to be in
the same frame as new entries.

Former-commit-id: cfaece96bd77aef32073400c1abaf0bf8cd3f103
2012-08-07 14:50:15 -05:00
Ben Steffensmeier
83d6cde368 Issue #1004 make dispose/shutdown of plot jobs more permenant by joining.
Former-commit-id: 4c5e5e0d54c523723edd16b756dc1caf208f5cd6
2012-08-07 12:03:13 -05:00
Steve Harris
515c8ec596 Merge branch 'development' into development_on_ss_builds
Former-commit-id: 69faa80856ac4c63f9cc79ccd7370e129093f091
2012-08-06 12:57:56 -05:00
Steve Harris
f3babcf1a1 Merge branch '21.2-Warngen_Urban_Boundaries' into development_on_ss_builds
Conflicts:
	cave/com.raytheon.viz.warngen/src/com/raytheon/viz/warngen/template/TemplateRunner.java

Former-commit-id: 2a2487546a533987bc618b06780bba4d0bc61da8
2012-08-06 11:13:47 -05:00
Max Schenkelberg
0031d21292 Issue #626 Fixed GLStats to print proper message name. Fixed SatelliteDao to correctly use UnsignedByteArrayWrapper to properly reflect data. Modified UnsignedShortArrayWrapper to extend ShortArrayWrapper like Byte/UnsignedByteArrayWrapper does. Fixed DataTime legend generation when time range is not even hour increment
Change-Id: Ie79883c1d901f24042234fe5e79b5ae903e5792b

Former-commit-id: b0466e68bea4102f397db214bb58b66c10a338ed
2012-08-06 09:44:44 -05:00
Steve Harris
85f82b18b3 Merge branch 'ss_builds' (12.8.1-10) into development_on_ss_builds
Conflicts:
	rpms/awips2.64/Installer.h5py/component.spec

Former-commit-id: f6fc0581c3100ef186b90668cb1f1ae4283eaa7b
2012-08-06 09:38:26 -05:00