Skip to content
Snippets Groups Projects
  1. Mar 22, 2015
  2. 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
  3. Feb 18, 2015
  4. Sep 21, 2014
  5. Sep 12, 2014
  6. 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
  7. Sep 02, 2014
  8. 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
  9. Aug 28, 2014
  10. Aug 18, 2014
  11. Aug 17, 2014
  12. Aug 13, 2014
  13. 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
  14. Aug 04, 2014
    • Harald Judt's avatar
    • Harald Judt's avatar
      Use xfconf property for limiting the minimum brightness of the plugin slider · a1dc21d9
      Harald Judt authored
      This makes use of the xfconf property introduced in the previous commit.
      Initially, min_level is set to -1, which causes automatic determination of
      the best minimum level when the slider is created.
      
      Setting a minimum level other than 0 might only make sense for newer
      laptops, which can be heuristically determined by looking at the available
      range of brightness steps. Any backlight interface providing more than 100
      steps will set the minimum level the slider will support to 5, which is
      barely enough light to see the screen contents. The user can change this
      via xfce4-settings-editor, or its command line companion xfconf-query.
      a1dc21d9
Loading