Min RK
9e3e5cfca7
store widget state in single key
...
rather than in a dict, which doesn't work without reserializing *all* stored widget states (of all notebooks), since localStorage only supports storing strings.
2015-01-04 11:56:16 -08:00
Min RK
ffaa09492a
Merge pull request #7315 from Carreau/codacy2
...
miscellaneous cleanup
2015-01-03 12:22:45 -08:00
Min RK
796b480922
Merge pull request #7359 from jdfreder/tab-fix
...
Accordion and Tab widget, fixes for ancient bugs.
2015-01-02 20:36:00 -08:00
Jonathan Frederic
ad546d89f9
Merge pull request #7341 from jdfreder/remove-popup
...
Remove the popup widget
2015-01-01 20:30:17 -08:00
Matthias Bussonnier
41f24bbe2c
Merge pull request #7358 from jdfreder/persistence-page-specific
...
Associate widget state persistence with current URL.
2015-01-01 11:01:07 +01:00
Jonathan Frederic
47c12abbf3
Fix a bunch of bugs with the accordion and tab widgets
2014-12-31 13:04:47 -08:00
Jonathan Frederic
8ad7cb3f4b
Associate persistence with URL
2014-12-31 12:42:17 -08:00
Jonathan Frederic
8e54937893
Fixed pre-display "pixel-like" widget attribute parsing
2014-12-30 14:15:45 -08:00
Jonathan Frederic
1a1c93b9d2
Remove modal less
2014-12-29 09:14:28 -08:00
Jonathan Frederic
239b4ab3dc
Fix widget radii
2014-12-29 09:01:37 -08:00
Jonathan Frederic
3f2dc88154
Remove the popup widget
2014-12-29 08:08:20 -08:00
Matthias Bussonnier
4e2dfe2527
Some code cleanup in javascript and python
...
change patern that are prone to error, like function redifinition
and other.
2014-12-27 21:39:07 +01:00
Matthias Bussonnier
123c0f3b28
remove that.
2014-12-23 13:00:57 +01:00
Brian E. Granger
6c55690994
Merge pull request #7227 from jdfreder/undead
...
Add visual cue for widgets with dead comms
2014-12-16 14:56:58 -08:00
Jonathan Frederic
79fd5c3fed
Address comments
2014-12-16 11:32:43 -08:00
Jonathan Frederic
9e67a34891
Bubble event and implement logic in CodeCell
2014-12-15 13:30:59 -08:00
Matthias Bussonnier
420fee5e4c
Merge pull request #7163 from jdfreder/refresh-persist
...
Persist widgets across page refresh
2014-12-15 21:01:14 +01:00
Jonathan Frederic
2d40eb30d4
Make sure comm-dead is applied to the top widget view class
...
in all cases where the kernel disconnects.
2014-12-15 11:25:31 -08:00
Brian E. Granger
27144e51ff
Merge pull request #7162 from jdfreder/persist-fixes
...
Widget persistence fixes
2014-12-12 13:06:41 -08:00
Min RK
cadd5a14fe
Merge pull request #6747 from jdfreder/combofix
...
Make Selection widgets respect values order.
2014-12-12 10:59:01 -08:00
Jonathan Frederic
ab409d1966
Hide variables that shouldn't be exposed to the user
2014-12-12 07:51:03 -08:00
Jonathan Frederic
3b11cc66a7
Make widgets persist across page refresh
2014-12-10 12:29:28 -08:00
Jonathan Frederic
3d9e43f0c4
Fix persistence API,
...
it expecited a view dictionary not a dictionary of view promises
2014-12-10 12:08:22 -08:00
Jonathan Frederic
88d8d85987
Another widget promise bug fix
2014-12-10 11:23:35 -08:00
Jonathan Frederic
51fc7241da
Another widget promise bug fix
2014-12-10 11:14:10 -08:00
Jonathan Frederic
73637fb694
Merge pull request #7097 from jasongrout/widget-visibility
...
Expand the semantics of the widget visible attribute to allow for visibility: hidden
2014-12-10 10:54:15 -08:00
Jonathan Frederic
095d8b2feb
Merge pull request #7143 from jasongrout/viewlist-promises
...
Update viewlists to store a list of promises for views
2014-12-10 09:43:19 -08:00
Jason Grout
967d83104f
Missing return
...
Thanks to @jdfreder for catching this in review!
2014-12-10 15:59:34 +00:00
Jonathan Frederic
1c499334c7
Merge pull request #7146 from jdfreder/interact-fix
...
Fix Dropdown widget page scroll issue
2014-12-09 18:05:53 -08:00
Jonathan Frederic
3ea8929b82
Merge pull request #6454 from jasongrout/links
...
Javascript link
2014-12-09 16:39:11 -08:00
Min RK
7d465c7e96
Merge pull request #7139 from jdfreder/widget-space-fix
...
Fix padding of widgets.
2014-12-09 15:06:21 -08:00
Jonathan Frederic
cecf05efb2
Fix bug where selection box modification would cause page to scroll to the top
2014-12-09 14:16:25 -08:00
Jason Grout
49541066f1
Update viewlists to store a list of promises for views
2014-12-09 19:36:39 +00:00
Jonathan Frederic
cf9b092013
Use once instead of on
2014-12-09 10:26:35 -08:00
Jonathan Frederic
cb12229480
Fix padding of widgets.
2014-12-08 17:32:43 -08:00
Jonathan Frederic
52c8f14223
Added changes discussed with @jasongrout
2014-12-08 17:18:10 -08:00
Jonathan Frederic
152982efcd
Updated comments to new style.
2014-12-08 17:18:10 -08:00
Jonathan Frederic
0978065269
Remove view.show
2014-12-08 17:18:10 -08:00
Jonathan Frederic
a56a6f5657
Document set_state_callbacks and,
...
make load_state callback support promises.
2014-12-08 17:18:10 -08:00
Jonathan Frederic
0c737867fe
Rebase fixes
2014-12-08 17:18:10 -08:00
Jonathan Frederic
16e3bad23f
Address @jasongrout 's review comments, take 2
2014-12-08 17:18:10 -08:00
Jonathan Frederic
5d4b83ba4a
Add an event that fires before the notebook saves
2014-12-08 17:18:10 -08:00
Jonathan Frederic
71d2d47036
Fix, only return views that are direct children of the cell
2014-12-08 17:18:10 -08:00
Jonathan Frederic
a53f4cc9dd
Log save state callback failures
2014-12-08 17:18:09 -08:00
Jonathan Frederic
db62a210e7
Another that = this
2014-12-08 17:18:09 -08:00
Jonathan Frederic
f060947eb9
This, that, and the other thing
2014-12-08 17:18:09 -08:00
Jonathan Frederic
8a5770b811
Add convenience API
2014-12-08 17:18:09 -08:00
Jonathan Frederic
e02a5ec201
Promises...
2014-12-08 17:18:09 -08:00
Jonathan Frederic
d466601dbb
Persistence API,
...
This is a combination of 10 commits.
Enable widget instanciation from front-end.
Address @minrk 's review comments.
Make API that allows users to persist widget state easily.
Added support for view persistence
Started adding support for model persistence.
Half way there!
Finished persistence API.
Move persistence code into the widget framework.
Fin.
Bug fixes
2014-12-08 17:18:09 -08:00
Min RK
befb16ebe3
Merge pull request #6948 from bollwyvl/graceful-mathjax-widgets
...
Ignore failure of widget MathJax typesetting
2014-12-05 15:40:39 -08:00