platform/upstream/gstreamer.git
2014-10-21 Mathieu Duponchellevalidate-runner: Implement REPORT_NONE for global repor...
2014-10-21 Mathieu Duponchelletests: Check monitors correctly determine their reporti...
2014-10-21 Mathieu Duponchellevalidate-runner / monitor: Let the user single out...
2014-10-21 Mathieu Duponchellevalidate-runner / reporter: Sanitize reports refcounting.
2014-10-21 Mathieu Duponchelletests: Test reports refcounts.
2014-10-21 Mathieu Duponchellevalidate-monitor: Determine the reporting level at...
2014-10-21 Mathieu Duponchellevalidate-runner: Add code to parse GST_VALIDATE_REPORT_...
2014-10-21 Mathieu Duponchellevalidate-runner: report-level initial work.
2014-10-21 Mathieu Duponchellevalidate-pad-monitor: concatenate issues.
2014-10-21 Mathieu Duponchelletest-utils: add a create_and_monitor element function.
2014-10-21 Mathieu Duponchellevalidate-reporter: Add some methods
2014-10-21 Mathieu Duponchellevalidate-report: Add the notion of master / shadow...
2014-10-21 Mathieu Duponchellevalidate-report: Make the ref / unref functions safer.
2014-10-21 Mathieu Duponchelletests/padmonitor: Correcly strdup the result of get_met...
2014-10-21 Mathieu Duponchellevalidate-reporter: Add return value to intercept_report.
2014-10-21 Mathieu Duponchellevalidate-pad-monitor: Reimplement reporter interface.
2014-10-21 Mathieu Duponchellevalidate-reporter: add gst_validate_reporter_get_report.
2014-10-20 Thibault SaunierBack to development
2014-10-20 Thibault SaunierRelease 1.4.0
2014-10-13 Thibault Sauniervalidate: Print position if it could properly be queried
2014-10-13 Thibault Sauniervalidate:launcher: Minor enhancement in the documentation
2014-10-12 Thibault Sauniervalidate: Rename action type playback_time to playback...
2014-10-12 Thibault Sauniervalidate: Rename gst_validate_add_action_type to gst_va...
2014-10-12 Thibault Sauniervalidate: Fix the addition of playback_time in the...
2014-10-12 Thibault Sauniervalidate: Rename --list-action-types to --inspect-actio...
2014-10-12 Thibault Sauniervalidate: Add the 'flags' for the seek action type
2014-10-09 Anuj Jaiswalvalidate: mishandled pointer criticals
2014-10-01 Thibault Sauniervalidate:docs: Add documentation about the default...
2014-09-30 Mathieu Duponchellevalidate-runner: switch to using a GList for the reports.
2014-09-30 Mathieu Duponchellevalidate-runner: Hide implementation.
2014-09-30 Mathieu Duponchellegst-validate-runner: Add locking for the reports list.
2014-09-29 Thibault SaunierRelease 1.3.90
2014-09-12 Thibault Sauniervalidate:launcher: Factorize code to get a MediaDescrip...
2014-09-12 Edward Herveyvalidate/docs: Add location of Scenario/Action defines
2014-09-12 Anuj Jaiswalvalidate: (performance issue)refactor to remove duplica...
2014-09-12 Thibault Sauniervalidate: docs: Always dist the launcher directoty
2014-09-12 Thibault Sauniervalidate: Get the Runner reports in order of arrival
2014-09-12 Thibault Sauniervalidate: Start a testsuite
2014-09-12 Edward Herveyvalidate/private: Avoid double typdef
2014-09-11 René Stadlertimeline: disable tooltip while scrolling
2014-09-11 René StadlerHide some columns by default
2014-09-11 René Stadlercolumns: optimize cell data functions a little
2014-09-11 René StadlerFix crash when copying row to clipboard
2014-09-11 René Stadlertimeline: fix incorrect position after scrolling using...
2014-09-11 René Stadlermodels: store line offsets in arrays
2014-09-11 René StadlerUse pango markup instead of attributes
2014-09-11 René Stadlerfindbar: highlight multiple matches in a message
2014-09-11 René Stadlertimeline: only redraw updated parts of the graph
2014-09-11 René Stadlertimeline: fix position rectangle missing on first click
2014-09-11 René Stadlertimeline: only redraw required areas when updating...
2014-09-11 René StadlerFix crash when range filtering
2014-09-11 René Stadlertimeline: clean up widget drawing
2014-09-11 René Stadlertimeline: make log level calculation a lot faster
2014-09-11 René StadlerData: improve stripped log file loading performance
2014-09-11 René StadlerData: also yield while loading unparseable files
2014-09-11 René StadlerRemove color stripping script
2014-09-11 René StadlerData: add support for colored log files
2014-09-11 René Stadlertimeline: remove broken actions from context menu
2014-09-11 René StadlerData: fix parsing of lines missing filename or function...
2014-09-11 René Stadlertimeline: grab when scrolling in TimelineWidget
2014-09-11 René Stadlertimeline: move mouse handling into TimelineWidget
2014-09-11 René Stadlertimeline: replace self.connect calls with vmethod overrides
2014-09-11 Andrzej Bienieksetup: fix build
2014-09-11 René Stadlertimeline: don't select row when changing position in...
2014-09-11 René Stadlertimeline: stop scanning the file while filtering
2014-09-11 René Stadlertimeline: small cleanup
2014-09-11 René StadlerModernize menus a little
2014-09-11 René StadlerSimplify and optimize filtered model implementation
2014-09-11 René StadlerMake RangeFilteredLogModel internal to GUI.models
2014-09-11 René StadlerAlways use a filtered log model in the log view
2014-09-11 René Stadlermodels: cleanup dead code
2014-09-11 René Stadlerwindow: prevent default handler for delete-event from...
2014-09-11 René Stadlerwindow: set to insensitive during load/filter operations
2014-09-11 René Stadlerwindow: show error for unparseable files
2014-09-11 René Stadlerwindow: replace progress and error dialogs with InfoBars
2014-09-11 René Stadlerwindow: set wmclass, to have a nicer app name when...
2014-09-11 René StadlerData: fix up out-of-order log lines
2014-09-11 René Stadlerwindow: connect action handlers using a function decorator
2014-09-11 René StadlerGUI: use 'with' statement
2014-09-11 René StadlerSwitch to new try..except syntax
2014-09-11 René Stadlercolumns: auto size time column when setting base time
2014-09-11 René Stadlercolumns: also auto size thread and pid column on zoom...
2014-09-11 René Stadlercolumns: cleanup default size calculation
2014-09-11 René StadlerTimeline: small cleanup
2014-09-11 René StadlerData: remove log line serialization
2014-09-11 René StadlerRemove odd-even row colors from log level column
2014-09-11 René StadlerResize time and log level columns after zoom change
2014-09-11 René StadlerStore zoom level in state
2014-09-11 René StadlerAdd zoom reset action
2014-09-11 René StadlerClean up context menu
2014-09-11 René StadlerRefactor and fix zoom handling
2014-09-11 Stefan KostAdd 'fixme' and 'trace' log levels
2014-09-11 Stefan Kosttimeline: add tooltip to histogram as well
2014-09-11 Stefan KostAdd zoom in/out actions, reduce vertical row padding
2014-09-11 René StadlerFix tests
2014-09-11 Andrzej BieniekFix --version option
2014-09-11 René StadlerImprove wording of hide lines actions
2014-09-11 René Stadlertimeline: fix grey background artifact when enlarging...
2014-09-11 René StadlerFix glib warnings on model property access
2014-09-11 René Stadlertimeline: fix possible lag when dragging on timeline
next