Gnash - The GNU Flash player - Patches: patch #6494, Log to GTK window
You are not allowed to post comments on this tracker with your current authentication level.
patch #6494: Log to GTK window
Submitter: | Benjamin Wolsey <bwy> | ||
Submitted: | Thu 24 Apr 2008 09:20:01 AM UTC | ||
Category: | None | Priority: | 5 - Normal |
Status: | None | Privacy: | Public |
Assigned to: | None | Open/Closed: | Open |
Attached Files
Depends on the following items: None found
Items that depend on this one: None found
Carbon-Copy List
There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.
Follows 1 latest change.
Date | Changed by | Updated Field | Previous Value | => | Replaced by |
---|---|---|---|---|---|
2008-04-24 | bwy | Attached File | - | ![]() |
Added logging.patch, #15515 |
This patch (may not apply cleanly any more) allows LogFile to write to a GtkBuffer for displaying in a window.
It has threading problems, as LogFile writes the GtkBuffer while GTK is reading it. GTK is capable of thread locking (and must do so for any function called from outside the main loop), but Gnash's GTK gui isn't set up to do this very well.