Commit Graph

137 Commits (1fbbda5a14319aedabb19102f72b056a557fdbe5)

Author SHA1 Message Date
Jason Grout 0b2f212786 Force display_message to be processed in order
11 years ago
Min RK ffaa09492a Merge pull request #7315 from Carreau/codacy2
11 years ago
Jonathan Frederic 8e54937893 Fixed pre-display "pixel-like" widget attribute parsing
11 years ago
Matthias Bussonnier 4e2dfe2527 Some code cleanup in javascript and python
11 years ago
Jonathan Frederic 9e67a34891 Bubble event and implement logic in CodeCell
11 years ago
Jonathan Frederic 2d40eb30d4 Make sure comm-dead is applied to the top widget view class
11 years ago
Jonathan Frederic 73637fb694 Merge pull request #7097 from jasongrout/widget-visibility
11 years ago
Jonathan Frederic 095d8b2feb Merge pull request #7143 from jasongrout/viewlist-promises
11 years ago
Jason Grout 967d83104f Missing return
11 years ago
Jason Grout 49541066f1 Update viewlists to store a list of promises for views
11 years ago
Jonathan Frederic 52c8f14223 Added changes discussed with @jasongrout
11 years ago
Jonathan Frederic 0978065269 Remove view.show
11 years ago
Jonathan Frederic 0c737867fe Rebase fixes
11 years ago
Jonathan Frederic 16e3bad23f Address @jasongrout 's review comments, take 2
11 years ago
Jonathan Frederic e02a5ec201 Promises...
11 years ago
Jonathan Frederic d466601dbb Persistence API,
11 years ago
Min RK befb16ebe3 Merge pull request #6948 from bollwyvl/graceful-mathjax-widgets
11 years ago
Jonathan Frederic e519371402 Merge pull request #7093 from jasongrout/model-views
11 years ago
Nicholas Bollweg (Nick) 83757b6a0e moving typeset to utils, usage in cell and outputarea
11 years ago
Nicholas Bollweg (Nick) c95a9aaf80 accept node or selection
11 years ago
Nicholas Bollweg (Nick) b17a40d950 moving typeset to DOMWidgetView
11 years ago
Nicholas Bollweg (Nick) 57f05c4a2b reversing order of arguments, as text may already exist
11 years ago
Nicholas Bollweg (Nick) 00fc31b0a8 also setting text in widget.typset
11 years ago
Nicholas Bollweg (Nick) 9cd878cf0f moving, checking MathJax typesetting to WidgetView
11 years ago
Jason Grout 26bec1ad36 Add None as a widget visible value to allow for visiblity: hidden
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