OSDN Git Service

fom
authoryasushiito <yas@pen-chan.jp>
Tue, 25 Feb 2014 23:56:58 +0000 (08:56 +0900)
committeryasushiito <yas@pen-chan.jp>
Tue, 25 Feb 2014 23:56:58 +0000 (08:56 +0900)
commit98eb2c0a10f3e60b5dc8ba9a0f51b6cbccbf203e
treef480bb2f80f3c698c9cdb580ced8503260770e35
parentc75552d8db3397821ffc4913bc9e465f6141b5c5
fom
77 files changed:
app/controllers/panels_controller.rb
app/views/templates/r/editor/dock/_board_bodys.html.erb
app/views/templates/r/editor/dock/bay_body/_board_bay_body.html.erb [moved from app/views/templates/r/editor/dock/bay/_board_bay.html.erb with 100% similarity]
app/views/templates/r/editor/dock/bay_body/_simple_bay_body.html.erb [moved from app/views/templates/r/editor/dock/bay/_simple_bay.html.erb with 100% similarity]
app/views/templates/r/editor/dock/bay_label/_bay_label.html.erb [moved from app/views/templates/r/editor/dock/_bay_label.html.erb with 100% similarity]
app/views/templates/r/editor/dock/board_label/_board_label.html.erb [moved from app/views/templates/r/editor/dock/_board_label.html.erb with 100% similarity]
app/views/templates/r/editor/dock/board_label/_element.html.erb [new file with mode: 0644]
app/views/templates/r/editor/dock/board_label/_priority.html.erb [new file with mode: 0644]
app/views/templates/r/editor/dock/board_label/_scenario.html.erb [new file with mode: 0644]
app/views/templates/r/editor/dock/bucket/_element_form.html.erb
app/views/templates/r/editor/dock/bucket/_priority.html.erb [new file with mode: 0644]
app/views/templates/r/editor/editor.html.erb
app/views/templates/r/panel_editor/_generator.html.erb [new file with mode: 0644]
app/views/templates/r/panel_editor/_panel_dock.html.erb [new file with mode: 0644]
app/views/templates/r/panel_editor/panel_dock/_bay_bodys.html.erb [new file with mode: 0644]
app/views/templates/r/panel_editor/panel_dock/_bay_labels.html.erb [new file with mode: 0644]
app/views/templates/r/panel_editor/panel_dock/_board_bodys.html.erb [new file with mode: 0644]
app/views/templates/r/panel_editor/panel_dock/_board_labels.html.erb [new file with mode: 0644]
app/views/templates/r/panel_editor/panel_dock/bay_body/_element.html.erb [new file with mode: 0644]
app/views/templates/r/panel_editor/panel_dock/bay_body/_new.html.erb [new file with mode: 0644]
app/views/templates/r/panel_editor/panel_dock/bay_body/_priority.html.erb [new file with mode: 0644]
app/views/templates/r/panel_editor/panel_dock/bay_body/_root.html.erb [new file with mode: 0644]
app/views/templates/r/panel_editor/panel_dock/bay_body/_scenario.html.erb [new file with mode: 0644]
app/views/templates/r/panel_editor/panel_dock/bay_label/_bay_label.html.erb [new file with mode: 0644]
app/views/templates/r/panel_editor/panel_dock/board_label/_board_label.html.erb [new file with mode: 0644]
app/views/templates/r/panel_editor/panel_dock/board_label/_priority.html.erb [new file with mode: 0644]
app/views/templates/r/panel_editor/panel_dock/board_label/_scenario.html.erb [new file with mode: 0644]
app/views/templates/r/panel_editor/panel_dock/bucket/_element_form.html.erb [new file with mode: 0644]
app/views/templates/r/panel_editor/panel_dock/bucket/_priority.html.erb [new file with mode: 0644]
app/views/templates/r/panel_editor/panel_dock/bucket/_scenario.html.erb [new file with mode: 0644]
app/views/templates/r/panel_editor/panel_editor.html.erb [new file with mode: 0644]
lib/editor.rb
lib/editor/dock.rb
lib/editor/dock/base.rb [deleted file]
lib/editor/dock/bay.rb
lib/editor/dock/bay/board/element.rb [deleted file]
lib/editor/dock/bay/board/new.rb [deleted file]
lib/editor/dock/bay/board/torder.rb [deleted file]
lib/editor/dock/bay/board/zorder.rb [deleted file]
lib/editor/dock/bay/board_bay.rb [new file with mode: 0644]
lib/editor/dock/bay/element.rb [deleted file]
lib/editor/dock/bay/new.rb [deleted file]
lib/editor/dock/bay/root.rb [deleted file]
lib/editor/dock/bay/simple_bay.rb [new file with mode: 0644]
lib/editor/dock/bay/torder.rb [deleted file]
lib/editor/dock/bay/zorder.rb [deleted file]
lib/editor/dock/board.rb
lib/editor/dock/bucket.rb
lib/editor/dock/bucket/base.rb [new file with mode: 0644]
lib/editor/dock/bucket/form.rb [new file with mode: 0644]
lib/editor/dock/bucket/priority.rb [new file with mode: 0644]
lib/editor/dock/bucket/scenario.rb [new file with mode: 0644]
lib/editor/dock/dock.rb [new file with mode: 0644]
lib/editor/dock/tab.rb [new file with mode: 0644]
lib/editor/dock/tab/base.rb [new file with mode: 0644]
lib/editor/dock/tab/bay.rb [new file with mode: 0644]
lib/editor/dock/tab/board.rb [new file with mode: 0644]
lib/editor/dock/tab/body/base.rb [new file with mode: 0644]
lib/editor/dock/tab/body/bay.rb [new file with mode: 0644]
lib/editor/dock/tab/body/board.rb [new file with mode: 0644]
lib/editor/dock/tab/label/base.rb [new file with mode: 0644]
lib/editor/dock/tab/label/bay.rb [new file with mode: 0644]
lib/editor/dock/tab/label/board.rb [new file with mode: 0644]
lib/editor/editor.rb
lib/editor/panel_dock/bay.rb [new file with mode: 0644]
lib/editor/panel_dock/bay/element.rb [new file with mode: 0644]
lib/editor/panel_dock/bay/new.rb [new file with mode: 0644]
lib/editor/panel_dock/bay/priority.rb [new file with mode: 0644]
lib/editor/panel_dock/bay/root.rb [new file with mode: 0644]
lib/editor/panel_dock/bay/scenario.rb [new file with mode: 0644]
lib/editor/panel_dock/board.rb [new file with mode: 0644]
lib/editor/panel_dock/board/element.rb [new file with mode: 0644]
lib/editor/panel_dock/board/new.rb [new file with mode: 0644]
lib/editor/panel_dock/board/priority.rb [new file with mode: 0644]
lib/editor/panel_dock/board/scenario.rb [new file with mode: 0644]
lib/editor/panel_dock/panel_dock.rb [new file with mode: 0644]
lib/editor/panel_editor.rb [new file with mode: 0644]