platform/upstream/gstreamer.git
10 years agotimeline: fix timestamp binary search
René Stadler [Fri, 12 Jun 2009 21:58:36 +0000 (00:58 +0300)]
timeline: fix timestamp binary search

Fixes dragging the mouse over bigger gaps of log activity making the red
position rectangle come out next to the mouse pointer. Also selects the proper
row now, not randomly 1-2 rows before or after the gap.

10 years agoGUI: remove unused imports
René Stadler [Fri, 12 Jun 2009 18:53:28 +0000 (21:53 +0300)]
GUI: remove unused imports

10 years agosetup.py: Fix version number
René Stadler [Sat, 14 Mar 2009 21:50:03 +0000 (23:50 +0200)]
setup.py: Fix version number

10 years agoCleanup whitespace
René Stadler [Sat, 14 Mar 2009 21:02:45 +0000 (23:02 +0200)]
Cleanup whitespace

10 years agoUpdate copyright statement in about dialog
René Stadler [Sat, 14 Mar 2009 18:40:52 +0000 (20:40 +0200)]
Update copyright statement in about dialog

10 years agoRename UIManager file
René Stadler [Sat, 14 Mar 2009 18:06:16 +0000 (20:06 +0200)]
Rename UIManager file

10 years agoRe-write builder files with glade3
René Stadler [Sat, 14 Mar 2009 18:03:37 +0000 (20:03 +0200)]
Re-write builder files with glade3

10 years agoMigrate from glade to GtkBuilder
René Stadler [Sat, 14 Mar 2009 17:38:36 +0000 (19:38 +0200)]
Migrate from glade to GtkBuilder

10 years agoRemove glade project file
René Stadler [Tue, 10 Mar 2009 22:41:26 +0000 (00:41 +0200)]
Remove glade project file

10 years agoFix logging being on by default with recent Python
René Stadler [Sat, 29 Nov 2008 19:06:52 +0000 (21:06 +0200)]
Fix logging being on by default with recent Python

The fix for Python issue #1021 uncovered a mistake of mine.  I was under the
impression that logging.NOTSET level means "off", but in fact it means to not
modify the level, and setting that on the root logger with basicConfig leads to
turning on all levels.

10 years agoUse mmap in a portable way
René Stadler [Sat, 29 Nov 2008 19:00:20 +0000 (21:00 +0200)]
Use mmap in a portable way

10 years agoAdd FIXME comments
René Stadler [Wed, 26 Nov 2008 21:21:57 +0000 (23:21 +0200)]
Add FIXME comments

10 years agoGUI: Fix edit-copy-line action crashing/copying wrong line
René Stadler [Wed, 26 Nov 2008 21:13:05 +0000 (23:13 +0200)]
GUI: Fix edit-copy-line action crashing/copying wrong line

When the view was unfiltered, this crashed.  When the view was range filtered,
this copied the wrong line.

Spotted by Stefan Kost.

10 years agoMigrate .bzrignore -> .gitignore
René Stadler [Tue, 4 Nov 2008 22:00:48 +0000 (00:00 +0200)]
Migrate .bzrignore -> .gitignore

10 years agoMove more attribute lookups out of loops for speed
René Stadler [Mon, 30 Jun 2008 16:48:34 +0000 (19:48 +0300)]
Move more attribute lookups out of loops for speed

10 years agoAdd support for recent log format changes, be more tolerant on whitespaces, cope...
René Stadler [Sun, 29 Jun 2008 18:14:07 +0000 (21:14 +0300)]
Add support for recent log format changes, be more tolerant on whitespaces, cope with object names containing '>'

10 years agoUse correct license in about dialog
René Stadler [Fri, 13 Jun 2008 19:58:54 +0000 (22:58 +0300)]
Use correct license in about dialog

10 years agoFix installation by including missing packages
René Stadler [Sun, 2 Mar 2008 13:24:16 +0000 (15:24 +0200)]
Fix installation by including missing packages

