Commit Graph
6742 Commits
Author SHA1 Message Date
D049941 30704e7931 Merge remote-tracking branch 'origin/master' 2013-01-22 16:03:49 +01:00
D049941 b81523f9c9 Renaming to avoid confusion. 2013-01-22 15:51:58 +01:00
Lennart Hensler 0f62fdd4bd Cleaned the units of the detail types. See Bug 1152 for more information. 2013-01-22 10:18:27 +01:00
Lennart Hensler 68a100f5fa Removed some parameters of the column constructors and passing a
DetailType instead.
2013-01-22 09:49:35 +01:00
Lennart Hensler 63c6612a45 Made class abstract. 2013-01-21 16:32:46 +01:00
Lennart Hensler d5097329f6 Changed <div> to <span> in SafeHtmlHeaderWithTooltip, to inline headers
with and without units.
2013-01-21 15:35:20 +01:00
Lennart Hensler 4a573ec29c Implemented a SafeHtmlHeader with a tooltip and used it in
LegDetailColumn (but theres no tooltip yet).
2013-01-21 14:41:31 +01:00
Lennart Hensler 3bd2d65070 Merge remote-tracking branch 'origin/master' 2013-01-21 11:30:18 +01:00
Axel Uhl 66ff48f709 whitespace change only 2013-01-18 23:07:31 +01:00
Axel Uhl c00efd6bf4 fixed more places where DateFormat's hh was used instead of HH 2013-01-18 19:31:34 +01:00
Axel Uhl 9cd5be81da fixing bug 1151 by fixing the simple date format pattern for parsing UTC strings 2013-01-18 18:12:30 +01:00
Axel Uhl c1c2885b02 avoid empty virtual wind tracks for SwissTiming races as they don't have a startOfTracking/endOfTracking marker 2013-01-18 17:39:37 +01:00
Lennart Hensler 8291689d3b Updated the java doc of getUnit in DetailTypeFormatter 2013-01-18 15:57:42 +01:00
Axel Uhl 532ccddf73 Merge remote-tracking branch 'origin/master'
Conflicts:
	java/com.sap.sailing.gwt.ui/src/main/java/com/sap/sailing/gwt/ui/client/AbstractEntryPoint.java
	java/com.sap.sailing.gwt.ui/src/main/java/com/sap/sailing/gwt/ui/leaderboard/LeaderboardPanel.java
2013-01-18 14:09:56 +01:00
Axel Uhl 2c9878d08f Merge remote-tracking branch 'server/master' 2013-01-18 14:09:31 +01:00
Axel Uhl a47329eb95 fix for bug 1151: use end of race instead of end of tracking, and end of tracking only as a default 2013-01-18 13:35:36 +01:00
Axel Uhl f04ce326b3 added another bin/ directory to .gitignore 2013-01-18 13:10:16 +01:00
Fredrik Teschke 127d1e4c3d Improved CollectionNameService by mapping registration to Class 2013-01-18 09:42:50 +01:00
Fredrik Teschke 6d097d4c0d Introduced a CollectionNameService, which should protect from clashing collection names 2013-01-17 23:55:43 +01:00
Jens Rommel 7ab4050b7c Merge remote-tracking branch 'external/master' into master-ext 2013-01-17 20:05:25 +01:00
Jens Rommel 7ead485f71 Added Video gwt modules to respective pom option. 2013-01-17 20:05:06 +01:00
D049941 562f088629 Merge remote-tracking branch 'origin/master' 2013-01-17 16:57:18 +01:00
Simon Pamies d3c17a9375 Constrain logging output for successful connections 2013-01-17 16:53:52 +01:00
Lennart Hensler 018999714b Added a new constructor to FormattedDoubleLegDetailColumn with less
parameters and used it in seperate locations.

