mirror of
https://github.com/varun-r-mallya/sysprof.git
synced 2025-12-31 20:36:25 +00:00
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:
committed by
Søren Sandmann Pedersen
parent
23d3a36a4a
commit
f06e272ea7
9
TODO
9
TODO
@ -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
|
||||
|
||||
Reference in New Issue
Block a user