10 years agoAdd (placeholder) SVG icon file
René Stadler [Sat, 1 Mar 2008 18:44:53 +0000 (20:44 +0200)]
Add (placeholder) SVG icon file

10 years agoUpdate vertical timeline when the widget size changes
René Stadler [Tue, 5 Feb 2008 15:29:52 +0000 (17:29 +0200)]
Update vertical timeline when the widget size changes

10 years agoFix bottom view showing the wrong selected log line
René Stadler [Mon, 4 Feb 2008 15:36:57 +0000 (17:36 +0200)]
Fix bottom view showing the wrong selected log line

10 years agoFix bottom view line activating the wrong line after filtering
René Stadler [Mon, 4 Feb 2008 15:26:48 +0000 (17:26 +0200)]
Fix bottom view line activating the wrong line after filtering

10 years agoFix bottom view not showing current line until you add something there
René Stadler [Fri, 25 Jan 2008 13:44:38 +0000 (15:44 +0200)]
Fix bottom view not showing current line until you add something there

10 years agoFaster handling of partial expose events in timeline
René Stadler [Fri, 25 Jan 2008 10:40:51 +0000 (12:40 +0200)]
Faster handling of partial expose events in timeline

10 years agoMention GStreamer in --help output
René Stadler [Fri, 25 Jan 2008 09:17:02 +0000 (11:17 +0200)]
Mention GStreamer in --help output

10 years agoAllow to cancel a running filter process
René Stadler [Fri, 25 Jan 2008 09:12:48 +0000 (11:12 +0200)]
Allow to cancel a running filter process

10 years agoMake hide before/after action insensitive when first/last line is selected
René Stadler [Thu, 24 Jan 2008 14:19:15 +0000 (16:19 +0200)]
Make hide before/after action insensitive when first/last line is selected

10 years agoAdd filtering for object name and source code filename
René Stadler [Thu, 24 Jan 2008 13:18:37 +0000 (15:18 +0200)]
Add filtering for object name and source code filename

10 years agoAdd FIXME comment
René Stadler [Thu, 24 Jan 2008 12:29:39 +0000 (14:29 +0200)]
Add FIXME comment

10 years agoCreate own menu structure for log view context menu
René Stadler [Thu, 24 Jan 2008 10:16:41 +0000 (12:16 +0200)]
Create own menu structure for log view context menu

10 years agoSync show-timeline action state before connecting signal handler
René Stadler [Thu, 24 Jan 2008 09:49:41 +0000 (11:49 +0200)]
Sync show-timeline action state before connecting signal handler

10 years agoTimeline.py: Move per-window management into own class
René Stadler [Thu, 24 Jan 2008 09:47:27 +0000 (11:47 +0200)]
Timeline.py: Move per-window management into own class

10 years agoRe-format long line
René Stadler [Thu, 24 Jan 2008 09:12:05 +0000 (11:12 +0200)]
Re-format long line

10 years agoReplace gdk.ALL_EVENTS_MASK with proper minimal set of event flags
René Stadler [Thu, 24 Jan 2008 08:59:14 +0000 (10:59 +0200)]
Replace gdk.ALL_EVENTS_MASK with proper minimal set of event flags

10 years agoMove performance test program into its own file
René Stadler [Wed, 23 Jan 2008 15:13:07 +0000 (17:13 +0200)]
Move performance test program into its own file

10 years agoAllow creation of more than one window
René Stadler [Wed, 23 Jan 2008 15:07:55 +0000 (17:07 +0200)]
Allow creation of more than one window

10 years agoAdd TODO comment
René Stadler [Wed, 23 Jan 2008 15:07:51 +0000 (17:07 +0200)]
Add TODO comment

10 years agoUse GdkColors for level column, cleanup color handling
René Stadler [Wed, 23 Jan 2008 12:51:14 +0000 (14:51 +0200)]
Use GdkColors for level column, cleanup color handling

10 years agoReplace linear-time filtered index search with usage of bisect module
René Stadler [Wed, 23 Jan 2008 09:03:47 +0000 (11:03 +0200)]
Replace linear-time filtered index search with usage of bisect module

