Commit Graph
100 Commits
Author SHA1 Message Date
fmittag 7bcf022387 added logic to cache the leg times in the RaceTimePanel to avoid unnecessary redraw() of the time panel (slider bar) 2012-04-16 17:16:27 +02:00
fmittag c20e2274ae deleted empty line 2012-04-16 16:44:25 +02:00
fmittag a486aed860 added logic in TrackedRace to invalidate startTime only if a new mark passing for the first waypoint arrives. 2012-04-16 16:29:59 +02:00
fmittag 45457876e3 Changed TrackedRaceImpl to cache start, end and leg times
Changed getRacesTimesInfo() in SailingServiceImpl to use the cached start, end and leg times of TrackedRaceImpl
2012-04-13 22:09:27 +02:00
fmittag 52a6ddb842 fixed bug of loading the map icons in RaceMapImageManager 2012-04-13 22:06:54 +02:00
fmittag 244a671af6 Improved Canvas overlay documentation
Added prototype of advantage line visualization
2012-04-13 22:06:08 +02:00
fmittag fc5e652977 Part II
refactoring of all racemap related classes into the new package com.sap.sailing.gwt.ui.shared.racemap
- Cleanup of AdminConsoleResources -> new RaceMapResources
- Renamed the old RaceMapResources to RaceMapImageManager
2012-04-05 16:05:39 +02:00
fmittag 58176df1da refactoring of all racemap related classes into the new package com.sap.sailing.gwt.ui.shared.racemap
- Cleanup of AdminConsoleResources -> new RaceMapResources
- Renamed the old RaceMapResources to RaceMapImageManager
2012-04-05 16:05:17 +02:00
fmittag 2d43e85ca1 Merge commit '1233512714698475d586ca39d593be9af37c66b8' 2012-04-05 15:33:46 +02:00
fmittag 1233512714 changed the drawing of the expedition wind sensors from markers to canvas based overlays 2012-04-05 15:17:01 +02:00
fmittag 0071e5a3bc replaced the old way to calculate the combined wind symbol on the map with a canvas version.
For now there are two ways: ComibnedWindPanel which is a FlowPanel wirh fixed position and CombinedWindOverlay which is a moving map overlay.
2012-04-04 17:49:45 +02:00
fmittag fb87d09330 final cleanup of drawing boats on a google map with html5 canvas 2012-04-04 13:45:11 +02:00
fmittag db9638248d Merge commit '508a96485258dd3b11e2cae7d3d1235d38bd1158' into boatsWithCanvas
Conflicts:
	java/com.sap.sailing.gwt.ui/src/main/java/com/sap/sailing/gwt/ui/adminconsole/RaceMap.java
