Brian E. Granger
46ba7b7c3a
Moving widgets->Widgets
2014-03-30 10:14:57 -07:00
Brian E. Granger
87b2e609a5
Moving notebooks->Notebook
2014-03-30 10:14:56 -07:00
Brian E. Granger
b60d1542b2
Merge branch 'master' of github.com:ipython/ipython
2014-03-30 10:13:27 -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
Min RK
3c0727ae49
Merge pull request #5464 from takluyver/i5460
...
Fix starting notebook server with file/directory at command line.
2014-03-28 11:54:33 -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
Paul Ivanov
8cb9057006
Merge pull request #5451 from minrk/comment-shortcut
...
check that a handler is actually registered in ShortcutManager.handles
2014-03-27 14:38:13 -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
Min RK
a3a9ed261c
Merge pull request #5439 from asmeurer/sympy-docs
...
Point to the stable SymPy docs, not the dev docs
2014-03-26 16:11:19 -07:00
Aaron Meurer
75d4947e81
Point to the stable SymPy docs, not the dev docs
2014-03-26 18:07:17 -05:00
MinRK
9552688a71
back to dev
2014-03-25 22:46:06 -07:00
Min RK
c0ebedd6ef
Merge pull request #5437 from cgohlke/patch-1
...
Install jquery-ui images
2014-03-25 22:45:10 -07:00
cgohlke
8644bf3d84
Install jquery-ui theme images
2014-03-25 22:20:18 -07:00
cgohlke
248695cb8e
Install ui-bg_glass_75_e6e6e6_1x400.png
2014-03-25 21:52:09 -07:00
MinRK
2adfb5254c
2.0.0-rc1
2014-03-25 20:16:54 -07:00
Paul Ivanov
f1573bd266
CodeMirror shortcuts in QuickHelp
...
Our users shouldn't need an internet connection to look at the code
mirror shortcuts. This PR places the CM keyboard shortcuts that are
currently documented on our website's rendered docs, and places them
inside the keyboard shortcuts quickhelp.
2014-03-25 18:19:06 -07:00
Thomas Kluyver
2698467427
Merge pull request #5432 from minrk/cm-links
...
update links in notebook help menu
2014-03-25 17:47:06 -07:00
Min RK
fb17cf979d
Merge pull request #5428 from jdfreder/copying
...
Update COPYING.txt
2014-03-25 17:23:56 -07:00
MinRK
2daf2fe293
update links in notebook help menu
2014-03-25 17:03:37 -07:00
MinRK
8c56202763
Merge Security Pull Request: security-doc
...
Document the notebook security and trust model.
2014-03-25 16:57:27 -07:00
Paul Ivanov
0240b20127
Merge pull request #5419 from minrk/responsive-prompts
...
move prompts from margin to main column on small screens
2014-03-25 16:47:26 -07:00
Min RK
a594a691c6
Merge pull request #5430 from jdfreder/elementappend
...
Make sure `element` is correct in the context of displayed JS
2014-03-25 16:44:34 -07:00
Min RK
34571232bb
Merge pull request #5396 from ivanov/fix-5363
...
prevent saving of partially loaded notebooks
2014-03-25 16:40:24 -07:00
Paul Ivanov
f41750ca6b
address PR feedback
2014-03-25 16:31:29 -07:00
Jonathan Frederic
1235c2f638
Make sure element
is correct in the context of displayed JS
...
closes #5293
2014-03-25 15:54:20 -07:00
Min RK
8f60d349df
Merge pull request #5429 from jdfreder/tooltipcompleter
...
Fix open-in-pager from tooltip
2014-03-25 15:22:43 -07:00
Jonathan Frederic
bd0bfad261
s/COPYING.txt/COPYING.rst
2014-03-25 15:20:47 -07:00
Jonathan Frederic
b4099518f8
Fix tooltip pager feature
...
Updates to tooltip.js for msg spec changes.
2014-03-25 15:12:38 -07:00
MinRK
97565e3771
move PGP key to download link
2014-03-25 14:40:55 -07:00
MinRK
76424aff09
fix now-confusing section name in public server doc
2014-03-25 13:10:51 -07:00
MinRK
b9c5eec22f
move notebook docs to source/notebook
2014-03-25 13:09:26 -07:00
MinRK
322c6431b8
add ipython_security public key
2014-03-25 12:57:50 -07:00
MinRK
bb06f92705
add notebook security doc
2014-03-25 12:57:41 -07:00
Brian E. Granger
31a517f887
Merge branch 'master' of github.com:ipython/ipython
2014-03-25 12:04:06 -07:00
Min RK
b294bf7059
Merge pull request #5404 from jdfreder/accordion
...
Fix broken accordion widget
2014-03-24 18:08:17 -07:00
Jonathan Frederic
db2e16f2e1
Added a test
2014-03-24 17:00:43 -07:00
Min RK
25b111d7cb
Merge pull request #5339 from minrk/iptest-qt-js-wtf
...
Don't use fork to start the notebook in js tests
2014-03-24 15:52:49 -07:00
Jonathan Frederic
e1daedf95b
Fixed keyboard.js indent break
2014-03-24 15:43:10 -07:00