Make the load_file() idle low priority to avoid weird toolbar flash.

2006-08-08  Soren Sandmann  <ssp@localhost.localdomain>

	* sysprof.c (main): Make the load_file() idle low priority to
	avoid weird toolbar flash.

	* TODO: updates.
This commit is contained in:
Soren Sandmann
2006-08-09 03:05:34 +00:00
committed by Søren Sandmann Pedersen
parent 23d3a36a4a
commit f06e272ea7
5 changed files with 29 additions and 8 deletions

9
TODO
View File

@ -537,6 +537,15 @@ Later:
DONE:
* When you load a file from the commandline, there is a weird flash of the toolbar.
What's going on is this:
- this file is loaded into a tree model
- the tree model is set for the function list
- this causes the selection changed signal to be emitted
- the callback for that signal process updates
- somehow in that update process, the toolbar flashes.
- turns out to be a gtk+ issue: 350517
- screenshot window must be cleared when you press start.
- Formats should become first-class, stand-alone objects that offers