From kde-commits Mon Feb 28 23:41:39 2005 From: Adam Treat Date: Mon, 28 Feb 2005 23:41:39 +0000 To: kde-commits Subject: kdeextragear-1/datakiosk/src Message-Id: <20050228234139.D98E916F7D () office ! kde ! org> X-MARC-Message: https://marc.info/?l=kde-commits&m=110963410504228 CVS commit by treat: * Imported and modified libkdepim's kdateedit and ktimeedit into datakiosk. They are some ugly parts, but they do the job and I didn't feel like rewriting these widgets. Created a DateTimeEdit part out of them and made some fixes so they now handle the Date, Time and DateTime variant editors. A dateedit.cpp 1.1 [GPL (v2+)] A dateedit.h 1.1 [GPL (v2+)] A timeedit.cpp 1.1 [GPL (v2+)] A timeedit.h 1.1 [GPL (v2+)] M +11 -10 Makefile.am 1.8 M +1 -1 datakiosk.cpp 1.4 M +3 -6 datatable.cpp 1.15 M +3 -5 datatableedit.cpp 1.9 M +107 -84 datatableeditorfactory.cpp 1.9 M +28 -0 datatableeditorfactory.h 1.8 M +12 -1 datatableview.cpp 1.4