There were 4 parameters, which were detail type specific data. So I
created a constructor with the detail type instead, to increas the
readability.
2013-01-17 16:13:42 +01:00
D049941 c90c0c994f Merge remote-tracking branch 'origin/master' into integration_tests 2013-01-17 15:36:54 +01:00
Lennart Hensler 6bbaaaf0df Added getUnit-Method to DetailTypeFormatter. Used this method in
AbstractChartPanel and removed it's getDetailTypeUnit-Method.
2013-01-17 12:04:43 +01:00
Lennart Hensler 0fccd0450e Added static attribute for StringMessages to DetailTypeFormatter, to
remove a parameter in format()
2013-01-17 11:30:39 +01:00
Lennart Hensler a227b0c1c0 Added attribute for the Header in LegDetailColumn, so that getHeader
doesn't allways create a new Header object
2013-01-17 11:07:16 +01:00
Jens Rommel 0b2ac7babf Merge remote-tracking branch 'external/master' into media 2013-01-17 10:36:05 +01:00
D049941 15cc751975 Lot of documentation for API and tests added. Furthermore the
implementations for the support of categories of Ajax requests is almost
finished. It remains to add the support to the JavaScript in the file
'ajax-semaphore.js'.
2013-01-16 15:45:26 +01:00
Axel Uhl 8bb24c8f74 fixing bug 1149: changing the result discarding rules invalidates the leaderboard DTO cache 2013-01-15 17:31:27 +01:00
Axel Uhl e5d3d34787 Merge remote-tracking branch 'server/master' 2013-01-15 16:58:19 +01:00
Axel Uhl ebdc314f66 use alphabetically-sorted regatta list in drop-down 2013-01-15 16:46:53 +01:00
Axel Uhl bcc7846cba factored regatta list box and regatta list out 2013-01-15 16:26:26 +01:00
Simon Pamies af9bdad2e8 Fixed default port 2013-01-15 12:40:01 +01:00
Simon Pamies 8c199d9850 Updated start 2013-01-15 12:39:10 +01:00
Simon Pamies 83a817ccfa Better handling of buffer errors 2013-01-15 12:38:37 +01:00
Axel Uhl 1b000ff5a4 improved logging for NoWindException during future execution; don't try to store null mark position from clientparams.php 2013-01-15 11:09:00 +01:00
Axel Uhl b8cbc8c3c6 switched gwt-maven-plugin to version 2.5.0 2013-01-15 08:24:44 +01:00
Axel Uhl a1e185430f fixed formatting 2013-01-15 07:45:41 +01:00
Jens Rommel 844fe3b847 Merge remote-tracking branch 'internal/master' into media
Conflicts:
	java/com.sap.sailing.gwt.ui/.settings/com.google.gwt.eclipse.core.prefs
	java/com.sap.sailing.gwt.ui/build.properties
	java/com.sap.sailing.gwt.ui/src/main/java/com/sap/sailing/gwt/ui/adminconsole/AdminConsoleEntryPoint.java
	java/com.sap.sailing.gwt.ui/src/main/java/com/sap/sailing/gwt/ui/client/AbstractEntryPoint.java
	java/com.sap.sailing.gwt.ui/src/main/java/com/sap/sailing/gwt/ui/client/DataEntryDialog.java
	java/com.sap.sailing.gwt.ui/src/main/java/com/sap/sailing/gwt/ui/client/PlayStateListener.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/TimePanel.java
	java/com.sap.sailing.gwt.ui/src/main/java/com/sap/sailing/gwt/ui/client/Timer.java
	java/com.sap.sailing.gwt.ui/src/main/java/com/sap/sailing/gwt/ui/leaderboard/LeaderboardEntryPoint.java
	java/com.sap.sailing.gwt.ui/src/main/java/com/sap/sailing/gwt/ui/leaderboard/LeaderboardPanel.java
	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
	java/com.sap.sailing.gwt.ui/src/main/java/com/sap/sailing/gwt/ui/tv/TVViewController.java
	java/com.sap.sailing.server/SailingServer (Proxy).launch
2013-01-14 19:31:07 +01:00
Jens Rommel fd7309e41b Added youtube support also on audio/video tab of AdminConsole 2013-01-14 18:31:05 +01:00
Axel Uhl 5419fb8e96 adjusted launch configuration for changed tunnel IP 2013-01-14 16:59:22 +01:00
Axel Uhl caf493c65f in the replication tests, wait for the servlet emulation to have started listening on the server socket before continuing 2013-01-14 16:23:05 +01:00
Axel Uhl 339941dae0 updated documentation about running a build regarding profiles and settings.xml 2013-01-14 16:04:21 +01:00
Axel Uhl 4a28f28e25 fixed tests which relied on timing aspects of the SentenceReader which changed 2013-01-14 15:55:43 +01:00
Axel Uhl 1736bf3446 made TrackedRaceReplicationTest robust against exceptions in setUp by a null check in tearDown 2013-01-14 14:14:25 +01:00
Axel Uhl ad0e9bc69f print exception stack traces before calling tearDown in case a setUp routine for a replication test fails for an exception 2013-01-14 14:09:03 +01:00
Axel Uhl c2a14de734 removed CR (carriage return) characters from windvane.nmea test file 2013-01-14 13:22:45 +01:00
Axel Uhl 94faa7c448 Merge remote-tracking branch 'server/master' 2013-01-14 13:14:20 +01:00