Bug 58756 - Missing edit button in some project configuration options
Summary: Missing edit button in some project configuration options
Status: RESOLVED FIXED
Alias: None
Product: kdevelop
Classification: Applications
Component: general (show other bugs)
Version: 3.0.0a4
Platform: unspecified Linux
: NOR normal
Target Milestone: ---
Assignee: KDevelop Developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-05-21 17:40 UTC by Amilcar do Carmo Lucas
Modified: 2003-09-06 14:24 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments
edit file groups (5.80 KB, patch)
2003-09-06 03:13 UTC, Andreas Koepfle
Details

Note You need to log in before you can comment on or make changes to this bug.
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