Commit Graph
6244 Commits
Author SHA1 Message Date
fmittag d0d70287b5 Added a static entry page for the ESS40 Rio event 2012-11-26 14:29:30 +01:00
fmittag 0a6964013b Merge remote-tracking branch 'origin/master' 2012-11-26 13:49:05 +01:00
fmittag e020611de2 added a new static page for an entry page to the ess40 mobile pages 2012-11-26 13:48:54 +01:00
Axel Uhl 81e6cd9b17 don't show maneuver loss analysis by default in leaderboard; require user to explicitly select in settings dialog 2012-11-26 13:32:12 +01:00
Axel Uhl be03df8a70 enhanced comment 2012-11-24 00:38:58 +01:00
Axel Uhl deab25d20f detect Extreme40 boat class and adjust hull length; use three instead of two hull lengths for maneuver detection 2012-11-24 00:35:42 +01:00
Axel Uhl f3e93b1c25 adjusted german translation of penalty circle 2012-11-23 22:27:34 +01:00
Axel Uhl e93716220d attempt to implement solution to bug 156/1055 by integrating maneuver loss across maneuver fixes, projected onto mean maneuver course 2012-11-23 21:39:42 +01:00
Axel Uhl 6e2b9efb67 updated signature of getManeuverLoss and modified implementation, see bug 1055; not yet reliable 2012-11-23 18:09:05 +01:00
Axel Uhl abb7272256 "post-fix" for bug 1054: mark position updates didn't invalidate the maneuver cache; fixed NPE for modified affected interval method on GPSFixTrackImpl 2012-11-23 18:05:32 +01:00
Axel Uhl 4839f03c36 more failing test cases for bug 1054; fix for 1054 by adjusting GPSFixTrackImpl.getEstimatedPositionTimePeriodAffectedBy 2012-11-23 16:19:45 +01:00
Axel Uhl 415bf1730b first failing test case for bug 1054 2012-11-23 15:56:00 +01:00
Axel Uhl 620cabfb50 Merge remote-tracking branch 'server/master' 2012-11-21 19:08:55 +01:00
Marcus Kammer 13180cc549 New rankchart icon 2012-11-19 16:02:43 +01:00
Marcus Kammer c18f06541a Change styles of globalNavigation 2012-11-19 14:56:48 +01:00
Marcus Kammer f40c855fde Add styles for chartCloseButton 2012-11-19 13:21:50 +01:00
Marcus Kammer 3b07b8317d Set ClassName to closeWidget 2012-11-19 13:21:29 +01:00
Marcus Kammer c97c47511d Add closeButton image for Chart Panel 2012-11-19 13:21:23 +01:00
Axel Uhl 650aa280a4 added descriptions of how to add bundles to the environment 2012-11-19 11:08:50 +01:00
Axel Uhl 0f17e93a30 added a few words on how to add a ScoreCorrectionProvider to the system 2012-11-19 10:01:25 +01:00
Axel Uhl 6fc6ad4a56 completed first version of a description how to add a leaderboard column 2012-11-19 09:46:27 +01:00
Axel Uhl 2be9566a86 extended sleep times for some replication tests that failed on central Hudson 2012-11-17 01:11:04 +01:00
Axel Uhl ed479c0168 fixed byg 1052 by respecting leaderboard selection in rank chart 2012-11-17 01:00:32 +01:00
Axel Uhl 65dc16daae ensure there won't be decimals on the Y axis for the rank chart; played with Y ticks and padding 2012-11-17 00:43:10 +01:00
Axel Uhl f940b8df6e added Timer to rank chart 2012-11-17 00:20:07 +01:00
Axel Uhl 189c3e81aa fixed most axis display issues 2012-11-16 23:32:57 +01:00
Axel Uhl a01163f09a turned around top/bottom so good ranks are at the top 2012-11-16 22:57:38 +01:00
Axel Uhl fcdf3ef0dc eliminated issue with multiple series per competitor 2012-11-16 22:54:40 +01:00
Axel Uhl c41ee7d795 solved problem with checkboxes in legend for rank chart 2012-11-16 22:49:22 +01:00
Axel Uhl ca65ea55f6 first time showing a rank chart 2012-11-16 22:35:13 +01:00
Axel Uhl 86de8211b7 compilable but untested version of a rank charts dialog 2012-11-16 21:42:22 +01:00
Axel Uhl 066a8880b2 extended test case to also test for the individual total points with discards only up to a specific column 2012-11-16 17:57:50 +01:00
Axel Uhl 60b943bb0a fixed a few minor problems for bug 844 and created a first passing test case 2012-11-16 17:33:49 +01:00
Axel Uhl 0d579745be introduced raceColumnsToConsider through the leaderboard scoring APIs to prepare for leaderboard rank chart 2012-11-16 13:51:15 +01:00
Axel Uhl 11543e4fb7 Merge remote-tracking branch 'server/master' 2012-11-16 11:53:06 +01:00
Axel Uhl 1ffc58909c extracted method for overall details in SailingServiceImpl.computeLeaderboardByName 2012-11-16 11:52:45 +01:00
fmittag a1f74669a2 Fixed refactoring bug (SingleMark -> Mark ) due to class with same name in swisstiming adapater 2012-11-16 11:33:34 +01:00
fmittag 6431495c1b Merge remote-tracking branch 'origin/MarkWithRoundingDirection' 2012-11-16 11:01:32 +01:00
fmittag 1c8cd80be3 changed naming of attribute in json export for showwaypoints from 'buoys' to 'marks' 2012-11-16 10:59:18 +01:00
fmittag b75759ff34 Renaming of SingleMark and SingleMarkImpl to Mark and MarkImpl part II 2012-11-16 10:57:35 +01:00
fmittag f238b63ef0 Merge remote-tracking branch 'origin/master' into MarkWithRoundingDirection
Conflicts:
	java/com.sap.sailing.domain.swisstimingadapter/src/com/sap/sailing/domain/swisstimingadapter/impl/DomainFactoryImpl.java
	java/com.sap.sailing.gwt.ui/src/main/java/com/sap/sailing/gwt/ui/client/StringMessages.java
	java/com.sap.sailing.gwt.ui/src/main/java/com/sap/sailing/gwt/ui/client/StringMessages.properties
	java/com.sap.sailing.gwt.ui/src/main/java/com/sap/sailing/gwt/ui/client/StringMessages_de.properties
