Skip to content

Commit

Permalink
[Tour Filter] Implementing tour filter "Last Duration", e.g. show tou…
Browse files Browse the repository at this point in the history
…rs for the last 15 months

#976
  • Loading branch information
wolfgang-ch committed Jan 1, 2023
1 parent bb4587a commit 8e9c06b
Show file tree
Hide file tree
Showing 10 changed files with 553 additions and 569 deletions.
4 changes: 3 additions & 1 deletion bundles/net.tourbook/src/net/tourbook/Messages.java
@@ -1,5 +1,5 @@
/*******************************************************************************
* Copyright (C) 2005, 2022 Wolfgang Schramm and Contributors
* Copyright (C) 2005, 2023 Wolfgang Schramm and Contributors
*
* This program is free software; you can redistribute it and/or modify it under
* the terms of the GNU General Public License as published by the Free Software
Expand Down Expand Up @@ -2878,6 +2878,8 @@ public class Messages extends NLS {
public static String Tour_Filter_Operator_IsEmpty;
public static String Tour_Filter_Operator_IsNotAvailable;
public static String Tour_Filter_Operator_IsNotEmpty;
public static String Tour_Filter_Operator_LastDuration;

public static String Tour_Filter_Operator_LessThan;
public static String Tour_Filter_Operator_LessThanOrEqual;
public static String Tour_Filter_Operator_NotBetween;
Expand Down
1 change: 1 addition & 0 deletions bundles/net.tourbook/src/net/tourbook/messages.properties
Expand Up @@ -3466,6 +3466,7 @@ Tour_Filter_Operator_IsAvailable = Is Available
Tour_Filter_Operator_IsEmpty = Is Empty
Tour_Filter_Operator_IsNotAvailable = Is Not Available
Tour_Filter_Operator_IsNotEmpty = Is Not Empty
Tour_Filter_Operator_LastDuration = Last Duration
Tour_Filter_Operator_LessThan = Less Than
Tour_Filter_Operator_LessThanOrEqual = Less Than or Equal
Tour_Filter_Operator_NotBetween = Not Between
Expand Down

Large diffs are not rendered by default.

0 comments on commit 8e9c06b

Please sign in to comment.