From kde-commits Sun Oct 23 22:46:19 2005 From: Sascha Cunz Date: Sun, 23 Oct 2005 22:46:19 +0000 To: kde-commits Subject: KDE/kdevelop/parts/appwizard Message-Id: <1130107579.226752.25218.nullmailer () svn ! kde ! org> X-MARC-Message: https://marc.info/?l=kde-commits&m=113010758826562 SVN commit 473514 by cunz: Provide a plattform to sort out what's needed to show the appwizard GUI and what's needed later. Poorly this does not speedup appwizard showing up at all. However, assuming 100 templates each got 20 files, some archives and messages, well that's about 2000 to 3000 Config-Groups to read and parse... M +4 -0 appwizarddlg.cpp M +79 -52 kdevapptemplate.cpp M +7 -1 kdevapptemplate.h