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

Added TimePicker widget #5251

Merged
merged 33 commits into from
Jun 5, 2024
Merged

Added TimePicker widget #5251

merged 33 commits into from
Jun 5, 2024

Commits on Jun 3, 2024

  1. TimePicker: startup

    FloVanGH committed Jun 3, 2024
    Configuration menu
    Copy the full SHA
    0f2c580 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6a90157 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    13904ec View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d36d613 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c09e33e View commit details
    Browse the repository at this point in the history
  6. TimePicker: code cleanup

    FloVanGH committed Jun 3, 2024
    Configuration menu
    Copy the full SHA
    6171d93 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    ae78fd0 View commit details
    Browse the repository at this point in the history
  8. Update internal/compiler/widgets/common/time-picker-base.slint

    Update internal/compiler/widgets/qt/time-picker.slint
    Update internal/compiler/widgets/material-base/time-picker.slint
    Update internal/compiler/widgets/fluent-base/time-picker.slint
    Update internal/compiler/widgets/cupertino-base/time-picker.slint
    Update tests/cases/widgets/timepicker.slint
    Update internal/compiler/widgets/cosmic-base/time-picker.slint
    
    Co-Authored-By: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
    FloVanGH and github-actions[bot] committed Jun 3, 2024
    Configuration menu
    Copy the full SHA
    51cebbb View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    edd62cf View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    3f72923 View commit details
    Browse the repository at this point in the history
  11. Update internal/compiler/widgets/common/internal-components.slint

    Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
    FloVanGH and github-actions[bot] committed Jun 3, 2024
    Configuration menu
    Copy the full SHA
    6b81a84 View commit details
    Browse the repository at this point in the history
  12. Update internal/compiler/widgets/fluent-base/time-picker.slint

    Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
    FloVanGH and github-actions[bot] committed Jun 3, 2024
    Configuration menu
    Copy the full SHA
    676cf18 View commit details
    Browse the repository at this point in the history
  13. Update tests/cases/widgets/timepicker.slint

    Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
    FloVanGH and github-actions[bot] committed Jun 3, 2024
    Configuration menu
    Copy the full SHA
    5d4d850 View commit details
    Browse the repository at this point in the history
  14. Update internal/compiler/widgets/qt/time-picker.slint

    Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
    FloVanGH and github-actions[bot] committed Jun 3, 2024
    Configuration menu
    Copy the full SHA
    8fdf202 View commit details
    Browse the repository at this point in the history
  15. Update internal/compiler/widgets/material-base/time-picker.slint

    Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
    FloVanGH and github-actions[bot] committed Jun 3, 2024
    Configuration menu
    Copy the full SHA
    bfbd4d2 View commit details
    Browse the repository at this point in the history
  16. Update internal/compiler/widgets/cupertino-base/time-picker.slint

    Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
    FloVanGH and github-actions[bot] committed Jun 3, 2024
    Configuration menu
    Copy the full SHA
    7d576a6 View commit details
    Browse the repository at this point in the history
  17. Update internal/compiler/widgets/cosmic-base/time-picker.slint

    Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
    FloVanGH and github-actions[bot] committed Jun 3, 2024
    Configuration menu
    Copy the full SHA
    575e67f View commit details
    Browse the repository at this point in the history
  18. Update internal/compiler/widgets/common/time-picker-base.slint

    Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
    FloVanGH and github-actions[bot] committed Jun 3, 2024
    Configuration menu
    Copy the full SHA
    b1b431a View commit details
    Browse the repository at this point in the history
  19. Update docs/reference/src/language/widgets/timepicker.md

    Co-authored-by: Simon Hausmann <simon.hausmann@slint.dev>
    FloVanGH and tronical committed Jun 3, 2024
    Configuration menu
    Copy the full SHA
    1f258cc View commit details
    Browse the repository at this point in the history
  20. Update docs/reference/src/language/widgets/timepicker.md

    Co-authored-by: Simon Hausmann <simon.hausmann@slint.dev>
    FloVanGH and tronical committed Jun 3, 2024
    Configuration menu
    Copy the full SHA
    19c4fde View commit details
    Browse the repository at this point in the history
  21. Update docs/reference/src/language/widgets/timepicker.md

    Co-authored-by: Simon Hausmann <simon.hausmann@slint.dev>
    FloVanGH and tronical committed Jun 3, 2024
    Configuration menu
    Copy the full SHA
    fa93b2e View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    3d8f9f0 View commit details
    Browse the repository at this point in the history

Commits on Jun 4, 2024

  1. Update internal/core/date_time.rs

    Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
    FloVanGH and github-actions[bot] committed Jun 4, 2024
    Configuration menu
    Copy the full SHA
    2153d1b View commit details
    Browse the repository at this point in the history

Commits on Jun 5, 2024

  1. Fix typo

    tronical committed Jun 5, 2024
    Configuration menu
    Copy the full SHA
    657ee30 View commit details
    Browse the repository at this point in the history
  2. Remove stray debug call

    tronical committed Jun 5, 2024
    Configuration menu
    Copy the full SHA
    428d93c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0e091a9 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    75bd4e1 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d72b284 View commit details
    Browse the repository at this point in the history
  6. Use use-24-hour-format function from SlintInternals basis for the tim…

    …e picker's property
    
    Just the C++ bit was missing.
    tronical committed Jun 5, 2024
    Configuration menu
    Copy the full SHA
    8144418 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    06fbcd6 View commit details
    Browse the repository at this point in the history
  8. Fix reuse check

    The icons are the same as in the other styles.
    tronical committed Jun 5, 2024
    Configuration menu
    Copy the full SHA
    7edad71 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    d8d736d View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    0b5551d View commit details
    Browse the repository at this point in the history