Commit Graph

262 Commits

Author SHA1 Message Date
Alessio Treglia ed0b757b53 Merge branch 'module.laditools' 2011-12-08 17:05:11 +01:00
Alessio Treglia 6556a57c65 Merge branch 'gtkbuilder' into module.laditools 2011-12-08 17:04:50 +01:00
Alessio Treglia 72fd5322e8 Merge branch 'module.laditools' 2011-12-08 17:03:27 +01:00
Alessio Treglia a86099d975 Correct shebangs. 2011-12-08 11:18:14 +01:00
Alessio Treglia aadb58e15e Replace "print" calls with sys.stderr.{write,flush}()
- Debug messages should go to the stderr rather than to the stdout
- Plus, Python 3 has replaced the built-in "print" with a new
  function, whose syntax is quite different.
2011-12-08 11:10:13 +01:00
Alessio Treglia affc44313a Use new-style classes. 2011-12-08 10:36:04 +01:00
Alessio Treglia 0af99247ba When ./setup.py clean is called, should clean *.pyc too. 2011-12-08 10:31:47 +01:00
Alessio Treglia 5dd18f38da Improve resources search. 2011-12-08 10:23:50 +01:00
Alessio Treglia 55f28f704e Let os.path join the namespace. 2011-12-08 01:55:40 +01:00
Alessio Treglia 8855ef16f7 Fix indenation, again. 2011-12-08 01:53:48 +01:00
Alessio Treglia a3b5177e92 If it's running from the build tree, insert ../ at the head of sys.path. Useful for testing purposes. 2011-12-08 01:50:44 +01:00
Alessio Treglia 7055c1555e More indentation fixes. 2011-12-07 22:22:26 +01:00
Alessio Treglia bb07a6bbe3 Fix indentation. 2011-12-07 22:15:38 +01:00
Alessio Treglia e6b2b9b0fa Rely on the standard Freedesktop.org's xdg module. 2011-12-07 22:13:33 +01:00
Alessio Treglia a47e9f4725 Fix indentation, properly open and close the configuration file (thanks to the "with" statement) 2011-12-07 21:43:54 +01:00
Alessio Treglia aea03a75cf Small improvements to the releasing mechanism
- Append the git information (date and commit) if
  + envvar LADI_RELEASE is not set and
  + ./gitcommit.sh exists
