gstreamer/debug-viewer/GstDebugViewer
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
..
Common GUI: use 'with' statement 2014-09-11 20:51:47 +02:00
GUI Simplify and optimize filtered model implementation 2014-09-11 20:51:47 +02:00
Plugins Timeline: small cleanup 2014-09-11 20:51:46 +02:00
__init__.py Migrate from glade to GtkBuilder 2014-09-11 20:51:45 +02:00
Data.py Data: fix up out-of-order log lines 2014-09-11 20:51:47 +02:00
Main.py Fix --version option 2014-09-11 20:51:46 +02:00