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

Update timeline to display times in user timezone. #3804

Merged
merged 1 commit into from
Oct 5, 2024

Conversation

scudette
Copy link
Contributor

@scudette scudette commented Oct 5, 2024

Previously the timeline widget would display all times in UTC but other times in the GUI are displayed in the user's selected timezone. This PR changes this to make the timeline widget display times in the same timezone selected by the user.

Also refactored CSV parameter editor to not use editable tables. These were not intuitive as the user had to click on the table to realize they were editable. Also it caused the layout to jump around. This PR fixes it in favor of fixed simple text areas.

Additionally this PR patches the timeline widget to ensure ctrl-wheel zooms in steps of 1 - the default upstream is to jump in steps of 10 which is way too much

Previously the timeline widget would display all times in UTC but
other times in the GUI are displayed in the user's selected
timezone. This PR changes this to make the timeline widget display
times in the same timezone selected by the user.

Also refactored CSV parameter editor to not use editable tables. These
were not intuitive as the user had to click on the table to realize
they were editable. Also it caused the layout to jump around. This PR
fixes it in favor of fixed simple text areas.
@scudette scudette merged commit f1a28b2 into master Oct 5, 2024
2 of 3 checks passed
@scudette scudette deleted the timeline_localtz branch October 5, 2024 15:55
scudette added a commit that referenced this pull request Oct 13, 2024
Previously the timeline widget would display all times in UTC but other
times in the GUI are displayed in the user's selected timezone. This PR
changes this to make the timeline widget display times in the same
timezone selected by the user.

Also refactored CSV parameter editor to not use editable tables. These
were not intuitive as the user had to click on the table to realize they
were editable. Also it caused the layout to jump around. This PR fixes
it in favor of fixed simple text areas.

Additionally this PR patches the timeline widget to ensure ctrl-wheel
zooms in steps of 1 - the default upstream is to jump in steps of 10
which is way too much
scudette added a commit that referenced this pull request Oct 13, 2024
Previously the timeline widget would display all times in UTC but other
times in the GUI are displayed in the user's selected timezone. This PR
changes this to make the timeline widget display times in the same
timezone selected by the user.

Also refactored CSV parameter editor to not use editable tables. These
were not intuitive as the user had to click on the table to realize they
were editable. Also it caused the layout to jump around. This PR fixes
it in favor of fixed simple text areas.

Additionally this PR patches the timeline widget to ensure ctrl-wheel
zooms in steps of 1 - the default upstream is to jump in steps of 10
which is way too much
scudette added a commit that referenced this pull request Oct 13, 2024
Previously the timeline widget would display all times in UTC but other
times in the GUI are displayed in the user's selected timezone. This PR
changes this to make the timeline widget display times in the same
timezone selected by the user.

Also refactored CSV parameter editor to not use editable tables. These
were not intuitive as the user had to click on the table to realize they
were editable. Also it caused the layout to jump around. This PR fixes
it in favor of fixed simple text areas.

Additionally this PR patches the timeline widget to ensure ctrl-wheel
zooms in steps of 1 - the default upstream is to jump in steps of 10
which is way too much
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.

1 participant