Skip to content
Snippets Groups Projects
  1. 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
    • Eric Koegel's avatar
      Post release tag bump. · c7a19b6e
      Eric Koegel authored
      c7a19b6e
    • Eric Koegel's avatar
      Updates for release. · 10e532b0
      Eric Koegel authored
  2. Aug 10, 2014
  3. Aug 09, 2014
  4. Aug 08, 2014
  5. Aug 05, 2014
  6. Aug 04, 2014
  7. Aug 02, 2014
  8. Aug 01, 2014
  9. Jul 30, 2014
  10. Jul 29, 2014
  11. Jul 28, 2014
Loading