1056 Commits (d103c682c54eee8d356e97b7798bf33db5c11b19)

Author SHA1 Message Date
Jonathan Frederic d103c682c5 Many checks off the todo list, test fixes
13 years ago
Jonathan Frederic f6de685d9f Use .apply for calling base with not proto-type.
13 years ago
Jonathan Frederic 0f715170b3 Add a comment that explains the notion of the default element
13 years ago
Jonathan Frederic 1e37a46a55 Add a helper method that acts on the changes made to a list.
13 years ago
Jonathan Frederic be268dcf98 Implement a context manager as a property locking mechanism in Widget.
13 years ago
Jonathan Frederic 70c6a295d0 Finished renaming Multicontainer to SelectionContainer
13 years ago
Jonathan Frederic a528610e07 renamed: ../static/notebook/js/widgets/widget_multicontainer.js -> ../static/notebook/js/widgets/widget_selectioncontainer.js
13 years ago
Jonathan Frederic 643516f6f9 remove .html('');
13 years ago
Jonathan Frederic c62b496b0e s/image_format/format
13 years ago
Jonathan Frederic b5f97c1227 add comment views are in *_range
13 years ago
Jonathan Frederic 5e9a090423 toggle button, set $el to button (removing extra div)
13 years ago
Jonathan Frederic 5b5325507f add locks to update everywhere by using options to pass this
13 years ago
Jonathan Frederic c4edfdc828 comment model.set, so we know that it triggers update on other views
13 years ago
Jonathan Frederic ccbfcbc159 make JS update comment more descriptive (english)
13 years ago
Jonathan Frederic 0740980d5c remove length test add_class and remove_class
13 years ago
Jonathan Frederic ec68f38ed7 Removed get_kernel method.
13 years ago
Jonathan Frederic 8dc5535638 un-nest options.options
13 years ago
Jonathan Frederic a6fac70e03 s/BaseWidgetView/WidgetView and s/WidgetView/DOMWidgetView
13 years ago
Jonathan Frederic 44cf406ac0 this.updating should be a key specific lock
13 years ago
Jason Grout d658f362ac Update option-passing for creating child views.
13 years ago
Jonathan Frederic 3a271585d7 Add constructor comment for widget model.
13 years ago
Jonathan Frederic d7835eb14e Added missing comma
13 years ago
Jonathan Frederic d3b33828c5 handle_msg a display_model method.
13 years ago
Jonathan Frederic 261e92de74 re-order handle custom msg and handle recieve state
13 years ago
Jonathan Frederic 3254f338bb Added note in widget manager why Backbone.sync is there rather
13 years ago
Jonathan Frederic 3f3a7edd6a remove on_create_widget and handle_create_widget callback
13 years ago
Jonathan Frederic 17da002a6a remove msg.content.data.view_name and corrosponding create_view param
13 years ago
Jonathan Frederic 99d83a2ad1 move backbone sync outside the widget manager class
13 years ago
Jonathan Frederic 5dbffa5287 _model_types, _view_types, _models - and document what keys and values are
13 years ago
Jonathan Frederic 15dabce113 send_state only once for dict signature of set_css
13 years ago
Jonathan Frederic 6c11760a89 Fixed comments for optional kwargs so they are redundant.
13 years ago
Jonathan Frederic 670f4881ec remove 3rd callback type from on_displayed
13 years ago
Jonathan Frederic 7e6c8e4f1d Remove view_name from display
13 years ago
Jonathan Frederic 463bcf85ee Fixed _send so it can open a comm if needed.
13 years ago
Jonathan Frederic 85b5adff58 Remove first three lines of repr widgets
13 years ago
Jonathan Frederic e383594d04 renamed: basic_widgets.js -> init.js
13 years ago
Jonathan Frederic 5a3665d9ed s/widget.js/init.js
13 years ago
Jonathan Frederic 5b388df615 Added callbacks method to view
13 years ago
Jonathan Frederic 5ced2816e7 Removed sync_method parameter from backbone msg spec
13 years ago
Jonathan Frederic 4e19dd7933 s/_handle_widget_constructed/_call_widget_constructed
13 years ago
Jonathan Frederic 39aaf7bf88 s/default_view_name/view_name
13 years ago
Jonathan Frederic 21a14e11a4 s/Widget/DOMWidget s/BaseWidget/Widget
13 years ago
Jonathan Frederic 696a6e4c28 add/remove_class now can accept a list of classes
13 years ago
Jonathan Frederic 2600913067 Removed ViewWidget
13 years ago
Jonathan Frederic 441a3e3ca6 Updated require.js references
13 years ago
Jonathan Frederic ee522adc18 Renamed widget js files
13 years ago
Jonathan Frederic 691db01e5e Missing view argument when recursively calling widgetmanager.callbacks(view)
13 years ago
Jonathan Frederic babd5c44ba Completely remove cell from model and view.
13 years ago
Jonathan Frederic 9e43807579 Updated comm id comments in view to model id
13 years ago
Jonathan Frederic 3329f875f3 s/comm_id/model_id (left over from before)
13 years ago