On 03/05/2010 07:10 PM, rgheck wrote:
On 03/05/2010 06:54 PM, rgheck wrote:
On 03/05/2010 06:48 PM, rgheck wrote:
On 03/05/2010 04:59 PM, Abdelrazak Younes wrote:
On 05/03/2010 21:47, rgh...@lyx.org wrote:
Author: rgheck
Date: Fri Mar 5 21:47:50 2010
New Revision: 33630
URL: http://www.lyx.org/trac/changeset/33630
Log:
Fix bug 6522 and its relatives in trunk. I am not absolutely sure
this
is right, though. Someone please check.
Seems correct.
In that case, Jurgen, this is for branch.
Actually, no, this causes a different problem, namely, that the menu
at the top of the TOC doesn't get populated. Abdel, can you fix this?
The problem (I think) is that this also blocks the emission of the
modelReset() signal, which tells the toc widget that the names stuff
has been updated.
I'm convinced now that this is wrong. And I just don't understand this
crash. Why does this call:
QModelIndexList indices = tocTV->model()->match(
tocTV->model()->index(0, 0),
Qt::DisplayRole, "*", -1,
Qt::MatchFlags(Qt::MatchWildcard|Qt::MatchRecursive));
lead to a segfault?
rh
rh