Skip to content
  1. Aug 08, 2018
    • Benjamin Berg's avatar
      rfkill: Create nested cancellable for rfkill setting · 07b71f6a
      Benjamin Berg authored
      The rfkill code will cancel any running task when a new task comes in.
      This makes sense in most cases, but the code would cancel the
      cancellable from the outside scope which may be reused. This effectively
      resulted in all changes to be cancelled immediately when this
      compression happened once.
      
      Fix the issue by creating a new cancellable and propagating the
      cancelled state rather then setting it on the passed in cancellable.
      07b71f6a
  2. Jun 05, 2018
  3. May 30, 2018
    • Benjamin Berg's avatar
      color: Cancel old smooth transition on color temperature change · 377ff276
      Benjamin Berg authored
      A smooth transition between two color temperatures might still be active
      when the next color temperature is set. Cancel any pending transitions
      in this case.
      
      This possibly fixes issues where the colour temperature is stuck in
      night mode even though it is daytime.
      377ff276
  4. Apr 12, 2018
  5. Mar 31, 2018
  6. Mar 27, 2018
  7. Mar 13, 2018
  8. Mar 12, 2018
  9. Mar 11, 2018
  10. Mar 09, 2018
  11. Mar 08, 2018
  12. Mar 07, 2018
  13. Mar 06, 2018
  14. Mar 05, 2018
  15. Mar 04, 2018
  16. Mar 03, 2018