Commit Graph

309 Commits (4317b94de53a7f5016794e275190e1e22add09f0)

Author SHA1 Message Date
Min RK 02b757770b Merge pull request #8273 from SylvainCorlay/fixes_widget_serialization
11 years ago
Sylvain Corlay 6c4cd1c1be Check for null value
11 years ago
Sylvain Corlay 672f5fc72c minor fixes on custom serialization, and traitlet hold_traits
11 years ago
unknown 0745f35b2f Pass the arguments to the callback in the on_some_change function
11 years ago
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 58098aebc1 Register widget models and views that have the right inheritance, rather than the right name.
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
Jason Grout d6def13dbd Fix serialization of models from js -> kernel
11 years ago
Jason Grout 50a0cd57ef Handle case when pixel values are undefined or null
11 years ago
Jason Grout 5c797f9672 Simplify error handling for errors in sending sync messages from js
11 years ago
Jason Grout 18ff9c5e1c Fix two calls to utils.reject (misplaced parens)
11 years ago
Jason Grout c70f687c0e Increment the pending_msgs counter immediately to avoid race conditions that send more messages
11 years ago
Jason Grout 4ef0a23839 work-in-progress for custom js serializers
11 years ago
Sylvain Corlay 55246125e4 Adding readout for Valid widget
11 years ago
Sylvain Corlay c1a3e7f389 Valid widget
11 years ago
Nicholas Bollweg 1fa4296cef fixes #8012
11 years ago
Jonathan Frederic e09b83e910 Merge pull request #7725 from SylvainCorlay/fabutton
11 years ago
Sylvain Corlay 03b884a615 Moving styling to else statement
11 years ago
Min RK 17ee541add actually catch failure to load widget state
11 years ago
Jonathan Frederic c65a28eb42 Merge pull request #7794 from SylvainCorlay/css_numeric_text
11 years ago
Jason Grout 0b2f212786 Force display_message to be processed in order
11 years ago
Sylvain Corlay 0daa48b2c9 wrong css class for widget-int
11 years ago
Sylvain Corlay a70b65b5b4 Font-awesome icons for toggle buttons
11 years ago
Sylvain Corlay 829d25bdfd Tooltips in togglebuttons
11 years ago
Sylvain Corlay da96d28620 font awesome icon
11 years ago
Jonathan Frederic d78915af13 Fix variable scope.
11 years ago
Nicholas Bollweg 39e7836ddc firing select.change on option.click
11 years ago
Nicholas Bollweg 7643b3ccf0 listening for change on SelectView and SelectMultipleView
11 years ago
Nicholas Bollweg 6a372a4c66 squashing the whitespace changes
11 years ago
Matthias Bussonnier 1ce46a8723 Merge pull request #7481 from minrk/toggle-buttons-indicate
11 years ago
Jonathan Frederic 273a8030d9 Hook the output the right way.
11 years ago
Jonathan Frederic 39b99340ed Finished changing output widget logic.
11 years ago
Jonathan Frederic 705bd90653 Start forwarding the messages over widget custom messages
11 years ago
Min RK a152a481d0 don't set bootstrap toggle on ToggleButtonsWidget
11 years ago
Min RK da07d77f82 encode URI components in selection widget queries
11 years ago
Min RK 9e3e5cfca7 store widget state in single key
11 years ago
Min RK ffaa09492a Merge pull request #7315 from Carreau/codacy2
11 years ago
Min RK 796b480922 Merge pull request #7359 from jdfreder/tab-fix
11 years ago
Jonathan Frederic ad546d89f9 Merge pull request #7341 from jdfreder/remove-popup
11 years ago
Jonathan Frederic 47c12abbf3 Fix a bunch of bugs with the accordion and tab widgets
11 years ago
Jonathan Frederic 8ad7cb3f4b Associate persistence with URL
11 years ago
Jonathan Frederic 8e54937893 Fixed pre-display "pixel-like" widget attribute parsing
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
Matthias Bussonnier 123c0f3b28 remove that.
11 years ago
Brian E. Granger 6c55690994 Merge pull request #7227 from jdfreder/undead
11 years ago
Jonathan Frederic 9e67a34891 Bubble event and implement logic in CodeCell
11 years ago
Matthias Bussonnier 420fee5e4c Merge pull request #7163 from jdfreder/refresh-persist
11 years ago
Jonathan Frederic 2d40eb30d4 Make sure comm-dead is applied to the top widget view class
11 years ago