Jonathan Frederic
3ff4d4c16e
Address review comments
2014-09-16 13:49:14 -07:00
Jonathan Frederic
27058f4804
Removed ScrollManager selector combo.
2014-09-16 13:49:14 -07:00
Jonathan Frederic
e843a3d0e4
Fixed rebase indents
2014-09-16 13:48:19 -07:00
Jonathan Frederic
8617696c5b
Added heading and slideshow scroll managers
2014-09-16 13:48:19 -07:00
Jonathan Frederic
7e7683a587
Added scroll mode selector,
...
fixed rebase conflicts.
2014-09-16 13:47:28 -07:00
Jonathan Frederic
62a21b0e6f
Add ScrollManager to global ipy namespace in main.js instead of,
...
in the bottom of the scroll manager js file.
2014-09-16 13:45:30 -07:00
Jonathan Frederic
5c5025f3b6
Added smooth scroll to replace std browser behavior.
2014-09-16 13:45:30 -07:00
Jonathan Frederic
c2d72353a2
Fixed bug
2014-09-16 13:45:29 -07:00
Jonathan Frederic
617f078165
Make slideshow toolbar add classes to modified cells.
2014-09-16 13:45:29 -07:00
Jonathan Frederic
06ad682d68
Add scrollmanager
2014-09-16 13:45:29 -07:00
Min RK
a712e079b4
Merge pull request #6483 from jhamrick/fix-heading-anchors
...
Trim anchor link in heading cells, fixes #6324
2014-09-16 10:57:40 -07:00
Jonathan Frederic
591b2b3ad7
Tabs->Spaces
2014-09-16 10:41:44 -07:00
Jonathan Frederic
02e3a58030
s/fore_color/color
...
s/back_color/background_color
2014-09-16 10:17:59 -07:00
Jonathan Frederic
0acd8daf71
Merge pull request #6438 from SylvainCorlay/model_destroy_message
...
Destroy backbone model on comm:close
2014-09-16 09:47:49 -07:00
Sylvain Corlay
e809fcb545
stop listening
2014-09-16 14:31:26 +00:00
Jessica B. Hamrick
d46606a48b
Trim anchor link in heading cells, fixes #6324
2014-09-16 00:05:14 -07:00
Jonathan Frederic
9c1c4f9f0a
Fix bug in bounded int/float logic.
2014-09-15 22:24:49 -07:00
MinRK
d06e337881
only compare host:port in Websocket.check_origin
...
don't include protocol
- matches tornado's own behavior
- avoids incorrect 403 in http-behind-https proxy situations.
2014-09-15 17:17:08 -07:00
Sylvain Corlay
75cb63fba2
Adding a comment and renaming on_bulk_change to on_change
2014-09-15 22:38:29 +00:00
Sylvain Corlay
06747c1ada
simplification of trigger destroy
2014-09-15 21:32:46 +00:00
Jonathan Frederic
4495fa5246
Merge pull request #6437 from weichm/patch-1
...
"event" is not defined error in Firefox
2014-09-15 13:51:14 -07:00
Jonathan Frederic
78db5dc24e
Merge pull request #6377 from jasongrout/fix-widget-prefix
...
Strip the IPY_MODEL_ prefix from widget IDs before referencing them.
2014-09-15 13:40:09 -07:00
Pierre Gerold
406860fd35
Typo and presentation
2014-09-15 14:58:23 +02:00
Pierre Gerold
98f2d989b6
Modify cells converter funcs to keep metadata through
2014-09-15 12:59:31 +02:00
Min RK
cd8163677a
Merge pull request #6467 from richardeverson/master
...
Stop websocket timeouts when kernel is suspended
2014-09-15 00:50:37 -07:00
Richard Everson
be80e62340
Check time of last ping before timing out a missing pong.
2014-09-14 23:22:05 +01:00
Sylvain Corlay
222dc5fb3e
Destroy backbone model on comm:close
2014-09-14 11:46:12 -04:00
sylvain.corlay
e77b21cb22
optimization of WidgetModel.apply_update
2014-09-13 20:13:08 -04:00
sylvain.corlay
6eea0c37aa
Added on_bulk_change method in WidgetModel
2014-09-13 16:27:52 -04:00
Min RK
5f27bff2da
Merge pull request #6460 from jasongrout/trust
...
Fix several small bugs in the notebook trust framework
2014-09-12 10:42:41 -07:00
Jason Grout
78ae8b36c5
Fix several small bugs in the notebook trust framework
...
1. The trust dialog is not called with the notebook context, so we have to use the closure to bind to a notebook event.
2. Replace != with !==
3. The trust_changed.Notebook event default handler expects the trust value to be value key inside an object. In fact, the event handler is redundant with the code--both seem to set the trust value of the current notebook.
2014-09-12 17:22:03 +00:00
Thomas Kluyver
a6f5ed619f
Preserve symlinks in atomic writing
2014-09-11 17:09:17 -07:00
Thomas Kluyver
9bde43a7fd
Copy file metadata in atomic save
...
Closes gh-6405
2014-09-11 16:47:10 -07:00
Thomas Kluyver
052f990333
Merge pull request #6445 from minrk/kernelspecs-test
...
handle system-wide kernelspecs
2014-09-10 15:51:15 -07:00
MinRK
5bc118fb6c
handle system-wide kernelspecs
...
in html tets_kernelspecs_api, which can cause counts to be greater than 2
2014-09-10 14:30:44 -07:00
Thomas Kluyver
fdb375e0ef
Merge pull request #6380 from ellisonbg/latex-complete
...
Adds Julia-style latex->unicode tab completion
2014-09-09 14:27:44 -07:00
Brian E. Granger
669065167b
Merge pull request #19 from takluyver/latex-complete-fixes
...
Latex completion fixes
2014-09-09 13:40:51 -07:00
Thomas Kluyver
bdb5481a1e
Remove leftover debugging
2014-09-09 12:47:02 -07:00
weichm
06b2926a0a
"event" is not defined error in Firefox
...
see http://stackoverflow.com/questions/20522887/referenceerror-event-is-not-defined-error-in-firefox
"WebKit follows IE's old behavior of using a global symbol for "event", but Firefox doesn't..."
2014-09-08 21:18:34 +02:00
Jessica B. Hamrick
b8d3d2c6af
Register input with keyboard manager, fixes #6426
2014-09-07 13:08:18 -07:00
Matthias Bussonnier
97e99d0661
Merge pull request #6412 from takluyver/sessions-rest-api-fix
...
Sessions rest api fix
2014-09-06 15:04:13 -07:00
Matthias Bussonnier
6a0fc370fd
Merge pull request #6427 from jhamrick/input_ui_generator
...
Add textbox celltoolbar UI element generator
2014-09-06 14:35:53 -07:00
Jessica B. Hamrick
3aada4008c
Rename chkb to text
2014-09-06 14:18:42 -07:00
Matthias Bussonnier
19efa4d195
Merge pull request #6425 from takluyver/docs-separate-defining-magics
...
Separate doc on defining magics
2014-09-06 14:11:18 -07:00
Jessica B. Hamrick
c3c11e5820
Initial version of textbox celltoolbar ui element
2014-09-06 13:34:43 -07:00
Thomas Kluyver
a47575df63
Fix some doc build warnings
2014-09-06 11:35:14 -07:00
Matthias Bussonnier
3dc94d6911
Merge pull request #6419 from takluyver/sort-test-dir-contents
...
Sort directory contents in test before assertion
2014-09-05 19:35:57 -07:00
Thomas Kluyver
fa6056e9ed
Sort directory contents in test before assertion
...
Should fix recent test failures, but I can't replicate failure on my
computer, so it's not clear that it's fixed.
2014-09-05 18:44:58 -07:00
Fernando Perez
a5fd908b28
Merge pull request #6408 from minrk/new-cell-code
...
make default cell type configurable
2014-09-05 18:41:35 -07:00
MinRK
6cee444630
make default cell type configurable
...
- adds IPython.notebook.default_cell_type
- default is 'code' (matching IPython 2.0)
- special heuristic values include:
- 'selected': default to selected cell (current master behavior)
- 'above': default to cell above
- 'below': default to cell below
2014-09-05 11:28:00 -07:00