Summary: | Build directory is not saved until exit | ||
---|---|---|---|
Product: | [Applications] kdevelop | Reporter: | David <daviddoria> |
Component: | Build tools: CMake | Assignee: | kdevelop-bugs-null |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | aleixpol |
Priority: | NOR | ||
Version: | git master | ||
Target Milestone: | 4.2.3 | ||
Platform: | Compiled Sources | ||
OS: | Linux | ||
Latest Commit: | http://commits.kde.org/kdevplatform/6f0e4bb079c517b5aede32ad177d50115423c44e | Version Fixed In: | |
Sentry Crash Report: |
Description
David
2012-01-19 19:32:08 UTC
Git commit 6f0e4bb079c517b5aede32ad177d50115423c44e by Aleix Pol. Committed on 08/03/2013 at 01:40. Pushed by apol into branch 'master'. Don't upload/download the developer config file if it's a local project What this patch does, is to not have a developerTempFile and instead use the actual developer config file (the .kdev4/*.kdev4) to read/write configurations, in case it's a local project. This way we skip the download part and kconfig will edit the file in place. REVIEW: 109317 M +13 -7 shell/project.cpp http://commits.kde.org/kdevplatform/6f0e4bb079c517b5aede32ad177d50115423c44e |