Commit Graph
685 Commits
Author SHA1 Message Date
Axel Uhl 2a029a7fa4 bug5819: don't remove a report's queries when showing results of a report just loaded 2023-02-17 17:13:14 +01:00
Udo Wessels 3f36adb950 Merge branch 'bug5127' 2023-02-03 15:12:40 +01:00
Udo Wessels d06fb40f11 bug5127: fixed not visible mov file on home media tab (if mime type is mov). Added mov to supported video types in MediaTagConstants.
- made changes to MimeType qt so that it is not using quicktime media sub type any more, because it is practically used as mp4 sub type by any video component later.
2023-02-03 10:39:52 +01:00
Axel Uhl 714e3b43a8 upgrade install p2f file to use 2023 version of GWT plugin 2023-01-31 16:44:16 +01:00
Axel Uhl 1c7cf143b3 bug5127: turned GWT.log into j.u.l logs on client side 2023-01-30 14:43:18 +01:00
Udo Wessels e29af6baf1 Merge branch 'bug5688' into bug5127
# Conflicts:
#	java/com.sap.sailing.gwt.ui/src/main/java/com/sap/sailing/gwt/ui/client/media/NewMediaDialog.java
#	java/com.sap.sse.common/src/com/sap/sse/common/media/MimeType.java
2023-01-13 17:51:27 +01:00
Axel Uhl 24132454b0 bug5792: adjust to Java-11 deprecations (Number constructors, reflection, Hamcrest, minor AWT changes) 2022-12-12 07:35:58 -08:00
Axel Uhl ee0f2ff5dd bug5792: complete the removal of gwt-dev dependencies 2022-12-12 07:33:51 -08:00
Axel Uhl a6363406be bug5792: introduce org.hamcrest-2.2.0, remove gwt-dev deps 2022-12-12 06:18:51 -08:00
Axel Uhl f97b31fab9 formatting only 2022-12-12 05:07:22 -08:00
Axel Uhl 3f3dff9705 bug5715: refactored for performance; getCompetitorsFromBestToWorst now returns Iterable, not List 2022-12-05 16:17:46 +01:00
Axel Uhl b56a2da2bc Merge branch 'master' into bug2346 2022-10-29 00:20:26 +02:00
Axel Uhl 58b94f27f4 gwt-2.10.0 upgrade; entirely untested so far, only patched target platform, gwt projects and MANIFEST.MF files 2022-08-15 17:49:22 +02:00
Finn Huelsbusch d888c1fad9 added configuration for eclipse 2022-06 and updated the onboarding 2022-07-07 16:51:33 +02:00
Tim Hessenmüller 2ce706a5bc Merge remote-tracking branch 'origin/master' into bug2346 2022-06-15 13:21:09 +02:00
Tim Hessenmüller 19592be337 bug2346: Adjust RaceMap settings to only include windladder checkbox 2022-06-15 13:11:19 +02:00
Axel Uhl 9e48a612b1 Merge branch 'master' into bug5510 2022-03-31 23:41:42 +02:00
Axel Uhl e106d9fefa removed sameBundle distinction and unused WEB_CONTEXT_PATH constant 2022-03-31 10:14:01 +02:00
Udo Wessels f5d2ff4536 bug5666: rewrote PaywallResolver and adapt the usage of it all over the application. 2022-03-04 14:17:16 +01:00
Udo Wessels 645f7c321f bug5666: revert org.eclipse.jdt.launching.ATTR_USE_START_ON_FIRST_THREAD changes in launch files. 2022-02-07 14:53:31 +01:00
Udo Wessels 07be8cb88e bug5666: try to get PaywallResolver to LeaderboardSettingsDialogComponent. 2022-02-07 14:43:10 +01:00
Axel Uhl f2950caeba Merge branch 'bug5510' into bug5060_bug5510 2021-12-08 16:47:13 +01:00
Axel Uhl 60474bbc2c Merge branch 'bug5510' into bug5060_bug5510 2021-12-08 16:13:41 +01:00
Axel Uhl 704be76ef8 bug5060: re-introduced SIMULATOR:READ for stand-along strategy simulator;
The permission is checked for the current server name as the object key.
Checks are performed client-side in the authorization wrapper which then
will display a "Sign in" page if the user is not logged in or lacks the
permission required. Furthermore, the SimulatorServiceImpl service
methods all check the permission on the server side.
2021-12-08 15:25:31 +01:00
Axel Uhl 546a135764 Merge branch 'master' into bug5060 2021-12-03 12:54:22 +01:00
Udo Wessels a950c19df4 bug5510: try to fix broken build.
- Fixed not defined CSS (premiumReady, premiumActive) in 2nd GSS implementation of RaceMapStyle.
2021-11-22 09:36:34 +01:00
Tim Hessenmüller 295c7e5a47 Merge remote-tracking branch 'origin/master' into bug2346 2021-11-19 15:52:00 +01:00
Axel Uhl 6fc3014e37 bug4493: use stopTracking(Regatta, Predicate, Runnable, boolean, boolean) also from scheduleAbortTrackerAfterInitialTimeout.run();
the logic was the same, with another duplication of the locking issue
that bug 4493 is about. Now the problem is reduced to a single place.
2021-11-11 10:11:06 +01:00
Dennis Aulenbacher 4b06d6e335 Merge branch 'master' into bug5510
Conflicts:
	java/com.sap.sailing.gwt.ui/src/main/java/com/sap/sailing/gwt/ui/raceboard/tagging/TagCell.java
	java/com.sap.sailing.gwt.ui/src/main/java/com/sap/sailing/gwt/ui/raceboard/tagging/TagModificationPanel.java
