From 97adf65c0cdc35de622b24c4be7fbdc56b0cb16c Mon Sep 17 00:00:00 2001 From: puls200 Date: Wed, 4 Oct 2023 10:38:08 +0200 Subject: [PATCH] Fixed all sorts of small bugs, should be working now --- misc/BreCalApi.cs | 8 ++++- .../EditTimesAgencyIncomingControl.xaml | 7 ++-- .../EditTimesAgencyIncomingControl.xaml.cs | 17 +++++++-- .../EditTimesAgencyOutgoingControl.xaml | 4 ++- .../EditTimesAgencyOutgoingControl.xaml.cs | 15 ++++++-- .../EditTimesAgencyShiftingControl.xaml | 6 ++-- .../EditTimesAgencyShiftingControl.xaml.cs | 17 +++++++-- src/BreCalClient/MainWindow.xaml.cs | 17 ++++++--- src/BreCalClient/ShipcallControl.xaml | 8 ++++- src/BreCalClient/ShipcallControl.xaml.cs | 35 +++++++++++++++---- src/server/BreCal/impl/times.py | 7 ++-- 11 files changed, 111 insertions(+), 30 deletions(-) diff --git a/misc/BreCalApi.cs b/misc/BreCalApi.cs index f53e437..d4a06ed 100644 --- a/misc/BreCalApi.cs +++ b/misc/BreCalApi.cs @@ -1,7 +1,7 @@ //---------------------- // -// Generated REST API Client Code Generator v1.8.4.0 on 29.09.2023 14:42:26 +// Generated REST API Client Code Generator v1.8.4.0 on 04.10.2023 07:39:32 // Using the tool OpenAPI Generator v7.0.0 // //---------------------- @@ -51,6 +51,9 @@ using System.Threading.Tasks; */ namespace BreCalClient.misc.Api { + +#pragma warning disable CS8073 // The result of the expression is always the same since a value of this type is never equal to 'null' + /// /// Represents a collection of functions to interact with the API endpoints /// @@ -7632,5 +7635,8 @@ namespace BreCalClient.misc.Model yield break; } } + +#pragma warning restore CS8073 // The result of the expression is always the same since a value of this type is never equal to 'null' } + diff --git a/src/BreCalClient/EditTimesAgencyIncomingControl.xaml b/src/BreCalClient/EditTimesAgencyIncomingControl.xaml index 26ac431..7898a06 100644 --- a/src/BreCalClient/EditTimesAgencyIncomingControl.xaml +++ b/src/BreCalClient/EditTimesAgencyIncomingControl.xaml @@ -8,7 +8,7 @@ xmlns:db="clr-namespace:BreCalClient;assembly=BreCalClient" xmlns:xctk="http://schemas.xceed.com/wpf/xaml/toolkit" mc:Ignorable="d" - Title="{x:Static p:Resources.textEditShipcall}" Height="375" Width="800" Loaded="Window_Loaded" ResizeMode="NoResize" Icon="Resources/containership.ico"> + Title="{x:Static p:Resources.textEditShipcall}" Height="403" Width="800" Loaded="Window_Loaded" ResizeMode="NoResize" Icon="Resources/containership.ico"> @@ -32,6 +32,7 @@ + @@ -58,7 +59,7 @@