summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fix a minor dbus message leak.HEADmastersamr72010-04-211-1/+2
* Don't forget to install the voice recognition icon.samr72010-01-231-1/+1
* Avoid crashing if Speex is not present.samr72009-07-011-4/+6
* Attempt compatibility with versions of libbluetooth that define samr72009-01-271-0/+9
* Fix a printf warning.samr72009-01-271-1/+1
* Un-gray dial button when a partial phone # is entered. *grumble*samr72009-01-151-1/+1
* Make local ring tones work.samr72009-01-103-10/+56
* Add VR icons missing from last checkin.samr72009-01-092-0/+69
* Checkpoint of large change set, including:samr72009-01-0910-1306/+3592
* Disable auto-reconnection when a device transitions to connected due samr72009-01-051-0/+10
* Checkpoint hfconsole overhaul.samr72008-12-2365-2000/+8968
* Allow inbound connections to existing RFCOMM sessions.samr72008-12-202-2/+8
* Revert an unintended change from the last checkin.samr72008-12-201-1/+1
* Reorganize handling of auto-reconnect values in hfpd.samr72008-12-203-38/+62
* Fix a reference leak in RfcommSdpLookupChannelComplete()samr72008-12-201-2/+2
* When refusing a connection from an unknown device, don't send D-Bussamr72008-12-172-2/+18
* Add the OpenAudio() D-Bus method.samr72008-12-163-25/+105
* If the playback thread sits idle, periodically wake it up using a timer.samr72008-12-161-9/+78
* Handle errors from select().samr72008-12-161-0/+10
* Improve handling of auto-reconnection, notification of the "connecting" samr72008-12-153-39/+93
* Avoid waking the output thread if the output queue is empty.samr72008-12-151-2/+5
* Simple i18n prep work.samr72008-12-152-97/+107
* Fix a problem related to auto-switching to a phone that initiates ansamr72008-12-141-1/+5
* Dump some minor diagnostics when SCO accept fails.samr72008-12-141-0/+1
* Use access=thread by default.samr72008-12-141-0/+4
* Align SCO send() sizes to the MTU size.samr72008-12-141-0/+1
* Fix the mmap access in the ALSA driver.samr72008-12-143-120/+481
* Try to fix handling of halt conditions for static endpoints.samr72008-12-142-11/+44
* Better handle errors from setting/restoring configuration valuessamr72008-12-141-2/+6
* Support building without X11 headers.samr72008-12-061-5/+10
* Add basic multithreading support to IndepEventDispatcher.samr72008-12-064-6/+414
* Allow error message dialog boxes to be closed.samr72008-12-051-9/+21
* Halt the feedback test before attempting to save/restore config values.samr72008-12-051-1/+2
* Use BDADDR_ANY when creating a SCO socket for an outbound connection.samr72008-12-042-2/+2
* Make the configuration dialog modal. Otherwise there are bad issues.samr72008-12-041-1/+2
* Stop using gtk.Dialog.run(), as I have no idea how to support handlingsamr72008-12-012-594/+618
* Add ScoEnabled.samr72008-11-301-2/+43
* Don't forget to initialize a local variable.samr72008-11-301-1/+1
* Bind the D-Bus peer that started loopback/membuf/file streams to the stream,samr72008-11-302-4/+110
* Make HfpService::Connect() follow the error reporting model.samr72008-11-302-17/+128
* Minor SoundIo backend cleanups.samr72008-11-296-54/+92
* Improve signatures and error reporting for a few audio utility functions.samr72008-11-282-13/+36
* Report the audio gateway audio state from the CloseAudio() method.samr72008-11-281-0/+1
* Add diagnostics to catch unexpected blocking in some alsa-lib calls.samr72008-11-281-0/+11
* Use "\r" as the end-of-line for commands, not "\r\n".samr72008-11-261-1/+1
* Add the stream snoop filter.samr72008-11-2511-106/+726
* Fix status bar messages for audio problems.samr72008-11-241-6/+12
* Add more debugging messages to the audio endpoint watchdog.samr72008-11-241-1/+5
* Report device probe failures more gracefully.samr72008-11-241-1/+2
* Don't try to free the preallocated ENOMEM error description.samr72008-11-241-1/+3