Sylvain Corlay
|
64788624f5
|
Not using _**_changed handles anymore
|
2015-01-27 20:48:47 +00:00 |
|
Jonathan Frederic
|
11b0dbfd25
|
Validation on the python side
|
2015-01-27 20:24:25 +00:00 |
|
Jason Goad
|
cda015340c
|
added value positional argument to applicable widgets
|
2014-12-17 12:45:58 -08:00 |
|
silviav12
|
a803717c5d
|
Removed the two empty lines of dosctring in widget_float.py.
|
2014-12-01 20:45:16 +00:00 |
|
silviav12
|
6b7399c8e6
|
Added changes to dosctring documentation in widget_float.py (previous docstring written by me).
Added docstring documentation in widget_bool.py.
|
2014-11-30 18:27:47 +00:00 |
|
Silvia
|
b41a9c9586
|
Add docstring documentation for widget_float
|
2014-11-29 16:54:44 +00:00 |
|
Sylvain Corlay
|
ed5e602950
|
jupyter -> IPython
|
2014-10-29 21:52:03 -04:00 |
|
Sylvain Corlay
|
374459e5e7
|
Adding custom keys for core jptr notebook
|
2014-10-29 21:52:03 -04:00 |
|
Sylvain Corlay
|
18e77a090a
|
registering core widgets
|
2014-10-29 21:52:03 -04:00 |
|
Jonathan Frederic
|
d4d554052e
|
Address problems found in in-person review
|
2014-09-23 15:18:00 -07:00 |
|
Jonathan Frederic
|
cb9014e42c
|
Fixed rebase bugs and other bugs.
|
2014-08-28 11:15:35 -07:00 |
|
Jonathan Frederic
|
fa1c6f93f1
|
Added bootstrap3 progress bar classes
|
2014-08-28 11:15:35 -07:00 |
|
Jonathan Frederic
|
fdcf263965
|
Partial implementation of styles
|
2014-08-28 11:09:55 -07:00 |
|
Gordon Ball
|
9383822d7a
|
Clean up validation in __init__
|
2014-08-24 12:26:56 +02:00 |
|
Gordon Ball
|
a12b1a50a9
|
Change range trait to _range
|
2014-08-24 11:48:19 +02:00 |
|
Gordon Ball
|
b8c0afbb55
|
Merge master
|
2014-08-22 10:19:03 +02:00 |
|
Gordon Ball
|
8838762b30
|
Remove a rogue print statement
|
2014-08-20 16:49:52 +02:00 |
|
Gordon Ball
|
2be045fe25
|
Support both value tuple and upper, lower traits for both int and float widgets
|
2014-08-20 16:25:33 +02:00 |
|
Jonathan Frederic
|
36721c73c6
|
Added some doc strings on the widgets.
Also address the comments Matthias left me.
|
2014-08-08 14:57:51 -07:00 |
|
Jonathan Frederic
|
ba3033971e
|
Renamed *Widget to *,
depracted old names.
|
2014-08-08 14:56:11 -07:00 |
|
Gordon Ball
|
8c5218b581
|
Default to 25-75% of min-max if no value is set instead of 0-1
|
2014-08-07 21:32:25 +02:00 |
|
Gordon Ball
|
b7bb76f073
|
Fix validate logic if min/max are changed
|
2014-07-03 12:05:49 +02:00 |
|
Gordon Ball
|
945a840674
|
Add float implementation of range widget
|
2014-06-25 18:09:44 +02:00 |
|
Raffaele De Feo
|
694f33e2ba
|
Validate initial value of "_BoundedFloatWidget".
|
2014-06-17 15:02:28 +02:00 |
|
Jonathan Frederic
|
dedbc3b0e1
|
Changed children list to CTuple.
Also removed some unused refences in the widget code
and added support for tuples in the pack/unpack code.
|
2014-02-25 09:46:27 -08:00 |
|
MinRK
|
813e32dfea
|
set readout=True as default on SliderWidgets
|
2014-02-07 11:16:46 -08:00 |
|
Brian E. Granger
|
cef93c8cfb
|
Adding initial version of readout to sliders.
|
2014-01-31 20:56:12 -08:00 |
|
Jonathan Frederic
|
288b8a0ced
|
s/view_name/_view_name
|
2014-01-22 16:21:00 -08:00 |
|
Jonathan Frederic
|
e323f64e6d
|
Create base widget classes
|
2014-01-21 16:44:57 -08:00 |
|
Jonathan Frederic
|
ff39989b8b
|
s/Int/CInt s/Float/CFloat
|
2014-01-16 11:42:38 +00:00 |
|
Jonathan Frederic
|
047a90538f
|
1-to-1 widget / view mapping
|
2014-01-16 10:57:18 +00:00 |
|
Jonathan Frederic
|
c1c7bb7563
|
Everyone uses one model
|
2014-01-16 10:57:18 +00:00 |
|
Jonathan Frederic
|
b16171ac76
|
Added sync=True to all view name attrs
|
2014-01-16 10:57:18 +00:00 |
|
Jonathan Frederic
|
b4a83b6044
|
sync=True isntead of a keys list
|
2014-01-16 10:57:18 +00:00 |
|
Jonathan Frederic
|
39aaf7bf88
|
s/default_view_name/view_name
|
2014-01-16 10:57:14 +00:00 |
|
Jonathan Frederic
|
21a14e11a4
|
s/Widget/DOMWidget s/BaseWidget/Widget
|
2014-01-16 10:57:14 +00:00 |
|
Jason Grout
|
a0b2cc40b8
|
Make widget keys have more explicit inheritance
|
2014-01-16 10:57:13 +00:00 |
|
Jonathan Frederic
|
e9fe606ba6
|
More relative imports, Travis w/ Py3.3
|
2014-01-16 10:56:03 +00:00 |
|
Jonathan Frederic
|
f2d77f3b78
|
Added labels to basic widgets
|
2014-01-16 10:56:02 +00:00 |
|
Jonathan Frederic
|
f422bb9be2
|
Cleaned up Python widget code.
|
2014-01-16 10:56:01 +00:00 |
|
Jonathan Frederic
|
76a7a25c12
|
Fixed stale reference to base.py -> widget.py
|
2014-01-16 10:56:00 +00:00 |
|
Jonathan Frederic
|
65a6000919
|
Renamed widget python classes to avoid name stomping
|
2014-01-16 10:56:00 +00:00 |
|