Martin Vermeer a écrit :
On Wed, 2006-04-19 at 14:32 +0200, Abdelrazak Younes wrote:
[...]
+ string const & type = toc::getType(controller().params().getCmdName());
Did you test this? I mean are you sure the return type is the same as
the one selected in the type combo? (I haven't check the code so I don't
know.)
How right you are... I had forgotten about that combobox.
Improved patch attached. I also changed the movement routines, so that
they don't reset the list type to the inset type when you try to move.
Yep, the full update is not necessary in this case.
When you press Update, it still does that; apparently has always been
that way.
Yes, I think that's intended. It's there to synchronize with the
document in case where the dialog has been opened for a long time. In
the qt4 version though, I think I will remove the button as the view and
the dialog should be synchronized now.
Abdel.