2012-04-03 15:58:30 +02:00
fmittag c917059944 changed the BoatCanvas overlay to be a real map overlay. 2012-04-03 15:48:31 +02:00
fmittag ef137115bd removed unused dependency to the geocoding bundle 2012-04-02 12:03:39 +02:00
fmittag cec9cc6ac3 Merge commit '8e795aeab404f81223fc1dc864e7ce33a0f3d4a3' into boatsWithCanvas 2012-04-02 11:12:23 +02:00
fmittag 0d7bde5147 first version of drawing the boats on the map with a html5 canvas instead of a google maps marker 2012-03-29 18:58:13 +02:00
fmittag 36cca31d6f temp commit for boat canvas integration into racemap 2012-03-29 12:59:58 +02:00
fmittag 853b357e7f Merge remote-tracking branch 'origin/master' 2012-03-28 13:37:21 +02:00
fmittag ba8961f04d Refactoring of getMarkPositions to getCoursePositions in order to include also informations about the start and finish gate 2012-03-28 13:37:00 +02:00
fmittag 9ef25bca52 added some javadoc to the new methods in the TrackedRace and DynamicTrackedRace interfaces 2012-03-28 13:35:41 +02:00
fmittag ed41e1502a Fix for bug 517: NPE in createWindSensorMarker 2012-03-27 16:08:12 +02:00
fmittag bdaf3134f0 removed old RaceMapPanel from AdminConsole 2012-03-27 14:41:24 +02:00
fmittag e091ef8ecf removed gflot usage and java libraries 2012-03-27 14:36:03 +02:00
fmittag a9f9a728fe added the forwarding of the StopTracking event from TracTrac
added a new property to the TrackedRace to keep the StopTracking timepoint
2012-03-27 13:54:20 +02:00
fmittag 15a57ca459 added new users to the default jetty based user store: nils, christopher, ricardo, stefan, milan 2012-03-21 18:03:37 +01:00
fmittag 0bbceee1e8 added some javadoc to the AsyncAction and AsyncActionsExecutor 2012-03-19 17:09:43 +01:00
fmittag b14087a4b7 introduced a "silent mode" for error messages and cleaned up all async actions calls 2012-03-19 16:47:50 +01:00
fmittag a801c6e6a8 changed behaviour of async actions executor to keep the last action of each type when droping actions and execute the last action of a type if there are no pending actions anymore 2012-03-18 15:37:14 +01:00
fmittag 17320d89e4 hide error messages in popup dialogs in live play mode 2012-03-18 15:35:31 +01:00
fmittag 63f1d2cbb3 Finetuning of the new AsynchActionExecutor:
- Added the async actions or the charts (WindChart, CompetitorCharts)
- Added logic to check the amount of pending calls per action type
- Added a central instance of the AsynchActionExecutor to the RaceboardPanel so that all used components of the panel can share one instance
2012-03-17 17:19:51 +01:00
fmittag d8086ec70a Merge remote-tracking branch 'origin/master'
Conflicts:
	java/com.sap.sailing.gwt.ui/src/main/java/com/sap/sailing/gwt/ui/leaderboard/LeaderboardPanel.java
