Lee Venable
19b883a407
Merge "Issue #2757 . Fixed issues in Area Configuration Dialogs." into development
...
Former-commit-id: ecb833d823cf072f4e02b312fe320c2ade5162a2
2014-02-03 14:31:28 -06:00
Brian Clements
1ff4ed1ae9
Issue #2699 added handle config to prefs
...
default handle autofills session dialogs
is also used to connect to feed venue (error popup if already taken)
Former-commit-id: f10f42753c541d4003b4c67a84a1d50e033941d3
2014-02-03 12:59:57 -06:00
Everett Kladstrup
bd50a38d87
Issue #2725 deriv param to common stage 1
...
* Removing viz dependencys from derivparam
** Move LevelUtilities to common
** Use spring instead of eclipse plugin extentions
to configure derived parameter function types
** Use RequestRouter instead of ThriftClient so
we can use IServerRequest objects in both CAVE
and EDEX
The next stage will be to clean up exceptions in
derived parameters to stop using VizException and
VizCommunicationException.
Former-commit-id: 604ae156f8b235e2e1736863b419547289403240
2014-02-03 09:02:58 -06:00
Slav Korolev
ea573d2c30
Issue #2757 . Fixed issues in Area Configuration Dialogs.
...
Change-Id: Ic3d3d5c41df6c8d80aac8e434e4c42a5ef9d1ecf
Former-commit-id: 81826338bda946aff4ac8a7b9ea83c2eb72397d5
2014-02-03 09:50:01 -05:00
Brian Clements
b88eaeb73e
Issue #2700 fixed subscribe back after contact request accept
...
we were sending the wrong presence type when accepting request
pidgin handled it, but it wasn't to the spec
fixed by adding contact to roster if not already a friend
request authorization dialog doesn't prompt for group if they are already in one
Former-commit-id: 4d860337ea821975b6ddb4846f102199347a4dcc
2014-01-31 13:10:35 -06:00
Nate Jensen
62f86b0a02
Merge "Issue #2312 Java 6 compatibility, fix legend menus." into development
...
Former-commit-id: 4bd377297daea932f4907f7119208461f7f79281
2014-01-31 12:00:00 -06:00
Nate Jensen
4a3c89c722
Merge "Issue #2698 added handles to venues" into development
...
Former-commit-id: 0e6750826ed7f36e92a6cd451138bc3562149aad
2014-01-31 11:59:34 -06:00
Brian Clements
3e585945d6
Issue #2698 added handles to venues
...
venues now handle identity differently with VenueParticipant instead of UserId
fixed alias bug due to roster entry change
Former-commit-id: 9a8b011683ffe7194c48b1827d3a4f0ddf4f9627
2014-01-31 09:44:31 -06:00
Bryan Kowal
6fd129379f
Issue #2754 - fix ant xpath error; gfe is now dependent on kml (unrelated to this change)
...
Former-commit-id: e027cf42b3b395a834f91512e269e41377f673ef
2014-01-30 18:11:48 -06:00
Ben Steffensmeier
7ab61aaa23
Issue #2312 Java 6 compatibility, fix legend menus.
...
Former-commit-id: 2853536477d39459de3cbb4eef7670734cfad5f8
2014-01-30 16:12:10 -06:00
Bryan Kowal
d88019d902
Issue #2754 - now more accomodative for the com.raytheon.uf.viz.application.feature feature dependency
...
Former-commit-id: 5e007018d1cd6064ba114d92d3943e23d8c3e17e
2014-01-29 14:25:38 -06:00
Ron Anderson
61f35e86ec
Merge "Issue #2703 Hook GFEResource into KML Export. Change-Id: I3baeb829dec4fa650fa9cb86e4fe602b6ad47963" into development
...
Former-commit-id: a3ea22b1db8418f5367b6ffa029f9aa159003398
2014-01-29 14:24:26 -06:00
Nate Jensen
52c3b71049
Merge "Issue #2698 made sessions private and invite only" into development
...
Former-commit-id: db4447bf109981ded541bff929687040cc28953a
2014-01-29 11:01:45 -06:00
Brian Clements
c498307b30
Issue #2698 made sessions private and invite only
...
removed venue info because you can't get it for private rooms
improved error handling for existing room when attempting to create
fixed default compression config
Former-commit-id: 850cbc03ebea6f26ac7095abffe7729985c426c4
2014-01-29 10:16:15 -06:00
Steve Harris
1738185503
Merge branch 'omaha_14.2.1' into development
...
Conflicts:
cave/com.raytheon.uf.viz.application/src/com/raytheon/uf/viz/application/VizApplication.java
Former-commit-id: d1fb8bcf1780b94bf23ce60dc4a6e0a10b37fe45
2014-01-29 09:41:57 -06:00
Greg Armendariz
9cc089b369
Issue #2754 - Remove extra character
...
Former-commit-id: 5979ad555987210e07e32eb5336e7cb427ac06c3
2014-01-29 08:43:09 -06:00
Brian Clements
6b1843f19a
Issue #2700 added contact request dialog
...
user is now prompted to accept contact request
added support for managing contacts that haven't accepted contact requests
contacts list shows new icon for contacts that haven't accepted contact requests
Former-commit-id: 8ad4c1674d2719a7781eb137669eb15212a1488c
2014-01-28 10:07:11 -06:00
Richard Peter
90dd7474b3
Merge "Issue #2711 Get All levels from the database for derived parameters." into development
...
Former-commit-id: b238a853283cc1b71ce290b233db5f174e486c9f
2014-01-27 11:36:55 -06:00
Ben Steffensmeier
08d277fe62
Issue #2711 Get All levels from the database for derived parameters.
...
Former-commit-id: 0b36f91188c458532eb26d8b4a01e7f8954eba5a
2014-01-27 11:12:08 -06:00
Brian Clements
f615f2226f
Issue #2701 removed local groups from collaboration
...
added shared groups to represent groups managed by server
local group actions changed to modify roster groups
code cleanup on contacts manager including removing unneeded roster manager
update script to clean up localization files
removed ui option to create an empty group
Former-commit-id: 06a9db4836fa2753a913e2314a8c003380416eac
2014-01-27 10:14:10 -06:00
Mike Duff
e46c226489
Issue #2459 - Last change from unscheduled to deactivated.
...
Former-commit-id: 09494558cae046e97ff2126673c5a5c4fd1f0105
2014-01-26 18:57:26 -06:00
Mike Duff
1da1285311
Issue #2452 - Changed label based on feedback.
...
Former-commit-id: dd74aef827f0892c64a7efd60b0edd1156ef31ec
2014-01-25 14:41:20 -06:00
Nate Jensen
47d6e5b54f
Issue #2359 printout shutdown of application to try and detect kills
...
Change-Id: I113890428cfd5a22c2fbb0a4abdcff18a4ccd11e
Former-commit-id: 34b2c7a402bcf7f3b04ea1e98090f7e0df48566f
2014-01-23 19:02:37 -06:00
Ben Steffensmeier
1897336455
Issue #2703 Hook GFEResource into KML Export.
...
Change-Id: I3baeb829dec4fa650fa9cb86e4fe602b6ad47963
Former-commit-id: 547e9ac7212b5a9842d064d5669772e8e50a4828
2014-01-23 18:43:14 -06:00
Ben Steffensmeier
6aa6683258
Issue #2363 Add General implementation od IColormapShadedShapeExtension so that all targets will be able to render filled wind barbs.
...
Former-commit-id: e214a045c4d45532ed80fb4cdd51355c7884a2ee
2014-01-23 12:41:16 -06:00
Nate Jensen
27b07e27f1
Merge "Issue #2667 added bin lightning data access factory" into development
...
Former-commit-id: beede8dc30f5497c5769f78a46642d31c4b61cb0
2014-01-23 10:32:17 -06:00
Brian Clements
402bef9c5b
Issue #2667 added bin lightning data access factory
...
renamed lightning record's lightSource field to source
added delta script for db column change
added attribute method comments for IData and DefaultGeometryData
Former-commit-id: b6c50729919ea8a9b29ca963e18f68268c3a0b7f
2014-01-23 09:32:18 -06:00
Ben Steffensmeier
81b38e2ddf
Issue #2312 Add extra frame selection option to GFE image export.
...
Change-Id: Ic62448c703e59a5318f361e141de7ffb65055f74
Former-commit-id: cb4db2bfd5a659c59d5c5e450c92207b3a81088c
2014-01-22 16:53:04 -06:00
Ben Steffensmeier
0c4fc0dd01
Issue #2602 Don't try to load classes from uninstalled bundles.
...
Former-commit-id: 30ca0135046851884e4a07b36559fce086ccd3f2
2014-01-22 15:46:51 -06:00
Nate Jensen
e2f9e86659
Merge "Issue #2312 Add ability to export gif and image export dialog. Change-Id: I10aaeba20a4acc7888cd566107ffff3e6a4fad05" into development
...
Former-commit-id: 8c8215778f5e37dfa4ec2df000db90f1193107ac
2014-01-22 09:36:33 -06: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 Harris
24ab7cff49
Merge branch 'omaha_14.2.1' into development
...
Conflicts:
cave/com.raytheon.viz.gfe/src/com/raytheon/viz/gfe/perspective/GFEPerspectiveManager.java
cave/com.raytheon.viz.grid/src/com/raytheon/viz/grid/rsc/general/GeneralGridData.java
cave/com.raytheon.viz.product.awips/awips.product
edexOsgi/com.raytheon.uf.edex.plugin.fssobs/src/com/raytheon/uf/edex/plugin/fssobs/FSSObsUtils.java
edexOsgi/com.raytheon.uf.edex.pointdata/src/com/raytheon/uf/edex/pointdata/PointDataPluginDao.java
Former-commit-id: 2d255c9772a017e84b0d1b4b42cdc5de8fd53b90
2014-01-21 12:36:54 -06:00
Mike Duff
bdf6a002f6
Issue #2538 - Add AdhocSubscripionHander to SubscriptionHandler. Fix problem querying for adhoc subs.
...
Former-commit-id: 5fc6b9fcc55b6e93c9837c7b99347df8f28fc90a
2014-01-20 17:44:02 -06:00
Lee Venable
b3928f4f49
Merge "Issue #2291 - Fixed resizing of components." into omaha_14.2.1
...
Former-commit-id: 277513c8d810a3996d93fd04a5691eb730c78630
2014-01-20 17:32:38 -06:00
Nate Jensen
d78dbb85d5
Merge "Issue #2717 Force use of legacy merge sort" into omaha_14.2.1
...
Former-commit-id: 566d188782f5976d2a221b5a7ab162da3e8b36ca
2014-01-20 17:32:15 -06:00
Lee Venable
1927ba49ea
Issue #2291 - Fixed resizing of components.
...
Former-commit-id: 9956936125611cd67aaaf6ba6e617e01b004a738
2014-01-20 17:26:28 -06:00
Ron Anderson
de97ec032f
Issue #2717 Force use of legacy merge sort
...
Change-Id: Ic37aa4af53f18cc1cbe9bd23420cb692dfa300d7
Former-commit-id: df2af35f3c54b30915cdb6ccebaa30c0e05c7725
2014-01-20 17:22:26 -06:00
Richard Peter
6b859c9a42
Merge "Issue #2459 - Remove unscheduled status from UI" into omaha_14.2.1
...
Former-commit-id: afdfd6b07687c9de20dad3f352db34fba6ade93c
2014-01-20 17:21:21 -06:00
Max Schenkelberg
68aa666045
Issue #2620 Fixed manifest issues for baseline p2 export
...
Change-Id: I79d64a0ff17e1b0d39e7ea6e690463968b92b9c3
Former-commit-id: aaf90365b8855551b0cc22a8a95ae7e0b55f52ff
2014-01-20 13:54:27 -06:00
Steve Harris
454d557884
Merge branch 'master_14.2.1' into omaha_14.2.1
...
Conflicts:
edexOsgi/com.raytheon.edex.plugin.gfe/src/com/raytheon/edex/plugin/gfe/server/database/IFPGridDatabase.java
Former-commit-id: cf9f10b2e5a4038dce0003a1c0a4f227335d5db4
2014-01-20 10:17:44 -06:00
Nate Jensen
e2dfdb01b7
Merge "Issue #2651 Synchronize ResourceList.removeRsc." into development
...
Former-commit-id: af27de2a1e1d613da2b75519f4679762e32ff7d3
2014-01-20 09:23:24 -06:00
Mike Duff
93cb80cfc7
Issue #2459 - Remove unscheduled status from UI
...
Former-commit-id: ddbef8fd122a6be6c32ff9a58659e712c2912a07
2014-01-17 15:34:48 -06:00
Ben Steffensmeier
a580fc74b7
Issue #2651 Synchronize ResourceList.removeRsc.
...
Former-commit-id: f0ecb93ab2934edaab06409b04b21d40ed6e5ff8
2014-01-17 11:58:00 -06:00
Nate Jensen
a431fa2bd9
Merge "Issue #2313 Image canvas rendering. Change-Id: I121b61c954a27249c29f3d34c8674193af8c2417" into development
...
Former-commit-id: f343371577210225865239aef14a40b529de86ad
2014-01-17 11:36:30 -06:00
Nate Jensen
bad984f103
Merge "Issue #2646 Fix Drawing layer NPE." into development
...
Former-commit-id: c8975c8b00feb8ab5dfa97d8f78bf54ab7290b90
2014-01-17 10:50:38 -06:00
Ben Steffensmeier
068a9c6efb
Issue #2646 Fix Drawing layer NPE.
...
Former-commit-id: 1e5f3e1375ec3d9485863b38e6926e95e7b3921e
2014-01-17 10:41:53 -06:00
Ben Steffensmeier
625aac3ed3
Issue #2313 Image canvas rendering.
...
Change-Id: I121b61c954a27249c29f3d34c8674193af8c2417
Former-commit-id: 0f8d0c52093a14d16a36ce353c2587633474007d
2014-01-16 17:05:16 -06:00
Lee Venable
8405e235e6
Issue #2691 - Fixed null pointer exception when closing MPE perspective.
...
Former-commit-id: fa5315a2874b91acaac4f5eb58142804a6a09ef8
2014-01-16 10:35:12 -06:00
Nate Jensen
a71ef7b581
Merge "Issue #2661 Use only u,v to represent vector grids in derived parameters and D2D. Change-Id: I7ea007f0f919017e8212716cc15712c7ed611e69" into development
...
Former-commit-id: 56fd57c3e00926c95ab05297772161e960586e8f
2014-01-16 09:06:10 -06:00
Ben Steffensmeier
ee11e5d13c
Issue #2661 Use only u,v to represent vector grids in derived parameters and D2D.
...
Change-Id: I7ea007f0f919017e8212716cc15712c7ed611e69
Former-commit-id: a8bcec4a2fa9ddd49dc300ebd63aebfdfb41723e
2014-01-16 09:03:50 -06:00