Commit Graph

40 Commits

Author SHA1 Message Date
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 1a1f05c283 Merge branch 'master' into yaml 2010-01-06 14:59:34 +01:00
Marc-Olivier Barre 4b790fc0f3 Fix (again ?) the availalbe typo... 2010-01-06 11:12:21 +01: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
Nedko Arnaudov 8b8764d0a8 Improve ladiconf error messages that can appear on startup 2009-12-27 12:53:11 +02:00
nedko c6d95d37a7 ladiconf: fix handling of integer enums
git-svn-id: svn+ssh://svn.marcochapeau.org/laditools/trunk@226 bfe161da-02ef-4cea-8c43-ae261ea21ac6
2009-12-17 03:21:58 +00:00
nedko 93ebfe036c ladiconf: improve configure refusal messages
git-svn-id: svn+ssh://svn.marcochapeau.org/laditools/trunk@225 bfe161da-02ef-4cea-8c43-ae261ea21ac6
2009-12-07 19:39:49 +00:00
nedko 5295f95991 ladiconf: fix ladish studio detection; add stdout prints
git-svn-id: svn+ssh://svn.marcochapeau.org/laditools/trunk@224 bfe161da-02ef-4cea-8c43-ae261ea21ac6
2009-12-06 10:55:08 +00:00
nedko fc315c8a34 ladiconf: refuse to configure if ladish is present and studio not stopped
JACK configuration that will be saved on studio save is fetched at studio start.
JACK settings take effect on next jack server start.
So the only reasonable state to change jack settings of a studio is when it is stopped.

git-svn-id: svn+ssh://svn.marcochapeau.org/laditools/trunk@223 bfe161da-02ef-4cea-8c43-ae261ea21ac6
2009-12-05 23:49:43 +00:00
nedko d5f88b3284 Apply patch from Krzysztof Foltman that fixes edit initation using double click
git-svn-id: svn+ssh://svn.marcochapeau.org/laditools/trunk@201 bfe161da-02ef-4cea-8c43-ae261ea21ac6
2008-10-25 00:03:56 +00:00
nedko bd3e60b199 handle ESC-while-editing properly
* Apply handle ESC-while-editing properly patch by Krzysztof Foltman
 * Modify the patch so changing value of enums (comboboxes) works

git-svn-id: svn+ssh://svn.marcochapeau.org/laditools/trunk@200 bfe161da-02ef-4cea-8c43-ae261ea21ac6
2008-10-23 19:38:38 +00:00
nedko c26ae5168f (C) line for Krzysztof Foltman in ladiconf; AUTHORS tweaked too
git-svn-id: svn+ssh://svn.marcochapeau.org/laditools/trunk@199 bfe161da-02ef-4cea-8c43-ae261ea21ac6
2008-10-21 22:14:07 +00:00
nedko c61e8852df Apply another patch from Krzysztof Foltman
* added special case for spin button (uses set_value except for
   initial minus sign)
 * removed obsolete dselect and find some trivial comments
 * stub error message for invalid values (should be improved to handle
   ranges etc. in future)

git-svn-id: svn+ssh://svn.marcochapeau.org/laditools/trunk@198 bfe161da-02ef-4cea-8c43-ae261ea21ac6
2008-10-21 22:14:02 +00:00
nedko dea0006e26 Remove unneeded code; add comment
git-svn-id: svn+ssh://svn.marcochapeau.org/laditools/trunk@197 bfe161da-02ef-4cea-8c43-ae261ea21ac6
2008-10-21 21:27:47 +00:00
nedko 91941bc146 Remove extra whitespace
git-svn-id: svn+ssh://svn.marcochapeau.org/laditools/trunk@196 bfe161da-02ef-4cea-8c43-ae261ea21ac6
2008-10-21 21:22:00 +00:00
nedko 69cc77a4ae jack_params_configure_command::key_press_event() improvements
* reduce conditionals depth and thus make code more readable
 * add comments for not obvious things
 * remove debug print that sneaked in r194
 * make first-letter lookup handling with combobox work for 'y' params
 * fix return value for reset on Delete case
 * fix return value if we don't know what happened

