[kde-edu]: KDE/kdeedu/libkdeedu

Jason Harris kstars at 30doradus.org
Sun Nov 11 17:45:29 CET 2007


SVN commit 735406 by harris:

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 at kde.org
CCMAIL: kstars-devel at kde.org



 M  +1 -1      CMakeLists.txt  
 D             extdate (directory)  
 M  +0 -19     widgets/kdeedu.widgets  


--- trunk/KDE/kdeedu/libkdeedu/CMakeLists.txt #735405:735406
@@ -2,5 +2,5 @@
 
 add_subdirectory(keduvocdocument)
 add_subdirectory(kdeeduui)
-add_subdirectory(extdate)
 add_subdirectory(libscience)
+add_subdirectory(widgets)
--- trunk/KDE/kdeedu/libkdeedu/widgets/kdeedu.widgets #735405:735406
@@ -2,22 +2,3 @@
 PluginName=KDEEduWidgets
 Includes=kcomponentdata.h
 Init=new KComponentData("kdeeduwidgets");
-
-[ExtDateEdit]
-ToolTip=spinbox-based extended date editor (KDE-Edu)
-WhatsThis=Allows the user to specify an extended date
-Group=Date and Time (KDE-Edu)
-ConstructorArgs=(parent)
-IncludeFile=extdatetimeedit.h
-
-[ExtDateTimeEdit]
-ToolTip=spinbox-based extended date/time editor (KDE-Edu)
-WhatsThis=Allows the user to specify an extended date and a time
-Group=Date and Time (KDE-Edu)
-ConstructorArgs=(parent)
-
-[ExtDatePicker]
-ToolTip=calendar-based extended date selector (KDE-Edu)
-WhatsThis=Allows the user to specify an extended date using a calendar
-Group=Date and Time (KDE-Edu)
-ConstructorArgs=(parent)


More information about the kde-edu mailing list