Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use system date format #63

Merged
merged 2 commits into from
May 27, 2024

Conversation

dospuntos
Copy link
Contributor

@dospuntos dospuntos commented May 26, 2024

Removes CapitalBe's date logic, and displays all dates using the system settings. This also removes the need for date settings in the settings dialog.

Fixes #6

Note that the - key was a keyboard shortcut to change the date field to the previous day, but I had to remove it because it is also a valid date separator in some locales.

Date settings are still left in the database, but these can be handled if database versioning is implemented. (PR #62 ).

src/Locale.cpp Outdated Show resolved Hide resolved
@korli
Copy link
Contributor

korli commented May 27, 2024

Looks good, except for the conflicts

@dospuntos dospuntos force-pushed the use-system-date-format branch from 4928e3c to 153d64a Compare May 27, 2024 15:43
@dospuntos dospuntos force-pushed the use-system-date-format branch from 153d64a to cfbab45 Compare May 27, 2024 15:46
@dospuntos
Copy link
Contributor Author

Looks good, except for the conflicts

Thanks @korli - I've fixed the conflicts.

@humdingerb
Copy link
Member

Very good!

@humdingerb humdingerb merged commit 6d0a488 into HaikuArchives:master May 27, 2024
2 of 3 checks passed
@dospuntos dospuntos deleted the use-system-date-format branch May 27, 2024 18:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

No DD/MM/YYYY format under date
3 participants