platform/upstream/gstreamer.git
2014-09-11 René StadlerAllow creation of more than one window
2014-09-11 René StadlerAdd TODO comment
2014-09-11 René StadlerUse GdkColors for level column, cleanup color handling
2014-09-11 René StadlerReplace linear-time filtered index search with usage...
2014-09-11 René StadlerRestore visible range of log view when changing filter
2014-09-11 René StadlerResolve small FIXME in SubRange
2014-09-11 René StadlerCleanup FilteredLogModel.super_model_changed_range
2014-09-11 René StadlerFix crash with unparsable files
2014-09-11 René StadlerMake option parser work with glib before 2.13.2
2014-09-11 René Stadlers/get_cells/get_cell_renderers/ again
2014-09-11 René StadlerCorrectly parse categories with digits in them (fixes...
2014-09-11 René StadlerFix filtered range transformation (finally!)
2014-09-11 René StadlerAdd simple identity filter model tests
2014-09-11 René StadlerFix filtered model index translation and improve tests
2014-09-11 René StadlerAdd test suite for filtered models
2014-09-11 René StadlerFix off-by-one error in filtered model range reclamping
2014-09-11 René StadlerImprove filtered model interacting with range changes
2014-09-11 René StadlerUnify two very similar methods
2014-09-11 René StadlerAdd FIXME about broken index translation logic
2014-09-11 René StadlerPrevent crash with older bindings
2014-09-11 René StadlerFix more problems when clamping with filter turned on
2014-09-11 René StadlerFix off-by-one error causing display of spurious line...
2014-09-11 René StadlerFix selection of line after changing filter, add logging
2014-09-11 René StadlerPreserve clamped timestamp range when filtering and...
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
next