[gnome-bluetooth] Created tag 42.alpha



The unsigned tag '42.alpha' was created.

Tagger: Bastien Nocera <hadess hadess net>
Date: 1641572130 +0100

    42.alpha

Changes since the last tag '3.34.5':

Alexander Shopov (1):
      Update Bulgarian translation

Alexey Rubtsov (2):
      Update Russian translation
      Update Russian translation

Anders Jonsson (1):
      Update Swedish translation

Asier Sarasua Garmendia (1):
      Update Basque translation

Balázs Meskó (1):
      Update Hungarian translation

Bastien Nocera (141):
      Revert "ci: Work-around another libabigail problem"
      Revert "ci: Install a version of python-dbusmock with Pair() support"
      ci: Ignore BluetoothChooser widgets removal for ABI
      NEWS: Update in preparation for a version bump
      build: Bump version to show next targeted release
      ci: Enable all options when building
      build: Use summary() to print build summary
      sendto: Make sendto optional
      ci: Remove intltool for the list of dependencies
      icons: Remove obsolete applet icons
      icons: Remove obsolete chooser icons
      lib: Install PIN database in a namespaced directory
      icons: Remove bare "bluetooth" icon
      lib: Add label for speakers
      lib: Quiet compile time warning
      lib: Remove BluetoothCategory enum type
      lib: Remove unused bluetooth_type_to_filter_string()
      lib: Make bluetooth_client_get_filter_model() private
      lib: use G_DECLARE_FINAL_TYPE() for BluetoothClient
      client: Add num-adapters property
      tests: Use new num-adapters property
      lib: Remove bluetooth_client_get_adapter_model()
      lib: Make settings widget a final type
      settings-widget: Remove use of bluetooth_client_get_device_model()
      tests: Remove use of bluetooth_client_get_device_model()
      settings-widget: Use g_auto* for gtk_tree_model_get() out args
      lib: Remove bluetooth_client_get_device_model()
      ci: Update ABI check for dropped functions
      lib: Simplify config.h inclusion
      build: Move tests condition into directory's meson.build
      lib: Remove bluetooth_client_get_device_model() from symbols list
      lib: Add debug when manipulating model
      lib: Add debug on property changes
      lib: Add note about default adapter
      tests: Print out stdout on error
      lib: Use g_auto in device_added callback
      settings: Use g_auto in obexpush permission check
      lib: Remove services column
      ci: Install newer version of python-dbusmock
      tests: Add more tests
      lib: Fix refcounting assertion
      lib: Add BluetoothDevice object
      lib: Add API to access a device-specific list model
      lib: Populate devices GListStore
      lib: Add device-added signal
      tests: Add helper to print the devices GListStore
      tests: Verify devices GListStore functionality
      lib: Add UI test for the devices GListStore
      lib: Simplify "setup mode"
      tests: Verify the default-adapter-setup-mode property works
      lib: Stop tracking default adapter in GtkTreeModel
      lib: Add default-adapter-address property
      settings: Port obexpush code to use new GListModel
      lib: Add helper to create row from BluetoothDevice
      lib: Make row's "proxy" property construct-only
      lib: Fix "proxy" property description
      lib: Remove unused bluetooth_settings_row_new()
      settings: Port to GListModel API
      sendto: Port to GListStore BluetoothClient API
      lib: Remove bluetooth_client_get_device()
      lib: Remove bluetooth_client_get_model()
      lib: Remove test-client test application
      lib: Remove bluetooth_client_dump_device()
      ci: Export build logs
      ci: Fail CI when tests are skipped
      tests: Return correct exitcode for skipped tests
      ci: Add missing test dependencies
      tests: Remove GtkTreeModel specific sections of tests
      tests: Port pairing test to GListModel API
      tests: Use "props" property to access GObject properties
      tests: Add a timeout in wait_for_condition()
      tests: Print test name before running it out-of-process
      tests: Verify values after wait_for_condition()
      lib: Add debug when pairing is successful
      lib: Remove sync device removal during setup
      lib: Add helper to find a BluetoothDevice for a D-Bus object path
      lib: Simplify device_notify_cb()
      lib: Use GListModel in _setup_device()
      lib: Remove GtkTreeModel usage when populating GListModel
      lib: Remove GtkTreeModel usage when selecting new default adapter
      lib: Use GListModel in _cancel_setup_device()
      tests: Add test for _set_trusted() API
      lib: Use GListModel in _set_trusted()
      tests: Add test for _connect_service() API
      lib: Use GListModel in _connect_service()
      lib: Remove GtkTreeModel usage when adding devices
      lib: Remove GtkTreeModel from BluetoothClient
      lib: Fix default-adapter-* properties notifications
      lib: Update copyright
      lib: Detect Bluetooth LE audio devices
      tests: Add first test for bluetooth-utils
      lib: Move constants inside the C source
      lib: Remove BluetoothColumn enum type
      lib: Remove BluetoothStatus enum type
      lib: Simplify enum types generation
      README: Update
      tests: Add tests for bluetooth-utils functions
      lib: Modernise bluetooth_send_to_address()
      lib: Remove remnants of older _setup_device()
      tests: Adapt includes to our usage
      lib: Remove gtk include, add gio include
      lib: Remove GTK includes
      tests: Fix bluetooth-utils test build
      lib: Remove last sync call
      agent: Add debug when unregistering an agent
      agent: Avoid agent re-registration warning
      tests: Test that we unregister the pairing agent correctly
      lib: Add debug to adapter's "notify" callback
      lib: Fix refcounting of BluetoothDevice::proxy
      settings: Make proxy replaceable
      lib: Fix adapter never getting powered after it's made default
      lib: Split off notifying about default-adapter* props
      lib: Update device proxies when they change
      lib: Add helper to check for the default adapter
      lib: Update existing adapter reference when bluetoothd restarts
      settings: Remove "sync" FIXME
      lib: Simplify adapter_set_powered()
      lib: Make default-adapter-powered property settable
      lib: Add more debug when powering up the default adapter
      lib: Add test for default-adapter-powered
      build: Bump API version to 3.0
      ci: Re-enable ABI check
      tests: Make test easier to understand
      tests: Fix old default adapter reinsertion test
      lib: Correct debug statement in adapter_set_powered()
      lib: Add more debug in the discovery code
      lib: Remove unused variable
      lib: Fix memory leak on coldplug
      contrib: Add script to unbind an adapter from its driver
      README: Explain how to disable a Bluetooth adapter
      lib: Fix comment to not mention old API
      lib: Sort adapters before inserting them
      lib: Rename default adapter change type
      lib: Use highest numbered adapter as the default one
      tests: Check that non-default adapter is made non-discoverable
      README: Mention new default adapter algorithm
      ci: Install python-dbusmock fixes
      Revert "ci: Install python-dbusmock fixes"
      build: Make gettext domain match API name
      build: Fix build for newer versions of meson
      42.alpha

