Skip to content
Snippets Groups Projects
  1. Dec 15, 2021
    • Lyndon Brown's avatar
      config: split the cat/subcat table and name/help getters · e9edfd60
      Lyndon Brown authored and Hugo Beauzée-Luyssen's avatar Hugo Beauzée-Luyssen committed
      ...to prepare for divergence in the data held for categories vs.
      subcategories.
      
      we replace here the generic helpers:
       - `config_CategoryNameGet()`
       - `config_CategoryHelpGet()`
      
      with:
       - `vlc_config_cat_GetName()`
       - `vlc_config_cat_GetHelp()`
       - `vlc_config_subcat_GetName()`
       - `vlc_config_subcat_GetHelp()`
      
      the new names conform to the format requested for the
      `vlc_config_subcat_IsGeneral()` function added in MR 313.
      
      opportunity was taken to remove the old style prefixes from the attributes
      of `config_category_t`, affecting a few additional lines, avoiding
      introducing inconsistency or new instances of the old style with the
      addition of `config_subcategory_t`.
      e9edfd60
    • Lyndon Brown's avatar
      config: move struct to where it belongs · 0db30968
      Lyndon Brown authored and Hugo Beauzée-Luyssen's avatar Hugo Beauzée-Luyssen committed
      it is used only to define the structure of `categories_array` which
      lives in `vlc_config_cat.h`; it belongs next to that.
      0db30968
    • Lyndon Brown's avatar
      config: fix incorrect header guard name · 74046ea9
      Lyndon Brown authored and Hugo Beauzée-Luyssen's avatar Hugo Beauzée-Luyssen committed
      this stuff is used by prefs, and is not even used by help currently.
      74046ea9
  2. Dec 14, 2021
  3. Dec 13, 2021
  4. Dec 11, 2021
  5. Dec 10, 2021
Loading