OSDN Git Service

kcron: remove it
authorIvailo Monev <xakepa10@gmail.com>
Wed, 14 Dec 2022 11:13:25 +0000 (13:13 +0200)
committerIvailo Monev <xakepa10@gmail.com>
Wed, 14 Dec 2022 11:13:28 +0000 (13:13 +0200)
commit988be03b11ae8c5fc0cfd3888f29716918420fc6
treef541db5c6e549408e203fe2456eb82caf1b7ef9e
parent78897ef6eba9b137d247470f8c87fbd019b3f209
kcron: remove it

requires funcitonal cron which some Linux distributions do not even
have by default, can be reimplemented as KDED module

note that ktimer can execute commands after certain time (i.e. it is
simplified version of cron)

Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
67 files changed:
CMakeLists.txt
kcron/AUTHORS [deleted file]
kcron/CMakeLists.txt [deleted file]
kcron/COPYING [deleted file]
kcron/Messages.sh [deleted file]
kcron/README [deleted file]
kcron/TODO [deleted file]
kcron/kcron.lsm [deleted file]
kcron/src/CMakeLists.txt [deleted file]
kcron/src/crontabPrinter.cpp [deleted file]
kcron/src/crontabPrinter.h [deleted file]
kcron/src/crontabPrinterWidget.cpp [deleted file]
kcron/src/crontabPrinterWidget.h [deleted file]
kcron/src/crontabWidget.cpp [deleted file]
kcron/src/crontabWidget.h [deleted file]
kcron/src/crontablib/ctGlobalCron.cpp [deleted file]
kcron/src/crontablib/ctGlobalCron.h [deleted file]
kcron/src/crontablib/ctHelper.cpp [deleted file]
kcron/src/crontablib/ctHelper.h [deleted file]
kcron/src/crontablib/ctInitializationError.cpp [deleted file]
kcron/src/crontablib/ctInitializationError.h [deleted file]
kcron/src/crontablib/ctSaveStatus.cpp [deleted file]
kcron/src/crontablib/ctSaveStatus.h [deleted file]
kcron/src/crontablib/ctSystemCron.cpp [deleted file]
kcron/src/crontablib/ctSystemCron.h [deleted file]
kcron/src/crontablib/ctcron.cpp [deleted file]
kcron/src/crontablib/ctcron.h [deleted file]
kcron/src/crontablib/ctdom.cpp [deleted file]
kcron/src/crontablib/ctdom.h [deleted file]
kcron/src/crontablib/ctdow.cpp [deleted file]
kcron/src/crontablib/ctdow.h [deleted file]
kcron/src/crontablib/cthost.cpp [deleted file]
kcron/src/crontablib/cthost.h [deleted file]
kcron/src/crontablib/cthour.cpp [deleted file]
kcron/src/crontablib/cthour.h [deleted file]
kcron/src/crontablib/ctminute.cpp [deleted file]
kcron/src/crontablib/ctminute.h [deleted file]
kcron/src/crontablib/ctmonth.cpp [deleted file]
kcron/src/crontablib/ctmonth.h [deleted file]
kcron/src/crontablib/cttask.cpp [deleted file]
kcron/src/crontablib/cttask.h [deleted file]
kcron/src/crontablib/ctunit.cpp [deleted file]
kcron/src/crontablib/ctunit.h [deleted file]
kcron/src/crontablib/ctvariable.cpp [deleted file]
kcron/src/crontablib/ctvariable.h [deleted file]
kcron/src/crontablib/logging.h [deleted file]
kcron/src/genericListWidget.cpp [deleted file]
kcron/src/genericListWidget.h [deleted file]
kcron/src/kcmCron.cpp [deleted file]
kcron/src/kcmCron.h [deleted file]
kcron/src/kcm_cron.desktop [deleted file]
kcron/src/kcronHelper.cpp [deleted file]
kcron/src/kcronHelper.h [deleted file]
kcron/src/kcronIcons.cpp [deleted file]
kcron/src/kcronIcons.h [deleted file]
kcron/src/taskEditorDialog.cpp [deleted file]
kcron/src/taskEditorDialog.h [deleted file]
kcron/src/taskWidget.cpp [deleted file]
kcron/src/taskWidget.h [deleted file]
kcron/src/tasksWidget.cpp [deleted file]
kcron/src/tasksWidget.h [deleted file]
kcron/src/variableEditorDialog.cpp [deleted file]
kcron/src/variableEditorDialog.h [deleted file]
kcron/src/variableWidget.cpp [deleted file]
kcron/src/variableWidget.h [deleted file]
kcron/src/variablesWidget.cpp [deleted file]
kcron/src/variablesWidget.h [deleted file]