platform/upstream/gstreamer.git
2014-09-11 René StadlerMove more attribute lookups out of loops for speed
2014-09-11 René StadlerAdd support for recent log format changes, be more...
2014-09-11 René StadlerUse correct license in about dialog
2014-09-11 René StadlerFix installation by including missing packages
2014-09-11 René StadlerAdd (placeholder) SVG icon file
2014-09-11 René StadlerUpdate vertical timeline when the widget size changes
2014-09-11 René StadlerFix bottom view showing the wrong selected log line
2014-09-11 René StadlerFix bottom view line activating the wrong line after...
2014-09-11 René StadlerFix bottom view not showing current line until you...
2014-09-11 René StadlerFaster handling of partial expose events in timeline
2014-09-11 René StadlerMention GStreamer in --help output
2014-09-11 René StadlerAllow to cancel a running filter process
2014-09-11 René StadlerMake hide before/after action insensitive when first...
2014-09-11 René StadlerAdd filtering for object name and source code filename
2014-09-11 René StadlerAdd FIXME comment
2014-09-11 René StadlerCreate own menu structure for log view context menu
2014-09-11 René StadlerSync show-timeline action state before connecting signa...
2014-09-11 René StadlerTimeline.py: Move per-window management into own class
2014-09-11 René StadlerRe-format long line
2014-09-11 René StadlerReplace gdk.ALL_EVENTS_MASK with proper minimal set...
2014-09-11 René StadlerMove performance test program into its own file
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
next