35 Commits (686e73dfdfe4ff4be28a9117652c640bafd95cda)

Author SHA1 Message Date
Jason Grout 686e73dfdf More simplifications due to promises
11 years ago
Jason Grout 4412c12929 Simplify code by using Promises in a better way; try_load -> load
11 years ago
Jonathan Frederic c41dcb35e9 Proxy console.error calls
11 years ago
Jonathan Frederic 5a745be138 Add Promise support to models.
11 years ago
Jonathan Frederic 78c0bbdb4d Fix view rendering order.
11 years ago
Jonathan Frederic 4beda5d0fb Initial stab at adding promises to the widget framework.
11 years ago
Jason Grout ff680583c1 initial take on promises
11 years ago
Jonathan Frederic ba77877c18 Rebase fixes
11 years ago
Jonathan Frederic db10ae8f2d s/target_name/widget_class
11 years ago
Jonathan Frederic 3cb5ac6fbb Clarified API for the create_model function,
11 years ago
Jonathan Frederic fbca0bfa3f Rebase fixes.
11 years ago
Jonathan Frederic 5a655b24da Fixed typo.
11 years ago
Jonathan Frederic 2b5ebb9e8f Make Python push initial state.
11 years ago
Jonathan Frederic e7ee9c12b3 Enable widget instanciation from front-end.
11 years ago
Thomas Kluyver 031530da42 Support specifying requirejs modules for widget models
11 years ago
Jonathan Frederic 79670e8afb Merge pull request #6494 from takluyver/widget-comm-require
11 years ago
Jonathan Frederic 4b968ece0b s/target_name/model_name
11 years ago
Jonathan Frederic 24096b0f45 Separate widget model name from com target name.
11 years ago
Thomas Kluyver 825284bc6d Remove superfluous error checking
11 years ago
Thomas Kluyver 590ba19ac3 Clean up some JS code
11 years ago
Thomas Kluyver 1ff846520b Put callbacks for create_view and create_child_view in options
11 years ago
Thomas Kluyver c4a9cf9020 Fix logic
11 years ago
Thomas Kluyver 09b10dcb86 Make changes suggested by @jdfreder
11 years ago
Thomas Kluyver 5953a3f874 Allow widget views to be loaded from require modules
11 years ago
Tarun Gaba fb540c52f5 Added jquery in define
12 years ago
Sylvain Corlay 70cacc642a Solving #5997: instances of WidgetView (that are not instances of DOMWidgetView) do not trigger widget_area.show anymore.
12 years ago
Jonathan Frederic b15633a89e Fix all the tests
12 years ago
Jonathan Frederic 2ba8945cab Fix all the bugs!
12 years ago
Jonathan Frederic 0e9e1dd5a3 MWE,
12 years ago
Jonathan Frederic 0da779d101 Done with major changes,
12 years ago
Jonathan Frederic 516958ac07 Almost done!
12 years ago
Jonathan Frederic df47869fb0 Move displayed event to view.
12 years ago
Brian E. Granger a0c1d37224 Remove model from WidgetManager._model on comm:close.
12 years ago
Brian E. Granger 2ffd153e5d Removing double call to model.views.push(view) in WidgetManager.
12 years ago
Jonathan Frederic e0ba52c802 Moved widget files into static/widgets/*
12 years ago