Commit graph

97 commits

Author SHA1 Message Date
Max Schenkelberg
9655d64069 Issue #1474 Fixed MetarPrecipResourceData and LightningResourceData so updates do not required requery. Made an AutoUpdater per plugin so they process independently of each other.
Amend: Only register product alerts in thin client if JMS is not disabled

Change-Id: Ic46daf57ef3ede3aad2a2f067e9764f85f7df9a2

Former-commit-id: 115dc26748e0779b4c67cc74fe08c5bf17542632
2013-01-23 16:50:17 -06:00
Max Schenkelberg
02e7c79de9 Issue #1462 Created new BundleLoader and BundleProductLoader to consolidate code for loading Bundles to the screen asynchronously.
Amend: Switched to proper ticket

Change-Id: Iacfc73f574aef64bba43323818ea3484b1f5a9b9

Former-commit-id: 86aa1a7febbd1b8671e546c2b9eaca10f82860a4
2013-01-15 14:13:36 -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
Brad Gonzales
1c6cfee5cc Issue #1456 Changed ArrayList parameter to List.
Change-Id: I47e7a054b774f5f2707f53b1c3692c3ec07ac157

Former-commit-id: 6ba091caf7aa4de243fbea57ed19ae99ddb39585
2013-01-07 16:55:04 -06:00
Brad Gonzales
cf3a7e1455 Issue #1456 Added DualList.setSelectedList(ArrayList<String>).
Change-Id: I86765b965f90bf714ede8707c516287a91c64de7

Former-commit-id: 334782a0f7df272200196a3905d656d2fa3603d7
2013-01-07 16:08:18 -06:00
Mike Duff
ace6214c3f Issue #1431 - Fix Dual List filter problem.
Former-commit-id: 0fc212dac04a4693060ee0e321c532a3f5076e01
2013-01-07 09:19:01 -06:00
Steve Harris
c0c1d56f3a 13.1.2-2 baseline
Former-commit-id: 221d0aaf0e19a054387134e72a76a278159bf4d0
2013-01-06 14:32:24 -06:00
Ron Anderson
6f79ba14e6 Merge "Issue #1395 Updated SetOpacityDialog. Added source jars for geoapi. Removed legacy shapefile import menu item." into development
Former-commit-id: 6e0bfe56d437622b9c5f6e3d4d8d9c0192fc5a46
2012-12-13 15:47:04 -06:00
Ron Anderson
753fa0487b Issue #1395 Updated SetOpacityDialog. Added source jars for geoapi. Removed legacy shapefile import menu item.
Change-Id: I495db377f77485fd9bd896f02dba9c640b9ad3b1

Former-commit-id: a7657cf6b42a3d7a0f5fd64468820d1547ad1e9d
2012-12-13 15:25: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
Ron Anderson
bc5f445ecf Issue #1395 Modifed AwipsCalender and added additional date/time related widgets
Change-Id: I123a63ff4a42d36b2a35229dff719eda49097f7b

Former-commit-id: 475861fe615a070f1a3cad18dd798ba6db6b66e8
2012-12-11 13:31:05 -06:00
Ron Anderson
bb163074fa Issue #1395 Updated ShadeableCapability to specify opacity (alpha) to be used for shading
Change-Id: Ifeb87aa3dc83c34c4599f22bbb2ed540e82d6c06

Former-commit-id: 596a5c305e2c7be6e76c8d623a2fd4d5a5ffb7f7
2012-12-06 17:02:56 -06:00
Ron Anderson
5143e82d4a Issue #1395 Modified LineStyle to contain a definition of the style so that GL and SWT can render them the same way
Change-Id: I9e9875c3d56870309d4c5420a541674fb8733a09

Former-commit-id: 6c2704dffcbadab19611464df580f781bb5ebefd
2012-12-06 15:38:04 -06:00
Max Schenkelberg
b648c5828e Issue #1328 Cleaned up time matching API for GFE use. Removed notion of time match basis from AbstractTimeMatcher and moved code using it into D2D specific plugins
Amend: Added back in TimeMatchBasisCapability.  Someday will need to figure out bundle migration since this unused class can never die

Change-Id: I3086daa43e553202565e2b88f455d4dd0bfc65f6

