f1bf88fac4
[Inspector] Reorganization of scss files
...
Split the inspector styling out of the general
panes styling. Moved files into more appropriate
folders.
2015-08-27 16:41:11 -07:00
953bd9d8fc
[Inspector] Inform user of multiple selection
...
The object inspector now displays how many
selected items there are if there are more
than one.
2015-08-27 16:31:42 -07:00
05fb7173aa
[Inpsector] Inspector icon
...
Change from gear to info icon. #73 .
2015-08-26 10:44:11 -07:00
57d1876dd8
[Inspector] Fix inspector pane transition
...
Changed the pane transition so that on
pane open the inspector becomes invisible
after the pane starts opening. #73 .
2015-08-26 10:43:03 -07:00
7119f6f3a1
[Inspector] Splitter drag temporarily removes transition
...
Dragging mct-splitter will remove a 'slide'
class from the splitter's sibling while a
drag is in process, and then replace the
'slide' class. This allows the left and right
panes to have slide transitions for open/close,
but not when the splitter is being dragged. #73 .
2015-08-26 10:23:18 -07:00
86d398d8ff
[Inspector] Fix location label text
...
Fixed the location object labels so that their
overflow text properly gets hidden, and so that
the direction arrows are aligned with the
labels. #73 .
2015-08-25 16:30:57 -07:00
5cc634e946
Merge branch 'open72' into open73
...
Conflicts:
platform/commonUI/general/res/css/theme-espresso.css
2015-08-25 15:02:57 -07:00
cd204af71c
[Treeview] Compatability with search
...
Update to hide search bar when the pane is
closed. #72 .
2015-08-25 14:55:23 -07:00
c4de3505b9
[Inspector] Location horizontal overflow
...
Modified location labels to have cut-off text
be indicated by ellipses when the inspection
pane width is small. #73 .
2015-08-25 14:30:42 -07:00
5080b5296e
[Inspector] Consistent link and nonlink style
...
Changed stlying on the labels for parent
lists to have more consistent styling
between the link and nonlink parents. #73 .
2015-08-25 11:14:41 -07:00
7a7cabedcc
[Inspector] Add hovertext and scrolling
...
Made the inspector capable of scrolling.
Added hovertext to the contextual and
primary location sections for some
clarification. #73 .
2015-08-25 10:18:31 -07:00
d5062c74a2
[Inspector] Stlying tweak
...
Made titles taller so that they weren't
squished with the data.
2015-08-24 12:35:13 -07:00
57e3c2554d
[Inspector] Pane tab button tweaks
...
Changed size and position slightly. Icon when
closed different.
2015-08-24 10:57:50 -07:00
67e57081f4
[Inspector] Right pane transition
...
Created the sliding transition for when the
object inspector pane opens or closes.
2015-08-24 10:47:14 -07:00
7715acd4d4
[Inspector] Right pane opens and closes
...
Added collapser button to open and close
the right pane holding the object inspector.
2015-08-24 10:24:35 -07:00
e53c419e87
[Inspector] Add shadow to link icon
2015-08-24 09:38:35 -07:00
6e8dcc6ab8
[Inspector] Fix location label heights
...
Made it so that the last element of the location
does not get misaligned.
Also changed the element background highlighting
and arrow size.
2015-08-24 09:26:39 -07:00
bbcb0e15c9
[Inspector] Location in tree
...
Added a 'location' section for the inspector panel. Its
elements are clickable labels. #73 .
2015-08-21 13:19:49 -07:00
7b5f07ae45
[Inspector] Inspector style
...
Added stlying to the inspector. Still need to find
proper icon. #73 .
2015-08-20 16:52:21 -07:00
3343475973
[Inspector] Add mct-object-inspector representation
...
Still having some styling issues though.
2015-08-20 16:01:08 -07:00
71207d643a
[Inspector] Left pane close works again
...
Moved ng-class up to a parent so that the
left position would be correct relative to
the left split overall. #73 .
2015-08-20 15:21:14 -07:00
d9a65a1844
[Inspector] Add right pane
...
Added a right pane to the page. This was done by
putting an mct-split-pane nested inside of the
existsing mct-split-pane. #73 .
2015-08-20 15:11:16 -07:00
32c7cc2424
[Treeview] Cleanup order
...
Rearrange the sass so that classes appear in the
order that they appear in browse.html, with
correct nesting as well.
No changes to the actual UI from this.
2015-08-20 14:51:32 -07:00
503c8e2f03
[Treeview] Collapse button styling
...
Changed color to better match topbar buttons.
Icon changes direction when pane is open vs
closed.
2015-08-20 13:02:40 -07:00
570e0f31b2
[Treeview] Rename layout to pane
...
To better reflect what the file is modifying
2015-08-20 12:05:48 -07:00
83c86c748c
[Treeview] Remove unnecissary file
...
_splitter.scss merged into _layout.scss, within the
tree folder
2015-08-20 11:59:03 -07:00
ed96889fce
[Treeview] Fix splitter bar movement
...
Fixed the splitter bar so that it is now
draggable again.
2015-08-20 11:25:11 -07:00
d2bc8227c7
[Treeview] Create button and slide transition
...
Made the create button visible when the left
pane is closed. Added a transition between
opening and closing the pane.
2015-08-20 10:41:30 -07:00
81ece1190e
[Treeview] Collapse button styling
...
Made smaller, with flat left side.
2015-08-20 09:19:09 -07:00
62f7ca5a0a
[Treeview] Treeview collapse toggle
...
Clicking on the pane tab now toggles the
treeview.
2015-08-19 16:57:11 -07:00
e44e50823e
[Treeview] Treeview collapse
...
Clicking on the pane tab now will make the treeview
invisible, and set the width to 0. BUT, this does
not immediately move the splitter bar, though it
does go to the correct width if clicked.
Needs more work.
2015-08-19 16:44:42 -07:00
9c912b62d3
[Treeview] Modified left splitter
...
Added a 'button' (which does not work yet). It
sticks out of the splitter like a tab.
2015-08-19 15:08:27 -07:00
793d39b969
[Frontend] CSS and font updates ONLY from open1423
...
WTD-1404
CSS has error at this point due to missing $colorIconLink in _constants.scss;
(cherry picked from commit 2a032bf
)
2015-07-01 10:04:45 -07:00
06cf199872
[Frontend] Styling for context-available arrow
...
WTD-1404
WTD-1422
2015-06-30 13:35:21 -07:00
db3e132799
[Frontend] New symbols font and CSS adjustments, in-progress
...
WTD-980
WTD-396
2015-06-23 16:07:29 -07:00
8f153d4e75
[Fronted] Significant refactoring of mixins for containers and buttons
...
WTD-839
Removal of 'icon-btn' class from *.html;
Cleanup of markup in switcher.html;
'name' span is now hidden when switcher is within frame;
Commented out unused css classes in _controls.scss,
Normalization of markup in object header when in main view and framed objects;
Icon sizing fixed in menus and switcher control;
Tightened up spacing in menus;
2015-06-12 11:44:09 -07:00
e216961727
Pulling in all sass, css, etc. and static-markup work from warp1222 so far
2015-06-05 16:48:58 -07:00
10863514cb
[Licenses] Add license headers
...
WTD-1051.
2015-05-13 16:43:30 -07:00
8018c8f42e
[Frontend] Sanding and polishing on common front-end elements
...
WTD-1048
Originally did a lot of this work in warp1048 by mistake
This commit pulls in all /platform-only changes from that branch
Mods are mostly related to WTD-1046 specifically, but also touch toolbar and buttons
2015-03-20 16:37:42 -07:00
f820cd47b6
[Bug] CSS and markup mods
...
CSS markup and mods to fix issues related to bug WTD-618;
fix is complete and verified in Chrome
2015-01-02 14:11:29 -08:00
7db5c0692b
[Autoflow] Add SCSS files
...
Merge in SCSS files and platform markup which supports
autoflow tabular views for WTD-611 into the open-source-friendly
master branch.
2014-12-31 10:43:01 -08:00