Skip to content
Snippets Groups Projects
  1. Sep 08, 2022
  2. Aug 30, 2022
  3. Aug 22, 2022
  4. Jul 14, 2022
  5. Jun 26, 2022
  6. Jun 11, 2022
  7. Jun 03, 2022
    • Sean McGovern's avatar
      fb: remove support · 2999e6a0
      Sean McGovern authored and Steve Lhomme's avatar Steve Lhomme committed
      The Linux fbdev subsystem has been deprecated for more than a decade as there are better options available now.
      2999e6a0
  8. May 17, 2022
  9. May 16, 2022
  10. May 14, 2022
  11. Mar 13, 2022
  12. Mar 11, 2022
  13. Mar 05, 2022
    • Lyndon Brown's avatar
      qt: add expert preferences mode · 8b75d973
      Lyndon Brown authored and Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf committed
      This gives a table listing all options, similar to and inspired by the
      `about:config` interface in Firefox.
      
      Unique benefits:
       - It highlights which options have been modified from default state.
       - It allows selective resetting of individual options to default values.
      
      Support is included to toggle booleans with a simple double-click.
      Double-clicking on other types opens the edit dialog.
      
      For colour selection items, the modify action directly opens the Qt
      colour selection dialog rather than present the colour control used in
      the advanced preferences view, since this is much cleaner.
      
      Note that the existing simple and advanced views are not linked; if you
      change an option in one view, that change is not reflected in the other,
      and saving changes only uses the state from the selected view. The same
      is currently true of the new expert mode, though I plan to later change
      this behaviour (for all three).
      
      Note also that hotkey items are deliberately excluded from this view.
      The dedicated hotkey editor is best suited to managing hotkeys. It does
      not work well to include the set of 224 unique hotkey options within this
      table, especially since we'd have to duplicate the code checking for
      duplicate assignments if we allow editing of them as with all other
      option types within this interface. It may seem odd for the 'expert'
      mode to be the only one without hotkey editing, however the hotkey editor
      does not really fit well into 'advanced' mode either, and I have plans to
      propose separating the hotkey editor entirely from within the set of
      three views in a small redesign.
      
      Fixes #18607.
      8b75d973
  14. Feb 23, 2022
  15. Feb 20, 2022
  16. Feb 13, 2022
  17. Feb 02, 2022
    • Rémi Denis-Courmont's avatar
      arm: move ARMv7 NEON stuff into isa/arm/neon · 2bb3ae82
      Rémi Denis-Courmont authored
      Down the line, we probably should not have one directory per ISA
      extension. This replicates the model from the hw/*/ directory.
      
      isa/ seems better than arch/ because:
       - "Instruction Set Architecture" is more specific than "Architecture",
       - it saves one character,
       - no modules/ subdirectory starts with I yet (so this will not break
         auto-completion habits).
      
      This also moves non-NEON-specific files to isa/arm/.
      2bb3ae82
  18. Jan 17, 2022
  19. Jan 11, 2022
  20. Jan 10, 2022
  21. Dec 23, 2021
  22. Dec 03, 2021
  23. Dec 01, 2021
  24. Nov 03, 2021
  25. Oct 21, 2021
    • Romain Vimont's avatar
      video_filter: add formatcrop filter · 22775b88
      Romain Vimont authored and Hugo Beauzée-Luyssen's avatar Hugo Beauzée-Luyssen committed
      This filter crops the input pictures by adjusting the format (offsets
      and size), without any copy (contrary to croppadd).
      
      This is especially useful to receive pictures with arbitrary visible
      area (smaller than the full size), to debug vouts or filters.
      22775b88
  26. Sep 17, 2021
  27. Sep 16, 2021
  28. Sep 02, 2021
  29. Jul 30, 2021
Loading