Former-commit-id: fa693a9bb802af2491c70c14aa7ab33485fb4915
2012-11-29 10:29:36 -06:00
Mike Duff
c49759d28e Issue #728 - Implementation of Statistics graphs
peer review comments
Changing to use average value rather than sum.

Change-Id: I7f97e27c4f463fe60bec2cbc52f3eac66d8fa77f

Former-commit-id: f15ba1ee009abf4a562bb37450d65f97c7ffa217
2012-11-26 17:31:29 -06:00
Dustin Johnson
4425d25c71 Issue #1322 Add IDisplay
Change-Id: I0f20b5e2e4544c2a984c317a812855f92e935b92

Former-commit-id: 039c475445ca8f049c46547dba63d413f3019817
2012-11-20 15:22:52 -06:00
Roger Ferrel
22f8bc10f0 Issue #1298 Change CaveJFACEDialog's open method to work similar to CaveSWTDialog's open.
Change-Id: I5e4cf98b98df3571a94407f2d677766b209d4081

Former-commit-id: 4da71d30d62eeeee3546c3019850e77cab757c78
2012-11-13 12:55:33 -06:00
Dustin Johnson
064ef82d1e Issue #1302 Address peer review comments for 5-Data_Delivery/development merge
Amend:
  More peer review comments
  Restore PreferencesHandler

Change-Id: Ib995f58c31ce844466674dbe29bf3048b78048f7

Former-commit-id: c04f7dca6f980ab7f3d77825312ddc34ba3b188d
2012-11-08 09:57:16 -06:00
Steve Harris
e4bd20a515 12.12.1-1 baseline
Former-commit-id: 7699acd8cfc5cfa4e902ba98d5fdc2f7c474a535
2012-11-07 12:41:20 -06:00
Dustin Johnson
98d7beae50 Issue #1302 Merge branch '5-Data_Delivery' into development
Conflicts:
    edexOsgi/build.edex/deploy-common/external-rules.xml
    edexOsgi/build.edex/deploy-common/plugin-methods.xml
    edexOsgi/com.raytheon.edex.plugin.text/src/com/raytheon/edex/plugin/text/dao/TextDao.java
    edexOsgi/com.raytheon.uf.edex.database/src/com/raytheon/uf/edex/database/plugin/PluginDao.java
    edexOsgi/com.raytheon.uf.edex.esb.camel/src/com/raytheon/uf/edex/esb/camel/Executor.java
    edexOsgi/build.edex/build.xml
    edexOsgi/build.edex/esb/conf/modes.xml
    edexOsgi/com.raytheon.edex.feature.uframe/feature.xml
    edexOsgi/com.raytheon.edex.plugin.grib/res/spring/grib-ingest.xml
    edexOsgi/com.raytheon.edex.plugin.grib/src/com/raytheon/edex/plugin/grib/Grib1Decoder.java
    edexOsgi/com.raytheon.edex.plugin.grib/src/com/raytheon/edex/plugin/grib/GribDecoder.java
    edexOsgi/com.raytheon.uf.common.gridcoverage/src/com/raytheon/uf/common/gridcoverage/GridCoverage.java

Change-Id: I32226e8c316eb393d6f372eaa53b8811d0a954a0

Former-commit-id: 89583d97c8823818f87dc1a234078d85ba7bea4a
2012-11-01 13:36:06 -05:00
Roger Ferrel
ae3fb5eef5 Issue #1229 Changes for non-blocking CaveSWTWizardDlg.
Change-Id: I2ce93910b6605e5527c321f594bd0a03b13f321d

Former-commit-id: 30b387dc4c5392263ba3e82bca1db64099684ecf
2012-10-22 14:07:18 -05:00
Roger Ferrel
763c6ea58c Issue #1229 Changes for non-blocking ViewMessagesDialog.
Change-Id: Id1bd1e36a2d16feec60c82997891577c98296fe7

Former-commit-id: 02e781832ab07685baf2b353df39e156a3190c2c
2012-10-22 10:25:05 -05:00
Roger Ferrel
610444ee88 Issue #1229 Changes for non-blocking SWTMessageBox.
Change-Id: Id9954878c2764f4527e85b958a0fec7a05548db9