Danial Behzadi (1):
      Update Persian translation

Daniel Mustieles (2):
      Updated Spanish translation
      Updated Spanish translation

Dz Chen (1):
      Update Chinese (China) translation

Georges Basile Stavracas Neto (50):
      settings: Replace canberra-gtk by to gsound
      sendto: Replace GtkMisc API by GtkLabel API
      sendto: Remove device selection
      lib: Drop BluetoothChooser and related widgets
      build: Bump API version
      build: Switch to GTK4
      lib: Drop BluetoothHdyColumn for AdwClamp
      settings: Use G_DECLARE_DERIVABLE_TYPE
      lib: Replace gtk_widget_destroy
      lib: Adapt to gtk_init() API changes
      lib: Drop GtkContainer usage
      lib: Replace gtk_widget_get_toplevel() by gtk_widget_get_native()
      lib: Adapt to GtkImage API changes
      lib: Adapt to GtkWindow API changes
      lib: Drop gtk_main() and gtk_main_quit()
      lib: Replace gtk_box_pack_start() by gtk_box_append()
      lib: Remove shadow-type
      settings: Switch to new GtkAccessible API
      pairing-dialog: Adapt to GtkEntry API changes
      lib: Remove show-all APIs
      test-client: Drop GtkToolbar usage
      test-client: Adapt to GtkScrolledWindow API changes
      pairing-dialog: Use gtk_style_context_add_provider_for_display
      pairing-dialog: Adapt to GtkHeaderBar API changes
      pairing-dialog: Remove remaining non-existant API
      settings-widget: Replace gtk_dialog_run() by a mainloop
      settings-widget: Adapt to GtkStack API changes
      settings-widget: Remove unecessary packing properties
      lib: Adapt to GtkSwitch API changes
      settings-widget: Adapt to AdwClamp
      settings-row: Use a GtkBox internally
      pairing-dialog: Remove internal children
      pairing-dialog: Remove packing from UI file
      pairing-dialog: Remove non-existing GtkAspectFrame property
      lib: Initialize libadwaita for tests
      lib: Remove 'can-focus' property everywhere
      lib: Remove all visible=TRUE properties
      settings-widget: Remove placeholders from the UI file
      lib: Remove unnecessary metadata from UI files
      sendto: Port to GTK4
      test-pairing-device: Use a GMainLoop to iterate
      settings-widget: Adjust spacing of the properties dialog
      settings-widget: Remove unused label
      ci: Update last ABI break commit
      settings-widget: Use more convenient types for dialogs
      settings-row: Use G_DECLARE_DERIVABLE_TYPE
      settings-row: Turn into a final class
      pairing-dialog: Use G_DECLARE_DERIVABLE_TYPE
      lib: Remove some unecessary calls to gtk_widget_show()
      settings-widget: Cleanup proxy refcount with g_autoptr

Goran Vidović (1):
      Update Croatian translation

Hugo Carvalho (1):
      Update Portuguese translation

Jordan Petridis (2):
      docs: use gnomebt_api_name for the gtk-doc module name
      meson: bump gettext package suffix

Kukuh Syafaat (1):
      Update Indonesian translation

Marek Černocký (1):
      Updated Czech translation

Piotr Drąg (1):
      po: Update file list

Quentin PAGÈS (3):
      Update Occitan translation
      Update Occitan translation
      Update Occitan translation

Sveinn í Felli (2):
      Update Icelandic translation
      Update Icelandic translation

Yaron Shahrabani (1):
      Update Hebrew translation

Yuri Chornoivan (1):
      Update Ukrainian translation


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]