Axel Uhl
34124bdd4c
refactored SailingServiceImpl to use the RacingEventServiceOperations for ops requiring replication
2012-04-20 16:00:14 +02:00
Axel Uhl
fbcf748000
added command to conenct tracked race to leaderboard column
2012-04-20 13:40:38 +02:00
Axel Uhl
2908c840bb
formatting / whitespace change only
2012-04-20 13:03:39 +02:00
Axel Uhl
553e891701
added rank for competitor chart detail
2012-04-19 13:47:07 +02:00
Axel Uhl
b4fb3c460a
added remaining leaderboard manipulation operations
2012-04-19 10:14:57 +02:00
Axel Uhl
7dca2507a2
added more commands/operations for server
2012-04-18 17:47:15 +02:00
Axel Uhl
93f99db38f
changed updateLeaderboardGroup such that it uses String for Leaderboard identification; added more operations
2012-04-18 17:28:50 +02:00
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
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
Axel Uhl
3a718acd89
removed premature "return" by inverting "if" condition
2012-04-09 10:02:29 +02:00
Axel Uhl
e2ccd71674
use SAP JVM 7 for profiling
2012-04-09 09:51:48 +02:00
Axel Uhl
e922f94e80
also use Canvas immediately for wind sensor overlays; untested
2012-04-06 22:52:13 +02:00
Axel Uhl
b77ece0e68
use Canvas immediately for boat display, saving the tedious image conversions
2012-04-06 22:51:01 +02:00
Axel Uhl
193d07d8c2
deriving CombinedWindPanel canvas size from image resource's "radius"
2012-04-06 22:16:59 +02:00
Axel Uhl
cd4eb14155
formatting; improved encapsulation
2012-04-06 21:30:00 +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
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
Axel Uhl
85d1f24e2e
fixed spelling: calculater-->calculator
2012-04-02 21:15:29 +02:00
fmittag
cec9cc6ac3
Merge commit '8e795aeab404f81223fc1dc864e7ce33a0f3d4a3' into boatsWithCanvas
2012-04-02 11:12:23 +02:00
Lennart Hensler
abcd5ac3f3
Moved calculation of the start and finish for a tracked race to the sailing service
2012-03-30 08:48:56 +02:00
Lennart Hensler
e56e0110fc
Merge remote-tracking branch 'server/master'
2012-03-30 08:19:01 +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
Axel Uhl
ebbd73c11e
use wind bearing instead of inverting redundantly
2012-03-28 15:50:18 +02:00
Axel Uhl
90679bd706
Merge remote-tracking branch 'server/master'
2012-03-28 15:44:34 +02:00
Axel Uhl
52a4706417
Merge remote-tracking branch 'origin/master'
2012-03-28 15:44:32 +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
Lennart Hensler
62fb9ca878
Moved Timer in the SimpleChartPanel
2012-03-28 13:34:07 +02:00
Axel Uhl
b06c971b51
moved logic for leaderboard column handling to RacingEventService to prepare for a first OT test case
2012-03-28 12:00:23 +02:00
Lennart Hensler
a38b10f16a
Merge remote-tracking branch 'server/master'
2012-03-27 17:03:02 +02:00
fmittag
ed41e1502a
Fix for bug 517: NPE in createWindSensorMarker
2012-03-27 16:08:12 +02:00
Lennart Hensler
b59306e6c0
Removed instanceof in the RaceMapZoomSettings
2012-03-27 16:05:33 +02:00
Lennart Hensler
cad390cac6
Moved min and max calculation of the wind chart after the recalculation of the new direction point
2012-03-27 15:27:42 +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
Axel Uhl
61d0c68a61
added some javadoc
2012-03-27 00:03:37 +02:00
Axel Uhl
4431c934fc
fixing bug 443: adding space between wind source type name and ID
2012-03-26 23:58:21 +02:00
Axel Uhl
430ebb75c5
introduced common base class for chart panels, sharing behavior for fixing checkbox alignment
2012-03-26 23:36:42 +02:00
Hudson@furcashudson
74cc755c69
Merge remote-tracking branch 'd043530/master'
2012-03-26 23:18:10 +02:00
Axel Uhl
52ede7a8d8
fixing the WindChart checkbox display in the legend; toggling visibility only possible through checkbox now
2012-03-26 23:15:08 +02:00
Lennart Hensler
402bf47ef0
Fixed bug 455 (Trigger map zoom when changing competitor selection)
2012-03-26 16:51:50 +02:00