Bug 68390

Summary: kdevelop doctree doesn't support recent devhelp layout
Product: [Applications] kdevelop Reporter: Jens Dagerbo <jens.dagerbo>
Component: doctreeviewAssignee: KDevelop Developers <kdevelop-devel>
Status: RESOLVED FIXED    
Severity: normal    
Priority: NOR    
Version: git master   
Target Milestone: ---   
Platform: unspecified   
OS: Linux   
Latest Commit: Version Fixed In:

Description Jens Dagerbo 2003-11-16 20:35:25 UTC
Version:           3.0.0b1 (using KDE 3.1.93 (CVS >= 20031111), compiled sources)
Compiler:          gcc version 3.2.2
OS:          Linux (i686) release 2.6.0-test6

Two point releases or so ago, devhelp apparently redesigned their layout. It appears KDevelop still expects the old design.
Comment 1 Alexander Dymo 2003-11-17 20:06:03 UTC
Subject: kdevelop/parts/doctreeview

CVS commit by dymo: 

Updated the procedure of scanning devhelp directories. This should work for gtk-doc generated devhelp files automatically and for old devhelp (< 0.5) files manually.
CCMAIL: 68390-done@bugs.kde.org


  M +1 -1      Makefile.am   1.21
  M +17 -9     doctreeglobalconfigwidget.cpp   1.28
  M +12 -0     doctreeviewwidget.cpp   1.71
  M +131 -25   misc.cpp   1.13
  M +5 -2      misc.h   1.10