Commit Graph

30 Commits (4317b94de53a7f5016794e275190e1e22add09f0)

Author SHA1 Message Date
Sylvain Corlay 3b200d388b Move _unpack_models to widget.js and widget serialization to widget.py
11 years ago
Jason Grout 4d86d06940 Export the widget unpack_models function for other custom classes to use
11 years ago
Jason Grout 15c29f685c Change custom serialization to use custom models, rather than transmitting the serializer name across the wire
11 years ago
Min RK ffaa09492a Merge pull request #7315 from Carreau/codacy2
11 years ago
Jonathan Frederic 3f2dc88154 Remove the popup widget
11 years ago
Matthias Bussonnier 4e2dfe2527 Some code cleanup in javascript and python
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
Jonathan Frederic b53386b37b Ran function comment conversion tool
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 247ebf16f0 Add comments emphasizing the order of steps in widget box remove() methods
11 years ago
Jason Grout 88ed50afad Refactor the do_diff and manual child view lists into a separate ViewList object
11 years ago
Jonathan Frederic c67dcc0dc3 Finished adding error handling.
11 years ago
Jonathan Frederic 1d1572421f Add a WrappedError class
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 78c0bbdb4d Fix view rendering order.
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
Jonathan Frederic d4d554052e Address problems found in in-person review
11 years ago
Jonathan Frederic 9b4d19bad7 Added Bootstrap specific classes,
12 years ago
Jonathan Frederic a0e70e350f Fix some bugs found by the widget examples,
12 years ago
Jonathan Frederic 9af77a6374 Initial crack at using specific traits for styling.
12 years ago
Jonathan Frederic 62bd36bcc9 s/that/this bug
12 years ago
Jonathan Frederic 2790684a17 Fixed typo
12 years ago
Jonathan Frederic afdba2fd47 Fix logic, use box where applicable
12 years ago
Jonathan Frederic 9b5ece6661 Make popup inherit from widget box
12 years ago
Jonathan Frederic 0aca365718 Address Sylvain's comments.
12 years ago
Jonathan Frederic 2db702fa57 Filenames s/container/box
12 years ago