Revisions of wireplumber

Sergey Kondakov's avatar Sergey Kondakov (X0F) committed (revision 172)
- Update to version 0.5.0+19~git20240326.62dd6ef:
  * policy-dsp: allow matching on all node properties
  * linking: Use sendClientError in link-error handler
  * scripts: add error code argument to sendClientError helper
  * m-portal-permissionstore: improve the warnings printed due to remote errors
  * m-lua-scripting: downgrade notice to debug when printing operation errors
  * linking: improve link failure & debug messages
  * main: print warning about old style config files
  * docs: remove main.rst
  * docs: conf_file: raise more the visibility of the config break
  * docs/daemon: re-arrange some sections in the toctree to make more sense
  * docs: move well-known settings docs from src/scripts/lib to where they belong
  * docs: add a basic "config migration from 0.4" guide
  * autoswitch-bluetooth-profile: never use headset profile without input
  * monitors/bluez: fix autoswitch A2DP input profiles
  * docs: fix typo in {device,node}.disabled documentation
  * m-settings: remove all persistent settings if key is null
  * m-settings: clear schema settings metadata when plugin is disabled
  * m-std-event-source: cancel events when the node associated with the si dies
  * filter-utils: fix handling of targetless smart filters
Sergey Kondakov's avatar Sergey Kondakov (X0F) committed (revision 171)
- Update to version 0.5.0~git20240318.59d190a:
  * 0.5.0
  * main: set application.version on the core
  * alsa: rename vm.type to cpu.vm.name to be consistent with pipewire master
  * log: make the log topic flags an enumeration and publicly documented
  * docs: add document on how to modify the configuration
  * docs: update access configuration doc
  * docs: remove "policy" configuration doc page
  * docs: improve bluetooth documentation and example config file
Sergey Kondakov's avatar Sergey Kondakov (X0F) committed (revision 170)
- Update to version 0.4.90+28~git20240315.4683f1f:
  * wireplumber.conf: run stream-state.lua before m-standard-event-source
  * Update Swedish translation
  * docs: configuration: update docs on "settings" after the latest changes
Sergey Kondakov's avatar Sergey Kondakov (X0F) committed (revision 169)
- Update to version 0.4.90+25~git20240312.95cfa9e:
  * wpctl: fix settings --help listing
  * docs: conf_file: small updates
  * docs: installing: update dependency versions
  * si-linkables: do not fully reset when the underlying proxy is destroyed
  * registry: move to a separate file and decouple it from the object manager
  * log: docs: document the log topic definition macros
  * monitors/bluez: add 'internal' prefix to internal bluez node names.
  * monitor/bluez: set node.name property when creating combine stream
Sergey Kondakov's avatar Sergey Kondakov (X0F) committed (revision 168)
- Update to version 0.4.90+17~git20240311.9caa44c:
  * meson: bump min pipewire version to 1.0.2
  * scripts: fix regression in state-routes.lua when marking routes as 'active'
  * scripts: improve linking logs
  * monitors: use parseBool for boolean properties in rules
  * config: add {device|node}.disable
Sergey Kondakov's avatar Sergey Kondakov (X0F) committed (revision 167)
- Update to version 0.4.90+12~git20240309.dee7403:
  * object-interest: make WP_INTEREST_MATCH_ALL part of the enum
  * proxy: make the FEATURES_MINIMAL and FEATURES_ALL constants part of the enum
  * log: fix WP_LOG_LEVEL_TRACE value in the g-i bindings
  * base-dirs: wrap flag groups in parenthesis
  * log.h: define G_LOG_DOMAIN only if WP_USE_LOCAL_LOG_TOPIC_IN_G_LOG is defined
  * meson: make sure the boolean options have boolean values
  * meson: move the common CFLAGS to project-wide scope
  * scripts: make sure target is not nil when iterating filters with matching targets
Sergey Kondakov's avatar Sergey Kondakov (X0F) committed (revision 166)
- Update to version 0.4.90+4~git20240307.f24edf6:
  * docs: update the documentation around file search locations
  * scripts: rescan linkables when device EnumRoute param changes
  * scripts: fix available routes check when selecting the default node
  * scripts: fix typo in rescan-virtual-links.lua
Sergey Kondakov's avatar Sergey Kondakov (X0F) committed (revision 165)
- Update to version 0.4.90~git20240304.2249d8d:
  * 0.4.90 (0.5.0~rc1)
  * m-mixer-api: use gboolean instead of bool
  * core: close the configuration file after loading all components
  * scripts: access: cache the access.rules in a global config variable
  * scripts: remove cutils.evaluateRulesApplyProperties()
  * lua: change the Conf API to have methods for getting sections as specific types
  * meson: bump min pipewire version to 0.3.82
