Revision 778465
Go back to digest for 24th February 2008Features in Utilities
Nicolas Ternisien committed changes in /trunk/KDE/kdeadmin/kcron/src:
Major rewrite of KCron :
- Improve file names
- Replace the old tree view by 2 separated list : 1 for the Cron Tasks, 1 for the Environment Variables
- Improve the usability (integrates a contextual menu, key processing)
- Remove useless actions in menu bar and status bar
- Generate a more clear and clean description for the next schedules of a tasks
- Generate a more clever string for crontab saves (use the */x periods if possible)
- Display in the view the raw crontab format for scheduling
- Reorganize the lists (to looks like the crontab config file)
- For the moment root access does not work anymore, it will be reenabled in the next commits
File Changes
Added 20 files
- /trunk/KDE/kdeadmin/kcron/src
- /crontabWidget.cpp
- /crontabWidget.h
- /genericListWidget.cpp
- /genericListWidget.h
- /kcron.cpp
- /kcron.h
- /taskEditorDialog.cpp
- /taskEditorDialog.h
- /tasksWidget.cpp
- /tasksWidget.h
- /taskWidget.cpp
- /taskWidget.h
- /variableEditorDialog.cpp
- /variableEditorDialog.h
- /variablesWidget.cpp
- /variablesWidget.h
- /variableWidget.cpp
- /variableWidget.h
- /crontablib/cthour.cpp
- /crontablib/ctminute.cpp
Deleted 20 files
- /trunk/KDE/kdeadmin/kcron/src
- /ktapp.cpp
- /ktapp.h
- /ktlistcron.cpp
- /ktlistcron.h
- /ktlistitem.cpp
- /ktlistitem.h
- /ktlisttask.cpp
- /ktlisttask.h
- /ktlisttasks.cpp
- /ktlisttasks.h
- /ktlistvar.cpp
- /ktlistvar.h
- /ktlistvars.cpp
- /ktlistvars.h
- /kttask.cpp
- /kttask.h
- /ktvariable.cpp
- /ktvariable.h
- /ktview.cpp
- /ktview.h
Modified 20 files
- /trunk/KDE/kdeadmin/kcron/src
- /CMakeLists.txt
- /kcronui.rc
- /kticon.cpp
- /kticon.h
- /ktprint.cpp
- /ktprint.h
- /main.cpp
- /crontablib/CMakeLists.txt
- /crontablib/ctdom.cpp
- /crontablib/ctdow.cpp
- /crontablib/cthost.cpp
- /crontablib/cthost.h
- /crontablib/cthour.h
- /crontablib/ctminute.h
- /crontablib/ctmonth.cpp
- /crontablib/cttask.cpp
- /crontablib/cttask.h
- /crontablib/ctunit.cpp
- /crontablib/ctunit.h
60 files changed in total