From 29ad6355ef60cfb3b3fc7f780504f3ed30845883 Mon Sep 17 00:00:00 2001
From: John Mayhew
Date: Mon, 7 May 2012 14:30:47 -0700
Subject: More implementation of moving color chips to the individual subtools.
Removed the tool color bar
Added new icons for inkbottle
Removed Pencil tool
Removed Inkbottle tool
Added chips to the pen, brush and tag tools
Aligned controls in several subtools
---
.../pencil-properties.reel/pencil-properties.css | 6 -----
.../pencil-properties.reel/pencil-properties.html | 31 ----------------------
.../pencil-properties.reel/pencil-properties.js | 25 -----------------
3 files changed, 62 deletions(-)
delete mode 100755 js/components/tools-properties/pencil-properties.reel/pencil-properties.css
delete mode 100755 js/components/tools-properties/pencil-properties.reel/pencil-properties.html
delete mode 100755 js/components/tools-properties/pencil-properties.reel/pencil-properties.js
(limited to 'js/components/tools-properties/pencil-properties.reel')
diff --git a/js/components/tools-properties/pencil-properties.reel/pencil-properties.css b/js/components/tools-properties/pencil-properties.reel/pencil-properties.css
deleted file mode 100755
index 7f1b0f7f..00000000
--- a/js/components/tools-properties/pencil-properties.reel/pencil-properties.css
+++ /dev/null
@@ -1,6 +0,0 @@
-/*
- This file contains proprietary software owned by Motorola Mobility, Inc.
- No rights, expressed or implied, whatsoever to this software are provided by Motorola Mobility, Inc. hereunder.
- (c) Copyright 2011 Motorola Mobility, Inc. All Rights Reserved.
- */
-
diff --git a/js/components/tools-properties/pencil-properties.reel/pencil-properties.html b/js/components/tools-properties/pencil-properties.reel/pencil-properties.html
deleted file mode 100755
index fc5f541e..00000000
--- a/js/components/tools-properties/pencil-properties.reel/pencil-properties.html
+++ /dev/null
@@ -1,31 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/js/components/tools-properties/pencil-properties.reel/pencil-properties.js b/js/components/tools-properties/pencil-properties.reel/pencil-properties.js
deleted file mode 100755
index e1be4b5e..00000000
--- a/js/components/tools-properties/pencil-properties.reel/pencil-properties.js
+++ /dev/null
@@ -1,25 +0,0 @@
-/*
-This file contains proprietary software owned by Motorola Mobility, Inc.
-No rights, expressed or implied, whatsoever to this software are provided by Motorola Mobility, Inc. hereunder.
-(c) Copyright 2011 Motorola Mobility, Inc. All Rights Reserved.
- */
-
-var Montage = require("montage/core/core").Montage;
-var Component = require("montage/ui/component").Component;
-var ToolProperties = require("js/components/tools-properties/tool-properties").ToolProperties;
-
-exports.PencilProperties = Montage.create(ToolProperties, {
-
-
- _subPrepare: {
- value: function() {
- //this.divElement.addEventListener("click", this, false);
- }
- },
-
- handleClick: {
- value: function(event) {
- // this.selectedElement = event._event.target.id;
- }
- }
-});
\ No newline at end of file
--
cgit v1.2.3