Skip to content
Snippets Groups Projects
  1. Jan 21, 2025
    • Maxime Chapelet's avatar
      libvlc: fix network media parsing · a4debd38
      Maxime Chapelet authored and Steve Lhomme's avatar Steve Lhomme committed
      Calls to `libvlc_media_parse_request` with smb server URL never succeeded
      because `do_parse` var was always `false` when `input_net` var was `true`
      and `libvlc_media_parse_network` flag was set.
      
      This change fixes this problem and bring back the ability to parse network
      files when the `libvlc_media_parse_network` flag is set
      a4debd38
    • Fatih Uzunoğlu's avatar
      qt: obey the predefined scroll direction in `FlickableScrollHandler` · c12595f1
      Fatih Uzunoğlu authored and Steve Lhomme's avatar Steve Lhomme committed
      This class is used for scrolling, it should obey the predefined
      scroll direction.
      
      Currently on platforms invertedness is provided (and when the
      platform plugin supplies the information), this causes the
      scrolling direction to be always non-inverted (which means that
      natural scrolling is not used even if it is wanted).
      c12595f1
  2. Jan 20, 2025
Loading