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

Enhance battery indicator visuals with new SVGs and color coding #11881

Merged
merged 23 commits into from
Oct 9, 2024

Commits on Sep 22, 2024

  1. Enhance battery indicator visuals

    - Added new SVG images for different battery levels: Critical, Low, Orange, Yellow, YellowGreen, and Green.
    - Updated QGCPalette.cc and QGCPalette.h to include new color definitions for the battery levels.
    - Modified BatteryIndicator.qml to use the new SVG images and color codes.
    - Updated qgcimages.qrc to include the new SVG images in the resources.
    Paschalis committed Sep 22, 2024
    Configuration menu
    Copy the full SHA
    dc2148c View commit details
    Browse the repository at this point in the history
  2. Added colorYellow and colorYellowGreen to QGCPalette and updated Batt…

    …eryIndicator to use predefined palette colors
    Paschalis committed Sep 22, 2024
    Configuration menu
    Copy the full SHA
    feb382c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ae4249a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c6ab475 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c7be67c View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    e047024 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    7bda84d View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    cf43592 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    0b8cfbc View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    fb186df View commit details
    Browse the repository at this point in the history
  11. Add new battery configuration icons for light and dark themes (Batter…

    …yConf.svg, BatteryConfLight.svg).
    Paschalis committed Sep 22, 2024
    Configuration menu
    Copy the full SHA
    5138b77 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    81ee7db View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    4f78b5a View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    012cbb4 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    7563664 View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2024

  1. Configuration menu
    Copy the full SHA
    0f5c193 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0461be3 View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2024

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

Commits on Sep 28, 2024

  1. feat: Update battery indicator settings and visibility logic

    - Modified BatteryIndicator.SettingsGroup.json to adjust default values for thresholds and visibility.
    - Updated BatteryIndicatorSettings.cc and BatteryIndicatorSettings.h to include validation logic and visibility management for threshold settings.
    - Updated BatteryIndicator.qml to dynamically toggle between FactTextField and QGCLabel based on visibility settings.
    Paschalis committed Sep 28, 2024
    Configuration menu
    Copy the full SHA
    c2ce804 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3a33e93 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    80806a3 View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2024

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

Commits on Oct 6, 2024

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