- Fix the indentation.
2011-12-07 21:04:08 +01:00
Alessio Treglia b0826c26f9 Move laditools into the root of the tree, update setup.py. 2011-12-07 18:54:00 +01:00
Alessio Treglia 9ef6ced7e6 Fix versioning.
- "1.0-rc2" might be interpreted as higher than "1.0"
2011-12-07 18:48:10 +01:00
Alessio Treglia 8df7510445 Re-organize sources tree:
- Move executable scripts into bin/
- Update setup.py
2011-12-07 18:46:19 +01:00
Alessio Treglia 99ffe94c46 Migrate from libglade to gtkbuilder. 2011-08-05 10:36:34 +02:00
Alessio Treglia ae9f1fd0c9 Fix desktop files as-per-spec. 2011-08-05 10:27:06 +02:00
Nedko Arnaudov f4d4a23d60 Fix parsing of log files 2010-07-25 02:42:56 +03:00
Nedko Arnaudov d70fc9fa25 disable manual start/stop of a2j brdige when ladish is available.
The a2j script as app should be used instead
2010-04-17 15:20:48 +03:00
Krzysztof Foltman c58746e007 Fix the laditray failure in non-realtime mode.
When realtime mode was disabled, the status_text variable wasn't initialised,
which caused laditray to not show JACK status correctly and show a diagnose
option in the menu instead.
2010-04-11 11:51:49 +01:00
Nedko Arnaudov a9d2f3fd13 Remove "Select JACK driver" stuff
It is duplicate of the "driver" engine option.
jack configure interface is changed since Oct 2008
2010-03-27 14:37:56 +02:00
Marc-Olivier Barre f513d9d72a * Improve even more the looks of copyrights
* Added a few things to the README
2010-01-07 20:18:24 +01:00
Marc-Olivier Barre 06a65a9246 Add "..." at the end of each launcher label in ladimenu 2010-01-07 20:01:52 +01:00
Marc-Olivier Barre 3f0bbad220 Fix the behavior of a for loop when some log files are not present (make use of the list slice operator [:]) 2010-01-06 17:55:45 +01:00
Marc-Olivier Barre c385cfc104 Add .pyc files to .gitignore 2010-01-06 17:00:25 +01:00
Marc-Olivier Barre e246c2633b Make things look a bit better for a merge 2010-01-06 16:51:59 +01:00
Marc-Olivier Barre 1a1f05c283 Merge branch 'master' into yaml 2010-01-06 14:59:34 +01:00
Marc-Olivier Barre b04be4879a Merge branch 'master' of git@91.121.22.72:laditools 2010-01-06 14:41:57 +01:00
Marc-Olivier Barre 4b790fc0f3 Fix (again ?) the availalbe typo... 2010-01-06 11:12:21 +01:00
Marc-Olivier Barre cce636f6c5 * Change yaml dump() default_flow_style
* Try to fix ladimenu even more
2010-01-06 11:04:07 +01:00
Marc-Olivier Barre 4dda44e9d4 Merge commit 'origin/master' into yaml 2010-01-05 14:36:53 +01:00
Nedko Arnaudov 1361cd1527 fix imports after recent lash->ladish rename 2010-01-05 09:39:29 +02:00
Marc-Olivier Barre 47eb5b5414 * Update some copyright notices
* A few changes to the yaml configuration file format
* Changes are incomplete. This branch is broken :)
2010-01-04 10:32:35 +01:00
Marc-Olivier Barre 5ef8917b50 Remove a TODO comment, since there's a ticket opened for it on trac 2009-12-30 20:48:06 +01:00
Marc-Olivier Barre b2efa61bf4 Fix an error on config file first time initialization 2009-12-29 11:25:16 +01:00
Marc-Olivier Barre 8f7976aed7 Fix a stupid typo in wmladi 2009-12-29 10:25:45 +01:00
Marc-Olivier Barre b682796685 Merge branch 'master' into yaml 2009-12-28 22:06:08 +01:00
Marc-Olivier Barre f3e735b9b6 Fix a typo in controller method names (is_availalbe -> is_available) 2009-12-28 22:02:19 +01:00
Marc-Olivier Barre f327e48822 Update the installation instructions (added pyYaml dependency) 2009-12-28 21:37:24 +01:00
Marc-Olivier Barre ece28d9c35 hmm, what was I saying in the previous commit ?
wmladi now saves the ladimenu config before quitting...
2009-12-28 20:56:46 +01:00
Marc-Olivier Barre c955d77564 This commit converts the whole config file management to yaml.
Everything still works like before except ladimenu, ladimenu does not *ever* get to create a config object !
Ladimenu's config is passed uppon manager object creation as a parameter, and saved by the parrent app.
2009-12-28 20:52:35 +01:00
Marc-Olivier Barre 3a971c8f29 Yet another batch of yaml changes
* laditray sources should be ok
* ladimenu still needs some rework
2009-12-28 17:26:48 +01:00
Marc-Olivier Barre 7dce51aab8 First attempt at converting lib/laditools/config.py to yaml 2009-12-27 23:57:13 +01:00
Marc-Olivier Barre ca8890bd2b Try to mimmic PrettyPrint's behavior 2009-12-27 18:14:14 +01:00
Marc-Olivier Barre 8aca4dd454 Various tweaks and aesthetic fixes here and there 2009-12-27 17:45:36 +01:00
Marc-Olivier Barre 29957c6750 Fix remnants of the old xml workaround 2009-12-27 17:41:38 +01:00