Skip to content

Allow manual date input#498

Open
chrgernoe wants to merge 5 commits intomasterfrom
497-allow-manual-date-input
Open

Allow manual date input#498
chrgernoe wants to merge 5 commits intomasterfrom
497-allow-manual-date-input

Conversation

@chrgernoe
Copy link
Member

@chrgernoe chrgernoe commented Jan 11, 2026

Fixes #497

  • The initial default is the calendar mode.
  • The user can switch the mode in the widget. The choice is remembered everything the date is confirmed via OK.
  • In the text mode, the default date is empty for new tourbook entries to give the user the complete freedom without editing/clearing the date.
  • The date format is checked by the widget.

@chrgernoe chrgernoe linked an issue Jan 11, 2026 that may be closed by this pull request
@chrgernoe chrgernoe requested a review from paetz January 11, 2026 21:27
<integer name="pref_version">3</integer>

<string name="pref_key_calendar_input_mode">calendar_input_mode</string>
<integer name="pref_default_calendar_input_mode">0</integer>
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please rather define a boolean here like pref_calender_input_via_date_picker which defaults to true.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why should I map a enum to a boolean?

@chrgernoe chrgernoe requested a review from paetz March 3, 2026 23:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Allow manual date input

2 participants