Thread: [Qtractor-devel] Small feature request: Remember status of connections window
An Audio/MIDI multi-track sequencer
Brought to you by:
rncbc
From: Frank N. <bea...@we...> - 2009-11-26 10:56:39
|
Hi, when opening the "Connections" window (F8), opening some of the "folders" in it (detailed per-port connections), closing and re-opening the window, all "folders" are collapsed again to their initial state. Can this be changed so the status is remembered the next time I open it? Also, if I change the setting "View->Options->Display->Keep tool windows always on top", the F8 and F9 keys to open/close the Mixer and Connections window only work when the main window is active; the Mixer and Connections windows themselves do not seem to react on these keyboard shortcuts. Would be handy if I could open/ close them no matter what window is currently active. Thanks, Frank |
From: Rui N. C. <rn...@rn...> - 2009-11-26 11:30:12
|
On Thu, 26 Nov 2009 11:56:22 +0100, Frank Neumann <bea...@we...> wrote: > Hi, > > when opening the "Connections" window (F8), opening some of the "folders" > in it (detailed per-port connections), closing and re-opening the window, > all "folders" are collapsed again to their initial state. > Can this be changed so the status is remembered the next time I open it? that behavior was subject of some other feature request. i guess it's really a minor one, but i'll see what i can do about it ;) > Also, if I change the setting "View->Options->Display->Keep tool windows > always on top", the F8 and F9 keys to open/close the Mixer and Connections > window only work when the main window is active; the Mixer and Connections > windows themselves do not seem to react on these keyboard shortcuts. Would > be handy if I could open/close them no matter what window is currently > active. now that one i'm not sure how i can address it cleanly. keyboard shortcuts are indeed owned by top-level widgets and if you turn off the "keep tool windows always on top" option then both mixer and connections widgets will become top-level on its own and won't dispatch keyboard shortcuts to main window anymore. it's all expected behavior: you give with one hand, you take with the other. you can always press escape-key to hide away :) cheers -- rncbc aka Rui Nuno Capela rn...@rn... |
From: Mathias K. <mat...@we...> - 2009-11-26 14:44:24
|
>> when opening the "Connections" window (F8), opening some of the >> "folders" >> in it (detailed per-port connections), closing and re-opening the >> window, >> all "folders" are collapsed again to their initial state. >> Can this be changed so the status is remembered the next time I open it? > > that behavior was subject of some other feature request. i guess it's > really a minor one, but i'll see what i can do about it ;) > And btw: If the view is stored for the connection windows, this should not get influenced by the view window which can be reached by pressing the output or input button on a mixer strip, or the insert i/os Regards, gizzmo |
From: Rui N. C. <rn...@rn...> - 2009-11-26 16:02:00
|
On Thu, 26 Nov 2009 16:52:39 +0100 (CET), "Mathias Krause" <mat...@we...> wrote: >>> when opening the "Connections" window (F8), opening some of the >>> "folders" in it (detailed per-port connections), closing and >>> re-opening the window, all "folders" are collapsed again to >>> their initial state. Can this be changed so the status is >>> remembered the next time I open it? >> >> that behavior was subject of some other feature request. i guess >> it's really a minor one, but i'll see what i can do about it ;) >> > > And btw: If the view is stored for the connection windows, this > should not get influenced by the view window which can be reached > by pressing the output or input button on a mixer strip, or the > insert i/os > i'm still thinking but, i'm sure it won't get solved that way (saving current view state). currently, after your prior request, the connections widget is being reset to "(All)" on all panes unconditionally when invoked through the main menu (View/Connections) or main toolbar button. now, i'm thinking on not doing any reset at all when the filter criteria is already set to show "(All)" client/ports... bbl -- rncbc aka Rui Nuno Capela rn...@rn... |
From: Rui N. C. <rn...@rn...> - 2009-11-26 18:42:20
|
On 11/26/2009 04:01 PM, Rui Nuno Capela wrote: > On Thu, 26 Nov 2009 16:52:39 +0100 (CET), "Mathias Krause" > <mat...@we...> wrote: >>>> when opening the "Connections" window (F8), opening some of the >>>> "folders" in it (detailed per-port connections), closing and >>>> re-opening the window, all "folders" are collapsed again to >>>> their initial state. Can this be changed so the status is >>>> remembered the next time I open it? >>> >>> that behavior was subject of some other feature request. i guess >>> it's really a minor one, but i'll see what i can do about it ;) >>> >> >> And btw: If the view is stored for the connection windows, this >> should not get influenced by the view window which can be reached >> by pressing the output or input button on a mixer strip, or the >> insert i/os >> > > i'm still thinking but, i'm sure it won't get solved that way (saving > current view state). > > currently, after your prior request, the connections widget is being reset > to "(All)" on all panes unconditionally when invoked through the main menu > (View/Connections) or main toolbar button. now, i'm thinking on not doing > any reset at all when the filter criteria is already set to show "(All)" > client/ports... > stop thinking. done. svn trunk is now qtractor 0.4.3.1437 byee -- rncbc aka Rui Nuno Capela rn...@rn... |
From: Frank N. <bea...@we...> - 2009-11-27 00:23:19
|
Hi, On Thu, 26 Nov 2009 18:42:12 +0000 Rui Nuno Capela <rn...@rn...> wrote: [..] > stop thinking. done. svn trunk is now qtractor 0.4.3.1437 Great, thanks a lot :-). Got it, built it, installed, seems to work fine. I think this really improves usability quite a bit. And also thanks for the hint about closing windows with the Escape key :-). Good night, Frank |