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

Sync with sensors applet #30

Closed
wants to merge 14 commits into from
Closed

Sync with sensors applet #30

wants to merge 14 commits into from

Commits on Jul 7, 2015

  1. Set icon name for dialog windows

    Taken from sensors-applet commit: c2596b4534f612ae890fac1719d4e6e6ef35ef91
    and adapted for MATE by infirit@gmail.com
    alexmurray authored and infirit committed Jul 7, 2015
    Configuration menu
    Copy the full SHA
    89b136b View commit details
    Browse the repository at this point in the history
  2. Cleanup hddtemp plugin socket reading code to avoid possible memory c…

    …orruption
    
    Make sure we don't write past the bounds of the output buffer - thanks
    to JeanFI for noticing this issue.
    alexmurray authored and infirit committed Jul 7, 2015
    Configuration menu
    Copy the full SHA
    80cae83 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0535c32 View commit details
    Browse the repository at this point in the history
  4. Cleanup and make udisks plugin poll for new value

    Changed() signal doesn't occur that often so instead poll each time to ensure
    we have the most up-to-date value
    alexmurray authored and infirit committed Jul 7, 2015
    13 Configuration menu
    Copy the full SHA
    cba9085 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    42a6dd9 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    205dedc View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    8a240b0 View commit details
    Browse the repository at this point in the history
  8. Set custom mate-sensors-applet icon for About dialog

    Based off sensors-applet commit c1777c9c58994d7eeec95893a5fdd1cbb7acb6eb
    from Alex Murray <murray.alex@gmail.com>
    alexmurray authored and infirit committed Jul 7, 2015
    Configuration menu
    Copy the full SHA
    fa786b5 View commit details
    Browse the repository at this point in the history
  9. Add support for nvidia thermal and cooler sensors

    Adds support for NV_CTRL_THERMAL_SENSOR_READING as alternative to
    NV_CTRL_GPU_CORE_TEMPERATURE and NV_CTRL_THERMAL_COOLER_LEVEL for
    reading fan speeds on more modern NVIDIA GPUs.
    Jan Ohlsen authored and infirit committed Jul 7, 2015
    Configuration menu
    Copy the full SHA
    a7e5afc View commit details
    Browse the repository at this point in the history
  10. Add new mbmon plugin

    Adapted for mate-sensors-applet by infirit@gmail.com
    DnaX authored and infirit committed Jul 7, 2015
    Configuration menu
    Copy the full SHA
    972e741 View commit details
    Browse the repository at this point in the history
  11. Fix up string check errors

    alexmurray authored and infirit committed Jul 7, 2015
    Configuration menu
    Copy the full SHA
    bf82b3d View commit details
    Browse the repository at this point in the history
  12. Add automake silent rules

    infirit committed Jul 7, 2015
    Configuration menu
    Copy the full SHA
    f37db04 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    83107ca View commit details
    Browse the repository at this point in the history
  14. hddtemp: use g_strcmp0 instead of strcmp

    Passing NULL to strcmp could be unsafe or at the minimum
    result in undefined behaviour. g_strcmp0 handles NULL
    gracefully and returns 0.
    infirit committed Jul 7, 2015
    Configuration menu
    Copy the full SHA
    2f84639 View commit details
    Browse the repository at this point in the history