Commit Graph

113 Commits (8eb6ec00d8c3de720de4b1fa62965deeeaec521f)

Author SHA1 Message Date
Jonathan Frederic e519371402 Merge pull request #7093 from jasongrout/model-views
11 years ago
Jonathan Frederic 5a9e4d7986 Manual fixes
11 years ago
Jonathan Frederic b53386b37b Ran function comment conversion tool
11 years ago
Jason Grout 13c1b95fbd Make the model.views dict a dict of promises for views
11 years ago
Jason Grout 3c98127f7c remove obsolete optimization
11 years ago
Jason Grout e6a8ef00e0 Catch errors after our then()s, instead of in parallel with them (this missing exceptions)
11 years ago
Jason Grout efe7098a60 Fix viewlist to use promises correctly
11 years ago
Jason Grout e7065d5a9f Remove obsolete logic: storing references to child views in a view
11 years ago
Jason Grout 53472ba91b reimplement the add/remove class logic to not use do_diff and remove do_diff
11 years ago
Jason Grout 1e8b2473b3 Merge branch 'viewlists' of https://github.com/jasongrout/ipython into viewlists
11 years ago
Jason Grout 05d013db59 At least log an error if there is no create or remove defined.
11 years ago
Jason Grout bc0cb3c8b5 Do something about do_diff being used for the class stuff in widgets
11 years ago
Jason Grout 88084db35d Return the viewlist from the update promise so that you can use it immediately.
11 years ago
Jonathan Frederic d181172948 Implement view logic in selection containers.
11 years ago
Jason Grout 307a320284 tweak documentation for viewlists
11 years ago
Jason Grout 93f658bc9b Make a copy of the input list so that changes to the children list don't automagically change our reference list
11 years ago
Jason Grout 7658bab99f Missing semicolon
11 years ago
Jason Grout a6b901fdd3 Make state_change initialization more conventional
11 years ago
Jason Grout 0164fd32ca Make error messages more consistent
11 years ago
Jason Grout 88ed50afad Refactor the do_diff and manual child view lists into a separate ViewList object
11 years ago
Jason Grout da8cab76dd Clean up promises code some more.
11 years ago
Jonathan Frederic f9d730d01e Address @takluyver 's review comments
11 years ago
Jonathan Frederic 0d591619c6 Make all tests async display safe
11 years ago
Jonathan Frederic 56c5020a84 bool_test passing with slimerjs
11 years ago
Jonathan Frederic bed3a4cfda use es6
11 years ago
Jonathan Frederic 8c149c9112 Current state with lots and lots of debugging junk
11 years ago
Jonathan Frederic b3c49fce66 Move the display Promise into a lower level method,
11 years ago
Jonathan Frederic fed878fed9 Don't throw Errors with Objects as the message/
11 years ago
Jonathan Frederic bbcd5cb55f Bug fixes
11 years ago
Jonathan Frederic 3870bb571b Use rsvp.js for Promises
11 years ago
Jonathan Frederic c67dcc0dc3 Finished adding error handling.
11 years ago
Jonathan Frederic 1d1572421f Add a WrappedError class
11 years ago
Jonathan Frederic b16b2e8749 Make display also pend on set_state.
11 years ago
Jason Grout a4331a93cc Fix some this vs. that errors, as well as returning some promises to wait for fulfillment
11 years ago
Jason Grout 8e769a012f Load the utils module
11 years ago
Jason Grout 686e73dfdf More simplifications due to promises
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
Sylvain Corlay 604d0bb666 A String is an object
11 years ago
Sylvain Corlay 4b6c753f3f Dates are JavaScript objects, and _pack_models returns an empty object
11 years ago
Jonathan Frederic ba77877c18 Rebase fixes
11 years ago
Jonathan Frederic a68df8a8b1 Address @minrk 's review comments.
11 years ago
Jonathan Frederic 2b5ebb9e8f Make Python push initial state.
11 years ago
Jonathan Frederic 79670e8afb Merge pull request #6494 from takluyver/widget-comm-require
11 years ago
Jonathan Frederic 176529cce2 Make sure DOMWidget _css is set after basic style traits
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 5953a3f874 Allow widget views to be loaded from require modules
11 years ago