2012-11-15 18:51:37 +01:00
fmittag 713939248e Merge remote-tracking branch 'origin/course_display_calculation' 2012-11-15 18:24:20 +01:00
fmittag b3b20aa264 Merge remote-tracking branch 'origin/master' into course_display_calculation 2012-11-15 18:20:41 +01:00
fmittag db299e0f9c Improvement of leaderboard group page for ESS40 and stylesheet cleanup 2012-11-15 18:19:21 +01:00
Axel Uhl e54e94b6c6 fixed bug 1047 by checking that no SwissTiming RaceDefinition for the same race by the same tracker was created before 2012-11-15 16:41:57 +01:00
Axel Uhl 7a8410f8fa Merge remote-tracking branch 'server/master' 2012-11-15 15:43:15 +01:00
Axel Uhl 1416fbd0d6 added synchronization to fix bug 1046 (ConcurrentModificationException while loading score corrections and at the same time attaching a tracked race) 2012-11-15 15:38:51 +01:00
Axel Uhl 34e40fa4bd fix towards bug 1044: synchronize creation of control points in SwissTiming DomainFactoryImpl 2012-11-15 13:39:42 +01:00
fmittag e66f5b0407 added a legend to the leaderboard group page 2012-11-15 12:33:00 +01:00
fmittag 47b47e247d Merge remote-tracking branch 'origin/master' 2012-11-15 10:16:04 +01:00