Jonathan Frederic
3969f0ec84
Move terminal less into better location
11 years ago
Jonathan Frederic
f8968df7e2
Merge pull request #7148 from minrk/kernel-selector
...
remove kernel selector from header
11 years ago
Bussonnier Matthias
bb61df5c35
make shutdown yellow/orange
11 years ago
Matthias Bussonnier
27c90f1da3
Merge pull request #7087 from nheijermans/master
...
Enable the IPython Notebook to display messages from other clients.
11 years ago
Min RK
9f9714e11f
remove kernel logo text placeholder
12 years ago
Min RK
da88bff678
add text placeholder for kernels with no logo
...
capital first initial on gray field
12 years ago
Min RK
d5f6aaa1f6
remove kernel selector from header
...
- add kernel name to indicator
- float kernel logo where indicator used to be
12 years ago
Brian E. Granger
6c55690994
Merge pull request #7227 from jdfreder/undead
...
Add visual cue for widgets with dead comms
12 years ago
Jonathan Frederic
e7370be7cc
invoke css
12 years ago
Jonathan Frederic
79fd5c3fed
Address comments
12 years ago
Thomas Kluyver
5a5f621591
Merge pull request #7247 from Carreau/fix-restore-checkpoint
...
fix restore checkpoint add an empty cell
12 years ago
Thomas Kluyver
2dbc8f5304
Merge pull request #7248 from Carreau/config-ctm
...
pass config to contentsManager
12 years ago
Bussonnier Matthias
f0c5de7c7e
make method private
12 years ago
Bussonnier Matthias
ddbd7aa4fa
add ability to unregister a preset
...
fix #7218
12 years ago
Bussonnier Matthias
3bce53e32e
fix logo on base_url prefix
12 years ago
Bussonnier Matthias
51f1cad6e4
pass config to contentsManager
12 years ago
Bussonnier Matthias
df418c6a62
fix restore checkpoint add an empty cell
12 years ago
Matthias Bussonnier
449384e85f
Merge pull request #7224 from jasongrout/fix-toolbarjs
...
Fix javascript iteration through array
12 years ago
Matthias Bussonnier
7eb4d1b84d
Merge pull request #7225 from Carreau/fix-actions
...
fix leading underscore
12 years ago
Jonathan Frederic
ab1fca9fdb
Prevent the page from jumping on tree tab change
12 years ago
Jonathan Frederic
d9346c002d
invoke css
12 years ago
Jonathan Frederic
9e67a34891
Bubble event and implement logic in CodeCell
12 years ago
Matthias Bussonnier
420fee5e4c
Merge pull request #7163 from jdfreder/refresh-persist
...
Persist widgets across page refresh
12 years ago
Jonathan Frederic
2d40eb30d4
Make sure comm-dead is applied to the top widget view class
...
in all cases where the kernel disconnects.
12 years ago
Min RK
26136f44d2
Merge pull request #7088 from Carreau/kernel.js
...
Load the per kernel kernel.js and kernel.css
12 years ago
Bussonnier Matthias
737064d9db
fix leading underscore
...
mering object with itself is stupid otherwise
12 years ago
Jason Grout
efc1fee242
Fix javascript iteration through array
...
for(var k in config) was assigning k to the properties of Array, not just the numeric indices
the second argument of add_buttons_group, k[1], should be config[k][1]
12 years ago
Matthias Bussonnier
031252d44f
Merge pull request #7207 from takluyver/rm-nb-user-config
...
WIP: Remove js user_config module
12 years ago
Matthias Bussonnier
791676006d
Merge pull request #7186 from minrk/moment
...
moment.js-related fixes
12 years ago
Thomas Kluyver
95e60a544c
Update test to modify class config for default_cell_type
12 years ago
Kyle Kelley
4f4e14342b
Merge pull request #7172 from Carreau/sort-dashboard
...
Sort dashbord list in frontend
12 years ago
Brian E. Granger
bd57d219fc
Merge pull request #7199 from takluyver/python-logo
...
Use Python logo for IPython kernel
12 years ago
Thomas Kluyver
7f221537d4
Fix default_cell_type option for notebook
12 years ago
Thomas Kluyver
938630b475
Remove user_config js module
12 years ago
Thomas Kluyver
e51f3ff8d5
Merge pull request #7187 from minrk/utils-js
...
various fixes in utils.js
12 years ago
Thomas Kluyver
27ad247f9d
Enlarge Jupyter logo to 28px height
12 years ago
Nathan Heijermans
408e3fa557
Backing out all changes to the UI and notebook.js.
...
Updated kernel.js to trigger the ``received_unsolicited_message.Kernel`` event instead. Notebook extensions can handle the event in whatever way they deem appropriate.
A notebook extension that takes advantage of this is available at https://github.com/nheijermans/nbexts.git .
12 years ago
Brian E. Granger
27144e51ff
Merge pull request #7162 from jdfreder/persist-fixes
...
Widget persistence fixes
12 years ago
Brian E. Granger
e090b609d1
Merge pull request #7169 from jdfreder/pager-style
...
Make the new pager look better
12 years ago
Jonathan Frederic
12366e8e8d
Clean up comments
12 years ago
Jonathan Frederic
1e0acbeb31
Write a plugin to handle private function automatically.
12 years ago
Jonathan Frederic
c703b3f3f5
Some clean-up
12 years ago
Jonathan Frederic
beb5ea6deb
Make sure every function appears in the Notebook class.
12 years ago
Jonathan Frederic
d756816e2b
Some typo fixes
12 years ago
Jonathan Frederic
5802309151
Make notebook.js jsdoc compatible
12 years ago
Jonathan Frederic
1aa280d9c9
Start JSDoc integration
12 years ago
Min RK
6661a0a301
fix regular checkpoint updates in notebook
...
in master, this was updating every 10 hours,
regardless of the value, due to a variety of bugs,
including using relativeTimeThreshold getters
that do not exist in moment.js 2.7.
12 years ago
Min RK
b11fe93abb
add utils.time
...
consolidate some time-related utils, used in save widgets
12 years ago
Min RK
982a742112
Merge pull request #6700 from Carreau/actions-2
...
Use notebook actions in toolbar
12 years ago
Thomas Kluyver
7454b25dc0
Probably don't need text styles on an img tag
12 years ago
Min RK
cadd5a14fe
Merge pull request #6747 from jdfreder/combofix
...
Make Selection widgets respect values order.
12 years ago
Jonathan Frederic
ab409d1966
Hide variables that shouldn't be exposed to the user
12 years ago
Jonathan Frederic
45eadcd06c
invoke css
12 years ago
Bussonnier Matthias
cd67e1aca7
return elements instead of append them directly
...
+ jshint fixes
12 years ago
Bussonnier Matthias
89edf7c099
fix ordering dirs > notebook> files
12 years ago
Min RK
1512598b83
various fixes in utils.js
...
revealed by linters
- remove duplicate WrappedError definition
- regex_split doesn't actually allow string separator
- remove various unused variables
- fix some incorrect regex escaping
- add missing quotes in $('body')
- remove a `for(attr in object)` because javascript
12 years ago
Jonathan Frederic
c5de028039
invoke css
12 years ago
Jonathan Frederic
12ef806b58
Thinner handle, single handlebar
12 years ago
Bussonnier Matthias
09b4d91ad0
sort dashbord in frontend
12 years ago
Bussonnier Matthias
07c6dd8b5d
move setting nb.kernelselector inside kernelselector itself
12 years ago
Bussonnier Matthias
7a3a61fe81
make pseudo action in their own dcit.
...
make test more reliable by adding data-attributes to buttons.
12 years ago
Bussonnier Matthias
08dbdb1640
note to self
12 years ago
Matthias Bussonnier
199483b82d
fix rebase after kill of layout manager
12 years ago
Jonathan Frederic
c897b66031
invoke css
12 years ago
Jonathan Frederic
eb34a4c6c2
Add shadow to pager handle
12 years ago
Jonathan Frederic
d5a4739636
invoke css
12 years ago
Jonathan Frederic
9879a3c16c
Make the pager look better
12 years ago
Jonathan Frederic
b1b88a7855
Merge pull request #7147 from jdfreder/print
...
Meta-p for print
12 years ago
Jonathan Frederic
3b11cc66a7
Make widgets persist across page refresh
12 years ago
Jonathan Frederic
272f281b03
Merge pull request #7161 from jdfreder/promise_fix
...
Another widget promise bug fix
12 years ago
Jonathan Frederic
3d9e43f0c4
Fix persistence API,
...
it expecited a view dictionary not a dictionary of view promises
12 years ago
Matthias Bussonnier
2d51cec3c8
adresses Min comments x2
12 years ago
Bussonnier Matthias
fc6f562317
complete unicode mac symbol
12 years ago
Bussonnier Matthias
e292a82dff
Fix comments
...
move humanize-map out of function call to have only one instance
12 years ago
Bussonnier Matthias
5be62ba538
fix john coments
12 years ago
Matthias Bussonnier
f43d8585d1
Add notion of actions to celltoolbar
...
modify toolbar.js to be able to deal with actions.
modify maintoolbar to deal with the new action architecture
add a way to triger notification widget hiding
12 years ago
Matthias Bussonnier
f1a167ee19
add an humanize function that prettify shortcut on macos
12 years ago
Thomas Kluyver
4dd8efd043
Merge pull request #7160 from minrk/toolbar-layout
...
remove references to defunct layout_manager in ToolBar
12 years ago
Jonathan Frederic
88d8d85987
Another widget promise bug fix
12 years ago
Jonathan Frederic
51fc7241da
Another widget promise bug fix
12 years ago
Jonathan Frederic
73637fb694
Merge pull request #7097 from jasongrout/widget-visibility
...
Expand the semantics of the widget visible attribute to allow for visibility: hidden
12 years ago
Jonathan Frederic
4842d48ace
invoke css
12 years ago
Jonathan Frederic
bdb0e9dd7a
Move header styles into base less
12 years ago
Jonathan Frederic
d58d3a65a3
invoke css
12 years ago
Jonathan Frederic
f497d06d0c
Avoid using important
12 years ago
Min RK
73c33f402c
remove references to defunct layout_manager in ToolBar
12 years ago
Jonathan Frederic
095d8b2feb
Merge pull request #7143 from jasongrout/viewlist-promises
...
Update viewlists to store a list of promises for views
12 years ago
Jason Grout
967d83104f
Missing return
...
Thanks to @jdfreder for catching this in review!
12 years ago
Matthias Bussonnier
912c4bb683
adresses Min comments
12 years ago
Matthias Bussonnier
47822187c1
Fix typos, rephrase english. Thanks Kyle.
12 years ago
Matthias BUSSONNIER
4239dc03f3
load the per kernel kernel.js and kernel.css
...
As per discussion, each kernel can provide a file name kernel.js that
we try to load at kernel switching. If such a file exist we assume that
the kernel pathches the javasscript and that this javascript cannot be
unpatched, and further switching of the kernel cannot be undone without
reloading the page. (separate PR for UI)
if a kernel provide kernel.js, the it should consist into a AMD module
definition that uses require.js the module shoudl define a function name
`onload` that will be called at the appropriate moment before the kernel
starts.
12 years ago
Jonathan Frederic
1c499334c7
Merge pull request #7146 from jdfreder/interact-fix
...
Fix Dropdown widget page scroll issue
12 years ago
Jonathan Frederic
3ea8929b82
Merge pull request #6454 from jasongrout/links
...
Javascript link
12 years ago
Min RK
e890122c3e
Merge pull request #6537 from takluyver/kernelspec-logos
...
Initial support for supplying kernel logos in kernel spec
12 years ago
Min RK
7d465c7e96
Merge pull request #7139 from jdfreder/widget-space-fix
...
Fix padding of widgets.
12 years ago
Jonathan Frederic
bf18e09521
invoke css
12 years ago
Jonathan Frederic
b29d81ee23
Add LESS that enables meta-p printing
12 years ago
Jason Grout
4496bfc6bd
Fix a bug in using promises with comms: this -> that
12 years ago
Jonathan Frederic
cecf05efb2
Fix bug where selection box modification would cause page to scroll to the top
12 years ago
Thomas Kluyver
3e2f6dba98
logo-64 -> logo-64x64
12 years ago
Thomas Kluyver
4cee2f5f3a
Merge pull request #7128 from minrk/more-v-less-m
...
A little more V, a little less M in the text editor
12 years ago
Thomas Kluyver
7cc07251e4
Use double resolution logo to support hires displays
12 years ago
Jason Grout
49541066f1
Update viewlists to store a list of promises for views
12 years ago
Min RK
615ff9f138
Merge pull request #6789 from jdfreder/persistence2
...
Widget persistence API
12 years ago
Thomas Kluyver
cad0c32137
Hide kernel logo if it's missing
12 years ago
Thomas Kluyver
f123b0d2ad
Initial support for supplying kernel logos in kernel spec
12 years ago
Jonathan Frederic
cf9b092013
Use once instead of on
12 years ago
Jonathan Frederic
cb12229480
Fix padding of widgets.
12 years ago
Jonathan Frederic
52c8f14223
Added changes discussed with @jasongrout
12 years ago
Jonathan Frederic
152982efcd
Updated comments to new style.
12 years ago
Jonathan Frederic
0978065269
Remove view.show
12 years ago
Jonathan Frederic
a56a6f5657
Document set_state_callbacks and,
...
make load_state callback support promises.
12 years ago
Jonathan Frederic
0c737867fe
Rebase fixes
12 years ago
Jonathan Frederic
16e3bad23f
Address @jasongrout 's review comments, take 2
12 years ago
Jonathan Frederic
5d4b83ba4a
Add an event that fires before the notebook saves
12 years ago
Jonathan Frederic
71d2d47036
Fix, only return views that are direct children of the cell
12 years ago
Jonathan Frederic
a53f4cc9dd
Log save state callback failures
12 years ago
Jonathan Frederic
db62a210e7
Another that = this
12 years ago
Jonathan Frederic
f060947eb9
This, that, and the other thing
12 years ago
Jonathan Frederic
8a5770b811
Add convenience API
12 years ago
Jonathan Frederic
e02a5ec201
Promises...
12 years ago
Jonathan Frederic
d466601dbb
Persistence API,
...
This is a combination of 10 commits.
Enable widget instanciation from front-end.
Address @minrk 's review comments.
Make API that allows users to persist widget state easily.
Added support for view persistence
Started adding support for model persistence.
Half way there!
Finished persistence API.
Move persistence code into the widget framework.
Fin.
Bug fixes
12 years ago
Scott Sanderson
ccc8cb9cbf
Minor cleanups in the contents API.
...
Noticed while poking around with a linter enabled.
12 years ago
Nathan Heijermans
4925ea3e44
Fixed inverted logic caused by renaming variables.
12 years ago
Nathan Heijermans
4440337711
Removed keyboard shortcut.
12 years ago
Min RK
6c4f8de34a
wrap lines by default
...
because long lines are not handled well
12 years ago
Min RK
1e5bd77bda
s/mode/language/
...
for user-facing CodeMirror mode (hover text, language menu)
12 years ago
Min RK
c81609f5d6
redirect /edit/ to /files/ if not (utf8) text
12 years ago
Min RK
85fb8e1085
use $.map for setting cm options
12 years ago
Min RK
7ede5e291f
update mode on rename
12 years ago
Min RK
03779746ab
Toggle line numbers in menu
...
use 'Toggle' text, instead of switching between Show/Hide
12 years ago
Min RK
0b8920193f
add Mode menu to editor
12 years ago
Min RK
0cc0dead5d
add File/Rename
12 years ago
Min RK
d6282035fa
add save widget to text editor
12 years ago
Min RK
c58070a702
make savewidget css a little more generic
...
- use classes instead of IDs
- use .filename instead of #notebook_name
12 years ago
Min RK
0dfcc1b512
expect JSON reply to save
12 years ago
Min RK
2452c0c2f7
checkpoint
12 years ago
Min RK
928c81df9d
setting an option to null sets the default in CodeMirror
...
matching the unset behavior in config
12 years ago
Min RK
c8a1f06179
fixup keyMap
12 years ago
Min RK
54324633ca
fixup
12 years ago
Min RK
0c42d3659e
add File/New in editor
12 years ago
Min RK
ab7b35afdb
link to /edit/ on files
12 years ago
Min RK
85b6b280b2
allow selecting codemirror keymap in menu
12 years ago
Min RK
9a504dd7c3
basic LESS for editor
12 years ago
Min RK
776c9a0316
track dirty state in editor for onbeforeunload
12 years ago
Min RK
0efd335553
editor progress
...
- load/store codemirror config
- fill out menus a bit:
- Edit/find,replace
- View/toggle line numbers
12 years ago
Min RK
0b46e2aff2
remove some custom css
...
mainly in navbars, where we were doing custom
things that bootstrap already did with classes.
This did require the removal of multiple class LESS inheritance for
navbar buttons, because it doesn't work properly. Seems like a LESS bug, but I'm not sure.
12 years ago
Nicholas Bollweg (Nick)
d3601f90ef
checking in css
12 years ago
Nicholas Bollweg (Nick)
c72ad2754c
more fidgeting before starting over
12 years ago
Nicholas Bollweg (Nick)
5858350cc3
handling explicitly provided modes from kernelspec.language_info
12 years ago