Commit graph

75 commits

Author SHA1 Message Date
Nate Jensen
9ec259d7df Merge "Omaha #3422 Update plug-in version number and java version for viz.hydrocommon and viz.mpe.ui" into omaha_14.4.1
Former-commit-id: 13ad27128cd4a29bb559d6911f870b15f447fdf5
2014-07-24 14:53:47 -05:00
Mark Peters
53042a9bf7 Omaha #3422 Update plug-in version number and java version for viz.hydrocommon and viz.mpe.ui
Change-Id: I2f8799c32a11ed636f714c0bfe304c5248f48a98

Former-commit-id: 02b964ae1e7490cc9124dcd70d6806881396a692
2014-07-24 14:38:59 -05:00
Mark Peters
92b1e9a9cf Omaha #3422 Move HydroPointResource and HydroPointResourceData to MPE plugin
Change-Id: I222f99b0b952d9cef91208eb27f6adca43e13669

Former-commit-id: 7929e5b809d83a0f682e9f1c6953c9a090ed7310
2014-07-22 14:57:35 -05:00
Mark Peters
9532289be3 Omaha #3422 Replace drawFilledCircle and drawArc calls
Change-Id: I2ecd1e2fd9614317addc248130bfc8ececc3d80e

Former-commit-id: f0575e788549a1728c6d6fff7b99e3764c3739d8
2014-07-22 13:50:39 -05:00
Steve Harris
7fec0d039c Merge branch 'omaha_14.3.1' (14.3.1-8) into omaha_14.4.1
Conflicts:
	cave/com.raytheon.viz.hydrocommon/src/com/raytheon/viz/hydrocommon/whfslib/colorthreshold/GetColorValues.java
	edexOsgi/build.edex/edex/common.properties
	edexOsgi/build.edex/esb/conf/modes.xml
	nativeLib/files.native/awipsShare/hydroapps/lib/native/linux32/library.ohd.pproc.so
	nativeLib/files.native/awipsShare/hydroapps/lib/native/linux32/library.ohd.whfs.so
	nativeLib/files.native/edex/lib/native/linux32/library.ohd.pproc.so
	nativeLib/files.native/edex/lib/native/linux32/library.ohd.whfs.so

Former-commit-id: 45250149681f057cf168f4d3cb27276279f62c05
2014-06-02 11:21:46 -05:00
Brian.Dyke
a8737e18f0 Merge branch 'ohd_14.3.1' of ssh://collaborate3.nws.noaa.gov:29418/AWIPS2_Dev_Baseline into master_14.3.1
VLab Issue #3454 - HPE dual-polarization upgrade

Conflicts:
	cave/com.raytheon.viz.mpe.ui/src/com/raytheon/viz/mpe/ui/dialogs/RadarBiasTableDialog.java
	edexOsgi/com.raytheon.uf.common.ohd/utility/common_static/base/hydro/Apps_defaults

Former-commit-id: 9d7a819489480e119b65cb5643520818adeb1ebf
2014-05-30 10:46:25 -04:00
Nate Jensen
514c9d3a0c Omaha #3133 Removed dead hydro code and related dependencies
Change-Id: I15daffddd4219541cac44b2d5930a69e1e864e6a

Former-commit-id: 13d3dc45edab66106e9aa5a1149ca05e94d144c3
2014-05-27 18:23:38 -05:00
Chip Gobs
65d2135ac2 VLab Issue #3454 (OHD Dual-Pol enhancements for MPE and HPE/HPN (DCS #167,DCS #168) and PostAnalysis (DR #9784) )
Change-Id: Id96c25de545144d769309fef608c431d67d1bada

Former-commit-id: 1f43b57d7dffe0d1c4002ff9f1dd789a47b97734
2014-05-06 10:48:35 -04:00
Xuezhi.Wei
c4fc2f169b ASM #545 Hydrobase IngestFilter GUI fixes
Change-Id: I368113a8ccb0356198a52a9d5c8a39247dce68e8

