Victor Woeltjen
|
abad8df135
|
[Fixed Position] Begin updating controller
Begin updating controller to expose handles for dragging,
resizing elements in fixed position view. WTD-882.
|
2015-02-24 10:33:36 -08:00 |
|
Victor Woeltjen
|
b871e0da91
|
[Fixed Position] Update FixedController spec
Update FixedController spec to support updates to template
for selection highlight, drag handles; WTD-882.
|
2015-02-24 10:12:33 -08:00 |
|
Victor Woeltjen
|
cd6c8afddc
|
[Fixed Position] Add selection/handle markup
Add initial markup for selection highlight, drag handles to
allow position/resize of elements in Fixed Position view,
WTD-882.
|
2015-02-24 10:06:34 -08:00 |
|
Victor Woeltjen
|
3d86871c1d
|
[Fixed Position] Cache name/value
Cache name/value for telemetry elements to avoid flashing
after drag gestures, WTD-881.
|
2015-02-24 09:25:14 -08:00 |
|
Victor Woeltjen
|
59ff539bfb
|
[Fixed Position] Update specs for coverage
Update specs to restore code coverage after changes for WTD-881.
|
2015-02-24 09:18:00 -08:00 |
|
Victor Woeltjen
|
8452b2ab12
|
[Fixed Position] Update specs
Update failing specs after changes for WTD-881.
|
2015-02-24 09:07:57 -08:00 |
|
Victor Woeltjen
|
5ee0f9372b
|
[Fixed Position] Fix appearance of Remove button
Update appearance of Remove button in Fixed Position view
to match UI docs, WTD-881.
|
2015-02-23 19:27:47 -08:00 |
|
Victor Woeltjen
|
41a013d198
|
[Fixed Position] Add button to show/hide telemetry name
Add button to show/hide name of telemetry elements in
fixed position view, WTD-881.
|
2015-02-23 19:25:33 -08:00 |
|
Victor Woeltjen
|
1c69d1f2da
|
[Fixed Position] Add text, image properties
Add buttons for text, image properties to the Fixed Position
toolbar, WTD-881.
|
2015-02-23 19:16:09 -08:00 |
|
Victor Woeltjen
|
0b2cd52433
|
[Fixed Position] Add image proxy
Add selection proxy for image elements to support image URL
dialog, WTD-881.
|
2015-02-23 18:28:30 -08:00 |
|
Victor Woeltjen
|
894a5b8f89
|
[Fixed Position] Add text color property
Add a property to the Fixed Position toolbar to set text
color, WTD-881.
|
2015-02-23 18:17:24 -08:00 |
|
Victor Woeltjen
|
13793e221e
|
[Fixed Position] Add stroke property
Add stroke property to Fixed Position toolbar for
borders, line color. WTD-881.
|
2015-02-23 18:05:37 -08:00 |
|
Victor Woeltjen
|
00f85447a2
|
[Fixed Position] Add color chooser
Add color picker for fill color, WTD-881
|
2015-02-23 16:47:52 -08:00 |
|
Victor Woeltjen
|
46c8a456b7
|
[Fixed Position] Begin adding color chooser
Begin adding choice of fill colors for box/text/telemetry
elements in a fixed position view, WTD-881.
|
2015-02-23 14:52:19 -08:00 |
|
Victor Woeltjen
|
182d02599d
|
[Fixed Position] Add fill properties
Add 'fill' properties, to allow specifying background
color in Fixed Position view. WTD-881.
|
2015-02-23 10:48:44 -08:00 |
|
Victor Woeltjen
|
53aabd5743
|
[Fixed Position] Add ordering control
Add order control for elements in a fixed position view,
WTD-881.
|
2015-02-23 10:33:27 -08:00 |
|
Victor Woeltjen
|
0de06b0594
|
[Fixed Position] Specify glyph for Add
Specify glyph for the Add button in the Fixed Position
view's toolbar, WTD-880.
|
2015-02-20 16:30:00 -08:00 |
|
Victor Woeltjen
|
a2295e8416
|
[Fixed Position] Add JSDoc
Add clarifying comments to different elements proxies, WTD-880.
|
2015-02-20 16:26:10 -08:00 |
|
Victor Woeltjen
|
d75f9e51ac
|
[Fixed Position] Add tests for new classes
Add test cases for new classes introduced to support
Add options in the Fixed Position toolbar, WTD-880.
|
2015-02-20 16:18:19 -08:00 |
|
Victor Woeltjen
|
e50e57b0be
|
[Fixed Position] Add tests for FixedController
Add tests for FixedController and FixedProxy which reflect
added/changed behavior for Add button, WTD-880.
|
2015-02-20 15:59:22 -08:00 |
|
Victor Woeltjen
|
6814567116
|
[Fixed Position] Update failing specs
Update existing tests to account for changes from WTD-880.
|
2015-02-20 15:53:41 -08:00 |
|
Victor Woeltjen
|
84e90f6ad1
|
[Fixed Position] Select newly-created elements
When elements are added to a fixed position view, select them
immediately. WTD-880.
|
2015-02-20 15:47:07 -08:00 |
|
Victor Woeltjen
|
668a1e4534
|
[Fixed Position] Add empty specs
Add empty specs for classes introduced in support of
Add menu options for fixed position view, WTD-880.
|
2015-02-20 15:29:37 -08:00 |
|
Victor Woeltjen
|
f9043fdb7d
|
[Fixed Position] Allow straight lines
Pad width/height to give enough space to draw straight
lines; fix usage of background for boxes. WTD-880.
|
2015-02-20 15:25:27 -08:00 |
|
Victor Woeltjen
|
2c0180ebda
|
[Fixed Position] Draw line as SVG
Draw line elements as SVG, WTD-880.
|
2015-02-20 15:06:33 -08:00 |
|
Victor Woeltjen
|
638a7c8609
|
[Fixed Position] Add dialog for text
Add dialog for text elements in fixed position view;
tweak styling on some other element types. WTD-880.
|
2015-02-20 12:57:15 -08:00 |
|
Victor Woeltjen
|
f5b6be9b5d
|
[Fixed Position] Add Image Properties dialog
Add Image Properties dialog, for when a new image element
is created. WTD-880.
|
2015-02-20 12:28:52 -08:00 |
|
Victor Woeltjen
|
a947ff1274
|
[Fixed Position] Add element factory
Add element factory, which will take on responsibility
for populating initial states of elements and (if necessary)
prompting for user input. WTD-880.
|
2015-02-20 12:21:28 -08:00 |
|
Victor Woeltjen
|
f1a8e84a93
|
[Fixed Position] Allow adding elements
Allow adding of elements (without any element-specific
properties beyond type.) WTD-880.
|
2015-02-20 11:53:50 -08:00 |
|
Victor Woeltjen
|
6fca03521b
|
[Fixed Position] Add initial element templates
Add element templates for fixed position elements introduced
via the Add button, WTD-880.
|
2015-02-20 11:39:29 -08:00 |
|
Victor Woeltjen
|
2be58579dc
|
[Fixed Position] Add 'Add' menu button
Add UI for the Add button in fixed position view,
WTD-880.
|
2015-02-20 11:30:04 -08:00 |
|
Victor Woeltjen
|
1015e97b3e
|
[Fixed Position] Add tests for FixedController
Add additional test cases for controller for Fixed Position
view to meet code coverage after changes for WTD-879.
|
2015-02-19 16:24:45 -08:00 |
|
Victor Woeltjen
|
3cfcd027e0
|
[Fixed Position] Fill in specs for selection proxies
Fill in specs for fixed position views selection proxies,
WTD-879.
|
2015-02-19 13:29:43 -08:00 |
|
Victor Woeltjen
|
7882dd1401
|
[Fixed Position] Add spec for selection
Add spec for selection manager for layout and fixed position
views, WTD-879.
|
2015-02-19 13:06:55 -08:00 |
|
Victor Woeltjen
|
14cbb9fb40
|
[Fixed Position] Add placeholder specs
Add placeholder specs for classes added to support
selection of elements in a fixed position view,
WTD-879.
|
2015-02-19 12:21:39 -08:00 |
|
Victor Woeltjen
|
7498e340d6
|
[Fixed Position] Rename accessor
Rename utility function used by fixed position elements
to be more accurate. WTD-879.
|
2015-02-19 12:10:43 -08:00 |
|
Victor Woeltjen
|
83872946bf
|
[Fixed Position] Fix grid size spec
Fix spec which ensures that FixedController correctly
populates background grid based on user-defined grid
size, after changes for WTD-879.
|
2015-02-19 10:22:12 -08:00 |
|
Victor Woeltjen
|
9a50f6d84d
|
[Fixed Position] Fix globals
Fix globals to pass JSLint check in command line build. WTD-879.
|
2015-02-19 09:37:02 -08:00 |
|
Victor Woeltjen
|
5df41966a4
|
[Fixed Position] Disable failing specs
Disable failing specs after significant rewrite of
FixedController to handle element selection, WTD-879.
|
2015-02-19 09:13:45 -08:00 |
|
Victor Woeltjen
|
7bd41a9f80
|
[Fixed Position] Allow dragging of elements
Restore dragging behavior to elements in a fixed position
view, WTD-879.
|
2015-02-18 20:29:54 -08:00 |
|
Victor Woeltjen
|
5680710c06
|
[Fixed Position] Implement remove
Implement remove button for selected elements in fixed
position view. WTD-879.
|
2015-02-18 20:12:55 -08:00 |
|
Victor Woeltjen
|
f66fb0a32d
|
[Fixed Position] Add remove button
Add a 'remove' button when elements are selected in
fixed position view, WTD-879.
|
2015-02-18 19:56:54 -08:00 |
|
Victor Woeltjen
|
a4dd730764
|
[Fixed Position] Allow select/deselect
Allow select/deselect of individual elements in fixed position
view, WTD-879.
|
2015-02-18 19:51:42 -08:00 |
|
Victor Woeltjen
|
cd98fd475d
|
[Fixed Position] Begin using proxies
Begin using proxies for elements in fixed position view,
WTD-879.
|
2015-02-18 19:41:27 -08:00 |
|
Victor Woeltjen
|
f24f62dedc
|
[Fixed Position] Begin adding element proxy classes
Begin adding proxy classes to allow the toolbar to interact with
elements in a fixed position view, WTD-879.
|
2015-02-18 19:26:06 -08:00 |
|
Victor Woeltjen
|
466a169562
|
[Fixed Position] Continue refactoring controller
Continue refactoring Fixed Position controller for
selection support, WTD-879.
|
2015-02-18 15:11:52 -08:00 |
|
Victor Woeltjen
|
bf36141e91
|
[Fixed Position] Begin refactoring controller
Begin refactoring Fixed Position controller to facilitate
selection support, as well as multiple types of elements;
WTD-879.
|
2015-02-18 13:50:25 -08:00 |
|
Victor Woeltjen
|
8662689974
|
[Fixed Position] Begin breaking apart template
Begin breaking apart template to allow multiple
types of fixed position elements, WTD-879.
|
2015-02-18 13:19:59 -08:00 |
|
Victor Woeltjen
|
97b844563d
|
[Fixed Position] Add proxy object
Add proxy object to represent the selection of the fixed position
view itself, WTD-879.
|
2015-02-18 09:03:50 -08:00 |
|
Victor Woeltjen
|
4be2a3f1cd
|
[Fixed Position] Add selection manager
Add utility class so that layouts/fixed position views
can track their current selection state more simply.
WTD-879.
|
2015-02-18 08:55:58 -08:00 |
|