Skip to content
Snippets Groups Projects
  1. Feb 18, 2015
  2. Sep 21, 2014
  3. Sep 12, 2014
  4. 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
  5. Sep 02, 2014
  6. 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
  7. Aug 28, 2014
  8. Aug 18, 2014
  9. Aug 17, 2014
  10. Aug 13, 2014
  11. 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
  12. 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
    • Harald Judt's avatar
      Increase the brightness update timeout to 50ms · 7bff72e9
      Harald Judt authored
      I still noticed a slow-down on my machine even with the newly introduced
      update timer. Increasing it to 50ms is still enough for not causing the
      updates lagging behind too much, while filtering enough events to keep
      the widget response snappy even with two monitors attached.
      7bff72e9
    • Simon Steinbeiss's avatar
      Improve size and padding of the icon in the panel plugin · 8533d149
      Simon Steinbeiss authored
      Take the x/ythickness into account when setting the size request and
      get the closest sharpest icon instead of GTK_ICON_LOOKUP_FORCE_SIZE.
      Also, apply some Gtk+ style properties that the convenience functions
      of the panel provide by default for panel plugin buttons.
      8533d149
  13. Aug 01, 2014
  14. Jul 27, 2014
  15. Jul 15, 2014
  16. Jul 14, 2014
  17. Jul 13, 2014
  18. Jun 30, 2014
  19. Jun 29, 2014
  20. Jun 23, 2014
  21. Jun 22, 2014
Loading