gstreamer/debug-viewer/GstDebugViewer/GUI
René Stadler 9864042ff8 Simplify and optimize filtered model implementation
RangeFilteredLogModel is gone. The functionality is trivially implemented in
FilteredLogModel now. Changing the range is now O(log n) at worst (was O(n) at
best, for rewriting the arrays). Stacking filtered models is not supported
anymore, which simplifies the code.
2014-09-11 20:51:47 +02:00
..
__init__.py Split giant GUI module into submodules 2014-09-11 20:51:46 +02:00
app.py Store zoom level in state 2014-09-11 20:51:46 +02:00
colors.py Remove odd-even row colors from log level column 2014-09-11 20:51:46 +02:00
columns.py columns: auto size time column when setting base time 2014-09-11 20:51:47 +02:00
filters.py Split giant GUI module into submodules 2014-09-11 20:51:46 +02:00
models.py Simplify and optimize filtered model implementation 2014-09-11 20:51:47 +02:00
window.py Simplify and optimize filtered model implementation 2014-09-11 20:51:47 +02:00