Commit Graph

5871 Commits

Author SHA1 Message Date
Jason Grout
93f658bc9b Make a copy of the input list so that changes to the children list don't automagically change our reference list 2014-11-20 00:44:35 +00:00
Jason Grout
7658bab99f Missing semicolon 2014-11-20 00:43:39 +00:00
Jason Grout
a6b901fdd3 Make state_change initialization more conventional 2014-11-20 00:43:24 +00:00
Jason Grout
0164fd32ca Make error messages more consistent 2014-11-20 00:43:00 +00:00
Jason Grout
88ed50afad Refactor the do_diff and manual child view lists into a separate ViewList object 2014-11-19 23:38:49 +00:00
Jason Grout
2b96a97118 Simplify error-handling code
Thanks to @jdfreder for this change.
2014-11-19 19:43:22 +00:00
Jason Grout
da8cab76dd Clean up promises code some more. 2014-11-19 19:16:54 +00:00
Thomas Kluyver
2414db41e6 Merge pull request #6961 from minrk/profile-dir-no-3p
Don't pass IPython-specific args to non-IPython kernels
2014-11-18 14:09:35 -08:00
Min RK
a62a9abdef update MappingKernelManager module docstring 2014-11-18 13:29:44 -08:00
Min RK
da80d64e45 Merge pull request #6955 from Carreau/typeset
Actually typeset latex
2014-11-18 12:56:49 -08:00
Min RK
7252efd22c Merge pull request #6670 from jdfreder/output_widget
Output widget
2014-11-18 12:56:34 -08:00
Jonathan Frederic
2ef509e505 Add doc string to Output widget 2014-11-18 11:31:33 -08:00
Jonathan Frederic
7a3a9e74e9 Bug fix, typo 2014-11-18 11:31:33 -08:00
Jonathan Frederic
db2ef15b81 Address @carreau 's comments 2014-11-18 11:31:32 -08:00
Jonathan Frederic
36f0aabb86 active_output_areas (plural) 2014-11-18 11:29:35 -08:00
Jonathan Frederic
6f2e02b585 Pop output now removes a specific output 2014-11-18 11:29:35 -08:00
Jonathan Frederic
a12da7cee4 Added comment describing output area stack. 2014-11-18 11:29:35 -08:00
Jonathan Frederic
d033d6c1ea Make output widget reactive. 2014-11-18 11:29:35 -08:00
Jonathan Frederic
a5779bcd0e Output Widget 2014-11-18 11:29:35 -08:00
Matthias Bussonnier
4cd8ee3bb2 Merge pull request #6881 from jasongrout/template-blocks
Make favicon and logo images blocks in the template
2014-11-18 16:52:06 +01:00
Matthias Bussonnier
0ee990614d Merge pull request #6923 from SylvainCorlay/toggle_button_tooltip
Tooltip on toggle button
2014-11-18 14:47:13 +01:00
Matthias Bussonnier
fe4bae10ac Actually typeset latex 2014-11-18 14:37:11 +01:00
Matthias Bussonnier
269d9ae195 Merge pull request #6959 from minrk/check-kernel-execute
don't execute if kernel is not connected
2014-11-18 14:33:00 +01:00
Thomas Kluyver
7cf7d3f202 Merge pull request #6818 from jdfreder/race_conditions
Add promises to the widget framework.
2014-11-17 17:14:08 -08:00
Jonathan Frederic
f9d730d01e Address @takluyver 's review comments 2014-11-17 14:17:17 -08:00
Jonathan Frederic
61ebd40206 Bug fix, promise not resolving. 2014-11-17 11:44:10 -08:00
Min RK
1914e27cff Don't pass IPython-specific args to non-IPython kernels
add a few FIXME notes that the IPython-kernel special treatment
will probably want to be removed in the Jupyter explosion.
2014-11-17 11:17:08 -08:00
Jonathan Frederic
8d8bf43fb9 Merge pull request #6916 from minrk/finish-5659
add Duplicate button to dashboard
2014-11-17 11:09:53 -08:00
Min RK
4a25d24806 don't execute if kernel is not connected 2014-11-17 10:27:46 -08:00
Min RK
5eff21f3c6 simplify NotebookList.duplicate with recent changes
- contents service + futures
- remove no-longer-necessary parent_item
2014-11-17 10:14:21 -08:00
Min RK
036c47d032 set min-width on tree-list buttons
avoids misaligned buttons when the content changes
2014-11-17 10:09:53 -08:00
Min RK
8bad784ce5 update add_duplicate_button with API changes
- allow duplicating regular files
- update with contents service API changes
- fix some path/name bugs found in session and kernel list
2014-11-17 10:09:53 -08:00
David Neto
6aae1e219f Add the "Duplicate" button in the main dashboard
so we can copy an existing notebook without having to start it's instance
2014-11-17 10:09:53 -08:00
David Neto
4bbd255f16 Change the order of Cancel and OK button in the renaming function so it matches the user experience for the same dialog boxes used in the main dashboard 2014-11-17 10:09:53 -08:00
Min RK
89598450f7 Merge pull request #6943 from jdfreder/numtextfix
Allow empty text box *while typing* for numeric widgets
2014-11-17 10:01:25 -08:00
Min RK
e1f4a76ea1 Merge pull request #6951 from ccordoba12/fix-draft76
Websockets are not started correctly on QtWebKit 4
2014-11-15 17:07:51 -08:00
Carlos Cordoba
abee155a11 Websockets were not started correctly on QtWebKit 4
- Draft76 was added to support QtWebKit 4 (and hence PhantomJS) a little
bit longer, but before this change kernel websockets failed to start on
that platform.
2014-11-15 19:26:06 -05:00
Min RK
d88f5c5898 Merge pull request #6874 from takluyver/config-js-api
Add JS config API
2014-11-15 12:52:38 -08:00
Thomas Kluyver
a48b0d3508 Merge pull request #6949 from minrk/kernel_created
fix event hookup for kernel changed
2014-11-15 12:51:09 -08:00
Min RK
c1a664dfb9 fix event hookup for kernel changed
event is kernel_created.Session

The spec name on the kernel also wasn't being changed when the kernel changed.
2014-11-15 12:19:35 -08:00
Jonathan Frederic
cfc45918bb Rebase fixes 2014-11-15 08:51:54 -08:00
Jonathan Frederic
907bde3b25 Address review comments 2014-11-15 08:49:45 -08:00
Jonathan Frederic
3c949aad92 Remove message promise. 2014-11-15 08:49:45 -08:00
Jonathan Frederic
fe398593e7 Typo fix 2014-11-15 08:49:44 -08:00
Jonathan Frederic
93cedc167e Address @takluyver 's comments 2014-11-15 08:49:44 -08:00
Jonathan Frederic
eb319c8aab Promise logic is infectious like a disease 2014-11-15 08:49:44 -08:00
Jonathan Frederic
b56fc606ad Promise the messages to the model 2014-11-15 08:49:44 -08:00
Jonathan Frederic
2d80b7239b Let Travis know about es6-promise,
instead of rsvp which is not used anymore.
2014-11-15 08:49:44 -08:00
Jonathan Frederic
0d591619c6 Make all tests async display safe 2014-11-15 08:49:44 -08:00
Jonathan Frederic
56c5020a84 bool_test passing with slimerjs 2014-11-15 08:49:44 -08:00