Former-commit-id: a8710a68e4aa28861c03c5d988bc36a553704c31
2014-05-02 16:55:36 +00:00
Richard Peter
3575d6586f Merge branch 'omaha_14.2.2' (14.2.2-3) into development
Conflicts:
	cave/com.raytheon.uf.viz.monitor.ffmp/src/com/raytheon/uf/viz/monitor/ffmp/ui/rsc/FFMPResource.java
	cave/com.raytheon.viz.aviation/src/com/raytheon/viz/aviation/editor/TafViewerEditorDlg.java
	cave/com.raytheon.viz.hydrobase/src/com/raytheon/viz/hydrobase/dialogs/QcAlertAlarmLimitsDlg.java
	cave/com.raytheon.viz.hydrocommon/src/com/raytheon/viz/hydrocommon/resource/HRAPOverlayResource.java
	cave/com.raytheon.viz.mpe.ui/src/com/raytheon/viz/mpe/ui/MPEDisplayManager.java
	cave/com.raytheon.viz.warngen/src/com/raytheon/viz/warngen/gui/WarngenLayer.java
	cave/com.raytheon.viz.warngen/src/com/raytheon/viz/warngen/template/TemplateRunner.java
	edexOsgi/com.raytheon.edex.textdb/src/com/raytheon/edex/textdb/dbapi/impl/TextDBStaticData.java
	edexOsgi/com.raytheon.edex.textdb/src/com/raytheon/edex/textdb/ingest/TextDBStaticDataSubscriber.java
	edexOsgi/com.raytheon.uf.common.dataplugin.grid/utility/common_static/base/styleRules/d2dContourStyleRules.xml
	edexOsgi/com.raytheon.uf.common.dataplugin.grid/utility/common_static/base/styleRules/gridImageryStyleRules.xml
	edexOsgi/com.raytheon.uf.edex.plugin.manualIngest/res/spring/manualIngest-spring.xml

Former-commit-id: bd13bc332bcdd87723bec8669885f4594ad483b9
2014-04-11 16:23:09 -05:00
Everett Kladstrup
06d6961c0f Issue #2725 Move derived parameters logic to common
* Make derived parameters not use VizException
* Move derived parameters packages from the viz hierarchy
  to the common hierarchy
* Move data cube classes that don't depend on derived parameters
  to thier own plugin
* Moved DataCubeContainer and supporting frontend classes from
  viz.core to viz.datacube


Former-commit-id: ad4a8cfbbc6de72810492c8f1de9701d381b6019
2014-04-09 09:31:12 -05:00
Mike Duff
be9cf109b1 Issue #2689 - Add input values to log statement on LL to HRAP conversion failure.
Fix error in HRAP overlay resource.

Change-Id: If6fcb23a839323e4541e8ff28c0d702bf3066273

Former-commit-id: ee88ab32961525d74a227cccec615c0610dc9525
2014-03-31 11:35:06 -05:00
Loubna.Bousaidi
123007b18d ASM #380 - Hydro--TimeSeries:error thrown when click Table button
Change-Id: Ifca1581cbcf48346082a6afb976a927a3d878b09

Former-commit-id: d2161a0fdd0bad7f8266a8b30659021edecaa549
2014-03-11 18:58:26 +00:00
brian.dyke
2294c81a57 merge 14.2.1-3 into asm-14.2.2
Former-commit-id: a116be206fc8a24dd12610db37db6f26c65a19b0
2014-01-27 15:27:49 -05:00
Ben Steffensmeier
fc1c56f9cb Issue #2312 Add ability to export gif and image export dialog.
Change-Id: I10aaeba20a4acc7888cd566107ffff3e6a4fad05

Former-commit-id: e2159c422ca93aa76c6ba7a30a09234e8f9da4ce
2014-01-21 18:09:13 -06:00
Steve Naples
c2667bd719 Issue #237
Change-Id: Iab0716c7e09739cbb4a525111eb34ecc0594a388

Former-commit-id: 3f252c7aa8fc5598f3f74c376c713150793868e5
2014-01-14 16:38:44 +00:00
Ben Steffensmeier
27165cea30 Issue #2491 Fix alertviz and java 6 compatibility.
Former-commit-id: 2baf2fdd778b55b76be37503935510b057c5eb0e
2013-10-28 10:14:08 -05:00
Ben Steffensmeier
c14cc609a8 Issue #2491 Remove uneeded ISerializableObject files.
Former-commit-id: fd4cc4fde9507cd9abbf394ea5823a8f315c7d55
2013-10-25 15:31:39 -05:00
Nate Jensen
0fe5979eac Issue #2361 remove ISerializableObject for hydro colors
Change-Id: Icc4a1e2ebff06ff389e95563406176663000ad7c

