Add support for filters
Bug #1549185 reported by
Marcus Tomlinson
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
unity-js-scopes |
In Progress
|
Medium
|
Alexandre Abreu |
Bug Description
Filters should be landed pretty soon in unity-scopes-api: https:/
We need to keep an eye on that MP then update the bindings accordingly.
Related branches
lp://staging/~abreu-alexandre/unity-js-scopes/expand-filter-support
Ready for review
for merging
into
lp://staging/unity-js-scopes
- Marcus Tomlinson (community): Needs Fixing
- unity-api-1-bot: Approve (continuous-integration)
- PS Jenkins bot: Pending (continuous-integration) requested
-
Diff: 1667 lines (+1451/-31)12 files modifiedsrc/bindings/index.js (+30/-0)
src/bindings/src/addon.cc (+69/-2)
src/bindings/src/filter-group.cc (+39/-0)
src/bindings/src/filter-group.h (+82/-0)
src/bindings/src/option-selector-filter.cc (+17/-1)
src/bindings/src/option-selector-filter.h (+68/-28)
src/bindings/src/range-input-filter.cc (+259/-0)
src/bindings/src/range-input-filter.h (+312/-0)
src/bindings/src/value-slider-filter.cc (+141/-0)
src/bindings/src/value-slider-filter.h (+234/-0)
src/bindings/src/value-slider-labels.cc (+91/-0)
src/bindings/src/value-slider-labels.h (+109/-0)
Changed in unity-js-scopes: | |
assignee: | nobody → Alexandre Abreu (abreu-alexandre) |
Changed in unity-js-scopes: | |
status: | New → In Progress |
importance: | Undecided → Medium |
To post a comment you must log in.