| Commit message (Collapse) | Author | Age |
| |
|
|
|
|
| |
Signed-off-by: Valerio Virgillito <valerio@motorola.com>
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
This is needed to allow for model to change during draw routines
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
Also added a null value setter fix for no color hex
|
| |
|
| |
|
| |
|
|
|
|
| |
This is for the color chip
|
|
|
|
| |
Still need to implement getting value on retrieve while opening
|
|
|
|
| |
Getting the right value of alpha on reopening color chips.
|
|
|
|
| |
This is a fallback is null and alpha is changed.
|
| |
|
|
|
|
| |
The chip popup alpha sliders were binding to the panel when they shouldn't, so added a check.
|
|
|
|
| |
This address clicking outside (below) and closing the popup. The wrong value was being used.
|
|
|
|
| |
Adding/Removing events when only needed by color popups.
|
|
|
|
| |
Preliminary check in for testing to commence on new color popup functionality.
|
|
|
|
| |
Need to handle other color modes, currently only handling HSV and gradients. Working on getting other modes supported. Also, will need clean up color popup manager after completion.
|
|
|
|
| |
Only working for HSV, need to implement HEX and gradient
|
| |
|
|
|
|
| |
Need to add support for gradient events dispatching from standalone chips. Just need to hook up relays for events besides HSV to bubble up.
|
|
|
|
| |
Added improved logic to handle toggling from button the color popup. Also added an init color method for the chip to initialize color in it's popup.
|
|
|
|
| |
This replaces the temporary color chip popup with a main popup used universally throughout the app. There are still outstanding issues to be addressed, this is just the initial set up before debugging issues.
|
|
|
|
| |
This resolves closing the color panel popup when a user make a click outside the popup area or resizes the Ninja window. This should be tested prior to merging.
|
| |
|
|
|
|
| |
Controller will need a review and refactoring.
|
|
|
|
| |
Also cleaning up, however, needs much refactoring.
|
|
|
|
| |
This should fix canvas and standard DOM elements including the root (body or template wrapper).
|
|
|
|
| |
Still need to do more cleaning up.
|
|
|
|
| |
Changing icon, seems low res and improper size, should be hi-res PNG for future reference, using negative space offset to better display.
|
| |
|
|\
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
WorkingBranch
Conflicts:
js/components/layout/tools-list.reel/tools-list.html
js/components/layout/tools-properties.reel/tools-properties.html
js/components/tools-properties/brush-properties.reel/brush-properties.html
js/components/tools-properties/fill-properties.reel/fill-properties.html
js/components/tools-properties/pen-properties.reel/pen-properties.html
js/components/tools-properties/pencil-properties.reel/pencil-properties.html
js/components/tools-properties/selection-properties.reel/selection-properties.html
js/components/tools-properties/shape-properties.reel/shape-properties.html
js/components/tools-properties/tag-properties.reel/tag-properties.html
js/components/tools-properties/text-properties.reel/text-properties.html
|
| |
| |
| |
| | |
Signed-off-by: Valerio Virgillito <valerio@motorola.com>
|
| | |
|
| |
| |
| |
| |
| |
| |
| |
| |
| | |
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
|
|/
|
|
| |
have chips in the sub tool bar. Still need to complete adding chips to the Brush tool and finalizing the subtool bar layout to our spec for all of the subtools.
|
|
|
|
| |
preparation for montage converting to the new "prototype" format fully
|
| |
|
|
|
|
| |
Signed-off-by: Nivesh Rajbhandari <mqg734@motorola.com>
|