Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2010-10-19 | Handle missing uinputHEADmaster | Guillaume Seguin | 2 | -1/+6 |
2010-10-19 | Woops forgot this | Guillaume Seguin | 5 | -6/+0 |
2010-10-19 | Switch to lightblue bluetooth lib | Guillaume Seguin | 1 | -1/+1 |
2008-05-18 | * Disconnect only after 10 timeouts in a row | Guillaume Seguin | 1 | -0/+5 |
2008-05-18 | * Add disconnect upon timeout information message | Guillaume Seguin | 1 | -1/+1 |
2008-05-18 | * Remove separate listener thread to simplify overall library logic | Guillaume Seguin | 2 | -14/+8 |
2008-05-16 | Update sample config file | Guillaume Seguin | 1 | -11/+31 |
2008-05-16 | Add quit action | Guillaume Seguin | 1 | -0/+3 |
2008-05-16 | Add console post-connect greetings | Guillaume Seguin | 1 | -0/+2 |
2008-05-16 | Add leds support | Guillaume Seguin | 1 | -0/+40 |
2008-05-16 | Coding style (prettify connection string) | Guillaume Seguin | 1 | -2/+2 |
2008-05-16 | Add dbus actions support | Guillaume Seguin | 1 | -0/+30 |
2008-05-16 | Add missing print | Guillaume Seguin | 1 | -1/+1 |
2008-05-16 | Update key action to use uinput (and thus actually do something) | Guillaume Seguin | 1 | -2/+5 |
2008-05-16 | Use subprocess module instead of os.system for async command handling | Guillaume Seguin | 1 | -2/+3 |
2008-05-16 | Fix actions with regards to uinput related changes | Guillaume Seguin | 1 | -4/+4 |
2008-05-16 | Add uinput support | Guillaume Seguin | 2 | -21/+37 |
2008-05-16 | Import uinput related bits | Guillaume Seguin | 2 | -0/+384 |
2007-08-09 | all the library now resides in kuwii/ | Semion Sidorenko | 11 | -106/+148 |
2007-08-03 | code style modification | Semion Sidorenko | 2 | -70/+71 |
2007-08-03 | comment modifications | Semion Sidorenko | 1 | -25/+31 |
2007-08-03 | code style modifications | Semion Sidorenko | 1 | -24/+56 |
2007-08-03 | reindentation of wiimote.py | Semion Sidorenko | 1 | -223/+221 |
2007-08-03 | added item to todo-list | Semion Sidorenko | 1 | -0/+1 |
2007-08-01 | better disconnection handling | Semion Sidorenko | 1 | -7/+11 |
2007-08-01 | refactorisation | Semion Sidorenko | 1 | -31/+43 |
2007-07-31 | bugs. | Semion Sidorenko | 2 | -16/+15 |
2007-07-31 | moar comments | Semion Sidorenko | 1 | -1/+6 |
2007-07-31 | rewrite of button callbacks management | Semion Sidorenko | 2 | -64/+45 |
2007-07-31 | various modifications | Semion Sidorenko | 1 | -41/+30 |
2007-07-31 | added a TODO list | Semion Sidorenko | 1 | -0/+3 |
2007-07-31 | callbacks are now working. | Semion Sidorenko | 3 | -11/+45 |
2007-07-30 | little optimization in event transmitting | Semion Sidorenko | 1 | -6/+27 |
2007-07-30 | various enhancements | Semion Sidorenko | 1 | -6/+34 |
2007-07-30 | text informations on the GUI | Semion Sidorenko | 1 | -12/+45 |
2007-07-29 | added a nice grid | Semion Sidorenko | 1 | -4/+32 |
2007-07-29 | bugfixes | Semion Sidorenko | 2 | -15/+10 |
2007-07-29 | continuous output support | Semion Sidorenko | 2 | -2/+28 |
2007-07-29 | gkuwii.py is now working | Semion Sidorenko | 1 | -2/+18 |
2007-07-29 | still WiP | Semion Sidorenko | 1 | -16/+14 |
2007-07-29 | the history is useless | Semion Sidorenko | 1 | -28/+1 |
2007-07-29 | bug: no default value for outputFunction | Semion Sidorenko | 1 | -1/+1 |
2007-07-29 | can disable events at wiimote.WiiMote instantiation | Semion Sidorenko | 1 | -3/+7 |
2007-07-29 | renamed guwii.py to gkuwii.py | Semion Sidorenko | 1 | -0/+0 |
2007-07-29 | tk is ugly, let's use pygame | Semion Sidorenko | 1 | -15/+6 |
2007-07-29 | clarification | Semion Sidorenko | 1 | -1/+1 |
2007-07-25 | action error handling | Semion Sidorenko | 2 | -2/+6 |
2007-07-24 | woot, forgot this 2 commits ago | Semion Sidorenko | 2 | -1/+11 |
2007-07-24 | minor code beauty fix | Semion Sidorenko | 1 | -1/+1 |
2007-07-24 | can now execute sthg on button press | Semion Sidorenko | 3 | -14/+18 |