10 years agoRestore visible range of log view when changing filter
René Stadler [Tue, 22 Jan 2008 14:28:09 +0000 (16:28 +0200)]
Restore visible range of log view when changing filter

10 years agoResolve small FIXME in SubRange
René Stadler [Tue, 22 Jan 2008 11:50:04 +0000 (13:50 +0200)]
Resolve small FIXME in SubRange

10 years agoCleanup FilteredLogModel.super_model_changed_range
René Stadler [Tue, 22 Jan 2008 11:40:36 +0000 (13:40 +0200)]
Cleanup FilteredLogModel.super_model_changed_range

10 years agoFix crash with unparsable files
René Stadler [Tue, 22 Jan 2008 10:59:37 +0000 (12:59 +0200)]
Fix crash with unparsable files

10 years agoMake option parser work with glib before 2.13.2
René Stadler [Tue, 22 Jan 2008 09:22:38 +0000 (11:22 +0200)]
Make option parser work with glib before 2.13.2

10 years agos/get_cells/get_cell_renderers/ again
René Stadler [Mon, 21 Jan 2008 12:45:02 +0000 (14:45 +0200)]
s/get_cells/get_cell_renderers/ again

10 years agoCorrectly parse categories with digits in them (fixes flump3dec, v4l2src messages)
René Stadler [Mon, 21 Jan 2008 11:24:02 +0000 (13:24 +0200)]
Correctly parse categories with digits in them (fixes flump3dec, v4l2src messages)

10 years agoFix filtered range transformation (finally!)
René Stadler [Mon, 21 Jan 2008 09:15:42 +0000 (11:15 +0200)]
Fix filtered range transformation (finally!)

10 years agoAdd simple identity filter model tests
René Stadler [Fri, 11 Jan 2008 09:11:00 +0000 (11:11 +0200)]
Add simple identity filter model tests

10 years agoFix filtered model index translation and improve tests
René Stadler [Thu, 10 Jan 2008 14:15:53 +0000 (16:15 +0200)]
Fix filtered model index translation and improve tests

10 years agoAdd test suite for filtered models
René Stadler [Thu, 10 Jan 2008 12:14:12 +0000 (14:14 +0200)]
Add test suite for filtered models

10 years agoFix off-by-one error in filtered model range reclamping
René Stadler [Thu, 10 Jan 2008 12:12:34 +0000 (14:12 +0200)]
Fix off-by-one error in filtered model range reclamping

10 years agoImprove filtered model interacting with range changes
René Stadler [Thu, 10 Jan 2008 11:49:58 +0000 (13:49 +0200)]
Improve filtered model interacting with range changes

10 years agoUnify two very similar methods
René Stadler [Wed, 2 Jan 2008 19:54:33 +0000 (20:54 +0100)]
Unify two very similar methods

10 years agoAdd FIXME about broken index translation logic
René Stadler [Fri, 21 Dec 2007 14:10:15 +0000 (15:10 +0100)]
Add FIXME about broken index translation logic

10 years agoPrevent crash with older bindings
René Stadler [Tue, 18 Dec 2007 16:48:28 +0000 (18:48 +0200)]
Prevent crash with older bindings

10 years agoFix more problems when clamping with filter turned on
René Stadler [Tue, 18 Dec 2007 15:10:08 +0000 (17:10 +0200)]
Fix more problems when clamping with filter turned on

10 years agoFix off-by-one error causing display of spurious line when clamping with filter turned on
René Stadler [Tue, 18 Dec 2007 13:26:05 +0000 (15:26 +0200)]
Fix off-by-one error causing display of spurious line when clamping with filter turned on

10 years agoFix selection of line after changing filter, add logging
René Stadler [Tue, 18 Dec 2007 11:46:55 +0000 (13:46 +0200)]
Fix selection of line after changing filter, add logging

10 years agoPreserve clamped timestamp range when filtering and vice versa
René Stadler [Mon, 17 Dec 2007 15:50:10 +0000 (17:50 +0200)]
Preserve clamped timestamp range when filtering and vice versa

