]> Git trees. - libqmvoc.git/commit
Remove the ExtDate library. It can't remain, because much of it is
authorJason Harris <kstars@30doradus.org>
Sun, 11 Nov 2007 16:45:29 +0000 (16:45 +0000)
committerJason Harris <kstars@30doradus.org>
Sun, 11 Nov 2007 16:45:29 +0000 (16:45 +0000)
commit09bb3e00c290991c30f63d385485c25d1a0851b4
treeddf459d74e689d024beced8e2529f1c5f2e4d6b1
parent31804aae9b422a64de76f6cf5c440604de567000
Remove the ExtDate library.  It can't remain, because much of it is
based on Qt-3.x code, and therefore licensed under GPL v2 only.  KDE
is migrating to GPL v3, which is not compatible with GPL v2.

KStars is already ported to use the new KDateTime classes.  AFAIK, no
one else is using ExtDate (there is some usage in extragear, but those
programs use their own local fork of extdate).

TODO: After removing extdate, there are no more widgets defined in
libkdeedu/widgets.  We could remove this directory, but I've left it
in for now in case we add widgets at some future date.

CCMAIL: kde-edu@kde.org
CCMAIL: kstars-devel@kde.org

svn path=/trunk/KDE/kdeedu/libkdeedu/; revision=735406
28 files changed:
CMakeLists.txt
extdate/CMakeLists.txt [deleted file]
extdate/README [deleted file]
extdate/extcalendarsystem.cpp [deleted file]
extdate/extcalendarsystem.h [deleted file]
extdate/extcalendarsystemgregorian.cpp [deleted file]
extdate/extcalendarsystemgregorian.h [deleted file]
extdate/extdatepicker.cpp [deleted file]
extdate/extdatepicker.h [deleted file]
extdate/extdatetbl.cpp [deleted file]
extdate/extdatetbl.h [deleted file]
extdate/extdatetime.cpp [deleted file]
extdate/extdatetime.h [deleted file]
extdate/extdatetimeedit.cpp [deleted file]
extdate/extdatetimeedit.h [deleted file]
extdate/extdatetimeedit_p.h [deleted file]
extdate/extdatewidget.cpp [deleted file]
extdate/extdatewidget.h [deleted file]
extdate/libkdeedu_extdate_export.h [deleted file]
extdate/tests/CMakeLists.txt [deleted file]
extdate/tests/edpicker_main.cpp [deleted file]
extdate/tests/edpicker_widget.cpp [deleted file]
extdate/tests/edpicker_widget.h [deleted file]
extdate/tests/edtedit_main.cpp [deleted file]
extdate/tests/edtedit_widget.cpp [deleted file]
extdate/tests/edtedit_widget.h [deleted file]
extdate/tests/test_extdate.cc [deleted file]
widgets/kdeedu.widgets