Bug 118845 - missing headers for external datasources
Summary: missing headers for external datasources
Status: RESOLVED FIXED
Alias: None
Product: kst
Classification: Applications
Component: general (show other bugs)
Version: 1.x
Platform: unspecified Solaris
: NOR normal
Target Milestone: ---
Assignee: kst
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-12-22 10:23 UTC by Nicolas Brisset
Modified: 2005-12-22 16:39 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Nicolas Brisset 2005-12-22 10:23:24 UTC
Version:           1.2.0_devel (using KDE 3.4.0, compiled sources)
Compiler:          gcc version 3.4.3
OS:                SunOS (sun4u) release 5.8

To compile datasources outside of the kst source tree with the template available from the kst homepage, two headers (included by kstdatasource.h) are missing: 
- dateparser.h
- extdatetime.h
Comment 1 George Staikos 2005-12-22 16:39:14 UTC
SVN commit 490641 by staikos:

namespace extdate, rename the files, and install it so that data sources can
be compiled outside our tree.  Also install the date parser (and give it a
safer name).
BUG: 118845


 M  +2 -2      devel-docs/RELEASE_PLAN  
 M  +8 -0      kst.spec.in  
 M  +3 -3      kst/Makefile.am  
 M  +2 -2      kst/datarangewidget.ui  
 M  +3 -3      kst/datarangewidget.ui.h  
 M  +5 -9      kst/datasources/ascii/ascii.cpp  
 M  +1 -1      kst/datasources/ascii/ascii.h  
 M  +5 -5      kst/datasources/planck/planck.cpp  
 M  +2 -2      kst/datasources/planck/planck.h  
 D             kst/dateparser.cpp  
 D             kst/dateparser.h  
 M  +6 -4      kst/extdate/Makefile.am  
 D             kst/extdate/extcalendarsystem.cpp  
 D             kst/extdate/extcalendarsystem.h  
 D             kst/extdate/extcalendarsystemgregorian.cpp  
 D             kst/extdate/extcalendarsystemgregorian.h  
 D             kst/extdate/extdatepicker.cpp  
 D             kst/extdate/extdatepicker.h  
 D             kst/extdate/extdatetbl.cpp  
 D             kst/extdate/extdatetbl.h  
 D             kst/extdate/extdatetime.cpp  
 D             kst/extdate/extdatetime.h  
 D             kst/extdate/extdatetimeedit.cpp  
 D             kst/extdate/extdatetimeedit.h  
 D             kst/extdate/extdatewidget.cpp  
 D             kst/extdate/extdatewidget.h  
 A             kst/extdate/kstextcalendarsystem.cpp   kst/extdate/extcalendarsystem.cpp#490222 [License: LGPL (v2+)]
 A             kst/extdate/kstextcalendarsystem.h   kst/extdate/extcalendarsystem.h#490222 [License: LGPL (v2+)]
 A             kst/extdate/kstextcalendarsystemgregorian.cpp   kst/extdate/extcalendarsystemgregorian.cpp#490222 [License: LGPL (v2+)]
 A             kst/extdate/kstextcalendarsystemgregorian.h   kst/extdate/extcalendarsystemgregorian.h#490222 [License: LGPL (v2+)]
 A             kst/extdate/kstextdatepicker.cpp   kst/extdate/extdatepicker.cpp#490222 [License: LGPL (v2+)]
 A             kst/extdate/kstextdatepicker.h   kst/extdate/extdatepicker.h#490222 [License: LGPL (v2+)]
 A             kst/extdate/kstextdatetbl.cpp   kst/extdate/extdatetbl.cpp#490222 [License: LGPL (v2+)] [UTF-8 ENCODING PROBLEMS]
 A             kst/extdate/kstextdatetbl.h   kst/extdate/extdatetbl.h#490222 [License: LGPL (v2+)]
 A             kst/extdate/kstextdatetime.cpp   kst/extdate/extdatetime.cpp#490222 [License: no copyright]
 A             kst/extdate/kstextdatetime.h   kst/extdate/extdatetime.h#490222 [License: no copyright]
 A             kst/extdate/kstextdatetimeedit.cpp   kst/extdate/extdatetimeedit.cpp#490222 [License: UNKNOWN]
 A             kst/extdate/kstextdatetimeedit.h   kst/extdate/extdatetimeedit.h#490222 [License: UNKNOWN]
 A             kst/extdate/kstextdatewidget.cpp   kst/extdate/extdatewidget.cpp#490222 [License: LGPL (v2)]
 A             kst/extdate/kstextdatewidget.h   kst/extdate/extdatewidget.h#490222 [License: LGPL (v2)]
 D             kst/extdate/main.cpp  
 M  +3 -3      kst/kstdatasource.cpp  
 M  +3 -3      kst/kstdatasource.h  
 A             kst/kstdateparser.cpp   kst/dateparser.cpp#490222 [License: GPL (v2+)]
 A             kst/kstdateparser.h   kst/dateparser.h#490222 [License: GPL (v2+)]