2021-10-07 12:37:11 +02:00
Udo Wessels 13f8a426fb bug2823: clean up after review
- removed Mac specific settings in launch configs
- make FullscreenUtil more silent. Removed log messages
- removed unused @externals from gss files
- refactored invalid dialog state in DataEntryDialog
2021-09-03 13:13:26 +02:00
Dennis Aulenbacher 699508b33f bug5510: Renamed PaywallResolver 2021-08-16 18:05:27 +02:00
Dennis Aulenbacher 3b57f934b6 Merge branch 'master' into bug5510 2021-07-27 16:47:42 +02:00
Dennis Aulenbacher aecbd2c3ad bug5510: Handing down PayWallResolver in all RaceMap related entrypoints 2021-07-19 13:40:30 +02:00
Dennis Aulenbacher 4f5c13f94b bug5510: Pulled SubscriptionServiceFactory through all relevant
EntryPoints
2021-07-05 11:11:59 +02:00
Dennis Aulenbacher c4b9bbcd84 Merge branch 'master' into bug5510
Conflicts:
	java/com.sap.sailing.server/src/com/sap/sailing/server/impl/Activator.java
	java/com.sap.sse.security.ui/src/main/java/com/sap/sse/security/ui/client/AbstractSecureEntryPoint.java
2021-07-05 10:32:00 +02:00
Axel Uhl bc13bc9c8f bug5451: starting to work the com.sap.sailing.hanaexport bundle into a web bundle 2021-06-29 16:04:34 +02:00
Udo Wessels cac855d7ad bug2823: cleanup Start Analysis Race Map (RipDashboard). Removed launch pad buttons, because cannot be clicked in this view. 2021-06-28 20:02:09 +02:00
Udo Wessels 5384263de0 bug2823: fixed some GWT compile errors 2021-06-22 18:32:13 +02:00
Axel Uhl e79544b460 bug5581: upgraded to TracAPI-3.14.1 which now has additional getters for getStatusLastChangedTime() on IRace and IRaceCompetitor 2021-06-22 18:24:39 +02:00
Udo Wessels ab8969bae2 bug2823: fixed possible build problems by reverting launch files to state of master branch. 2021-06-22 12:06:31 +02:00
Udo Wessels ea3a25b7e7 Merge branch 'bug5479' into bug2823
# Conflicts:
#	java/com.sap.sailing.gwt.ui/EmbeddedMapAndWindChart.css
#	java/com.sap.sailing.gwt.ui/RaceBoard.css
#	java/com.sap.sailing.gwt.ui/Simulator.css
2021-06-21 19:58:49 +02:00
Udo Wessels 65b9cf9d08 Merge branch 'master' into bug5479 2021-06-21 19:48:18 +02:00
Axel Uhl 2c622e5b45 patched <!DOCTYPE projectDescription> into all project files to avoid info/warning in problems view about no grammar constraint 2021-06-19 12:45:03 +02:00
Axel Uhl ba9535e72f bug5576: remove logger stuff, avoid "unused" warnings 2021-06-19 01:37:05 +02:00
Dennis Aulenbacher 2ebd6ab12c Merge branch 'master' into bug5510 2021-05-17 10:55:18 +02:00
Udo Wessels 74694e08b1 Merge branch 'master' into bug5479 2021-05-10 20:55:50 +02:00
Axel Uhl a0d64376aa upgraded jquery from 3.3.1 to 3.6.0, solving three security vulnerabilities 2021-05-03 10:27:32 +02:00
Dennis Aulenbacher 4fa59573c6 bug5510: reintroducing 5510 changes after revert on master 2021-04-26 18:17:37 +02:00
Georg Herdt f90c04539d fix missing style in dashboard project, cleanup uneeded importants in CSS
bug5479
2021-04-23 09:56:40 +02:00
Dennis Aulenbacher fa7835c1b9 reverting erroneus merge of bug5510 2021-04-15 02:01:18 +02:00