Former-commit-id: b073d27b36543630e3fd04623e22cd5242e5ed1f
2012-10-18 14:06:02 -05:00
Roger Ferrel
40fb3f9729 Issue #1229 Changes for non-blocking SetTimeDialog.
Change-Id: I0a5d497a29b5a6e9e7441e130ce081058e78f4e3

Former-commit-id: 5e4edda802714c236334500a12c2020386770dd2
2012-10-18 07:36:31 -05:00
Roger Ferrel
66379c3210 Issue #1229 Changes for non-blocking LabelOffsetDialog.
Change-Id: Ic0d821549a300c53e29f4c321af3c51e22fb308e

Former-commit-id: f1131f2d9d1d5e0194a65e787e2628e733563683
2012-10-17 15:12:55 -05:00
Roger Ferrel
c73acb0c30 Issue #1229 Changes for non-blocking ImagingDialog.
Change-Id: Iddcbf248949a082f734f6b5de8d8941089746468

Former-commit-id: 185024d06da214041273674716a7efce4b2a98f1
2012-10-17 13:53:29 -05:00
Roger Ferrel
8e86f32714 Issues #1229 Changes for non-blocking ColormapDialog.
Change-Id: I95126e4d7e0b450e014764c96caf93cdff9c2d8d

Former-commit-id: 88476b683c5c480395edacd2920e32a0589a92e5
2012-10-17 10:20:18 -05:00
Roger Ferrel
5e79024db3 Issue #1229 Changes for non-blocking SaveColorMapDialog.
Change-Id: I5308c5f2ca546c825863f89162f2f1143f0431fc

Former-commit-id: b902eadfca48628bf8944d97019263e94618667a
2012-10-17 08:15:21 -05:00
Roger Ferrel
59a2dd6a3a Issue #1229 Changes for non-blocking BackgroundColorDialog.
Change-Id: Ie3d72e33a33ebdd12fe0b66047fd211e049474d9

Former-commit-id: 23c93af437fa662cc7df98e69a8bd383aabbab41
2012-10-16 17:00:11 -05:00
Steve Harris
d3497e47eb 12.11.1-4 baseline
Former-commit-id: dddf20c9518c578d1bebd0b5e01b10c5080fd24e
2012-10-16 13:27:07 -05:00
James Korman
7769d4cc14 Issue #1229 - Issue #1229 - Change to use non-blocking.
Change-Id: I2da0ebd176f7f50d63d70aed28bfe3385ac39a48

Former-commit-id: ae8a0dcce3055931c901093e148639f959c70a97
2012-10-11 11:31:43 -05:00
Ron Anderson
b041ccf099 Issue #1242 Fix wierd GFE behavior when Grid Manager is maximized.
Change-Id: I2e6d6929a8a8af8dab3320bdf8cda3466fe05fa8

Former-commit-id: 4fb21077aba1dd9cfafc7f046b02f24f750c6384
2012-10-04 12:15:01 -05:00
Max Schenkelberg
8cd4f17cd4 Issue #1222 Fixed MapResourceGroup to manage keeping capabilties in sync with underlying resources by using listeners. Also fixed issue where you can set map resources to be time match basis to avoid errors. Fixed build when merging in 12.10
Change-Id: Iec0389be3a563df2d14f079cdd127a32ba552237

Former-commit-id: ac247423f66f1b29b2235595f08b8cee03962842
2012-09-28 11:43:03 -05:00
Roger Ferrel
d1e52778db Issue #1196 Added isDisposed to CaveJFACEDialog.
Change-Id: I6ad1c3e1ba9015d87d04603a30ac8d02bb36abe5

Former-commit-id: 0eee43ff9fc99f027a295abebf64a98bbfeabe26
2012-09-27 16:31:11 -05:00
Steven Harris
618aa3f316 12.11.1-1 baseline
Former-commit-id: 765055b5332ddace3cec2d07e279652de869cfe4
2012-09-27 15:57:45 -05:00
Roger Ferrel
031fabe87a Issue #1196 Changes for Valid Period Dialog.
Changes from review.

Change-Id: I6adeb9741c0b8a6bb02525021b5c5b0b75ea43ee