2012-03-17 14:51:29 +01:00
fmittag a07b4e585c Initial version of a mechanism to block to many client calls at the same time (AsyncAction and AsyncActionsExecuter) 2012-03-17 14:44:05 +01:00
fmittag 28aa796c37 replace 3 async calls in racemap to get map data with one composite call 2012-03-17 09:25:22 +01:00
fmittag 0a3efbcca7 Merge remote-tracking branch 'origin/master' 2012-03-14 18:38:27 +01:00
fmittag e70423bf8a removed the display of "degree" of a wind for a wind sensor marker due to a missing method to update the value dynamically 2012-03-14 18:38:15 +01:00
fmittag 465eb51d14 adjusted texts of wind marker tooltips 2012-03-14 17:25:28 +01:00
fmittag a58e70e643 Merge remote-tracking branch 'origin/master' 2012-03-14 15:17:27 +01:00
fmittag af43a92304 the wind arrived on the map finally 2012-03-14 15:17:15 +01:00
fmittag 3e7e7d8f83 Fix for bug 425... NPE in CombinedWindPanel when stopping and removing tracked race 2012-03-14 13:22:04 +01:00
fmittag 486c615055 Merge remote-tracking branch 'origin/master' 2012-03-14 12:11:20 +01:00
fmittag c61918840c add windsensor marker to autozoom settings 2012-03-14 12:11:04 +01:00
fmittag 4c5700308a removed unused package import 2012-03-13 15:31:44 +01:00
fmittag 11163863d7 Merge remote-tracking branch 'origin/master' 2012-03-13 15:26:27 +01:00
fmittag fda997a818 retreive expedition wind source for display on the map 2012-03-13 15:26:14 +01:00
fmittag e16a22484e Merge remote-tracking branch 'origin/master' 2012-03-13 14:36:43 +01:00
fmittag 0075c6cf2b refactored the method to calculate the start of a race into a separate method 2012-03-13 14:35:43 +01:00
fmittag 0eab087b1f Merge remote-tracking branch 'origin/master' 2012-03-13 13:33:13 +01:00
fmittag 80c78c3998 new image for combined wind symbol 2012-03-13 13:32:55 +01:00
fmittag e72f6e7747 Reduzed height of TimePanel from 140px to 122px 2012-03-13 13:32:29 +01:00
fmittag c988e48368 Fix for bug 407: Flip wind arrow 2012-03-13 11:27:11 +01:00
fmittag fba946849d set default viewMode of Raceboard to ONESCREEN 2012-03-13 11:03:53 +01:00
fmittag 3f9de58ae9 added label for wind speed to CombinedWindPanel 2012-03-12 17:59:06 +01:00
fmittag ade5835bb9 Merge remote-tracking branch 'origin/master' 2012-03-12 17:06:20 +01:00
fmittag a55696a3de intregrated combined wind into racemap as absolutePanel 2012-03-12 17:06:06 +01:00
fmittag 10ecef6b9b Merge remote-tracking branch 'origin/master' 2012-03-12 15:43:16 +01:00
fmittag 43d9f9de6a moved the combined wind to a new AbsolutePanel to show it as layer with fixed positioning on the map 2012-03-12 15:43:09 +01:00
fmittag d891b1172b Merge remote-tracking branch 'origin/master' 2012-03-09 19:31:42 +01:00
fmittag 2b7998c7d4 Initial version of displaying the wind on the map (just a rotating wind marker based on the combined wind so far) 2012-03-09 19:31:35 +01:00
fmittag a9e46846ec Merge remote-tracking branch 'origin/master' 2012-03-09 15:38:34 +01:00
fmittag 35939d05b6 added viewMode Parameter to SpectatorEntryPoint 2012-03-09 15:38:21 +01:00
fmittag e2fbde158a fixed the autoresize of charts in the new ONESCREEN view
Unified the way the charts are using panels internally
2012-03-08 21:09:48 +01:00
fmittag 4898fc7194 replaced NoSuchMethodError with RuntimeExcpetion 2012-03-08 19:36:48 +01:00
fmittag 4a71cb4d93 Merge remote-tracking branch 'origin/master' 2012-03-08 16:19:14 +01:00
fmittag 6bc47cdcba Fix for bug 381 (Raceboard / Spectator horizontal size brkoen)
Added basic settings menu variant for ONESCREEN view
fix for bug 380, but still some sizing issues in ONESCREEN MODE
2012-03-08 16:18:58 +01:00
fmittag 97567a2996 changed overall Layout mechanism of the Raceboard for the ONESCREEN mode from RootPanel to RootLayoutPanel 2012-03-08 12:20:20 +01:00
fmittag 9914f12c17 Merge remote-tracking branch 'origin/master' 2012-03-07 15:46:39 +01:00
fmittag 68d48f5dcd further adjustment of the sideBySideComponentViewer bahavior
fixed missing implementation of setVisible() in the Windchart component
2012-03-07 15:46:25 +01:00
fmittag 2e6459ce3e fixed merge issue in RaceBoardPanel 2012-03-07 15:04:14 +01:00
fmittag dd8171de2b Merge remote-tracking branch 'origin/master'
Conflicts:
	java/com.sap.sailing.gwt.ui/src/main/java/com/sap/sailing/gwt/ui/raceboard/RaceBoardPanel.java
2012-03-07 15:01:19 +01:00
fmittag f8363d1b02 added some new switch on/off behaviour to the sidebysideviewer 2012-03-07 14:47:38 +01:00
fmittag 58bd8947ff Merge remote-tracking branch 'origin/master'
Conflicts:
	java/com.sap.sailing.gwt.ui/src/main/java/com/sap/sailing/gwt/ui/raceboard/RaceBoardPanel.java
