Bug 58756

Summary: Missing edit button in some project configuration options
Product: [Applications] kdevelop Reporter: Amilcar do Carmo Lucas <a.lucas>
Component: generalAssignee: 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:
Attachments: edit file groups

Description Amilcar do Carmo Lucas 2003-05-21 17:40:21 UTC
Version:            (using KDE KDE 3.1)
Compiler:          gcc 2.95.3 
OS:          Linux

Originaly posted on http://bugs.kde.org/show_bug.cgi?id=51251 from Matia Andras 
 
6. In some places, like "File Groups->Customize", "Project Options->File Groups", Automake Manager 
 Includes and Libraries there is possibility to add and remove items, but you cannot edit them 
 from inside Gideon! This is annoying, as you must do it outside or add again and remove the old 
 one.
Comment 1 Amilcar do Carmo Lucas 2003-07-25 17:58:14 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



Comment 2 Amilcar do Carmo Lucas 2003-07-28 18:11:54 UTC
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



Comment 3 Andreas Koepfle 2003-09-06 03:13:03 UTC
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.
Comment 4 Amilcar do Carmo Lucas 2003-09-06 14:24:59 UTC
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