Commit Graph

8258 Commits

Author SHA1 Message Date
Matthias Bussonnier
b300696ef7 Reminder of where the celltoolbar menu is
The UI has changed since 4.0 so 4.1 need to tell that to users.
2015-10-24 10:57:47 -07:00
Jonathan Frederic
f0d89984bb Merge pull request #644 from Carreau/ff-style
Fix command palette appearance on FF.
2015-10-23 15:42:29 -07:00
Matthias Bussonnier
07126232b4 Merge pull request #643 from jdfreder/pager
Force pager to draw scrollbars on FireFox
2015-10-22 10:10:47 -07:00
Jonathan Frederic
71c905574e Force pager to draw scrollbars on FireFox 2015-10-22 09:04:16 -07:00
Jonathan Frederic
429693675b Merge pull request #639 from Carreau/back-style
revert style change
2015-10-21 18:27:20 -07:00
Matthias Bussonnier
c409932bc2 Fix command palette appearance on FF.
Closes #559
2015-10-21 16:36:18 -07:00
Matthias Bussonnier
7676d016d4 revert style change 2015-10-21 16:17:21 -07:00
Matthias Bussonnier
c40400cb66 Merge pull request #567 from jdfreder/sandr
Fix tooltip and move replace in selected cells button.
2015-10-21 15:47:13 -07:00
Matthias Bussonnier
255527edf4 Merge pull request #634 from ellisonbg/pager-fix
Reverting Firefox Windows bug fix ipython/ipython#8853
2015-10-21 15:43:22 -07:00
Matthias Bussonnier
371cf3ba33 Merge pull request #628 from blink1073/bump-large-upload
Bump upload size to 25MB
2015-10-21 13:07:03 -07:00
Brian E. Granger
65f15cbf32 Reverting Firefox Windows bug fix ipython/ipython#8853
This effectively cloned all of the pager DOM nodes and removed
all of their events. This broke the pager closing and resizing.
2015-10-21 12:37:29 -04:00
Steven Silvester
c8c4b2768c Make the upload size limit configurable 2015-10-21 10:59:17 -05:00
Brian E. Granger
67a7422d3c Merge pull request #627 from minrk/codemirror-5.8
CodeMirror 5.8
2015-10-21 11:55:56 -04:00
Josh Barnes
27ab6a4986 make IPython.toolbar.add_buttons_group return the button group it creates 2015-10-21 16:31:49 +01:00
Matthias Bussonnier
75496518fd Merge pull request #598 from ellisonbg/action-names
Renaming commands
2015-10-21 08:17:15 -07:00
Steven Silvester
a34e0b72a9 Bump upload size to 25MB 2015-10-21 09:17:47 -05:00
Min RK
364d9e60fc CodeMirror 5.8 2015-10-21 14:57:15 +01:00
Brian E. Granger
dab9765e42 Fixing one last misnaming. 2015-10-21 09:35:05 -04:00
Min RK
61c99ca11c Merge pull request #574 from blink1073/fix-upload
Fix handling of upload add_link
2015-10-20 15:40:15 +01:00
Min RK
59aac8b93e Merge pull request #623 from blink1073/avoid-large-upload
Avoid trying to upload large files
2015-10-20 15:31:47 +01:00
Steven Silvester
688f108da8 Update dialog text 2015-10-19 20:12:50 -05:00
Steven Silvester
4289699c4e Avoid trying to upload large files 2015-10-19 18:22:00 -05:00
Brian E. Granger
068fb04458 Adding shortcut that was lost in rebasing. 2015-10-19 18:12:09 -04:00
Brian E. Granger
7d54f07bd3 Adding mark/unmark all cells action. 2015-10-19 18:05:37 -04:00
Brian E. Granger
78b1cccede Cleaning up UI for command pallete and default group 2015-10-19 16:03:27 -04:00
Brian E. Granger
8e901e8d0d Using jupyter-notebook for command prefix. 2015-10-19 15:51:14 -04:00
Brian E. Granger
a5e9d96089 Small renaming fixes. 2015-10-19 15:43:25 -04:00
Brian E. Granger
a3de1c7608 Fixing misnaming of things. 2015-10-19 15:31:10 -04:00
Brian E. Granger
3c31700fb8 Merge pull request #606 from minrk/restart-kernel-stop
wait for kernel to restart
2015-10-19 15:17:28 -04:00
Brian E. Granger
1de36134df Renaming merge cell action. 2015-10-19 14:42:54 -04:00
Brian E. Granger
4c22335bb0 Rebasing and cleaning up marked cell actions. 2015-10-19 14:34:00 -04:00
Brian E. Granger
c7d3728b6e Renaming jupyter-notebook -> jp-notebook 2015-10-19 14:29:48 -04:00
Brian E. Granger
33bcdf907d Fixing tests and example notebook 2015-10-19 14:29:48 -04:00
Brian E. Granger
00e0091e52 Adding description of how these names are picked. 2015-10-19 14:29:48 -04:00
Brian E. Granger
7df94eb001 Renaming commands 2015-10-19 14:29:48 -04:00
Brian E. Granger
5deceb4a8b Merge pull request #620 from ellisonbg/marked-fix
The directionality of the marked keyboard shortcuts was swapped...
2015-10-19 13:57:34 -04:00
Brian E. Granger
3f95304092 Merge pull request #619 from jdfreder/savenotebook
notebook.save_notebook should ALWAYS return a Promise of some sort.
2015-10-19 13:28:06 -04:00
Brian E. Granger
5a9305cf20 Mixed up mark above and below... 2015-10-19 13:23:12 -04:00
Jonathan Frederic
22758b2bd1 Merge pull request #616 from thachmai/master
Fix #581 by moving the double-click selection focus into MarkdownCell.
2015-10-19 09:19:08 -07:00
Jonathan Frederic
38502ed513 notebook.save_notebook should ALWAYS return a Promise of some sort. 2015-10-19 09:11:50 -07:00
Thach MAI
2af468fdc2 Fix #581 by moving the double-click selection focus into MarkdownCell. 2015-10-17 03:27:07 +02:00
Matthias Bussonnier
34ac57cf87 Merge pull request #612 from jdfreder/markallthethings
Replace multi-select logic with marks
2015-10-16 11:51:03 -07:00
Jonathan Frederic
c333778a87 Use offset param instead of direction 2015-10-16 10:24:16 -07:00
Jonathan Frederic
c14302e547 Fix some small bugs 2015-10-15 10:05:37 -07:00
Jonathan Frederic
75a3052c07 Implement extend marked 2015-10-15 09:52:41 -07:00
Jonathan Frederic
d797b8e47c Use marks 2015-10-15 09:45:49 -07:00
Brian E. Granger
ed50d26560 Merge pull request #597 from jdfreder/mark
Add the ability to mark cells.
2015-10-15 11:06:12 -04:00
Min RK
4c5bb7447c Merge pull request #609 from darabos/patch-1
Fix typo in documentation ("wiget")
2015-10-15 15:43:54 +02:00
Daniel Darabos
1d1838284a Fix typo in the RST version too. 2015-10-15 14:27:52 +02:00
Daniel Darabos
1b51230e8b Fix typo in What is the Jupyter Notebook. 2015-10-15 14:26:10 +02:00