Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Raise error instead of simple print it in bluez mode | neodarz | 2019-05-10 | 1 | -2/+7 |
| | |||||
* | Add dbus exception | neodarz | 2019-05-10 | 1 | -0/+2 |
| | |||||
* | Update parrot zik version1 | neodarz | 2019-05-10 | 1 | -35/+15 |
| | |||||
* | Remove pyGTK crap | neodarz | 2019-05-10 | 5 | -380/+173 |
| | |||||
* | Add device not found and not paired exception | neodarz | 2019-05-05 | 1 | -3/+17 |
| | |||||
* | Add some documentation of how headset API work | neodarz | 2019-05-05 | 1 | -0/+5 |
| | |||||
* | Fix beautifulsoup warning implementation | neodarz | 2019-05-05 | 1 | -1/+1 |
| | |||||
* | Implement bluez python code management directly in project | neodarz | 2019-05-05 | 2 | -14/+76 |
| | | | | | It's directly implemented because this scipt isn't in Archlinux distribution. Because it's python code I prefere to have it here. | ||||
* | Make code compatible with python3 with python2 support | neodarz | 2019-05-05 | 4 | -12/+12 |
| | | | | | | Warning: This is a preparation work for completly remove PyGTK. Because PyGTK is python2 only, most part of the code didn't work. But a last commands send to the headset is fonctional (This is why all this change). | ||||
* | dbus is available only on linux | m0sia | 2018-03-21 | 1 | -1/+2 |
| | |||||
* | dbus is only available on linux | m0sia | 2018-03-21 | 1 | -1/+1 |
| | |||||
* | Merge pull request #1 from moimadmax/patch-1 | moimadmax | 2016-09-22 | 1 | -1/+2 |
|\ | | | | | Add Parrot Zik 3 compatibility | ||||
| * | Add Parrot Zik 3 compatibility | moimadmax | 2016-09-22 | 1 | -1/+2 |
| | | | | | | In my Zik 3 the Vendor Specific UUID is 8B6814D3-6CE7-4498-9700-9312C1711F64, so i've added it in the discovery loops. | ||||
* | | Typo Noise Calcelation -> Cancelation | moimadmax | 2016-09-22 | 1 | -3/+3 |
|/ | | | Just a Typo in the menu string and variable name. | ||||
* | Merge pull request #7 from PsycheEYE/noisecontrol | Marek Siarkowicz | 2016-02-05 | 3 | -9/+11 |
|\ | | | | | Added functionality to change noise cancellation mode | ||||
| * | Added functionality to change noise cancellation mode | Pavel Salomatov | 2016-02-05 | 3 | -9/+11 |
| | | | | | | | | "Head detection" now initializes on startup | ||||
* | | Use gtk on linux | Max Grishkin | 2015-12-09 | 3 | -16/+50 |
|/ | |||||
* | Fixed _result_to_bool() assertion when a values has some strange status | Esteban Sánchez | 2015-07-03 | 1 | -0/+2 |
| | |||||
* | Fixed cast when the value is an empty string | Esteban Sánchez | 2015-07-03 | 1 | -1/+1 |
| | |||||
* | Refactor. | Marek Siarkowicz | 2015-07-03 | 1 | -33/+47 |
| | |||||
* | Fix mistakes and refactor. | Marek Siarkowicz | 2015-07-03 | 1 | -21/+12 |
| | |||||
* | Use other method to get bluetooth devices list in linux | Esteban Sánchez | 2015-07-03 | 1 | -4/+38 |
| | |||||
* | Fixed setter properties in version1 model | Esteban Sánchez | 2015-07-03 | 1 | -3/+3 |
| | |||||
* | Refactor. | Marek Siarkowicz | 2015-06-15 | 1 | -44/+57 |
| | |||||
* | Ignore dbus exception. | Marek Siarkowicz | 2015-06-15 | 1 | -9/+18 |
| | |||||
* | First get data from api then show. | Marek Siarkowicz | 2015-06-15 | 3 | -7/+10 |
| | |||||
* | Move auto connection to setttings. | Marek Siarkowicz | 2015-06-15 | 2 | -10/+11 |
| | |||||
* | Use absolute package imports. | Marek Siarkowicz | 2015-06-15 | 10 | -38/+33 |
| | |||||
* | Migrate to newer wersion of beatifulsop. | Marek Siarkowicz | 2015-06-15 | 1 | -1/+1 |
| | |||||
* | Add sound source model. | Marek Siarkowicz | 2015-06-15 | 1 | -1/+5 |
| | |||||
* | Add more information to unknown response. | Marek Siarkowicz | 2015-06-15 | 1 | -1/+2 |
| | |||||
* | Fix connection refused error. | Marek Siarkowicz | 2015-06-15 | 1 | -1/+4 |
| | |||||
* | Implement head detection setting. | Marek Siarkowicz | 2015-06-15 | 2 | -0/+26 |
| | |||||
* | Proper wrap. | Marek Siarkowicz | 2015-06-15 | 1 | -1/+2 |
| | |||||
* | Refactor. Move. | Marek Siarkowicz | 2015-06-15 | 7 | -148/+150 |
| | |||||
* | Refactor. | Marek Siarkowicz | 2015-06-15 | 5 | -17/+16 |
| | |||||
* | Fix quit wrapping. | Marek Siarkowicz | 2015-06-15 | 5 | -3/+14 |
| | |||||
* | Refactor. Move. | Marek Siarkowicz | 2015-06-15 | 7 | -243/+260 |
| | |||||
* | Refactor. Move | Marek Siarkowicz | 2015-06-15 | 2 | -27/+32 |
| | |||||
* | Refactor. Move. | Marek Siarkowicz | 2015-06-15 | 5 | -362/+376 |
| | |||||
* | Make into proper package. | Marek Siarkowicz | 2015-06-15 | 4 | -7/+7 |
| | |||||
* | Refactor. | Marek Siarkowicz | 2015-06-15 | 1 | -19/+8 |
| | |||||
* | Create packet. | Marek Siarkowicz | 2015-06-15 | 8 | -0/+1286 |