Former-commit-id: f23474913e08b34d1eb82e2106549f57fd36538c
2013-10-10 10:57:59 -05:00
Lee Venable
02651018f2 Issue #2349 - Fixed font memory leaks
Former-commit-id: e81149f65d944f9898509a6ff03b063662a88882
2013-09-09 16:54:49 -05:00
Max Schenkelberg
b633f9987a Issue #2277 Switched DataCubeContainer calls to not use ScriptCreator
Amend: Added comments as requested

Change-Id: Ib787d43638f20babfc7f89ce2eac958e31d21c3c

Former-commit-id: efb402d2835f715143cddffeec2bd7c20d0a65f6
2013-09-09 10:10:11 -05:00
Lee Venable
b71b2c4208 Issue #2342 - fixed color memory leak and NPE
Change-Id: I34c6bf75f3901f7304ef392a4549f51f599752ff

Former-commit-id: 68411a30159f8251937f78d77f561c20a4822e48
2013-09-06 14:03:14 -05:00
Roger Ferrel
6f6da35020 Issue #2088 Changes for non-blocking PrintTextReportDlg and TextReportDlg.
Change-Id: I0f999c8334aefb3f2d0e27d91bdea419a96d65e6

Former-commit-id: 648aa82a0d6b10a92a44df55eb278b6cc4c9bc1b
2013-07-16 14:03:20 -05:00
Roger Ferrel
d620283c3b Issue #2088 changes for non-blocking RatingCurveDlg, FindReplaceDlg and TextEditorDlg.
Change-Id: I8d651254e862a45c1dad33c0d4991b29f1611828

Former-commit-id: d71b87606a93f744984f45aec8887dbc0052bb4e
2013-07-16 10:28:32 -05:00
Roger Ferrel
0ba32179e6 Issue #2088 Changes for non-blocking DataSourcesDlg, ImpactStatementDlg and LowWaterStatementDlg.
Change-Id: Ib6b6a6b6a2b0c433c30ac31beb6858e4c7a0c768

Former-commit-id: cf769302b9a9b2055f42969dfe781d7aa9c2286b
2013-07-15 14:26:35 -05:00
Roger Ferrel
b394c8fa41 Issue #2088 Changes for non-blocking CrestHistoryDlg.
Change-Id: Iebb031464ab25d1212b1748789f79051528d0c3a

Former-commit-id: fc0cd12d87493527c6a7ddaddd70b77182a7390f
2013-07-15 07:56:14 -05:00
Roger Ferrel
9800f069e9 Issue #2088 Changes for non-blocking ContactsDlg.
Change-Id: I8e9bd796b6b811cbcbd4159d7b209733fffa23df

Former-commit-id: 82e4a0edf2dbe2d2eca430b42adb50f8ec4e8125
2013-07-11 13:02:13 -05:00
Roger Ferrel
d5e66e410d Issue #2088 Non-blocking ColorScaleMgrDlg and ColorChooserDlg.
Change-Id: I6f14726a466780e0dbab13d8b64fa2c55acf55d0

Former-commit-id: 108c5a4957b6d3ab50eacd5792122f7cd2ff3cba
2013-07-09 11:13:43 -05:00
Steve Harris
998961612c 13.5.1-1 baseline
Former-commit-id: 72a49a353cb22c89c9aa19ed1f4a681c3e89d5f3
2013-06-10 15:17:17 -04:00
Roger Ferrel
75c1470c3a Issue #1790 Changes for non-blocking dialogs DescriptionDlg, FloodCategoryDlg, FloodDamageDlg, GageHistoryDlg, HydroGenConfigDlg, LowWaterDlg, NwrTransmitterDlg, PreferencesDlg, PublicationsDlg and QcAlertAlarmLimitsDlg.
Change-Id: Ic4a3ccb3e13344244415786591accbffda0d0e96

