summaryrefslogtreecommitdiff
path: root/python
Commit message (Expand)AuthorAgeFilesLines
* Revert "save experiments with python for dbus interactions (for posterity)"Paul Davis2016-02-233-0/+0
* save experiments with python for dbus interactions (for posterity)Paul Davis2016-02-233-0/+0
* fix Makefiles and configure.ac to correctly include include/ in tarball; mino...Paul Davis2013-02-221-1/+1
* changes required for 0.121.[12]paul2011-06-291-0/+3
* port the dbus reservation code back to jacktorben2011-06-273-5/+53
* [python] add commandline prompt and switch commandtorben2011-05-291-13/+30
* [python] add first version of jackd.pytorben2011-05-291-0/+99
* [python] add id to Parameter class and make value take str, add name to drvtorben2011-05-291-6/+17
* [python] add mygetopt.py and the current reserve_audio codetorben2011-05-292-0/+111
* [python] move jackctl.py into python dirtorben2011-05-291-0/+209
* remove the python sm ... got its own repo now.torben2010-03-268-1573/+0
* Merge branch 'jack-session2' into session-rebasetorben2010-03-265-0/+797
|\
| * restructure sessionmanager.py a bit and add setup.py and dbus .service fileTorben Hohn2010-03-265-9/+31
| * tweak messages a bit.Torben Hohn2010-02-281-1/+1
| * update python sessionmanager for new interface.Torben Hohn2010-02-281-9/+9
| * handle Ctrl-C and other exceptions nicely in sessionmanager.pyTorben Hohn2009-11-291-12/+21
| * add some support for quitTorben Hohn2009-11-292-4/+32
| * change libjack.py to new signature of jack_session_notifyTorben Hohn2009-11-281-2/+2
| * support rename in session domTorben Hohn2009-11-282-1/+23
| * save uuid, reservations code, and --renames optionTorben Hohn2009-11-283-14/+65
| * remove sessionload and sessionsave... merged into sessionmanagerTorben Hohn2009-11-282-111/+0
| * Merge branch 'clientrename' of git://siel.endofinternet.org/jack into clientr...Dave Robillard2009-11-271-2/+0
| |\
| | * remove obsolete sessionpathTorben Hohn2009-11-271-2/+0
| * | Fix space/tab mixing for python indenting.Dave Robillard2009-11-271-151/+151
| * | Remove hardcoded home directory.Dave Robillard2009-11-271-1/+1
| |/
| * wrap and use client_open... also check client pointer for NullTorben Hohn2009-11-271-1/+7
| * add dbus stuff...Torben Hohn2009-11-271-10/+84
| * add sessionmanager.py more complete aggregate of the session codeTorben Hohn2009-11-271-0/+167
| * fixup infra clients.Torben Hohn2009-11-264-8/+41
| * python session stuff, first working versionTorben Hohn2009-11-264-30/+172
| * add session_save with new command_t struct to libjack.pyTorben Hohn2009-11-261-1/+23
| * initial import of sessionsave.py and state.pyTorben Hohn2009-11-262-0/+78
| * more functions for libjack.pyTorben Hohn2009-11-261-4/+70
| * remove the threading stuff again. wasnt necessary.Torben Hohn2009-11-241-56/+0
| * python bindings, with Python jack thread :D unnecessary thoughTorben Hohn2009-11-241-0/+246
* add session notification infrastructuretorben2010-03-263-0/+776