Commit Graph

3948 Commits

Author SHA1 Message Date
Brian E. Granger
5137961bf2 Protect against navigator undefined in platform. 2014-01-28 10:19:44 -08:00
Brian E. Granger
fd07bb54b6 Fixing shortcut counts to work for n>2. 2014-01-28 10:17:34 -08:00
Jonathan Frederic
2230b751c1 Merge pull request #11 from minrk/widgets
Widget review
2014-01-28 09:27:43 -08:00
Brian E. Granger
0af185787a Added platform dep. logic. 2014-01-27 16:27:25 -08:00
MinRK
63eb905a02 try assertType instead of NotEquals, null 2014-01-27 15:06:36 -08:00
Brian E. Granger
1af4bfb3ce Misc work on shortcuts:
* shift+v for paste above.
* ii for interrupt
* 00 for restart
* All shortcuts can have a count field for multiple press.
2014-01-27 15:00:19 -08:00
MinRK
0d1536c390 use jQuery attr instead of setAttribute
when appending images.

This was an optimization with no apparent performance benefit.
2014-01-27 14:46:35 -08:00
MinRK
32d6f11b33 review pass on widget examples 2014-01-26 18:00:41 -08:00
MinRK
119052f75d first review pass on widget tests 2014-01-26 17:01:59 -08:00
Min RK
0b70f26f0e Merge pull request #4655 from minrk/marked-nbconvert
prefer marked to pandoc for markdown2html
2014-01-26 15:58:11 -08:00
MinRK
36db60eacb review pass on Python-side of widgets
- remove variable signature complexity
- use a few more traitlets as appropriate
2014-01-26 15:46:06 -08:00
MinRK
dd2f4a25aa quick review pass on javascript 2014-01-26 15:02:29 -08:00
MinRK
001e06103b review pass on widgetmanager.js 2014-01-26 14:38:02 -08:00
Matthias Bussonnier
6e56e7ef43 Merge pull request #4876 from minrk/tooltip-not-found
Don't show tooltip if object is not found
2014-01-26 01:32:33 -08:00
MinRK
e6f84111cd treat all falsy values the same in tooltip
undefined, null, and empty string are all treated the same.
2014-01-25 17:32:50 -08:00
MinRK
a7bd321648 don't show tooltip if object is not found
closes #4875
2014-01-25 17:24:14 -08:00
Jonathan Frederic
134413c89c Fixed bug that prevented popup widget from displaying 2014-01-24 16:36:23 -08:00
Jonathan Frederic
ce461ec20a Simplified variable inspector example 2014-01-24 16:35:46 -08:00
Jonathan Frederic
c807dd29e4 Prevent TextBox from blurring unless explicity by user. 2014-01-24 13:35:58 -08:00
Jonathan Frederic
d0b6e2a63d Updated cell numbering in console example. 2014-01-24 12:40:43 -08:00
Jonathan Frederic
e4b3f24c76 Fixed some more example files (see list below)...
Export As (nbconvert).ipynb
File Upload Widget.ipynb
Nonblocking Console.ipynb
index.ipynb
2014-01-24 12:33:54 -08:00
Jonathan Frederic
3026ddb52b Fixed bug in throttling code. 2014-01-24 12:32:19 -08:00
Min RK
64421304c0 Merge pull request #4826 from Carreau/no-html
some $.html( -> $.text(
2014-01-24 12:25:34 -08:00
Min RK
b5a85af6e5 Merge pull request #4847 from Carreau/js-kernel-info
add js kernel_info request
2014-01-24 12:20:12 -08:00
Matthias BUSSONNIER
e99756c6d5 mv kerneljs_test to kernel_test 2014-01-24 20:52:06 +01:00
Thomas Kluyver
535c676686 Merge pull request #4865 from cowlicks/patch-1
`build` listed twice in .gitignore. Removing one.
2014-01-24 10:46:32 -08:00
Jonathan Frederic
7c32616556 Moved keyboard_manager logic into a sep. function. 2014-01-24 10:39:06 -08:00
Blake Griffith
bdec44fcd8 build listed twice in .gitignore. Removing one. 2014-01-24 12:37:48 -06:00
Kyle Kelley
ddc9340a6a Handle variations of name for origin 2014-01-24 00:19:59 -06:00
MinRK
2cbb633cb4 test displaying images with shape metadata 2014-01-23 15:38:19 -08:00
MinRK
f02b5bef21 fix setting image height/width from metadata 2014-01-23 15:38:13 -08:00
Matthias Bussonnier
3069c9086f Merge pull request #4851 from minrk/tooltip-re
fix tooltip token regex for single-character names
2014-01-23 13:50:25 -08:00
Jonathan Frederic
59b41ca5fe Cleanup examples
- Fixed output numbering.
- Multiple typo fixes.
- Added index notebook.
- Added easy navigation to tutorials (next and back links).
2014-01-23 13:06:18 -08:00
Jonathan Frederic
dc9f81e75d Fixed bug in selection widget tests. 2014-01-23 10:58:52 -08:00
Matthias BUSSONNIER
25e68b3a75 typo 2014-01-23 19:58:09 +01:00
Jonathan Frederic
e793d022b5 Callback dispatcher return callback value.
Also import it with the widgets namespace so it can be used elsewhere.
2014-01-23 10:52:33 -08:00
Jonathan Frederic
820d58c721 Updated examples 3-6 2014-01-23 10:52:14 -08:00
Matthias BUSSONNIER
03a2cb6535 fix js formatting 2014-01-23 19:31:35 +01:00
Matthias BUSSONNIER
4ecf5c8e5b add kernel test 2014-01-23 19:08:56 +01:00
MinRK
848010e911 fix tooltip token regex for single-character names
closes #4808
2014-01-23 09:51:46 -08:00
Jonathan Frederic
00b39af9cf Fixed type in container
._children was not being set...  Instead the value was being returned (useless).
2014-01-23 09:12:05 -08:00
Matthias BUSSONNIER
f5fa732bd3 avoid injection in input prompt 2014-01-23 14:17:14 +01:00
Matthias Bussonnier
da001113fa Merge pull request #7 from ivanov/no-html
make the JS test fail
2014-01-23 00:42:09 -08:00
Kyle Kelley
e06f501cd6 s/==/is/ 2014-01-22 21:12:08 -06:00
Paul Ivanov
91706fc422 Merge pull request #4846 from takluyver/irunner-vestiges
Remove some leftover traces of irunner
2014-01-22 18:29:46 -08:00
Jonathan Frederic
91e82218a8 Changed selection widget API to use labels list
for mapping custom str reprs to items in the selection list
2014-01-22 17:15:10 -08:00
Jonathan Frederic
7aa51f46c4 Updated widget tutorials 1-2 2014-01-22 17:14:45 -08:00
Jonathan Frederic
7f12f35fea Added code that removes the views when a model/widget is closed. 2014-01-22 16:28:17 -08:00
Kyle Kelley
7efc751d0e Name change to same_origin 2014-01-22 18:26:15 -06:00
Kyle Kelley
60ab030e52 Verify that headers are set, explicitly 2014-01-22 18:21:02 -06:00