OSDN Git Service

v1.1.6.6
authorAndouTomo <tomando.clar02@gmail.com>
Tue, 23 Sep 2014 13:53:57 +0000 (22:53 +0900)
committerAndouTomo <tomando.clar02@gmail.com>
Tue, 23 Sep 2014 13:53:57 +0000 (22:53 +0900)
commit980eaac71fbd2830eee96dbcd6ad2281afd4f970
treebd5360e283c8864f981188a3930fd65698c5e506
parent5b92bddb0ef222587ab4304562fa26d1f58b5b9c
v1.1.6.6

Template機能を追加。登録したタスクをすぐに追加できるようにする。
repeat機能の変更(◎日おきに繰り返し設定を可能にする。)
コメント機能を変更。最新コメントを画面に表示できるようにする。
rebuild機能追加

サブウィンドウのタブ移動をCtrl+tabで実現
フォームの微調整
バッチ機能の改善(引数なしの時にデフォルト実行など)
45 files changed:
base/Basement.csproj
base/Properties/AssemblyInfo.cs
base/command/template/abCommand.cs
base/data/DAO/TaskData.cs
base/data/DAO/TemplateData.cs [new file with mode: 0644]
base/data/accessor/TaskDataAccessor.cs
base/data/accessor/TemplateDataAccessor.cs [new file with mode: 0644]
base/data/connection/DBConnection.cs
base/data/connection/SqlDictionary.Designer.cs
base/data/connection/SqlDictionary.resx
base/view/BaseForm.Designer.cs
base/view/BaseForm.cs
base/view/CategorySetting.Designer.cs
base/view/ClockForm.Designer.cs
base/view/ClockForm.cs
base/view/PanelController.cs
base/view/TemplateBox.Designer.cs [new file with mode: 0644]
base/view/TemplateBox.cs [new file with mode: 0644]
base/view/TemplateBox.resx [new file with mode: 0644]
base/view/TimeAreaSetting.Designer.cs
kybernetes2.suo
main/Kybernetes.csproj
main/Properties/AssemblyInfo.cs
main/bin/Debug/batch.kysh
main/bin/Debug/setting.db
main/bin/Debug/user.db
main/command/CRUD/AddCommand.cs
main/command/CRUD/AddCommandArg.cs
main/command/CRUD/RenumCommand.cs
main/command/CRUD/UpdateCommand.cs
main/command/CRUD/UpdateCommandArg.cs
main/command/Control/AddProjectCommand.cs
main/command/Control/AddTagCommand.cs
main/command/Control/AddTemplateCommand.cs [new file with mode: 0644]
main/command/Control/AddTemplateCommandArg.cs [new file with mode: 0644]
main/command/Control/DelayCommand.cs
main/command/Control/EndCommand.cs
main/command/Control/RepeatCommand.cs
main/command/Control/RepeatCommandArg.cs
main/command/Control/TemplateCommand.cs [new file with mode: 0644]
main/command/SYSTEM/EchoCommand.cs
main/command/SYSTEM/EchoCommandArg.cs
main/command/SYSTEM/RebuildCommand.cs [new file with mode: 0644]
main/command/batch/BatchCommandArg.cs
main/command/batch/batchCommand.cs