View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0005300 | ardour | features | public | 2013-01-23 16:43 | 2015-09-18 15:29 |
| Reporter | colinf | Assigned To | paul | ||
| Priority | normal | Severity | text | Reproducibility | N/A |
| Status | closed | Resolution | fixed | ||
| Summary | 0005300: Meaning of "Use overlap equivalency for regions" could be clarified | ||||
| Description | I think the meaning of this setting could be made clearer by rephrasing the description, and having a drop-down list of text describing what each setting does. Maybe something like: "Regions in active edit groups are edited together:" - "whenever they overlap in time" - "only when they have identical length & position" | ||||
| Tags | No tags attached. | ||||
|
|
done. thanks for the suggestions (though translators might not be as appreciative :) |
|
|
Thanks, that does clarify things, though what I meant originally was actually changing the control to a BoolComboOption with the text on it. This kind of thing: - bo = new BoolOption ( + bco = new BoolComboOption ( "use-overlap-equivalency", - _("Use overlap equivalency for regions"), + _("Regions in active edit groups are edited together"), + _("whenever they overlap in time"), + _("only when they have identical length & position"), sigc::mem_fun (*_rc_config, &RCConfiguration::get_use_overlap_equivalency), sigc::mem_fun (*_rc_config, &RCConfiguration::set_use_overlap_equivalency) ); I think that would be clearer still, but maybe it's just too much translation churn at this stage :) |
|
|
yes, that is a better solution. now in svn. |
|
|
Closing old issues reported by me: these have long since been fixed. |
| Date Modified | Username | Field | Change |
|---|---|---|---|
| 2013-01-23 16:43 | colinf | New Issue | |
| 2013-01-23 20:24 | paul | cost | => 0.00 |
| 2013-01-23 20:24 | paul | Note Added: 0014581 | |
| 2013-01-23 20:24 | paul | Status | new => resolved |
| 2013-01-23 20:24 | paul | Resolution | open => fixed |
| 2013-01-23 20:24 | paul | Assigned To | => paul |
| 2013-01-24 10:25 | colinf | Note Added: 0014584 | |
| 2013-01-24 11:21 | colinf | Status | resolved => feedback |
| 2013-01-24 11:21 | colinf | Resolution | fixed => reopened |
| 2013-01-24 13:20 | paul | Note Added: 0014589 | |
| 2013-01-24 13:20 | paul | Status | feedback => resolved |
| 2013-01-24 13:20 | paul | Resolution | reopened => fixed |
| 2015-09-18 15:29 | colinf | Note Added: 0017320 | |
| 2015-09-18 15:29 | colinf | Status | resolved => closed |