Commit Graph

7141 Commits

Author SHA1 Message Date
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
Fernando Perez
74ca347028 Merge pull request #7754 from minrk/screenKeys
disable screenKeys in term.js (enables things like `Ctrl-a` to work as expected in the terminal)
2015-02-11 14:46:01 -08: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
Mathieu
95f0f520c7 add tooltips 2015-02-11 11:36:59 +01:00
Sylvain Corlay
da96d28620 font awesome icon 2015-02-10 21:36:50 -05:00
Mathieu
4ffe57f48a keep only basic changes
Kept changes:
- fewer, shorter menu items (too cryptic?), with icons.
- main checkbox does not open menu, but selects all/none.
- total selection count next to main checkbox (unsure if this is to be
kept. It does address #7628).

Removed changes:
- sticky menu.
- checkboxes and counters in menu.
2015-02-11 03:09:19 +01:00
Thomas Kluyver
1a5283dee9 Merge pull request #7734 from minrk/inner-cell-ff
scrolling workaround for Firefox
2015-02-10 17:52:50 -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
Thomas Kluyver
987b338758 Merge pull request #7717 from jdfreder/menucap
Correct capitalization in menu.
2015-02-09 10:45:20 -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
Min RK
274514cf73 Merge pull request #7703 from ipython/revert-7554-interact-fix
Revert "Use Output widget with Interact"
2015-02-07 14:49:59 -08:00
Jonathan Frederic
b906cf0a8f Revert "Use Output widget with Interact" 2015-02-06 09:02:03 -08:00
Mathieu
d6583c8097 invoke css 2015-02-06 16:28:18 +01:00
Mathieu
9fe1f43089 clean up CSS and firefox clicks
- `#button-select-all` toggles the all/none checkbox
  and the all/none checkbox now works on firefox
- static appearance of the `#button-select-all` button
  (even on counter change, up to two digits)
- clean up `tree.less`
2015-02-06 16:24:58 +01:00
Mathieu
0e9f13807e add select-all badge 2015-02-06 01:27:43 +01:00