2806 Commits (077bd5c6caa76e22e26aa4ea7e3ba4579dff8f26)

Author SHA1 Message Date
Jonathan Frederic 643516f6f9 remove .html('');
12 years ago
Jonathan Frederic c62b496b0e s/image_format/format
12 years ago
Jonathan Frederic b5f97c1227 add comment views are in *_range
12 years ago
Jonathan Frederic 5e9a090423 toggle button, set $el to button (removing extra div)
12 years ago
Jonathan Frederic 5b5325507f add locks to update everywhere by using options to pass this
12 years ago
Jonathan Frederic c4edfdc828 comment model.set, so we know that it triggers update on other views
12 years ago
Jonathan Frederic ccbfcbc159 make JS update comment more descriptive (english)
12 years ago
Jonathan Frederic 0740980d5c remove length test add_class and remove_class
12 years ago
Jonathan Frederic ec68f38ed7 Removed get_kernel method.
12 years ago
Jonathan Frederic 8dc5535638 un-nest options.options
12 years ago
Jonathan Frederic a6fac70e03 s/BaseWidgetView/WidgetView and s/WidgetView/DOMWidgetView
12 years ago
Jonathan Frederic 44cf406ac0 this.updating should be a key specific lock
12 years ago
Jason Grout d658f362ac Update option-passing for creating child views.
12 years ago
Jonathan Frederic 3a271585d7 Add constructor comment for widget model.
12 years ago
Jonathan Frederic d7835eb14e Added missing comma
12 years ago
Jonathan Frederic d3b33828c5 handle_msg a display_model method.
12 years ago
Jonathan Frederic 261e92de74 re-order handle custom msg and handle recieve state
12 years ago
Jonathan Frederic 3254f338bb Added note in widget manager why Backbone.sync is there rather
12 years ago
Jonathan Frederic 3f3a7edd6a remove on_create_widget and handle_create_widget callback
12 years ago
Jonathan Frederic 17da002a6a remove msg.content.data.view_name and corrosponding create_view param
12 years ago
Jonathan Frederic 99d83a2ad1 move backbone sync outside the widget manager class
12 years ago
Jonathan Frederic 5dbffa5287 _model_types, _view_types, _models - and document what keys and values are
12 years ago
Jonathan Frederic 15dabce113 send_state only once for dict signature of set_css
12 years ago
Jonathan Frederic 6c11760a89 Fixed comments for optional kwargs so they are redundant.
12 years ago
Jonathan Frederic 670f4881ec remove 3rd callback type from on_displayed
12 years ago
Jonathan Frederic 7e6c8e4f1d Remove view_name from display
12 years ago
Jonathan Frederic 463bcf85ee Fixed _send so it can open a comm if needed.
12 years ago
Jonathan Frederic 85b5adff58 Remove first three lines of repr widgets
12 years ago
Jonathan Frederic e383594d04 renamed: basic_widgets.js -> init.js
12 years ago
Jonathan Frederic 5a3665d9ed s/widget.js/init.js
12 years ago
Jonathan Frederic 5b388df615 Added callbacks method to view
12 years ago
Jonathan Frederic 5ced2816e7 Removed sync_method parameter from backbone msg spec
12 years ago
Jonathan Frederic 4e19dd7933 s/_handle_widget_constructed/_call_widget_constructed
12 years ago
Jonathan Frederic 39aaf7bf88 s/default_view_name/view_name
12 years ago
Jonathan Frederic 21a14e11a4 s/Widget/DOMWidget s/BaseWidget/Widget
12 years ago
Jonathan Frederic 696a6e4c28 add/remove_class now can accept a list of classes
12 years ago
Jonathan Frederic 2600913067 Removed ViewWidget
12 years ago
Jonathan Frederic 441a3e3ca6 Updated require.js references
12 years ago
Jonathan Frederic ee522adc18 Renamed widget js files
12 years ago
Jonathan Frederic 691db01e5e Missing view argument when recursively calling widgetmanager.callbacks(view)
12 years ago
Jonathan Frederic babd5c44ba Completely remove cell from model and view.
12 years ago
Jonathan Frederic 9e43807579 Updated comm id comments in view to model id
12 years ago
Jonathan Frederic 3329f875f3 s/comm_id/model_id (left over from before)
12 years ago
Jason Grout a0b2cc40b8 Make widget keys have more explicit inheritance
12 years ago
Jason Grout ce98452180 Get rid of keys magic; make the keys very explicit
12 years ago
Jason Grout f0a4b9ea30 Make the widget keys property traverse the superclasses and accumulate the _keys attributes.
12 years ago
Jason Grout 7cbda99b0d Add widget view options in creating child views
12 years ago
Jonathan Frederic 7c3b21d239 Fixed typo in model_id property
12 years ago
Jonathan Frederic 0c8b6029a6 Remove debug print statements in container tests
12 years ago
Jonathan Frederic d2afb9895b Output one more for debugging
12 years ago
Jonathan Frederic 7f430db3c8 Print cell output
12 years ago
Jonathan Frederic 12760ddbe5 deleted: wigets_container.js
12 years ago
Jonathan Frederic 07b3a7639d Revert "Enabled IPython Server output for Travis debugging"
12 years ago
Jonathan Frederic 74fccf47b3 Revert "Added line to dump page html casperjs"
12 years ago
Jonathan Frederic 8891750535 Fixed static_url call which is no longer optionally 1 param
12 years ago
Jonathan Frederic 3a05f7e145 Enabled IPython Server output for Travis debugging
12 years ago
Jonathan Frederic c7362cb524 Added line to dump page html casperjs
12 years ago
Jonathan Frederic 926c93eb84 Fixed indentation in widgetmanager.js
12 years ago
Jonathan Frederic 57f3057ca5 Moved view widget into widget.py
12 years ago
Jonathan Frederic 46e88dc205 Fixed indent of line 450
12 years ago
Jonathan Frederic a2235efbea Further indentation cleanup
12 years ago
Jonathan Frederic 2e4abaa13d Removed console.log, unused
12 years ago
Jonathan Frederic 35a536f3b8 Re-decoupled comm_id from widget models
12 years ago
Jonathan Frederic 1b4e2ad6fe Added ViewWidget
12 years ago
Jonathan Frederic 399f11e2b2 renamed: wigets_container.js -> widgets_container.js
12 years ago
Jonathan Frederic c3189c1c93 Fixed JS tests to reflect Jason's changes
12 years ago
Jonathan Frederic 8732761524 Added `update_children` pattern to remaining parent widgets
12 years ago
Jonathan Frederic 2211abd28d Converted tabs to spaces
12 years ago
Jason Grout b41f77e635 Fix the python side of the add/remove class functions to send custom messages
12 years ago
Jason Grout 44e2043afe Live updates for children automatically change container views.
12 years ago
Jason Grout b52043b4f7 Get the add/remove css classes working
12 years ago
Jason Grout a8c8c2a5fd General cleanup of base.js, including indentation fixes and adding view callbacks to the save options dictionary.
12 years ago
Jason Grout 747b219771 Move some Widget class references to BaseWidget
12 years ago
Jason Grout 00472333ec log the error stack for a kernel javascript error message
12 years ago
Jason Grout 07ffef8392 Make sure containers transmit the children; take care of case where children is possibly empty.
12 years ago
Jason Grout 7810c78aea Fix visible attribute for the very first render
12 years ago
Jason Grout 9b1a0d70a2 fix a handle_status handler
12 years ago
Jason Grout 1bf8da0734 Note todos for widgets
12 years ago
Jason Grout 38f0135522 Delete the snapshot message handler
12 years ago
Jason Grout 9a4c5957c3 Store views in the models and store child views in the views
12 years ago
Jason Grout 7431fa37dd Make updates more granular for widgets
12 years ago
Jason Grout 641a5af70f Move all references to cells to the view objects.
12 years ago
Jason Grout 45206783c2 Delete unnecessary check for comm object
12 years ago
Jason Grout 41170f7471 Change accordion to use a children attribute
12 years ago
Jason Grout 18beaff887 Remove unused code and debugging statements
12 years ago
Jason Grout 72f7d2fe09 Remove the automatic _children_attr and _children_lists_attr.
12 years ago
Jason Grout ad1e23bfc2 Intermediate changes to javascript side of backbone widgets
12 years ago
Jason Grout 518cb4c647 Separate the display from the models on the python side, creating a BaseWidget class.
12 years ago
Jonathan Frederic 2df05bc5b8 Display handler now supports full kwargs
12 years ago
Jonathan Frederic 3361826b5a Added require.js shims for underscore and backbone
12 years ago
Jonathan Frederic b588a56f76 Moved touch logic out of model into view.
12 years ago
Jonathan Frederic a2c951d9b0 s/display/created for display_view stuff
12 years ago
Jonathan Frederic 996d133710 Remove redundent _handle_close method
12 years ago
Jonathan Frederic 857ae831fb Decoupled Python Widget from Comm
12 years ago
Jonathan Frederic f2fefe20ff Added event for widget construction
12 years ago
Jonathan Frederic ea27ae599b Added parent parameter to on_display callback
12 years ago
Jonathan Frederic d4b6823a49 Removed unused that from widget manager
12 years ago
Jonathan Frederic 73380ca442 Fixed nonregistered model bug in wiget manager
12 years ago
Jonathan Frederic 3c866ea412 Made widget model state update function public
12 years ago
Jonathan Frederic 8ceb29796a Made display_view a public method.
12 years ago