Sergey Kondakov's avatar Sergey Kondakov (X0F) committed (revision 164)
- Update to version 0.4.82+36~git20240304.acb446d:
  * meson: fix typo in lib/wp/meson.build: @0 -> @0@
Sergey Kondakov's avatar Sergey Kondakov (X0F) committed (revision 163)
Sergey Kondakov's avatar Sergey Kondakov (X0F) committed (revision 162)
Sergey Kondakov's avatar Sergey Kondakov (X0F) committed (revision 161)
Sergey Kondakov's avatar Sergey Kondakov (X0F) committed (revision 160)
- Update to version 0.4.82+35~git20240304.00e5c0d:
  * settings: log warnings if setting does not exist in the schema
  * conf: fix settings schema typos
  * base-dirs: add missing (nullable) annotation
  * base-dirs: ensure we skip non-absolute paths in the XDG env variables
  * base-dirs: tidy up the build-time base dirs and honor the SUBDIR_WIREPLUMBER flag
  * base-dirs: add a SUBDIR_WIREPLUMBER flag to append "/wireplumber" to the base dirs
  * base-dirs: rename ETC & PREFIX* flags to BUILD* and improve documentation
  * docs: add base-dirs in the generated C API documentation
  * conf: drop all the _get_value() functions and remove the fallback from _get_section()
  * conf: add a simple check for old format wireplumber.conf files
  * wireplumber.conf: document the main difference between context.modules and wp.components
  * meson: install configuration files back in $wireplumber_data_dir
  * conf: refactor configuration loading
  * spa-json: wrap the data instead of the spa_json* in _parser_get_json()
  * tests/wp/spa-json: add "undefined" parser unit test
  * spa-json: add new "undefined" parser constructor
  * base-dirs: return NULL from lookup_dirs() when the searched path is absolute
  * base-dirs: add support for finding modules and remove wp_get_module_dir()
  * base-dirs: add XDG_CONFIG/DATA_DIRS and CONFIGURATION & DATA groups
  * base-dirs: change the function signatures to prefix with wp_base_dirs_*
  * base-dirs: move file lookup utils out of wp.{c,h} and into base-dirs.{c,h}
  * WpLookupDirs: remove the flag for looking into G_TEST_SRCDIR
  * wp_new_files_iterator: refactor to behave like pipewire
  * wp_find_file: s/char/gchar/ in suffix argument
  * docs: fix documentation for WpMetadataItem
  * Update Polish translation
Sergey Kondakov's avatar Sergey Kondakov (X0F) committed (revision 159)
Sergey Kondakov's avatar Sergey Kondakov (X0F) committed (revision 158)
- Update to version 0.4.82+9~git20240229.578b855:
  * settings: fix all coverity scan defects
  * scripts: remove settings-manager and use the Settings API
  * wpctl: use WpSettings API instead of metadata in 'settings' sub-command
  * m-lua-scripting: complete Lua Settings API
  * m-settings: load all settings in sm-metadata
  * settings: add API to set, reset, save, delete and iterate settings
  * m-settings: add settings schema to metadata
  * metadata: remove wp_metadata_iterator_item_extract() API
Sergey Kondakov's avatar Sergey Kondakov (X0F) committed (revision 157)
- Update to version 0.4.82+1~git20240214.bebfc07:
  * wpctl: add settings subcomand to show, delete or change settings
Sergey Kondakov's avatar Sergey Kondakov (X0F) committed (revision 156)
- Update to version 0.4.82~git20240214.5826a21:
  * 0.4.82 (0.5.0 pre-release 2)
  * docs: update ALSA documentation
Sergey Kondakov's avatar Sergey Kondakov (X0F) committed (revision 155)
Sergey Kondakov's avatar Sergey Kondakov (X0F) committed (revision 154)
Sergey Kondakov's avatar Sergey Kondakov (X0F) committed (revision 153)
- Update to version 0.4.81+60~git20240212.89b9218:
  * device-profile-hooks: add a hook to prioritize the profiles
  * device-profile-hooks: move the selected profile check
  * json-utils: correct typo
  * lib/settings: make the WpSettings object a non-singleton
  * lib/settings: reorder functions to follow the pattern of other files
  * monitors: improve notice messages about missing SPA plugins
  * README: remove broken badge
Displaying revisions 21 - 40 of 192
openSUSE Build Service is sponsored by