Min RK
a03a4e71c7
remove utils.zmqrelated
...
and other checks for zmq versions
after the big split, zmq will be a true dependency of the packages
11 years ago
Matthias Bussonnier
855799dc19
Merge pull request #8215 from minrk/button-right-of-logo
...
add header_buttons block to page template
11 years ago
Min RK
6d786be40b
Merge pull request #8203 from minrk/kernel.js-switch
...
autosave & reload on kernelspec switch
11 years ago
Min RK
c88c9dafd2
add header_buttons block to page template
...
allows easier access to adding buttons next to
the logout button.
11 years ago
Jonathan Frederic
0c278a050d
Merge pull request #7757 from jasongrout/custom-serialization
...
Custom serialization
11 years ago
Jason Grout
4d86d06940
Export the widget unpack_models function for other custom classes to use
...
Thanks to @jdfreder for this suggestion.
11 years ago
Jason Grout
58098aebc1
Register widget models and views that have the right inheritance, rather than the right name.
...
Thanks to @jdfreder for this suggestion.
11 years ago
Min RK
8c3b6d79d0
autosave & reload on kernelspec switch
...
when a custom kernel.js was defined,
in which case reload is needed to ensure clean js state.
11 years ago
Thomas Kluyver
ad3dd60b3f
Merge pull request #8191 from minrk/focus-3.1
...
small focus/keyboard-related fixes for 3.1
11 years ago
Min RK
effbd91b77
directly blur codemirror to trigger command-mode
...
rather than focusing the cell, which implies codemirror blur
11 years ago
Min RK
581d6ca158
don't focus cell on save
11 years ago
Min RK
28268d9d0f
don't disable keyboard shortcuts on main toolbar
...
disable them on specific select elements
11 years ago
Min RK
1af60e08b6
fix binary websocket test
...
buffers are memoryviews now
11 years ago
Min RK
1f0f8c4d57
remove extraneous focus_cell from actions.js
11 years ago
Matthias Bussonnier
bceab630e7
Merge pull request #8062 from minrk/max-width-again
...
another stab at confining images to page width
11 years ago
Matthias Bussonnier
5002c9a584
Merge pull request #8190 from minrk/sticky-tooltip-description
...
update description of sticky tooltip
11 years ago
Min RK
1f8cccbecc
update description of sticky tooltip
...
> Tooltip will linger for 10 seconds while you type
11 years ago
Min RK
0e42f2dad0
update traitlets test import in widgets
...
don't need to shim out private things like test modules
11 years ago
Min RK
1d48f8fbe6
`iptest config` runs traitlets tests
11 years ago
Min RK
b1d70df578
Merge pull request #8142 from SylvainCorlay/slider_validation
...
Using the early validation hook for IntSlider and FloatSlider
11 years ago
Min RK
0e6aa1b2fb
scroll overflow-x on rendered markdown
...
treat markdown the same as output
11 years ago
Min RK
c52b70561c
dblclick to unconfine on images in html output
11 years ago
Min RK
dd41d9fd5c
calc max-width for Firefox
...
account for prompt width
11 years ago
Min RK
597208a50a
set max-width on output_subarea
...
for Firefox
11 years ago
Min RK
4efc68542d
another stab at confining images to page width
...
- double-click toggles 'raw' size for large image output
- uses max-width on both markdown and output images
- `height: auto` fixes aspect ratio problems caused by using max-width alone
- img.unconfined disables max-width confinement
11 years ago
Matthias Bussonnier
38585a1257
Merge pull request #8174 from minrk/notification-pad
...
add 4px between notification areas
11 years ago
Brian Drawert
7b856fb21d
Fix for CVE-2014-3566 'POODLE' SSL attack, original commit '22c4922f4796078c5613de9e07e66b8764549cad'
11 years ago
Min RK
db08a5e8e5
remove ipython_kernel.zmq sub-pkg
11 years ago
Min RK
20a3f1c07b
finish kernel shims
11 years ago
Sylvain Corlay
5ee07346dd
Hold validation with context manager and validate slider
11 years ago
Min RK
35465ebcfe
Merge pull request #8107 from SylvainCorlay/instance_type_allow_none
...
allow_none=False by default for Instance and Type
11 years ago
Min RK
2f2a0fcbcb
Merge pull request #8176 from gilbertw/master
...
Fixes bug that would show "null" as the reason in the don't leave dialog
11 years ago
Sylvain Corlay
fa1fce83db
remove unnecessary allow_none=True
11 years ago
Sylvain Corlay
1dbd95c4bc
allow_none=False by default for Type and Instance
11 years ago
Min RK
7673c151a3
Merge pull request #8159 from Carreau/no-action-icon
...
Fix action do not provide icon.
11 years ago
RickWinter
81a912fbb9
Fixes bug that would show "null" as a message in the don't leave dialog
11 years ago
Min RK
b424166841
add 4px between notification areas
11 years ago
Jason Grout
cdf1d39ff7
Update widget test for new custom serialization changes
11 years ago
Jason Grout
15c29f685c
Change custom serialization to use custom models, rather than transmitting the serializer name across the wire
...
This separates the kernel and the js much more cleanly, and doesn't use as much space on the wire as well!
11 years ago
Min RK
4ab4ee120e
Merge pull request #8164 from Carreau/open-window
...
replace undefined by empty string to get aroung bug in ie
11 years ago
Min RK
2810bcd17a
Merge pull request #8124 from jdfreder/dynamic
...
Dynamic traits.
11 years ago
Matthias Bussonnier
65d50451da
missing one undefined
11 years ago
Min RK
52bd09952a
Merge pull request #7718 from jdfreder/widecontents
...
Disable output contents from overflowing page width.
11 years ago
Jason Grout
d6def13dbd
Fix serialization of models from js -> kernel
11 years ago
Jason Grout
2193a21fc6
Delete unnecessary comment
11 years ago
Jason Grout
a0ea58f768
Delete unused custom serializer
11 years ago
Jason Grout
5e83876fc7
Convert some test code to python2/3 (add parens for print)
11 years ago
Jason Grout
b2f775549d
Correct documentation
11 years ago
Jason Grout
b7a0163810
Make quoting consistent in the new tests
11 years ago
Min RK
5786346bde
Merge pull request #8168 from quantopian/stop-delete-root
...
BUG: Don't allow ContentsManager to delete root.
11 years ago