Former-commit-id: 2d73c05dcff07658fc1bcd9ab878a9bca73b4aa3
2012-09-27 10:40:47 -05:00
Roger Ferrel
6cd9792f46 Issue #1196 Changes for WmoIdSelectiondialog and modification to CaveJFACEDialog's setBlockOnOpen.
Change-Id: I3b9cc2bdc32a8f82a2d9ca6927c7fcda02254e9a

Former-commit-id: 54e670d97751f1f78d472d742c4f362c7deee625
2012-09-20 12:14:42 -05:00
Lee Venable
045297e677 Issue #1165 : initial update for the dialog refactor.
Issue #1165 - added JFACE code update.

Issue #1165 - changed method names.
Change-Id: I4fab0a7c1384a4f3e5f66a9daf90027d39421110

Former-commit-id: 687a13eb43abd6ff17b3aa82f2a0265159f5e6cc
2012-09-14 08:39:38 -05:00
Steve Harris
21f430062b 12.10.1-3 baseline
Former-commit-id: 1a94c1ca3674c8e4dbb8847de5190efe33da371c
2012-09-11 16:00:38 -05:00
Steve Harris
91e39617cb Merge branch 'development_on_ss_builds' (with 12.9.1-5) into development
Conflicts:
	cave/com.raytheon.viz.grid/src/com/raytheon/viz/grid/rsc/general/D2DGribGridResource.java
	cave/com.raytheon.viz.pointdata/src/com/raytheon/viz/pointdata/PlotModelDataRequestJob.java
	cave/com.raytheon.viz.pointdata/src/com/raytheon/viz/pointdata/PlotModelGeneratorJob.java
	cave/com.raytheon.viz.warngen/src/com/raytheon/viz/warngen/config/DbPointSourceDataAdaptor.java
	cave/com.raytheon.viz.warngen/src/com/raytheon/viz/warngen/template/TemplateRunner.java
	cave/com.raytheon.viz.warnings/src/com/raytheon/viz/warnings/rsc/AbstractWarningResource.java
	edexOsgi/com.raytheon.uf.common.geospatial/src/com/raytheon/uf/common/geospatial/interpolation/data/UnsignedByteArrayWrapper.java

Former-commit-id: b9db13cf5bff60511d815f92f0239a4313498265
2012-08-27 09:53:55 -05:00
David Gillingham
f7182ae9c7 Issue #1087: Enable DRT for CAVE operational mode.
Change-Id: I8d9992b2fd5b6ddaec447ee70869124d1d76a4d9

Former-commit-id: 3f3c778d6f3c5ced13f778746c6a9a46f72c396c
2012-08-23 11:21:23 -05:00
Steve Harris
61f269f54c 12.9.1-5 baseline
Former-commit-id: d85b989f77196d20eb2d2a21cf4daa13d50474ae
2012-08-21 15:27:03 -05:00
Max Schenkelberg
b69d2cad1c 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
root
cb46f57879 Merge 12.9.1-4 into development_on_ss_builds
Former-commit-id: a178af491f4b4cd75ed1517f023354bab0b9c8c8
2012-08-15 22:15:20 +00:00
Ben Steffensmeier
6d9d0a406f Issue #1065 fix contexts to deactivate when unrecognized views activate.
Former-commit-id: 5046660b52594a165d4a8749ac12c236d5ec027d
2012-08-15 16:36:05 -05:00
Steve Harris
31ae7ea218 12.9.1-1 baseline
Former-commit-id: 6601ddb09c2928754c2c3859dac284998d73ff81
2012-08-15 13:59:00 -05:00
Ben Steffensmeier
a4c46c7f55 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
Nate Jensen
c0dad4432c Merge "Issue #808 create API for managing floating views and made CaveDetachedWindow more robust." into development
Former-commit-id: 80746bd2c441de92304fb1dabdcfbd66ce3f49a6
2012-07-12 17:17:57 -05:00
Ben Steffensmeier
ea0c7046af Issue #808 create API for managing floating views and made CaveDetachedWindow more robust.
Former-commit-id: 1f9b6d2a0b7d45f68bda57c6fcaeec493cbb835a
2012-07-12 13:35:52 -05:00