Skip to content
Snippets Groups Projects
  1. Mar 22, 2015
  2. Mar 04, 2015
  3. Mar 02, 2015
  4. Mar 01, 2015
    • Eric Koegel's avatar
      Bring back the tray icon (Bug #11054) · 041f110b
      Eric Koegel authored
      This patch uses the PowerManagerButton to implement the tray icon.
      It doesn't do the show when (dis)charging stuff since it will
      display different battery types now, however that can be added
      back if desired.
      041f110b
  5. Feb 18, 2015
  6. Sep 21, 2014
  7. Sep 12, 2014
  8. Sep 08, 2014
    • Eric Koegel's avatar
      Add support for lxpanel 0.7+ (Bug 11108) · 11d1b55b
      Eric Koegel authored
      The LXPanel plugin API was completely changed in version 0.7.0
      without any module versioning or backwards compatibility. This
      patch make the plugin work with the new version while retaining
      the ability to still build for the old version (based on checking
      the package version at compile time).
      11d1b55b
  9. Sep 02, 2014
  10. Sep 01, 2014
    • Eric Koegel's avatar
      Point to versioned help docs · fd1eb3f3
      Eric Koegel authored
      xfpm now points to the versioned docs hosted at docs.xfce.org.
      This version string will always point to the major.minor of xfpm
      so it will auto-increment in future relases.
      fd1eb3f3
  11. Aug 28, 2014
  12. Aug 18, 2014
  13. Aug 17, 2014
  14. Aug 13, 2014
  15. Aug 11, 2014
    • Eric Koegel's avatar
      Plugin: Fix crash with slider on 32bit systems (Bug 11076) · 53c6780f
      Eric Koegel authored
      Patch provided by Simon P.
      
      Clicking on, or dragging, the slider of the display brightness
      slider of the plugin menu causes the plugin to crash. This
      behaviour has been present since this feature was introduced.
      
      I've tracked down the cause to the way the "value-changed"
      signal on the scale_menu_item object is handled. The signal
      is defined with a gdouble data item for the range value (but
      isn't used anywhere?) while the callback function
      range_value_changed_cb isn't expecting this data.
      
      By changing to g_signal_connect_swapped for this signal in
      function battery_button_show_menu & swapping the parameters
      in the callback function, the range slider is now working for
      me.
      53c6780f
  16. Aug 04, 2014
Loading