85f911cb59
Generalised saving/loading of project+manager-specific settings + added one
...
Added the `flamenco_exclude_filter` setting to the set, and also made it
easier to add new settings too.
2018-11-16 17:12:30 +01:00
80155ed4f4
Fixed storing & loading project+manager-specific settings
...
The problem was that there was too much storing done in an on-change
handler, causing things to be overwritten. By splitting up some functionality
and properly marking the "we're now loading" bits of code, its' solved.
2018-11-16 16:52:07 +01:00
13a8595cc0
Don't set prefs.flamenco_manager.manager to a not-in-the-enum value
2018-09-17 18:23:41 +02:00
d019fd0cf0
Some debug logging code
2018-09-05 13:28:56 +02:00
fb9ffbbc23
Store available managers per project, and store chosen manager too
2018-09-04 17:38:21 +02:00
f6d797512a
Moved use of global variable to a context manager
2018-09-04 17:37:07 +02:00
4de8122920
More code simplification
2018-09-04 14:34:14 +02:00
21d2257be0
Simplified some code
2018-09-04 14:31:08 +02:00
87cf1e12fa
Prevent KeyError when accessing ps['flamenco_manager']
2018-09-04 14:11:15 +02:00
973dafcc3a
Store some flamenco job preferences on a per-manager basis
...
Managers often require distinct input and output path, which can now
be saved and loaded from the User Preferences, as well as in the
Flamenco panel.
2018-07-25 15:01:39 +02:00
0be5c16926
Avoid TypeError when project-specific Flamenco Manager cannot be found
2018-03-16 14:13:29 +01:00
ba14c33b6d
Store project-specific settings in the preferences.
...
This stores project-specific settings, such as filesystem paths, for each
project, and restores those settings when the project is selected again.
Does not touch settings that haven't been set for the newly selected
project.
2018-01-02 16:42:37 +01:00