From 3638d85314b2045545ace876b8050918487bc7d0 Mon Sep 17 00:00:00 2001 From: Keivan Beigi Date: Tue, 23 Apr 2013 18:55:29 -0700 Subject: [PATCH] removed title region, started adding support for a global tool bar. --- .../inspectionProfiles/Project_Default.xml | 1 + UI/Controller.js | 2 +- UI/Index.html | 3 --- UI/Series/Index/SeriesIndexLayout.js | 15 ++++++++++++++- UI/Series/Index/SeriesIndexLayoutTemplate.html | 17 ++++++++++++----- UI/Shared/Toolbar/CommandCollection.js | 7 +++++++ UI/Shared/Toolbar/CommandModel.js | 17 +++++++++++++++++ UI/Shared/Toolbar/ToolbarCollection.js | 12 ------------ UI/Shared/Toolbar/ToolbarModel.js | 12 ------------ UI/Shared/Toolbar/ToolbarTemplate.html | 18 ++++++++++++++++++ UI/Shared/Toolbar/ToolbarView.js | 14 +++++++++----- UI/app.js | 1 - 12 files changed, 79 insertions(+), 40 deletions(-) create mode 100644 UI/Shared/Toolbar/CommandCollection.js create mode 100644 UI/Shared/Toolbar/CommandModel.js delete mode 100644 UI/Shared/Toolbar/ToolbarCollection.js delete mode 100644 UI/Shared/Toolbar/ToolbarModel.js create mode 100644 UI/Shared/Toolbar/ToolbarTemplate.html diff --git a/UI/.idea/inspectionProfiles/Project_Default.xml b/UI/.idea/inspectionProfiles/Project_Default.xml index 0524d009e..1a7a1b98f 100644 --- a/UI/.idea/inspectionProfiles/Project_Default.xml +++ b/UI/.idea/inspectionProfiles/Project_Default.xml @@ -27,6 +27,7 @@