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

Make weather great again #158

Merged
merged 44 commits into from
Jun 14, 2021
Merged

Make weather great again #158

merged 44 commits into from
Jun 14, 2021

Commits on Feb 25, 2021

  1. Configuration menu
    Copy the full SHA
    4bff6a1 View commit details
    Browse the repository at this point in the history

Commits on Mar 17, 2021

  1. Configuration menu
    Copy the full SHA
    759cb1a View commit details
    Browse the repository at this point in the history

Commits on May 12, 2021

  1. refactor weather skill

    chrisveilleux committed May 12, 2021
    Configuration menu
    Copy the full SHA
    10af4d3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8844017 View commit details
    Browse the repository at this point in the history
  3. Update the README file.

    chrisveilleux committed May 12, 2021
    Configuration menu
    Copy the full SHA
    20465b2 View commit details
    Browse the repository at this point in the history
  4. Removed unused QML file

    chrisveilleux committed May 12, 2021
    Configuration menu
    Copy the full SHA
    1a79f9c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0ab455e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    fd1da49 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    cb2707c View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    6fdea43 View commit details
    Browse the repository at this point in the history
  9. Added comments

    chrisveilleux committed May 12, 2021
    Configuration menu
    Copy the full SHA
    747569a View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    5cafea4 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    f8284f8 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    13526e5 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    782816c View commit details
    Browse the repository at this point in the history
  14. Add index out of range handling for hourly requests more than 48 hour…

    …s in the future and daily requests more than seven days in the future
    chrisveilleux committed May 12, 2021
    Configuration menu
    Copy the full SHA
    368c368 View commit details
    Browse the repository at this point in the history
  15. Take today out of the relative day vocabulary file as it was conflict…

    …ing with some of the current weather intents.
    chrisveilleux committed May 12, 2021
    Configuration menu
    Copy the full SHA
    276a2bb View commit details
    Browse the repository at this point in the history
  16. Remove unused import

    chrisveilleux committed May 12, 2021
    Configuration menu
    Copy the full SHA
    5b8b6ce View commit details
    Browse the repository at this point in the history
  17. Minor font size change

    chrisveilleux committed May 12, 2021
    Configuration menu
    Copy the full SHA
    0926281 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    7c5a76b View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    0b31a7f View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    74e994f View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    cdfacb6 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    b15367d View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    10ea965 View commit details
    Browse the repository at this point in the history
  24. Second pass at refactoring, including reworking the dialog classes, r…

    …emoving a bunch of condition specific dialog files, code review changes and other minor cleanups.
    chrisveilleux committed May 12, 2021
    Configuration menu
    Copy the full SHA
    5d38589 View commit details
    Browse the repository at this point in the history
  25. Bug fixes

    chrisveilleux committed May 12, 2021
    Configuration menu
    Copy the full SHA
    4c62179 View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    42924ca View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    a6b73e3 View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    aad8a27 View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    730e0c5 View commit details
    Browse the repository at this point in the history
  30. Configuration menu
    Copy the full SHA
    b39098c View commit details
    Browse the repository at this point in the history
  31. Configuration menu
    Copy the full SHA
    a8197b5 View commit details
    Browse the repository at this point in the history
  32. small bug fix

    chrisveilleux committed May 12, 2021
    Configuration menu
    Copy the full SHA
    cdac179 View commit details
    Browse the repository at this point in the history
  33. Configuration menu
    Copy the full SHA
    05134fb View commit details
    Browse the repository at this point in the history
  34. Configuration menu
    Copy the full SHA
    872cf61 View commit details
    Browse the repository at this point in the history
  35. Configuration menu
    Copy the full SHA
    9ca144a View commit details
    Browse the repository at this point in the history
  36. use the new CardDelegate defined in the mycroft-gui repository to abs…

    …tract some of the grid-style card layout commonalities.
    chrisveilleux committed May 12, 2021
    Configuration menu
    Copy the full SHA
    054c9b2 View commit details
    Browse the repository at this point in the history
  37. Merge remote-tracking branch 'origin/20.08' into make-weather-great-a…

    …gain
    
    # Conflicts:
    #	ui/DailyDelegateScalable.qml
    #	ui/highlow.qml
    #	ui/weather.qml
    chrisveilleux committed May 12, 2021
    Configuration menu
    Copy the full SHA
    d3e4293 View commit details
    Browse the repository at this point in the history
  38. resolve merge conflicts

    chrisveilleux committed May 12, 2021
    Configuration menu
    Copy the full SHA
    bb5ab99 View commit details
    Browse the repository at this point in the history
  39. Configuration menu
    Copy the full SHA
    04aca83 View commit details
    Browse the repository at this point in the history
  40. Configuration menu
    Copy the full SHA
    3a19904 View commit details
    Browse the repository at this point in the history
  41. fix VK test failures.

    chrisveilleux committed May 12, 2021
    Configuration menu
    Copy the full SHA
    47b6baa View commit details
    Browse the repository at this point in the history
  42. Configuration menu
    Copy the full SHA
    37de4a5 View commit details
    Browse the repository at this point in the history