Former-commit-id: b9d5321cdeaeb9b37783e96b76321ddb90c0d6dd
2013-04-23 11:42:14 -05:00
Roger Ferrel
c761fd0938 Issue #1790 Changes for non-blocking dialogs CountyStateDlg, CountyZoneUgcDlg, DataAdjustFactorDlg, DataIngestFilterDlg, DataPurgeParamsDlg and DatumDlg; also changes to hydro data mangagers to remove ArrayList for method interfaces.
Change-Id: Id5f56669045afd402bed893c13977641ef59835b

Former-commit-id: 23bf9839c60aa33d7bf43492b72acbeedcf518b9
2013-04-19 13:42:46 -05:00
Steve Harris
0be473728a 13.3.1-12 baseline
Former-commit-id: 1f109861760e5fbc9d7a13cc4f518341cbc31276
2013-03-25 13:27:13 -05:00
Steve Harris
b8f0635ad6 Merge branch 'omaha_13.3.1' into development
Conflicts:
	cave/com.raytheon.uf.viz.monitor.ffmp/src/com/raytheon/uf/viz/monitor/ffmp/ui/rsc/FFMPDataGenerator.java
	cave/com.raytheon.viz.gfe/src/com/raytheon/viz/gfe/dialogs/formatterlauncher/ZoneCombinerComp.java
	edexOsgi/com.raytheon.edex.plugin.gfe/utility/edex_static/base/gfe/isc/iscUtil.py
	edexOsgi/com.raytheon.uf.common.dataplugin.gfe/src/com/raytheon/uf/common/dataplugin/gfe/python/GfePyIncludeUtil.java
	edexOsgi/com.raytheon.uf.edex.grid.staticdata/src/com/raytheon/uf/edex/grid/staticdata/StaticDataGenerator.java
	edexOsgi/com.raytheon.uf.edex.plugin.ffmp/src/com/raytheon/uf/edex/plugin/ffmp/FFMPGenerator.java

Former-commit-id: 4a9b882446c68cd54a8b23a70a9b2f4f8961ca40
2013-03-18 16:52:00 -05:00
Steve Harris
1a999fee5a Merge branch 'master_13.3.1' (13.3.1-8) into omaha_13.3.1
Conflicts (just history comments):
	cave/com.raytheon.viz.awipstools/src/com/raytheon/viz/awipstools/common/stormtrack/AbstractStormTrackResource.java
	cave/com.raytheon.viz.gfe/src/com/raytheon/viz/gfe/procedures/ProcedureController.java
	edexOsgi/com.raytheon.edex.plugin.gfe/utility/common_static/base/gfe/userPython/procedures/TCMWindTool.py
	edexOsgi/com.raytheon.uf.common.dataplugin.gfe/src/com/raytheon/uf/common/dataplugin/gfe/python/GfePyIncludeUtil.java


Former-commit-id: 5927ff20543395733d9302eba2e6772315730a80
2013-03-18 16:43:22 -05:00
Steve Harris
f97d78994b 13.3.1-8 baseline
Former-commit-id: 2d0992b2b764d9ba87c69e6e053dc7fea0e4dcc6
2013-03-18 15:43:32 -05:00
Roger Ferrel
c43b7777e1 Issue #1790 Changes for non-blocking TabularDisplayDlg.
Change-Id: I38505da2d1c5a79e7b45579893845cc356a59a5d

Former-commit-id: 0466f5cf6c8114ff4b834869dab09ef567e8b192
2013-03-14 15:38:08 -05:00
Ben Steffensmeier
f46686a6e2 Issue #1532 Delete uf.common.image and clean up the mess it left behind.
Former-commit-id: 7c24d10acae9dee7ec03edd471983e0b80d58092
2013-02-28 17:00:56 -06:00
Steve Harris
a0573644c4 Merge branch 'development' into omaha_13.3.1
Conflicts:
	cave/com.raytheon.uf.viz.core.maps/META-INF/MANIFEST.MF
	cave/com.raytheon.uf.viz.monitor.ffmp/src/com/raytheon/uf/viz/monitor/ffmp/ui/dialogs/FfmpBasinTableDlg.java
	cave/com.raytheon.viz.hydro/src/com/raytheon/viz/hydro/resource/MultiPointResource.java
	cave/com.raytheon.viz.hydro/src/com/raytheon/viz/hydro/timeseries/TimeSeriesDisplayDlg.java
	cave/com.raytheon.viz.hydro/src/com/raytheon/viz/hydro/timeseries/TimeSeriesDlg.java
	cave/com.raytheon.viz.hydro/src/com/raytheon/viz/hydro/timeseries/TimeSeriesconfigAction.java
	cave/com.raytheon.viz.texteditor/src/com/raytheon/viz/texteditor/dialogs/TextEditorDialog.java
	cave/com.raytheon.viz.volumebrowser/src/com/raytheon/viz/volumebrowser/vbui/ProductTableComp.java

