Commit Graph

5764 Commits

Author SHA1 Message Date
Sylvain Corlay
0daa48b2c9 wrong css class for widget-int 2015-02-16 00:25:27 -05:00
Min RK
10dcd71550 back to dev 2015-02-13 14:00:58 -08:00
Min RK
c597f97b82 release 3.0.0rc1 2015-02-13 13:59:12 -08:00
Min RK
69fe3a6d64 Merge pull request #7768 from minrk/handle-close
handle zmq messages that may be processed after websocket is closed
2015-02-13 10:25:36 -08:00
Min RK
60bff3735b rebuild css 2015-02-12 19:48:52 -08:00
Min RK
2fdc2cd096 Merge pull request #7740 from dongweiming/radio
fix Radio margin
2015-02-12 19:28:14 -08:00
dongweiming
bf3b9dc0c6 fix Radio margin 2015-02-13 09:46:25 +08:00
Thomas Kluyver
faf648d259 Merge pull request #7756 from Carreau/common_conf
pass common config to contents manager
2015-02-12 16:32:03 -08:00
Min RK
07e5f78ef2 handle message arriving when sockets are closed
check both the incoming and outgoing streams
before proceeding to send messages
2015-02-12 16:21:36 -08:00
Min RK
b34d9eb76a backport WebSocket.send_error from tornado 4.1
raising an exception in a websocket results in
"Method not supported" on tornado 4.0
2015-02-12 16:20:50 -08:00
Matthias Bussonnier
8567deaa6f Pass common_config to content manager. 2015-02-12 16:11:13 -08:00
Thomas Kluyver
c5bed40d72 Merge pull request #7766 from minrk/select-pad
adjust appearance of cell toolbar select
2015-02-12 14:41:04 -08:00
Min RK
0ea61c7500 Merge pull request #7747 from Carreau/fix-lang
Select language based on old notebook meta.lang.
2015-02-12 13:43:38 -08:00
Matthias Bussonnier
1ea96d24c4 typo "Should" 2015-02-12 12:12:51 -08:00
Matthias Bussonnier
7a9797f6f6 Typo "settings" 2015-02-12 12:12:21 -08:00
Min RK
600a61b993 Merge pull request #7763 from ctaf42/cg/utils/get_body_data
get_body_data: fix for undefined
2015-02-12 12:00:48 -08:00
Min RK
124874f115 Merge pull request #7610 from Carreau/_blank
make some target _blank configurable
2015-02-12 11:59:34 -08:00
Min RK
f4513bc7ce adjust appearance of cell toolbar select
undo some of the bootstrap mixin sizing,
which should help the appearance on Firefox on Linux.
2015-02-12 11:53:14 -08:00
Matthias Bussonnier
4bca402eae Merge pull request #7748 from minrk/poll-windows
add no-op every 5s on Windows
2015-02-12 11:17:29 -08:00
Matthias Bussonnier
9cc7c2bf02 Merge pull request #7730 from minrk/complete-v4-empty
handle zero-length match in v4 completions
2015-02-12 11:14:33 -08:00
Jonathan Frederic
412ac27120 Merge pull request #7721 from jdfreder/widecontents2
Prevent image outputs from being wider than their container.
2015-02-12 09:42:40 -08:00
Cedric GESTES
49845b92af get_body_data: fix for undefined
return undefined instead of "undefined"
2015-02-12 14:26:49 +01:00
Min RK
8b93d1561e disable screenKeys in term.js
these capture ctrl-a and other keyboard shortcuts
2015-02-11 14:10:12 -08:00
Thomas Kluyver
8983606a89 Merge pull request #7752 from Carreau/nbdoc
minor doc improvement on nbextension
2015-02-11 12:57:08 -08:00
Matthias Bussonnier
cfa2d26f71 minor doc improvement on nbextension 2015-02-11 12:52:42 -08:00
Matthias Bussonnier
2394be85c2 explicitely pass language for old notebook 2015-02-11 12:07:46 -08:00
Min RK
64b4d90eeb add no-op every 5s on Windows
signals don't interrupt the inner loop on Windows,
so pump the eventloop every 5s
2015-02-11 10:45:26 -08:00
Jonathan Frederic
65540779ee Merge pull request #7733 from minrk/esc-tooltip
prevent esc from bubbling up when dismissing tooltip
2015-02-11 10:20:00 -08:00
Matthias Bussonnier
62bfd92374 Select language based on old notebook meta.lang.
Also fix UI when selecting kernels by string.