10 years agoFix color stripping script
René Stadler [Thu, 13 Dec 2007 11:43:28 +0000 (13:43 +0200)]
Fix color stripping script

10 years agoAdd gst-debug-strip-color.py, a script to strip color codes
René Stadler [Thu, 13 Dec 2007 11:36:45 +0000 (13:36 +0200)]
Add gst-debug-strip-color.py, a script to strip color codes

10 years agoImplement idle filtering (with progress display)
René Stadler [Wed, 12 Dec 2007 16:35:28 +0000 (18:35 +0200)]
Implement idle filtering (with progress display)

10 years agoFactor out progress dialog handling into its own reusable object class
René Stadler [Wed, 12 Dec 2007 14:22:51 +0000 (16:22 +0200)]
Factor out progress dialog handling into its own reusable object class

10 years agoImplement category filtering
René Stadler [Wed, 12 Dec 2007 12:59:53 +0000 (14:59 +0200)]
Implement category filtering

10 years agoAllow for more than one (log level) filter to be set
René Stadler [Wed, 12 Dec 2007 11:49:02 +0000 (13:49 +0200)]
Allow for more than one (log level) filter to be set

10 years agoRestore search to a consistent state when showing the search bar again
René Stadler [Tue, 11 Dec 2007 09:38:45 +0000 (11:38 +0200)]
Restore search to a consistent state when showing the search bar again

10 years agoAdd accelerators to search result navigation actions
René Stadler [Tue, 11 Dec 2007 09:28:17 +0000 (11:28 +0200)]
Add accelerators to search result navigation actions

10 years agoFix search result navigation action sensitivity when showing the find bar
René Stadler [Tue, 11 Dec 2007 09:16:44 +0000 (11:16 +0200)]
Fix search result navigation action sensitivity when showing the find bar

10 years agoAdd search navigation menu items to view menu
René Stadler [Tue, 11 Dec 2007 09:13:46 +0000 (11:13 +0200)]
Add search navigation menu items to view menu

