Summary: | Missing edit button in some project configuration options | ||
---|---|---|---|
Product: | [Applications] kdevelop | Reporter: | Amilcar do Carmo Lucas <a.lucas> |
Component: | general | Assignee: | KDevelop Developers <kdevelop-devel> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | amantia |
Priority: | NOR | ||
Version: | 3.0.0a4 | ||
Target Milestone: | --- | ||
Platform: | unspecified | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: | |||
Attachments: | edit file groups |
Description
Amilcar do Carmo Lucas
2003-05-21 17:40:21 UTC
Subject: kdevelop/parts/autoproject CVS commit by aclu: Added a new Edit button for outside includes and libraries This solves part of [bug 58756] Thanks to Gael de Chalendar < Gael . de-Chalendar in cea . fr > CCMAIL: 58756@bugs.kde.org M +12 -0 subprojectoptionsdlg.cpp 1.24 M +1 -0 subprojectoptionsdlg.h 1.5 M +16 -0 subprojectoptionsdlgbase.ui 1.15 M +12 -0 targetoptionsdlg.cpp 1.23 M +1 -0 targetoptionsdlg.h 1.3 M +16 -0 targetoptionsdlgbase.ui 1.8 Subject: kdevelop CVS commit by aclu: Added a new Edit button for the subprojectOptions -> prefixes -> custom prefixes This solves the autoproject part of [bug 58756] Thanks to Gael de Chalendar < Gael . de-Chalendar in cea . fr > CCMAIL: 58756@bugs.kde.org M +10 -5 ChangeLog 1.1068 M +4 -3 parts/autoproject/addprefixdlg.cpp 1.7 M +2 -1 parts/autoproject/addprefixdlg.h 1.2 M +13 -0 parts/autoproject/subprojectoptionsdlg.cpp 1.25 M +1 -0 parts/autoproject/subprojectoptionsdlg.h 1.6 M +16 -0 parts/autoproject/subprojectoptionsdlgbase.ui 1.16 Created attachment 2387 [details]
edit file groups
The patch adds the missing "Edit" functionality to the file groups
customization. This fixes one (the last?) missing part of this bug report.
Subject: kdevelop/parts/fileview CVS commit by aclu: Added a new Edit button for the "Project Options->File Groups" This solves [bug 58756] Thanks to: Andreas Koepfle (koepfle AT ti.uni-mannheim.de) CCMAIL: 58756-done@bugs.kde.org M +3 -5 addfilegroupdlg.cpp 1.4 M +1 -1 addfilegroupdlg.h 1.2 M +15 -0 filegroupsconfigwidget.cpp 1.3 M +1 -0 filegroupsconfigwidget.h 1.3 M +18 -3 filegroupsconfigwidgetbase.ui 1.6 |