Former-commit-id: e768a3e3a5016a88a4f0a3faa4bc82cfe0d9709c
2013-02-21 15:41:39 -06:00
Steve Harris
71e8990021 13.3.1-1 baseline
Former-commit-id: 34684c71436ce4c395ea523eb34ded6792476816
2013-02-20 16:19:40 -06:00
Ben Steffensmeier
aa4c7526ff Issue #1616 Add option for interpolation of colormap parameters, disable colormap interpolation by default.
Change-Id: I48738965df0da9052f810dfc1f312ed032693390

Former-commit-id: ccf08fbd82aac8b1ae1d4f42b455ec7c3f995970
2013-02-14 15:34:25 -06:00
Roger Ferrel
b2dc220bcd Issue #1578 Changes for non-blocking DataTashCanDlg and clean up to data managers.
Review changes 2.

Change-Id: I4d697ccc5a2e5ab63dfef3e52e88d039adfcdaa0

Former-commit-id: 7d2e157d20a009a2192b35f95252bdad895a91c5
2013-02-07 09:12:24 -06:00
Steve Harris
83e9157df7 13.2.1-2 baseline
Former-commit-id: bd9eec1d4e6fd843c7bb594b8adb882d72edc6cf
2013-01-23 11:18:44 -05:00
Steve Harris
9771dfae6b 13.2.1-1 baseline
Former-commit-id: 6831a29efca54cfde39ab6a462f76ca2ac206f49
2013-01-23 11:13:03 -05:00
Max Schenkelberg
ff72ce0b0c Issue #1457 Initial changes for MPE time refactor. Wrote custom resource that handles multiple times and tailored code to use resource instead of old XmrgResource which was not written to support multiple frames
Amend: Cleaned up comments and some bugs in code after review

Amend: Rebased changes

Change-Id: I512b9bb30a08b9a1cfc5e8d9b5008ebc4f352c2d

Former-commit-id: ab74da7808aa343983f532ee076820c7e63fdded
2013-01-15 14:41:19 -06:00
Richard Peter
3fb7d96ec1 Merge branch 'ss_builds' (13.2.1-1) into development
Conflicts:
	cave/com.raytheon.viz.texteditor/src/com/raytheon/viz/texteditor/dialogs/TextEditorDialog.java
	rpms/awips2.core/Installer.ldm/patch/etc/pqact.conf.template

Former-commit-id: 1a07daa97b2000f31ea4fd98890a15477b85b5f3
2013-01-14 18:07:17 -06:00
Steve Harris
e62172c8c7 13.2.1-1 baseline
Former-commit-id: 30d12654dea302c2bb0546edcb3b7ddd04ddd046
2013-01-14 18:42:21 -05:00
Richard Peter
029ebaa63a Issue #1408: Merge 13.1.2-6 into development
Former-commit-id: 7f8ad9de743a19d21a6784fa7563a88c6bdd4d3c
2013-01-09 17:55:05 -06:00
Steve Harris
8e5f9e0e6c 13.1.2-6 baseline
Former-commit-id: 184f16c9f91fb06efa7aeaf5499ace33f4f17bf7
2013-01-06 14:55:11 -06:00
Steve Harris
c0c1d56f3a 13.1.2-2 baseline
Former-commit-id: 221d0aaf0e19a054387134e72a76a278159bf4d0
2013-01-06 14:32:24 -06:00
Max Schenkelberg
3e128b266a Issue #1329 Committing some of the core classes touched for MPE time refactor. Made GL data mapping work properly with non float types. Made GriddedImageDisplay2 use new TileSetRenderable for processing and memory efficieny
Change-Id: Ib12a3a6bb1f20f1e8eeb6dbd170802cf79359cfb

Former-commit-id: eaeb75b4f2dd1c19f805c8cf4f4d010b455d99e8
2012-12-12 11:39:32 -06:00