summaryrefslogtreecommitdiffstats
path: root/qmake
diff options
context:
space:
mode:
authorCaio Marcelo de Oliveira Filho <caio.oliveira@openbossa.org>2009-11-11 19:37:53 (GMT)
committerEduardo M. Fleury <eduardo.fleury@openbossa.org>2009-11-12 21:35:40 (GMT)
commit7a11b8ca00f49e22cfd3706b59606775d6792e29 (patch)
tree081062ecea8dfa3ca22d0ff09172e29ef8b76457 /qmake
parent41cc464ec332033127b88433ffa0a2a990fec83d (diff)
downloadQt-7a11b8ca00f49e22cfd3706b59606775d6792e29.zip
Qt-7a11b8ca00f49e22cfd3706b59606775d6792e29.tar.gz
Qt-7a11b8ca00f49e22cfd3706b59606775d6792e29.tar.bz2
QGAL: remove the caching of simplified graph
After discussion with Jan-Arve, we decided to remove for good the caching of simplified graph. This avoided recalculating the simplification (but not the simplex) in some situations. Since vertex simplification, this was temporarily disabled already. To know whether if we could the cached version or not, we needed to track individual anchors to see whether they reached size 0 or they were 0 and changed the size. This is because the vertex simplification depend on that fact. Now the simplified version of the graph exists only during the execution of calculateGraphs() function. This and next commits clear up the code to take advantage of that fact. Signed-off-by: Caio Marcelo de Oliveira Filho <caio.oliveira@openbossa.org> Reviewed-by: Eduardo M. Fleury <eduardo.fleury@openbossa.org>
Diffstat (limited to 'qmake')
0 files changed, 0 insertions, 0 deletions