Fix color stripping script
[platform/upstream/gstreamer.git] / debug-viewer /
2014-09-11 René StadlerFix color stripping script
2014-09-11 René StadlerAdd gst-debug-strip-color.py, a script to strip color...
2014-09-11 René StadlerImplement idle filtering (with progress display)
2014-09-11 René StadlerFactor out progress dialog handling into its own reusab...
2014-09-11 René StadlerImplement category filtering
2014-09-11 René StadlerAllow for more than one (log level) filter to be set
2014-09-11 René StadlerRestore search to a consistent state when showing the...
2014-09-11 René StadlerAdd accelerators to search result navigation actions
2014-09-11 René StadlerFix search result navigation action sensitivity when...
2014-09-11 René StadlerAdd search navigation menu items to view menu
2014-09-11 René StadlerWhen right clicking to open a context menu, pass the...
2014-09-11 René StadlerImplement backward search result navigation
2014-09-11 René StadlerRemove dead/useless code
2014-09-11 René StadlerRename variable
2014-09-11 René StadlerImplement lazy searching
2014-09-11 René StadlerSome search fixes
2014-09-11 René StadlerAdd status label to find bar
2014-09-11 René StadlerFix timeline warning/error indicator triangle vertical...
2014-09-11 René StadlerAdd GUI utility function to add a popup menu to a widget
2014-09-11 René StadlerCleanup timeline warning/error triangle drawing, add...
2014-09-11 René StadlerAdd tooltip to vertical timeline widget
2014-09-11 René StadlerAdd hide before/after menu items to timeline context...
2014-09-11 René StadlerAdd context menu to bottom view, with entry to clear...
2014-09-11 René StadlerFix copying of line to clipboard
2014-09-11 René StadlerRemove implicit keybinding of copy message action
2014-09-11 René StadlerFix adding rows to the bottom view
2014-09-11 René StadlerFix crash when adding a line to bottom view with log...
2014-09-11 René StadlerImplement filtered log model index translation
2014-09-11 René StadlerAdd support for stacking log model filters
2014-09-11 René StadlerDo not let the user add duplicate lines to the bottom...
2014-09-11 René StadlerKeep the bottom view sorted by timestamp
2014-09-11 René StadlerUnbreak filtering again
2014-09-11 René StadlerImprove method to update log view after search text...
2014-09-11 René StadlerRemove dead code
2014-09-11 René StadlerUse the mmapped fileobj in more places and use slice...
2014-09-11 René StadlerAdd simple cache eviction to LazyLogModel to limit...
2014-09-11 René StadlerRename show-find-bar action callback handler
2014-09-11 René StadlerImplement lazy highlighting of search results
2014-09-11 René StadlerMove search matching logic into the SearchOperation...
2014-09-11 René StadlerAdd search result navigation
2014-09-11 René StadlerFix crash when showing all lines after having filtered...
2014-09-11 René StadlerAvoid GtkWarning when filtering down to no visible...
2014-09-11 René StadlerFix crash when displaying only one line
2014-09-11 René StadlerHide unimplemented filtering actions
2014-09-11 René StadlerAdd preliminary log level filtering support
2014-09-11 René StadlerAdd level, category, object filtering actions
2014-09-11 René StadlerDerive range/clamping model filter from the new base...
2014-09-11 René StadlerAdd identity filter model to save some memory
2014-09-11 René StadlerAdd base class for filtered log models
2014-09-11 René StadlerMove class around
2014-09-11 René StadlerChange code to cleaner terminology of filter model...
2014-09-11 René StadlerTry to avoid a crash regarding illegal paths received...
2014-09-11 René StadlerFix timeline level distribution plotting after gaps
2014-09-11 René StadlerFor search highlighting, use pango attrlists instead...
2014-09-11 René StadlerAfter changing the filter, scroll to the selected row
2014-09-11 René StadlerRetain bottom view model and fix crash after filter...
2014-09-11 René StadlerKeep line selection when changing filter model
2014-09-11 René StadlerOnly auto size view columns once
2014-09-11 René StadlerRemove redundant property settings
2014-09-11 René StadlerFix window size and position state persistency
2014-09-11 René StadlerFix hanging after loading an unparsable/colored file
2014-09-11 René StadlerBehave a little better with unparsable/colored files
2014-09-11 René StadlerFix division by zero crash with unparsable/colored...
2014-09-11 René StadlerFix crash when viewing a colored log file
2014-09-11 René StadlerFix crash when opening a file that has trash lines...
2014-09-11 René StadlerGracefully handle garbage lines at the line cache level
2014-09-11 René StadlerCorrect wording in benchmark output
2014-09-11 René StadlerFix comment
2014-09-11 René StadlerFix level distribution calculation for the last partition
2014-09-11 René StadlerMake message column receive a minimal size, which remov...
2014-09-11 René StadlerRemove more outdated comments
2014-09-11 René StadlerRemove outdated comment
2014-09-11 René StadlerRemove commented code
2014-09-11 René StadlerAdd separator to view menu
2014-09-11 René Stadlers/omit lines/hide lines/
2014-09-11 René StadlerAfter load, select the first line
2014-09-11 René StadlerWhen navigating with the timeline, select the line...
2014-09-11 René StadlerWhen navigating with the bottom view, select the target...
2014-09-11 René StadlerWhen activating a bottom view row, navigate the log...
2014-09-11 René StadlerAdd ability to add rows to bottom view
2014-09-11 René StadlerAvoid copies of the line index list in the line view...
2014-09-11 René StadlerRemove left over whitespace
2014-09-11 René StadlerDisplay timestamp and full message of selected line
2014-09-11 René StadlerCorrectly set sensitivity of row action group
2014-09-11 René StadlerAdd a (pretty limited) context menu to the timeline...
2014-09-11 René StadlerAdjust comment
2014-09-11 René StadlerFix handling of filename command line argument
2014-09-11 René StadlerTweak thread colors a bit
2014-09-11 René StadlerAdd fuzzy compatibility to unpatched pygtk 2.12.0
2014-09-11 René StadlerAdd ranged line omission feature
2014-09-11 René StadlerSpeed up immediate search results by setting search...
2014-09-11 René StadlerUse low idle priority for dispatching, to fix initial...
2014-09-11 René StadlerAdd basic search highlighting
2014-09-11 René StadlerDraw vertical timeline connectors as triangles
2014-09-11 René StadlerSet view selection mode to BROWSE
2014-09-11 René StadlerFix timeline position drawing and vertical timeline...
2014-09-11 René StadlerPut basename of open file into window title
2014-09-11 René StadlerAdd reload file functionality
2014-09-11 René StadlerDisable interactive search on the log view
2014-09-11 René StadlerSave state of timeline visibility
next