Jonathan Frederic
691cd56038
Change the callback logic so the order makes more sense:
...
*Now*
View calls Model which calls Widget Manager
*instead of *
View calls Widget Manager, which then the Model modifies right
before sync
2014-01-21 11:00:45 +00:00
Jason Grout
fe6edb26a6
Rewrite widget syncing
...
Conflicts:
IPython/html/static/notebook/js/widgetmanager.js
IPython/html/static/notebook/js/widgets/widget.js
2014-01-21 10:13:42 -08:00
Jonathan Frederic
e17200a533
Widget require.js fix
...
The WidgetManager namespace is passed around instead of a
widget_manager instance...
2014-01-17 17:03:29 +00:00
Jonathan Frederic
469c865603
Added support for multiple kernels.
2014-01-17 16:22:57 +00:00
Jonathan Frederic
6871c8f9e0
Cherry pick of @jasongrout 's 2bc2f96.
...
Only merged changes to notebook and kernel... (see original comment below).
Separate the widget registry from the widget managers;
attach widget managers to kernels.
Yet to do: take care of clean-up when a kernel is deleted
Conflicts:
IPython/html/static/notebook/js/widgetmanager.js
IPython/html/static/notebook/js/widgets/widget.js
2014-01-17 15:36:49 +00:00
Jason Grout
140d1872f7
Delete unnecessary save
2014-01-17 15:21:30 +00:00
Jason Grout
ce19a34d93
Pass the whole message into the widget manager display_view call
...
We do this so implementations can see metadata and any other things in the message, if they want.
Conflicts:
IPython/html/static/notebook/js/widgetmanager.js
2014-01-17 15:21:06 +00:00
Jason Grout
092e40df32
make the saving to python a method of the model, called with callbacks
...
Conflicts:
IPython/html/static/notebook/js/widgets/widget.js
2014-01-17 15:10:17 +00:00
Jason Grout
24ec0da125
Fix the cell reference in views
...
This solution is kludgy, but it does fix what broke when we tried to take the cell references out of views.
Conflicts:
IPython/html/static/notebook/js/widgets/widget.js
2014-01-17 15:04:27 +00:00
Jonathan Frederic
7cc6692fc4
Make dropdown view DOM swap elements on update.
2014-01-17 10:37:08 +00:00
Jonathan Frederic
82bf9c6826
Fix bug in all children containing views
2014-01-16 17:19:35 +00:00
Jonathan Frederic
d317532a38
Halign dict colons
2014-01-16 17:17:00 +00:00
Jonathan Frederic
bd3ba3328c
Added PEP8 style comments to all of the JS code.
2014-01-16 16:48:14 +00:00
Jonathan Frederic
bad85fb879
Remove O(N) cell by msg-id lookup
2014-01-16 11:53:22 +00:00
Jonathan Frederic
2aeac3a424
Make widget views work with new keyboard manager.
2014-01-16 10:57:19 +00:00
Jonathan Frederic
f86fe40c97
Fix rebase issues
2014-01-16 10:57:19 +00:00
Jonathan Frederic
6286f8b1ea
Fab CSS
2014-01-16 10:57:19 +00:00
Jonathan Frederic
74185a68e7
Got containers and mutlicontainers working! Yay
2014-01-16 10:57:19 +00:00
Jonathan Frederic
4017c7b27a
Fixed *almost* all of the test-detected bugs
2014-01-16 10:57:19 +00:00
Jonathan Frederic
c085593e2a
More fixes
2014-01-16 10:57:18 +00:00
Jonathan Frederic
d694666e66
A lot of bug fixes...
...
Related to 1-to-1 changes
2014-01-16 10:57:18 +00:00
Jonathan Frederic
c1c7bb7563
Everyone uses one model
2014-01-16 10:57:18 +00:00
Jonathan Frederic
00650fd64a
Dev meeting Jan 2014, widget review day 2
2014-01-16 10:57:18 +00:00
Jonathan Frederic
d103c682c5
Many checks off the todo list, test fixes
2014-01-16 10:57:17 +00:00
Jonathan Frederic
f6de685d9f
Use .apply for calling base with not proto-type.
...
See codecell for example.
2014-01-16 10:57:17 +00:00
Jonathan Frederic
1e37a46a55
Add a helper method that acts on the changes made to a list.
2014-01-16 10:57:17 +00:00
Jonathan Frederic
70c6a295d0
Finished renaming Multicontainer to SelectionContainer
2014-01-16 10:57:17 +00:00
Jonathan Frederic
a528610e07
renamed: ../static/notebook/js/widgets/widget_multicontainer.js -> ../static/notebook/js/widgets/widget_selectioncontainer.js
...
renamed: widget_multicontainer.py -> widget_selectioncontainer.py
2014-01-16 10:57:17 +00:00
Jonathan Frederic
643516f6f9
remove .html('');
2014-01-16 10:57:17 +00:00
Jonathan Frederic
c62b496b0e
s/image_format/format
2014-01-16 10:57:17 +00:00
Jonathan Frederic
b5f97c1227
add comment views are in *_range
2014-01-16 10:57:16 +00:00
Jonathan Frederic
5e9a090423
toggle button, set $el to button (removing extra div)
2014-01-16 10:57:16 +00:00
Jonathan Frederic
5b5325507f
add locks to update everywhere by using options to pass this
...
(and check for this)
2014-01-16 10:57:16 +00:00
Jonathan Frederic
c4edfdc828
comment model.set, so we know that it triggers update on other views
2014-01-16 10:57:16 +00:00
Jonathan Frederic
ccbfcbc159
make JS update comment more descriptive (english)
2014-01-16 10:57:16 +00:00
Jonathan Frederic
0740980d5c
remove length test add_class and remove_class
2014-01-16 10:57:16 +00:00
Jonathan Frederic
ec68f38ed7
Removed get_kernel method.
2014-01-16 10:57:16 +00:00
Jonathan Frederic
8dc5535638
un-nest options.options
2014-01-16 10:57:16 +00:00
Jonathan Frederic
a6fac70e03
s/BaseWidgetView/WidgetView and s/WidgetView/DOMWidgetView
2014-01-16 10:57:16 +00:00
Jonathan Frederic
44cf406ac0
this.updating should be a key specific lock
2014-01-16 10:57:16 +00:00
Jason Grout
d658f362ac
Update option-passing for creating child views.
2014-01-16 10:57:16 +00:00
Jonathan Frederic
3a271585d7
Add constructor comment for widget model.
2014-01-16 10:57:16 +00:00
Jonathan Frederic
d7835eb14e
Added missing comma
2014-01-16 10:57:16 +00:00
Jonathan Frederic
d3b33828c5
handle_msg a display_model method.
2014-01-16 10:57:15 +00:00
Jonathan Frederic
3254f338bb
Added note in widget manager why Backbone.sync is there rather
...
than the base.js (widget.js)
2014-01-16 10:57:15 +00:00
Jonathan Frederic
3f3a7edd6a
remove on_create_widget and handle_create_widget callback
2014-01-16 10:57:15 +00:00
Jonathan Frederic
17da002a6a
remove msg.content.data.view_name and corrosponding create_view param
2014-01-16 10:57:15 +00:00
Jonathan Frederic
99d83a2ad1
move backbone sync outside the widget manager class
2014-01-16 10:57:15 +00:00
Jonathan Frederic
5dbffa5287
_model_types, _view_types, _models - and document what keys and values are
2014-01-16 10:57:15 +00:00
Jonathan Frederic
e383594d04
renamed: basic_widgets.js -> init.js
...
renamed: init.js -> widget.js
2014-01-16 10:57:14 +00:00