git-svn-id: svn+ssh://svn.marcochapeau.org/laditools/trunk@195 bfe161da-02ef-4cea-8c43-ae261ea21ac6
2008-10-21 21:20:30 +00:00
nedko e24ca22b7c Use gtk.keysyms.Delete instead of "Delete"
git-svn-id: svn+ssh://svn.marcochapeau.org/laditools/trunk@194 bfe161da-02ef-4cea-8c43-ae261ea21ac6
2008-10-21 20:48:43 +00:00
nedko 80606cb313 Improvements of reset value code
* remove irrlevant reset of self.modified, reset values are tracked
   through special value "reset" of status cell
 * move reset functionality to separate reusable method of class
   jack_params_configure_command, instead of  duplicating reset code

git-svn-id: svn+ssh://svn.marcochapeau.org/laditools/trunk@193 bfe161da-02ef-4cea-8c43-ae261ea21ac6
2008-10-21 20:31:31 +00:00
nedko 89a52e1ef8 ladiconf treeview improvements patch (v3) from Krzysztof Foltman
* one-keypress editing (*kind of* works, will probably take more time
   to get perfectly right)
 * highlight tree view again after the value is edited (probably
   doesn't work for cancelled edits)
 * Delete key sets the parameter to default value
 * prevent the cursor from invading the non-editable territory
 * first-letter lookup handling with combo box

git-svn-id: svn+ssh://svn.marcochapeau.org/laditools/trunk@192 bfe161da-02ef-4cea-8c43-ae261ea21ac6
2008-10-21 20:31:22 +00:00
nedko a6a9eb3635 Improved status column
* Rename column from "Is set" to "Status"
 * Use "set" instead of "yes" for values that are non-default
 * Update value cell to default value on reset schedule
 * Set status cell text to "modified" on value change

git-svn-id: svn+ssh://svn.marcochapeau.org/laditools/trunk@191 bfe161da-02ef-4cea-8c43-ae261ea21ac6
2008-10-20 00:20:21 +00:00
nedko 1ac3ad9290 "Is set" column and reset on double functionality
git-svn-id: svn+ssh://svn.marcochapeau.org/laditools/trunk@190 bfe161da-02ef-4cea-8c43-ae261ea21ac6
2008-10-19 23:28:20 +00:00
nedko 2e18d4076e Buttons for internal clients (netjack) configuration
git-svn-id: svn+ssh://svn.marcochapeau.org/laditools/trunk@189 bfe161da-02ef-4cea-8c43-ae261ea21ac6
2008-10-19 21:59:22 +00:00
nedko 0e550672c3 Remove parameters_proxy, now that we have unified parameter access
git-svn-id: svn+ssh://svn.marcochapeau.org/laditools/trunk@188 bfe161da-02ef-4cea-8c43-ae261ea21ac6
2008-10-19 21:50:13 +00:00
nedko f934f5a33c Simplify code by extensing universal parameter concept to parameter_proxy class
git-svn-id: svn+ssh://svn.marcochapeau.org/laditools/trunk@187 bfe161da-02ef-4cea-8c43-ae261ea21ac6
2008-10-19 21:35:47 +00:00
nedko 3c97eee28a Fix editing activation using keyboard (thanks kfoltman)
git-svn-id: svn+ssh://svn.marcochapeau.org/laditools/trunk@185 bfe161da-02ef-4cea-8c43-ae261ea21ac6
2008-10-18 20:06:08 +00:00
nedko 42e264b4e7 Fix activation of toolbox buttons from keyboard (thanks kfoltman)
git-svn-id: svn+ssh://svn.marcochapeau.org/laditools/trunk@184 bfe161da-02ef-4cea-8c43-ae261ea21ac6
2008-10-18 20:02:51 +00:00
nedko e0454f9a82 implement range constraints for integers (spinbuttons)
git-svn-id: svn+ssh://svn.marcochapeau.org/laditools/trunk@183 bfe161da-02ef-4cea-8c43-ae261ea21ac6
2008-10-18 12:08:36 +00:00
nedko 9b7c2743da Constraints for engine params; use short descr if long is not avaialble
git-svn-id: svn+ssh://svn.marcochapeau.org/laditools/trunk@182 bfe161da-02ef-4cea-8c43-ae261ea21ac6
2008-10-18 09:02:43 +00:00
nedko 917498818f parameter long descriptions as tooltip
git-svn-id: svn+ssh://svn.marcochapeau.org/laditools/trunk@181 bfe161da-02ef-4cea-8c43-ae261ea21ac6
2008-10-18 09:02:36 +00:00
nedko a3ac1d83de Disable sneaked debug print
git-svn-id: svn+ssh://svn.marcochapeau.org/laditools/trunk@180 bfe161da-02ef-4cea-8c43-ae261ea21ac6
2008-10-17 20:42:09 +00:00
nedko d882ec2b5b enum constraints for driver parameters
git-svn-id: svn+ssh://svn.marcochapeau.org/laditools/trunk@179 bfe161da-02ef-4cea-8c43-ae261ea21ac6
2008-10-17 20:17:54 +00:00
nedko dcd4350e79 Use treeview in ladiconf
git-svn-id: svn+ssh://svn.marcochapeau.org/laditools/trunk@177 bfe161da-02ef-4cea-8c43-ae261ea21ac6
2008-10-16 22:29:15 +00:00
nedko 21a728ed93 Display currenly selected driver in titlebar of jack driver parameters window
git-svn-id: svn+ssh://svn.marcochapeau.org/laditools/trunk@154 bfe161da-02ef-4cea-8c43-ae261ea21ac6
2008-09-02 20:40:05 +00:00
nedko 73ee465dd3 Rework to button hbox
git-svn-id: svn+ssh://svn.marcochapeau.org/laditools/trunk@153 bfe161da-02ef-4cea-8c43-ae261ea21ac6
2008-09-02 20:35:03 +00:00
nedko f854d4e9ee Fix apply button operation
git-svn-id: svn+ssh://svn.marcochapeau.org/laditools/trunk@152 bfe161da-02ef-4cea-8c43-ae261ea21ac6
2008-09-02 19:43:50 +00:00
nedko 53e2bcf421 * unhooked yet select driver window
* rework of configuration code to use better internal abstractions


git-svn-id: svn+ssh://svn.marcochapeau.org/laditools/trunk@151 bfe161da-02ef-4cea-8c43-ae261ea21ac6
2008-09-02 19:31:13 +00:00
marco 5c78808388 * Remove more references to pyjackctl
git-svn-id: svn+ssh://svn.marcochapeau.org/laditools/trunk@143 bfe161da-02ef-4cea-8c43-ae261ea21ac6
2008-08-17 11:38:52 +00:00
marco 65ca895c2d * Finished renaming stuff
git-svn-id: svn+ssh://svn.marcochapeau.org/laditools/trunk@141 bfe161da-02ef-4cea-8c43-ae261ea21ac6
2008-08-13 10:03:04 +00:00
marco f4a9b4350e * Even more name changes ! :)
git-svn-id: svn+ssh://svn.marcochapeau.org/laditools/trunk@138 bfe161da-02ef-4cea-8c43-ae261ea21ac6
2008-08-12 15:58:54 +00:00
marco 991e67e74e * More files renamed
git-svn-id: svn+ssh://svn.marcochapeau.org/laditools/trunk@137 bfe161da-02ef-4cea-8c43-ae261ea21ac6
2008-08-12 15:42:35 +00:00