aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Remove pyGTK crapneodarz2019-05-1017-431/+192
|
* Add device not found and not paired exceptionneodarz2019-05-051-3/+17
|
* Add some documentation of how headset API workneodarz2019-05-051-0/+5
|
* Fix beautifulsoup warning implementationneodarz2019-05-051-1/+1
|
* Implement bluez python code management directly in projectneodarz2019-05-052-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 supportneodarz2019-05-054-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).
* Update appveyor.ymlm0sia2018-03-211-2/+2
|
* added proper path to installer artifactm0sia2018-03-211-1/+1
|
* added installer to artifactsm0sia2018-03-211-1/+2
|
* changed installer namem0sia2018-03-211-2/+2
|
* Update appveyor.ymlm0sia2018-03-211-1/+1
|
* Adding innosetup installerm0sia2018-03-211-1/+3
|
* Update README.mdm0sia2018-03-211-10/+9
|
* removed bundling, because it fail by unknown reasonm0sia2018-03-211-3/+1
|
* Falling back to bundle 2m0sia2018-03-211-1/+1
|
* bundle all with python interpreterm0sia2018-03-211-1/+1
|
* bundle all DLLs togetherm0sia2018-03-211-1/+2
|
* dbus is available only on linuxm0sia2018-03-211-1/+2
|
* dbus is only available on linuxm0sia2018-03-211-1/+1
|
* Exclude more DLLsm0sia2018-03-211-1/+1
|
* Added artifact namem0sia2018-03-211-0/+1
|
* Update setup.pym0sia2018-03-211-1/+1
|
* Update setup.pym0sia2018-03-211-0/+1
|
* Update setup.pym0sia2018-03-211-1/+1
|
* Update appveyor.ymlm0sia2018-03-211-1/+1
|
* Update appveyor.ymlm0sia2018-03-211-0/+1
|
* Update appveyor.ymlm0sia2018-03-211-1/+1
|
* Update setup.pym0sia2018-03-211-0/+1
|
* Update appveyor.ymlm0sia2018-03-211-1/+1
|
* Update appveyor.ymlm0sia2018-03-211-1/+7
|
* Update requirements.txtm0sia2018-03-211-22/+0
|
* auto-generated requirements.txtm0sia2018-03-211-1/+25
|
* Update requirements.txtm0sia2018-03-211-5/+0
|
* Create requirements.txtm0sia2018-03-211-0/+6
|
* Create appveyor.ymlm0sia2018-03-211-0/+15
|
* Update README.mdm0sia2018-03-211-6/+0
| | | Removed screenshots
* Merge pull request #19 from Bilb/masterm0sia2017-03-081-1/+1
|\ | | | | Fix url parrot zik website in readme.md
| * use english website version for zik demo websiteAudric Ackermann2017-03-071-1/+1
| |
| * fix link demo parrot zik 3 (page not found otherwise)Audric Ackermann2017-03-071-1/+1
|/
* Merge pull request #16 from moimadmax/masterm0sia2016-09-292-4/+5
|\ | | | | Typo Noise Calcelation -> Cancelation
| * Merge pull request #1 from moimadmax/patch-1moimadmax2016-09-221-1/+2
| |\ | | | | | | Add Parrot Zik 3 compatibility
| | * Add Parrot Zik 3 compatibilitymoimadmax2016-09-221-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 -> Cancelationmoimadmax2016-09-221-3/+3
|/ | | Just a Typo in the menu string and variable name.
* Fix typosm0sia2016-02-181-2/+2
|
* Update README.mdm0sia2016-02-181-33/+24
|
* Merge pull request #12 from serathius/masterm0sia2016-02-1827-577/+1474
|\ | | | | Rework and Zik 2.0 implementation.
| * Merge pull request #7 from PsycheEYE/noisecontrolMarek Siarkowicz2016-02-053-9/+11
| |\ | | | | | | Added functionality to change noise cancellation mode
| | * Added functionality to change noise cancellation modePavel Salomatov2016-02-053-9/+11
| | | | | | | | | | | | "Head detection" now initializes on startup
| * | Merge pull request #5 from MGrishkin/gtk_on_linuxMarek Siarkowicz2016-02-053-16/+50
| |\ \ | | |/ | |/| Use gtk on linux
| | * Use gtk on linuxMax Grishkin2015-12-093-16/+50
| |/