[qet] [GIT] qet/qet.git branch master updated. 0.9-dev-151-g71636ba |
[ Thread Index |
Date Index
| More lists.tuxfamily.org/qet Archives
]
This is an automated email from git. It was generated because a ref
change was pushed to the "qet/qet.git" repository.
The branch, master has been updated
via 71636ba87480ec61bc720d2efaa3c143d18efbd5 (commit)
via 0aea48bdaa7cfc50619c80c19ce5d318c5970ce4 (commit)
from dd51819403386966f9e072c89c144666109441a7 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 71636ba87480ec61bc720d2efaa3c143d18efbd5
Merge: 0aea48b dd51819
Author: joshua <Joshua@xxxxxxxxxxxxxxxx>
Date: Fri May 14 13:39:33 2021 +0200
Merge branch 'master' of ssh://git.tuxfamily.org/gitroot/qet/qet
commit 0aea48bdaa7cfc50619c80c19ce5d318c5970ce4
Author: joshua <Joshua@xxxxxxxxxxxxxxxx>
Date: Fri May 14 13:38:59 2021 +0200
Open project is a litle more faster
In the methods readDiagramsXml we call addDiagram for each diagrams
loaded from xml, inside the addDiagram method we call the method
updateDiagramsFolioData() and to finish this method operate a loop for
each existing diagram.
Then when we load a project from xml of
10 folios, loop inside updateDiagramsFolioData() is called 55 time.
50 folios, loop inside updateDiagramsFolioData() is called 1275 time.
100 folios, loop inside updateDiagramsFolioData() is called 5050 time.
Now instead of call addDiagram, we add diagram directly inside the
methods readDiagramsXml and call the method updateDiagramsFolioData()
only once when all diagrams are loaded.
-----------------------------------------------------------------------
Summary of changes:
sources/qetproject.cpp | 16 ++++++++--------
1 file changed, 8 insertions(+), 8 deletions(-)
hooks/post-receive
--
qet/qet.git