Fix #7744 and #7742
2015-02-11 10:15:07 -08:00
Min RK
7bbdabdfd5 scrolling workaround for Firefox
setting overflow-x: hidden on Firefox prevents
long input from growing the cell ever wider on Firefox.

CSS is only applied on Firefox
2015-02-10 17:32:47 -08:00
Min RK
4ec038db1b Merge pull request #7720 from jdfreder/readonlyui
Readonly indicator.
2015-02-10 17:15:06 -08:00
Min RK
8e20f8d848 prevent esc from bubbling up when dismissing tooltip
prevents esc from entering command mode when it's
meant to dismiss the tooltip.

The logic for the event was already there,
it just lacked the `ipkmIgnore` bit.
2015-02-10 17:09:40 -08:00
Thomas Kluyver
73727ed5ae Remove Ctrl-J & Ctrl-K shortcuts
Closes gh-7716
2015-02-10 13:36:20 -08:00
Min RK
a9896e7404 handle zero-length match in v4 completions
use start=None instead of `-0` to indicate start == end
(which is already None indicating the same value).
2015-02-10 12:35:14 -08:00
Jonathan Frederic
28f54afd57 invoke css 2015-02-09 14:21:02 -08:00
Jonathan Frederic
67f000c721 Start read-only indicator as hidden. 2015-02-09 14:20:46 -08:00
Jonathan Frederic
2345e0fb5c Add title to read-only indicator. 2015-02-09 11:32:58 -08:00
Jonathan Frederic
c639380a1f invoke css 2015-02-09 11:24:52 -08:00
Jonathan Frederic
193986748c Prevent output images from being larger than their container. 2015-02-09 11:24:52 -08:00
Jonathan Frederic
dcaa52daee invoke css 2015-02-09 11:11:04 -08:00
Jonathan Frederic
231c30a550 Add readonly indicator to notification area. 2015-02-09 11:10:51 -08:00
Jonathan Frederic
9ebb06f46a Correct capitalization in menu. 2015-02-09 09:40:15 -08:00
Jonathan Frederic
14980570a7 Merge pull request #7700 from mathieu1/avoid-stopPropagation
Don't stop propagation in dashboard
2015-02-09 09:21:22 -08:00
Thomas Kluyver
f7f802bb33 Merge pull request #7709 from SylvainCorlay/iptest
JSController cleanup: support case where no server is started
2015-02-08 11:52:27 -08:00
Sylvain Corlay
1a85d7d24d support case where no server is started 2015-02-07 18:58:39 -05:00
Jonathan Frederic
b906cf0a8f Revert "Use Output widget with Interact" 2015-02-06 09:02:03 -08:00
Mathieu
cbd7f1fc98 don't stop propagation in dashboard
Stopping click propagation should be avoided when used as a hack
for something else, as it interacts poorly with the open/close
mechanics of Bootstrap menus (amongst others).
(more [here](http://css-tricks.com/dangers-stopping-event-propagation/)

This code preserves the intended behaviour (toggling the checkbox when
clicking on the row, except for the link) without resorting to
`stopPropagation()`
2015-02-06 00:39:09 +01:00
Min RK
809e79b6e4 bump pyzmq version dependency to 13
pyzmq < 13 doesn't work with tornado >= 3, which we also require.

This results in clearer error messages when pyzmq is too old.
2015-02-05 14:16:48 -08:00
Matthias Bussonnier
626d93128a Merge pull request #7660 from minrk/overlayHackHack
Reverse hscrollbar min-height hack on OS X
2015-02-05 12:02:44 -08:00
Matthias Bussonnier
e154634ebf Merge pull request #7686 from juhasch/shift-tab
Make shift-tab work as "indent-less" operation, too
2015-02-05 11:53:07 -08:00