timeview icon indicating copy to clipboard operation
timeview copied to clipboard

TimeView

Results 26 timeview issues
Sort by recently updated
recently updated
newest added

this is just an idea, but what if call processor.process() in a separate subprocess. Should a 'cancel' signal be emitted, we can send that subprocess an interrupt signal (emulating ctrl+c)...

enhancement

Considering that every frame will have one DisplayPanel and vice versa, the creation of them should be more tightly coupled than it currently is. Currently a display panel and frame...

refactor

This will pave the way for many new applications. Essentially the partition track can become a saveable "select region". Example Appplication: Cut/Copy/Paste/Delete a region. Probably will need to relax all...

enhancement

when moving a view in the current form, it effectively removes the view from the existing panel it resides in, and adds a new view to the panel you're moving...

refactor

Allow analysis and synthesis with World - this will require new xtracking with 2D support

enhancement

when you add enough panels to your main window that you get scroll bars, the space cuts off space from the view table; can we make the space from the...

bug