Min RK
c9438bdfcd
Merge pull request #5546 from renaud/master
...
do not shutdown notebook if 'n' is part of answer
2014-04-09 16:02:17 -07:00
Min RK
ae61228994
Merge pull request #5527 from jdfreder/i5518
...
Don't remove upload items from nav tree unless explicitly requested.
2014-04-09 16:01:40 -07:00
MinRK
78ee21e533
master is 3.0.0-dev
2014-04-09 13:42:45 -07:00
Min RK
2f0448351a
Merge pull request #5497 from takluyver/rm-octavemagic
...
Remove the octavemagic extension.
2014-04-09 13:38:15 -07:00
Min RK
6ee70be691
Merge pull request #5548 from pankajp/notebook-rename-cross-device-link
...
FileNotebookManager: Use shutil.move() instead of os.rename()
2014-04-09 13:36:29 -07:00
Paul Ivanov
9bb9652348
one more place
2014-04-08 20:38:18 -07:00
MinRK
4bc14c1154
never use for (var i in array)
...
because javascript is terrible
2014-04-08 20:38:16 -07:00
Thomas Kluyver
9a037d02e9
Merge pull request #5459 from jdfreder/ff_animhop
...
Fix interact animation page jump FF
2014-04-08 14:23:28 -07:00
MinRK
857c243434
output_type should not be optional in new_output
...
and fix bug that this would have revealed
2014-04-07 11:19:00 -07:00
Jonathan Frederic
6ed0bf975b
Don't remove upload items unless explicitly requested.
2014-04-07 10:53:41 -07:00
Pankaj Pandey
195ca091c5
FileNotebookManager: Use shutil.move() instead of os.rename()
...
`os.rename()` fails in case the new path is on a different
filesystem. For example if a file in `/tmp` is tried to save
to home, it causes following error:
[Errno 18] Invalid cross-device link using os.rename
2014-04-07 21:07:55 +05:30
Renaud Richardet
13c6303010
do not shutdown notebook if 'n' is part of answer
...
this prevents commands like 'yesn' to shut down the notebook server
2014-04-07 11:17:11 +02:00
Jonathan Frederic
46602a00a0
Merge pull request #5493 from jdavidheiser/master
...
made a minor fix to one of the widget examples
2014-04-04 09:11:23 -07:00
jdavidheiser
e0a40d54cb
Update widget_selection.py
2014-04-03 18:45:25 -07:00
jdavidheiser
52e58dce6d
Update widget_selection.py
2014-04-03 18:31:30 -07:00
jon
2c1f9790db
Don't send \r characters in zmqshell clear_ourput
2014-04-03 16:38:00 -07:00
jdavidheiser
9810033988
widget_selection update
...
Fix for the fact that dictionary randomization sometimes switches the order of the arguments passed to the class on initialization. This means that, potentially, 'value' can be updated BEFORE 'values', and since the method to update 'value' checks to see whether it exists in 'values', this breaks things.
2014-04-03 16:26:43 -07:00
Jonathan Frederic
d4d4b2ac73
Cleanup
2014-04-03 12:19:17 -07:00
Jonathan Frederic
ccdb1b2d25
Make sure to not call old load events
2014-04-03 12:19:16 -07:00
Jonathan Frederic
7cc8211c6d
A couple of fixes,
...
- Fix missing `type` from png/jpeg check
- Don't resize on weird chr(13) stand alone stream msgs
2014-04-03 12:19:16 -07:00
jon
955c419f24
Try removing the callbacks
2014-04-03 12:19:15 -07:00
jon
eebae30bd1
Use .load() to resize
2014-04-03 12:19:15 -07:00
jon
45d69b5f25
Move append_output animation height lock release into timeout.
2014-04-03 12:19:15 -07:00
Thomas Kluyver
a90ee73a80
Update tooltips to refer to shift-tab
...
Closes gh-5510
2014-04-03 09:39:20 -07:00
Thomas Kluyver
c6de836564
Remove the octavemagic extension.
...
It is part of oct2py, so we can stop testing and documenting it now.
2014-04-02 10:42:43 -07:00
MinRK
17bbc2b360
back to dev
2014-04-01 23:03:38 -07:00
MinRK
d482fb15b6
release 2.0.0
2014-04-01 22:19:46 -07:00
MinRK
c02562e40f
remove weird unicode space in the new copyright header
...
The bytes were actually:
#\xe2\x80\x82Copyright...
2014-04-01 21:26:27 -07:00
Brian E. Granger
655098b3c2
Pointing to the 2.x branch in the Help menu.
2014-04-01 15:42:09 -07:00
Brian E. Granger
d5c913c4c2
Removing Editor Shortcuts - these are now in the Shortcut Modal.
2014-03-31 17:06:08 -07:00
Brian E. Granger
b91394cb7d
Fixing Help menu links.
2014-03-31 17:06:08 -07:00
Min RK
3f3f3c136e
Merge pull request #5436 from ivanov/cm-shorcuts-quickhelp
...
CodeMirror shortcuts in QuickHelp
2014-03-31 14:36:50 -07:00
Min RK
19ff0c03e1
Merge pull request #5444 from jdfreder/numparse
...
Fix numeric verification for Int and Float text widgets.
2014-03-31 14:35:00 -07:00
Min RK
e37bf2257d
Merge pull request #5449 from minrk/quickhelp-stretch
...
Stretch keyboard shortcut dialog
2014-03-31 14:34:18 -07:00
Paul Ivanov
7880ad88b1
ok, removed last few unnecessary shortcuts
2014-03-28 17:20:22 -07:00
Paul Ivanov
7d4aed19e8
remove cm_keyboard.rst and OS-level shortcuts
2014-03-28 17:01:32 -07:00
MinRK
78bc36ec38
update link
...
The page is in the sphinx docs, not on the main website.
2014-03-28 14:41:10 -07:00
Paul Ivanov
c37e10feb2
move hyphen to cmd_ctrl
2014-03-28 12:58:25 -07:00
Thomas Kluyver
b878696a95
Fix starting notebook server with file/directory at command line.
...
The base class implementation of parse_command_line uses update_config,
which ensures that the change event fires for the config traitlet. This
copies that.
Closes gh-5460
2014-03-28 11:51:21 -07:00
Paul Ivanov
c24ca22955
lower-cased single letter keys in shortcuts
2014-03-27 17:20:06 -07:00
Paul Ivanov
354ff54aa5
remove no-op placeholder edit mode "shortcuts"
2014-03-27 17:05:09 -07:00
Paul Ivanov
40ca1218c7
completed both sets of platform-specific shortcuts
2014-03-27 16:48:01 -07:00
Paul Ivanov
1102095830
Hi, I'm a Mac. And I'm a PC.
2014-03-27 15:24:43 -07:00
Thomas Kluyver
982aab67ba
Merge pull request #5290 from jdfreder/dual_tests
...
Add dual mode JS tests
2014-03-27 15:03:14 -07:00
MinRK
bfb3d8ec30
check that a handler is actually registered in ShortcutManager.handles
...
there are a few shortcuts that do not specify handlers
(just for quick help contents),
and this was preventing the actual events from ever firing.
2014-03-27 14:31:07 -07:00
MinRK
8a44e91c0c
use modal_stretch on keyboard shortcut dialog
2014-03-27 13:32:42 -07:00
MinRK
b3b200abcb
add modal_stretch class
...
for stretching a dialog to fill the screen
2014-03-27 13:32:18 -07:00
MinRK
4d955e9641
remove unneeded width: 100%
firefox workaround
...
this is no longer needed with `display: flex`
2014-03-27 13:31:02 -07:00
jon
79f6ea9b1f
Allow '.', '+.', '+', '-.', and '-' even though without numbers, they cannot be parsed.
2014-03-27 10:29:02 -07:00
Aaron Meurer
75d4947e81
Point to the stable SymPy docs, not the dev docs
2014-03-26 18:07:17 -05:00