summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* lib: Remove non-existent bluetooth_agent_setup() functionBastien Nocera2021-02-172-3/+0
* lib: Remove unused gnome-bluetooth.symbols fileBastien Nocera2021-02-171-69/+0
* lib: Simplify device search helpersBastien Nocera2021-02-171-18/+12
* lib: Remove use of deprecated GtkMisc and GtkAlignmentBastien Nocera2021-02-172-10/+17
* settings: Remove use of deprecated GTimeValBastien Nocera2021-02-171-4/+2
* lib: Port bluetooth_client_connect_service() to GTaskBastien Nocera2021-02-171-33/+31
* lib: Port bluetooth_client_setup_device() to GTaskBastien Nocera2021-02-171-37/+26
* lib: Remove deprecated gtk_tree_view_set_rules_hint() callsBastien Nocera2021-02-172-3/+0
* lib: Remove use of _composite_child()Bastien Nocera2021-02-172-8/+0
* lib: Simplify BluetoothFilterWidget object declarationBastien Nocera2021-02-172-139/+106
* lib: Simplify BluetoothChooserCombo object declarationBastien Nocera2021-02-172-111/+72
* lib: Simplify BluetoothAgent object declarationBastien Nocera2021-02-172-190/+107
* lib: Simplify single-includeBastien Nocera2021-02-1717-128/+17
* lib: Use g_clear_* to simplify some codeBastien Nocera2021-02-172-16/+6
* lib: Use g_auto to free short-lived stringBastien Nocera2021-02-171-2/+1
* lib: Use g_autoptr to free GErrorBastien Nocera2021-02-172-15/+7
* lib: Use g_autoptr to free short-lived GDBusProxy objectsBastien Nocera2021-02-172-27/+9
* tests: Add integration testsBastien Nocera2021-02-161-0/+12
* lib: Add annotation to private functionBastien Nocera2021-02-161-0/+7
* pairing-dialog: Add more margin to pairing dialogueBastien Nocera2021-02-101-2/+2
* settings: don't justify explanation-labelBilal Elmoussaoui2021-02-101-1/+2
* settings-widget: Don't show devices without a nameBastien Nocera2021-02-101-7/+8
* lib: Add speaker typewip/hadess/add-speakersBastien Nocera2021-02-032-1/+5
* settings-widget: Use device alias instead of device nameBastien Nocera2020-12-101-4/+10
* settings-widget: Simplify row_inserted_cb() by using g_autoBastien Nocera2020-12-101-7/+3
* settings-widget: Sort by alias rather than by nameBastien Nocera2020-12-101-7/+7
* settings-widget: Simplify sorting functionBastien Nocera2020-12-101-22/+11
* settings-row: Add "alias" propertyBastien Nocera2020-12-101-1/+16
* settings-widget: Disable discovery when connecting with switchBastien Nocera2020-09-301-3/+4
* settings-widget: Work-around intermittent connection problemsBastien Nocera2020-09-211-1/+30
* lib: Add another "keyboard" joypadBastien Nocera2020-09-211-1/+2
* settings-widget: Prepare for future error reportingBastien Nocera2020-09-201-1/+5
* settings-widget: Hide pairing dialogue when pairing failsBastien Nocera2020-09-201-0/+4
* lib: Make iCade appear as a joypad, not a keyboardBastien Nocera2020-09-201-1/+8
* lib: Make sure type is initialisedBastien Nocera2020-09-201-1/+1
* settings: Allow $HOME to be the Downloads dirBastien Nocera2020-08-271-1/+1
* pairing-dialog: Fix uninitialised variableBastien Nocera2019-11-211-4/+2
* settings-widget: Fix some memory leaksBastien Nocera2019-11-211-2/+3
* lib: Prefer “Alias” adapter name to “Name”Bastien Nocera2019-09-111-8/+9
* client: Disconnect all signal handlers when client is disposedSimon McVittie2019-08-181-8/+8
* settings: describe reveal as "Open Containing Folder"Will Thompson2019-07-171-1/+1
* settings: Cancel pending D-Bus calls on exitBastien Nocera2019-03-261-8/+28
* settings: Handle calls to obex_agent_down during initAndrea Azzarone2019-03-261-5/+9
* lib: Remove audio quirks moved to the autopair pluginBastien Nocera2019-03-251-5/+0
* lib: Add quirk for ancient Wacom Bluetooth tabletBastien Nocera2019-03-221-0/+3
* lib: Always try to pair pointer devicesBastien Nocera2019-03-221-26/+0
* settings-widget: Fix small memory leakBastien Nocera2019-03-221-0/+1
* client: Clarify return value's ownershipBastien Nocera2019-03-221-4/+13
* client: Fix bluetooth_client_set_trusted() not workingBastien Nocera2019-03-221-1/+1
* settings: Disable discovering when settings widget is destroyedBenjamin Berg2019-03-211-1/+3