| Summary: | image files are corrupted by kdevelop-3.1.x on creating an instance of new project | ||
|---|---|---|---|
| Product: | [Developer tools] kdevplatform | Reporter: | slackers <slackers> |
| Component: | appwizard | Assignee: | kdevelop-bugs-null |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | ||
| Priority: | NOR | ||
| Version First Reported In: | 1.0.0 | ||
| Target Milestone: | --- | ||
| Platform: | RedHat Enterprise Linux | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
slackers
2005-01-17 13:51:49 UTC
Confirmed. The problem is in AppWizardDialog::copyFile(), all files are copied as text. or may be it is not a problem. that was then intention. later found out that kdev does macro expansion for all files unless it is marked Process=false in the template Yes, files that shouldn't me processed for macro expansion should be marked with "Process=false" in the template description file. However, this appears to not always work as intended. Which means there IS a bug, if not the exact one reported. As i tested together with Jens Dagerbo, the "Process=false" thing works nowadays. (And i actually doubt it ever failed unless there was a bug in KIO or a typo in the scripts.) However, i've added the "Process=false" to all templates for all binary files that i found. This fix is commited for KDevelop4 branch and KDevelop3.4 branch; i'm waiting for approval, i can commit it to KDevelop3.3 (Which will go out with KDE3.5). So I'm going to close this. |