2012-03-07 14:46:43 +01:00
fmittag 9053e32a28 temporary commit for the new one screen viewer version 2012-03-07 10:37:09 +01:00
fmittag d3388d2e74 Merge remote-tracking branch 'origin/master' 2012-03-05 18:51:23 +01:00
fmittag cf2574b967 new simple component viewer for components 2012-03-05 18:51:08 +01:00
fmittag 4f03bdb33b Merge remote-tracking branch 'origin/master'
Conflicts:
	java/com.sap.sailing.gwt.ui/src/main/java/com/sap/sailing/gwt/ui/raceboard/RaceBoardEntryPoint.java
	java/com.sap.sailing.gwt.ui/src/main/java/com/sap/sailing/gwt/ui/raceboard/RaceBoardPanel.java
2012-03-05 16:28:51 +01:00
fmittag 84d086807d add new side by side component viewer 2012-03-05 16:24:13 +01:00
fmittag d99460f74c fix for NPE 2012-03-05 16:22:54 +01:00
fmittag 17d6c2b7f7 Merge remote-tracking branch 'origin/master' 2012-03-02 18:40:38 +01:00
fmittag cf9f9df81c added a variant to the description of the "wind export" in order to export only the wind data of a specific event 2012-03-02 18:40:26 +01:00
fmittag a41fba53a4 removed unused BundleActivator interface 2012-03-02 17:05:45 +01:00
fmittag 5c54038f4f added documentation about p2/tycho etc. 2012-03-02 11:02:37 +01:00
fmittag 6bd7dd28f9 Merge remote-tracking branch 'origin/master' 2012-03-01 18:03:48 +01:00
fmittag 0d733dbdf6 fixed missing favicon in all entry point html pages 2012-03-01 18:03:32 +01:00
fmittag d10556079c removed unused (old) boat icons 2012-02-29 15:26:43 +01:00
fmittag 13f3b9ff1a Merge remote-tracking branch 'origin/master' 2012-02-21 00:02:11 +01:00
fmittag 9e3ae25090 changed the min/max calculation for the timeslider to cut long periods of time not belonging to the real race 2012-02-21 00:01:42 +01:00
fmittag 3a9885d2f7 added a tolerance of having 30s no events (e.g. due to network problems) to the calculation of the live/replay mode 2012-02-20 23:47:26 +01:00
fmittag 542abe7c9e fixed the mistake of inverted boat images (port was starbord and starbord was port) 2012-02-20 23:39:38 +01:00
fmittag 901ecc40a2 changed polling of racetime infos for the TimePanel from conditional polling to "always" 2012-02-19 19:26:02 +01:00
fmittag b37290d22d little fix 2012-02-18 17:14:50 +01:00
fmittag 3d2b04ed4e further TimePanel und RaceTimePanel adjustments, new setting for automated calculation of delay for live mode simulation 2012-02-18 17:12:44 +01:00
fmittag 2e3ee39fff Merge remote-tracking branch 'origin/master' 2012-02-17 21:39:54 +01:00
fmittag 54cce99083 refactoring of TimePanel/Timer to allow a real switch between live mode and replay mode 2012-02-17 21:39:47 +01:00
fmittag fde51a9091 added a simulator mode for the swiss timing adapter to replay stored events (in MongoDB) in the more or less original speed 2012-02-17 11:49:52 +01:00
fmittag b2fff307b1 Merge remote-tracking branch 'origin/master' 2012-02-17 10:48:20 +01:00
fmittag ad8c3084cf Merge remote-tracking branch 'origin/master' 2012-02-16 22:08:51 +01:00
fmittag f52495c88a little fix 2012-02-16 22:08:40 +01:00
fmittag 3fd5eca205 added an option to disable the "collapsing" of a collapsablePanel -> used in the chart popup dialog 2012-02-16 12:25:23 +01:00
fmittag c0b15afbea Fixed the broken Charts in the LeaderboardPanel
- moved the stylesheets for the CollapsablePanel to a new common .css file
2012-02-15 22:08:22 +01:00