OSDN Git Service

v1.1.6.4
authorAndouTomo <tomando.clar02@gmail.com>
Fri, 22 Aug 2014 03:24:34 +0000 (12:24 +0900)
committerAndouTomo <tomando.clar02@gmail.com>
Fri, 22 Aug 2014 03:24:34 +0000 (12:24 +0900)
commit5b92bddb0ef222587ab4304562fa26d1f58b5b9c
treed0d53936b2406f27d7c5b3d6acaa632c7d1ee80e
parent05c39227590a79cfc1dcf93f396189e493e36fa8
v1.1.6.4
Chain機能を追加
タスクが日をまたぐときの実績時間計測方法を変更
Estimateコンソールと合計コンソールを設置、常時更新するように処理変更(これによりlonglistを廃止)
Creditにメールアドレスリンクを追加(Vectorからの要請による)
パネル文字サイズを見やすく変更
そのほか微調整
37 files changed:
base/Basement.csproj
base/Properties/AssemblyInfo.cs
base/command/template/abCommand.cs
base/data/Component/TimeComponent.cs
base/data/DAO/TotalCountData.cs [new file with mode: 0644]
base/data/accessor/CommandDataAccessor.cs
base/data/accessor/TotalViewAccessor.cs [new file with mode: 0644]
base/data/connection/CommandSqlDictionary.Designer.cs
base/data/connection/CommandSqlDictionary.resx
base/data/connection/SqlDictionary.Designer.cs
base/data/connection/SqlDictionary.resx
base/view/BaseForm.Designer.cs
base/view/BaseForm.cs
base/view/Credit.Designer.cs
base/view/Credit.cs
base/view/Credit.resx
base/view/PanelController.cs
kybernetes2.suo
main/CmdDispatcher.cs
main/Kybernetes.csproj
main/Properties/AssemblyInfo.cs
main/bin/Debug/System.Data.SQLite.dll [new file with mode: 0644]
main/bin/Debug/help.txt [new file with mode: 0644]
main/bin/Debug/readme.txt [new file with mode: 0644]
main/bin/Debug/setting.db
main/bin/Debug/user.db
main/command/CRUD/EstimateCommand.cs
main/command/CRUD/ListCommand.cs
main/command/CRUD/LongListCommand.cs [deleted file]
main/command/CRUD/UpdateCommand.cs
main/command/SYSTEM/ClsCommand.cs
main/command/SYSTEM/HelpCommand.cs
main/command/SYSTEM/LinkCommand.cs
main/command/reference/PwdCommand.cs
main/command/reference/ShowCommand.cs
main/command/reference/SimulateCommand.cs
main/command/reference/SumCommand.cs