10 years agoWhen right clicking to open a context menu, pass the event on (which selects the...
René Stadler [Tue, 11 Dec 2007 08:44:20 +0000 (10:44 +0200)]
When right clicking to open a context menu, pass the event on (which selects the row)

10 years agoImplement backward search result navigation
René Stadler [Mon, 10 Dec 2007 15:40:31 +0000 (17:40 +0200)]
Implement backward search result navigation

10 years agoRemove dead/useless code
René Stadler [Mon, 10 Dec 2007 15:09:07 +0000 (17:09 +0200)]
Remove dead/useless code

10 years agoRename variable
René Stadler [Mon, 10 Dec 2007 15:06:23 +0000 (17:06 +0200)]
Rename variable

10 years agoImplement lazy searching
René Stadler [Mon, 10 Dec 2007 15:04:47 +0000 (17:04 +0200)]
Implement lazy searching

10 years agoSome search fixes
René Stadler [Mon, 10 Dec 2007 12:22:51 +0000 (14:22 +0200)]
Some search fixes

10 years agoAdd status label to find bar
René Stadler [Mon, 10 Dec 2007 09:49:39 +0000 (11:49 +0200)]
Add status label to find bar

10 years agoFix timeline warning/error indicator triangle vertical position
René Stadler [Fri, 7 Dec 2007 14:50:02 +0000 (16:50 +0200)]
Fix timeline warning/error indicator triangle vertical position

10 years agoAdd GUI utility function to add a popup menu to a widget
René Stadler [Fri, 7 Dec 2007 14:24:01 +0000 (16:24 +0200)]
Add GUI utility function to add a popup menu to a widget

10 years agoCleanup timeline warning/error triangle drawing, add TODOs
René Stadler [Fri, 7 Dec 2007 12:10:03 +0000 (14:10 +0200)]
Cleanup timeline warning/error triangle drawing, add TODOs

10 years agoAdd tooltip to vertical timeline widget
René Stadler [Fri, 7 Dec 2007 10:02:15 +0000 (12:02 +0200)]
Add tooltip to vertical timeline widget

10 years agoAdd hide before/after menu items to timeline context menu
René Stadler [Fri, 7 Dec 2007 09:25:30 +0000 (11:25 +0200)]
Add hide before/after menu items to timeline context menu

10 years agoAdd context menu to bottom view, with entry to clear all lines
René Stadler [Thu, 6 Dec 2007 15:51:33 +0000 (17:51 +0200)]
Add context menu to bottom view, with entry to clear all lines

10 years agoFix copying of line to clipboard
René Stadler [Tue, 4 Dec 2007 14:34:53 +0000 (16:34 +0200)]
Fix copying of line to clipboard

10 years agoRemove implicit keybinding of copy message action
René Stadler [Tue, 4 Dec 2007 14:21:45 +0000 (16:21 +0200)]
Remove implicit keybinding of copy message action

10 years agoFix adding rows to the bottom view
René Stadler [Tue, 4 Dec 2007 12:44:34 +0000 (14:44 +0200)]
Fix adding rows to the bottom view

10 years agoFix crash when adding a line to bottom view with log filter turned on
René Stadler [Tue, 4 Dec 2007 12:40:41 +0000 (14:40 +0200)]
Fix crash when adding a line to bottom view with log filter turned on

10 years agoImplement filtered log model index translation
René Stadler [Tue, 4 Dec 2007 12:35:50 +0000 (14:35 +0200)]
Implement filtered log model index translation

10 years agoAdd support for stacking log model filters
René Stadler [Tue, 4 Dec 2007 12:22:19 +0000 (14:22 +0200)]
Add support for stacking log model filters

10 years agoDo not let the user add duplicate lines to the bottom log view
René Stadler [Mon, 3 Dec 2007 15:49:04 +0000 (17:49 +0200)]
Do not let the user add duplicate lines to the bottom log view

10 years agoKeep the bottom view sorted by timestamp
René Stadler [Mon, 3 Dec 2007 15:44:40 +0000 (17:44 +0200)]
Keep the bottom view sorted by timestamp

10 years agoUnbreak filtering again
René Stadler [Mon, 3 Dec 2007 14:38:29 +0000 (16:38 +0200)]
Unbreak filtering again

10 years agoImprove method to update log view after search text change
René Stadler [Mon, 3 Dec 2007 14:07:05 +0000 (16:07 +0200)]
Improve method to update log view after search text change

10 years agoRemove dead code
René Stadler [Mon, 3 Dec 2007 13:47:58 +0000 (15:47 +0200)]
Remove dead code

10 years agoUse the mmapped fileobj in more places and use slice access
René Stadler [Mon, 3 Dec 2007 13:45:09 +0000 (15:45 +0200)]
Use the mmapped fileobj in more places and use slice access

10 years agoAdd simple cache eviction to LazyLogModel to limit memory usage
René Stadler [Mon, 3 Dec 2007 13:24:20 +0000 (15:24 +0200)]
Add simple cache eviction to LazyLogModel to limit memory usage

10 years agoRename show-find-bar action callback handler
René Stadler [Mon, 3 Dec 2007 12:58:04 +0000 (14:58 +0200)]
Rename show-find-bar action callback handler

10 years agoImplement lazy highlighting of search results
René Stadler [Mon, 3 Dec 2007 10:18:23 +0000 (12:18 +0200)]
Implement lazy highlighting of search results

10 years agoMove search matching logic into the SearchOperation object
René Stadler [Mon, 3 Dec 2007 09:46:44 +0000 (11:46 +0200)]
Move search matching logic into the SearchOperation object

10 years agoAdd search result navigation
René Stadler [Mon, 3 Dec 2007 09:35:31 +0000 (11:35 +0200)]
Add search result navigation

10 years agoFix crash when showing all lines after having filtered down to zero lines
René Stadler [Fri, 30 Nov 2007 15:41:33 +0000 (17:41 +0200)]
Fix crash when showing all lines after having filtered down to zero lines