Jonathan Frederic
0ec796cfc7
Removed #4986
12 years ago
Brian E. Granger
2d1f3c86d1
Delete old timeout.
12 years ago
Brian E. Granger
af884b797f
Add edit/command mode indicator.
12 years ago
Brian E. Granger
62d118afc7
Clear timeout in multi-press keyboard shortcuts.
12 years ago
Brian E. Granger
2b248d65b0
Merge pull request #5035 from jdfreder/ff-hscroll
...
FF Fix: code cell missing hscroll
12 years ago
Min RK
cd7c1e6fae
Merge pull request #5001 from ellisonbg/dashboard-dirs
...
Add directory navigation to dashboard
12 years ago
Brian E. Granger
7ab69652ea
Breadcrumb home icon.
12 years ago
Jonathan Frederic
a11596f7e7
fab css
12 years ago
Jonathan Frederic
65fba24d92
FF Fix: make ext icon same line as txt
12 years ago
MinRK
e0a7793226
don't strip '.ipynb' from notebook names in nblist
...
The only place the extension is not wanted is editing a name during upload.
Everywhere else, it's actually wanted.
12 years ago
Jonathan Frederic
17abd86054
fab css
12 years ago
Jonathan Frederic
635fc4fbe2
FF Fix: missing scrollbars on inner_cells
12 years ago
Min RK
a5feb922a3
Merge pull request #4774 from Carreau/emit-output
...
emit event on appended element on dom
12 years ago
Brian E. Granger
e765f894b6
Merge pull request #5023 from jdfreder/widget-arrays
...
Widgets- add ability to pack and unpack arrays on JS side.
12 years ago
Brian E. Granger
9f9fe08f0f
Cleaning up the dashboard CSS and fixing small visual problems.
12 years ago
Brian E. Granger
dd126fce6d
Tighten spacing of dashboard.
12 years ago
Brian E. Granger
e6c0e462ac
Taking it down to 3px.
12 years ago
Brian E. Granger
2df5c0b7d1
Adding btn-danger to Shutdown button.
12 years ago
Brian E. Granger
58a3daba5c
Tighten up vertical spacing of notebook list.
12 years ago
Brian E. Granger
775ebc72e0
Update styling of dashboard.
12 years ago
Brian E. Granger
86ba08213f
Add directory browsing to the dashboard.
12 years ago
Brian E. Granger
a3ef3109db
Server side logic for directories.
12 years ago
Brian E. Granger
2c5db865d4
Merge pull request #4974 from ivanov/better-paste
...
make paste focus the pasted cell
12 years ago
Brian E. Granger
350705075b
Merge pull request #5012 from minrk/selection-dict
...
Make `SelectionWidget.values` a dict
12 years ago
Jonathan Frederic
818f5e7824
Added ability to pack and unpack arrays.
12 years ago
Min RK
0cb4a450a6
Merge pull request #5014 from jdfreder/widget-popup-keys
...
Fix command mode & popup view bug
12 years ago
Jonathan Frederic
4a314ea3da
Unconditionally register $el with keyboard manager
...
also s/elements/additional_elements
12 years ago
Matthias BUSSONNIER
bb27cd0de5
more subtle kernel indicator
...
add casper.wait_for_busy
like wait_for_idle, but busy
restore kernel notification widget
it's still used for interrupt / restart
use wait_for_busy in check_interrupt test
12 years ago
MinRK
3e1f2e22f8
Make `SelectionWidget.values` a dict
...
rename 'labels' and '_value' to 'value_names' and 'value_name'.
To specify a mapping of value names and values, use a dict.
If you specify `values=[list]`, then an OrderedDict will be used.
Assignment after construction only supports a dict.
12 years ago
Jonathan Frederic
ef2c71c34d
Fix command mode & popup view bug
...
Added elements property to PopupView
12 years ago
Thomas Kluyver
0ec7cf1b30
Merge pull request #5010 from jdfreder/widget-ff
...
Fixes for widget alignment in FF
12 years ago
Jonathan Frederic
1ddceb3844
Container classes should default with 'vbox' css
12 years ago
Jonathan Frederic
f015aabba6
fab css
12 years ago
Jonathan Frederic
b20466386c
fix width overriden by 04abbe99
12 years ago
Brian E. Granger
2b7310f794
Merge pull request #4933 from jdfreder/widget-model-name
...
Small Widget inconsistency fixes
12 years ago
Thomas Kluyver
91054043c0
Merge pull request #4979 from minrk/clear-output-msgspec
...
add versioning notes to small message spec changes
12 years ago
Thomas Kluyver
7c64d8de34
Merge pull request #4893 from minrk/font-awesome-3.2
...
add font-awesome 3.2.1
12 years ago
Brian E. Granger
5fc70a924d
Merge pull request #4982 from ellisonbg/slider-readout
...
Live readout for slider widgets
12 years ago
Thomas Kluyver
fae8b28ba8
Merge pull request #4813 from Carreau/help-link
...
make help menu a template
12 years ago
Paul Ivanov
0f86d8c909
Merge pull request #4964 from ptone/merge-above
...
remove shift-= merge keyboard shortcut
12 years ago
Preston Holmes
1d1e3b3932
remove alternate merge down shortcut
...
as shift+m is universal and sufficient
12 years ago
damianavila
6ced0bcbac
Added automatic close of Brackets.
12 years ago
Matthias BUSSONNIER
03b5e0b2e0
put OutputArea map at the end
12 years ago
Matthias BUSSONNIER
38807bb59f
make help menu a templates
...
add splitline after keyboard shortcut
float external-link icon to the right
and move the 'title' to the individual elements,
so it follows hover.
12 years ago
Brian E. Granger
651599d092
Finishing the readout style and functionality.
12 years ago
Brian E. Granger
cef93c8cfb
Adding initial version of readout to sliders.
12 years ago
Min RK
fbece64242
Merge pull request #4929 from ellisonbg/modal-fixes
...
Fixing various modal/focus related bugs
closes #4809
closes #4951
12 years ago
Min RK
003c5e8eda
Merge pull request #4971 from ellisonbg/testjs-fd
...
Fixing issues with js tests
12 years ago
Brian E. Granger
82a4538759
Notebook.delete should take no args.
12 years ago
MinRK
1b74ee0c3e
note v4.1 msg spec change in clear_output handler
12 years ago
Paul Ivanov
836fd887dc
make paste focuses the pasted cell
...
This is to make paste behave in the same manner that insert cell above
and below currently work (inserting a new item causes that item to
receive focus).
This solves a problem where, if a user pastes below a cell whose bottom
edge is below the current viewing area, they have no indication that any
action has occurred. The same applies for paste above a cell whose top
edge is occluded.
12 years ago
Brian E. Granger
aa71651468
Fixing issues with js tests.
...
* Closing old pages to prevent fd leaks.
* Making sure kernels are killed to prevent fd leaks.
* Moving towards deleting old notebooks (this is not done, but
this should be merged as is).
12 years ago
Min RK
7f9ee9cba7
Merge pull request #4916 from ellisonbg/modalbehavior
...
Fine tuning the behavior of the modal UI
swap back shift- and ctrl-enter, to their rightful places.
12 years ago
MinRK
2477ed0fed
update css with font-awesome 3.2.1
12 years ago
MinRK
3535163f67
font-awesome 3.2 moved resources
12 years ago
Kieran O'Mahony
699bfcc709
Fix error message typo on web socket fail
12 years ago
Preston Holmes
547316fec3
Fixed typos in quick-help text
12 years ago
Brian E. Granger
e2c20e0675
Rename _handle_new_view->_handle_display_view.
12 years ago
Brian E. Granger
6298b16a44
Fixing help strings for shift|ctrl+enter.
12 years ago
Brian E. Granger
dbed35c5b1
shift+enter and ctrl+enter swapped.
12 years ago
Brian E. Granger
bcd4209375
alt+enter should always insert below
12 years ago
Brian E. Granger
4c7ce61011
Don't enter edit mode when changing cell type and preserve renderd.
12 years ago
Brian E. Granger
8c046fef99
Only call register_events on top level widget.
12 years ago
Brian E. Granger
36ca1b0baf
Dont' force command mode in kbm.register_events.
12 years ago
Brian E. Granger
63ae9e2fd7
Fixing this->that.
12 years ago
Brian E. Granger
5f4d4017c1
Only call CM.focus() if CM is not already focused.
12 years ago
Min RK
888698e12f
Merge pull request #4662 from ellisonbg/menu-cleanup
...
Menu cleanup
12 years ago
Brian E. Granger
7c722d4b6c
Merge pull request #4824 from minrk/sign-notebooks
...
sign notebooks
12 years ago
Brian E. Granger
d21258bbcc
Reset file upload form after an upload.
12 years ago
Brian E. Granger
9fbeaa1e37
Properly set uploaded notebook path.
12 years ago
Jonathan Frederic
6f3ef63ac9
s/Underscore/_
12 years ago
Brian E. Granger
ffe92842fc
Merge pull request #4853 from minrk/imgmd
...
fix setting image height/width from metadata
12 years ago
Matthias BUSSONNIER
9d54212f17
reorder class properties
12 years ago
Matthias BUSSONNIER
8c57e9e788
Fixme comment + whatsnew
12 years ago
Matthias BUSSONNIER
aa5477beb7
fix Brian and Min comment
12 years ago
Matthias BUSSONNIER
9f2203340a
emit event when mimetype are append to output area.
12 years ago
Brian E. Granger
ff6d6abb12
Formatting cleanup of renderedhtml.less.
12 years ago
Brian E. Granger
39d20f2a90
H5 and H6 are base font size + italic.
12 years ago
Brian E. Granger
7163a0b397
Using @code_padding variable.
12 years ago
Brian E. Granger
4363aa72f8
More changes to the heading spacing. Good first draft...
12 years ago
Brian E. Granger
483023ca41
More work on the styling of headings.
12 years ago
Brian E. Granger
37f4556eba
Initial spacing modifications.
12 years ago
Brian E. Granger
7c65e96941
Simplified Cell menu items related to output.
12 years ago
Brian E. Granger
9538fb7d8f
Converting loops in *_all_output to $.map().
12 years ago
Brian E. Granger
f4bfcadf32
Adding back Kernel menu and Cell Type submenu.
12 years ago
Brian E. Granger
afb114e6d3
Removing unneeded select prev/next from Edit menu.
12 years ago
Brian E. Granger
54666e2e98
Cleaning up output management in code and menus.
12 years ago
Brian E. Granger
5786602300
Add kernel restart button to toolbar.
12 years ago
Brian E. Granger
953da90a98
Removing Kernel menu.
12 years ago
MinRK
f14f856edb
sign notebooks
12 years ago
Brian E. Granger
bc7b51d1b0
Merge pull request #4374 from jdfreder/widget-msg
...
IPEP 23: Backbone.js Widgets
12 years ago
Jonathan Frederic
75b148d40b
Renamed widgets...
...
TextWidget, TextareaWidget, CheckboxWidget, and SelectWidget
12 years ago
Jonathan Frederic
5ed3a0ebc5
Simplify get_msg_cell function of notebook.js
12 years ago
Jonathan Frederic
13694d04c3
Removed blame comment
12 years ago
Brian E. Granger
5137961bf2
Protect against navigator undefined in platform.
12 years ago
Brian E. Granger
fd07bb54b6
Fixing shortcut counts to work for n>2.
12 years ago
Brian E. Granger
0af185787a
Added platform dep. logic.
12 years ago
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.
12 years ago
MinRK
0d1536c390
use jQuery attr instead of setAttribute
...
when appending images.
This was an optimization with no apparent performance benefit.
12 years ago
Min RK
0b70f26f0e
Merge pull request #4655 from minrk/marked-nbconvert
...
prefer marked to pandoc for markdown2html
12 years ago
MinRK
dd2f4a25aa
quick review pass on javascript
12 years ago
MinRK
001e06103b
review pass on widgetmanager.js
12 years ago
MinRK
e6f84111cd
treat all falsy values the same in tooltip
...
undefined, null, and empty string are all treated the same.
12 years ago
MinRK
a7bd321648
don't show tooltip if object is not found
...
closes #4875
12 years ago
Jonathan Frederic
134413c89c
Fixed bug that prevented popup widget from displaying
12 years ago
Jonathan Frederic
c807dd29e4
Prevent TextBox from blurring unless explicity by user.
12 years ago
Jonathan Frederic
3026ddb52b
Fixed bug in throttling code.
12 years ago
Min RK
64421304c0
Merge pull request #4826 from Carreau/no-html
...
some $.html( -> $.text(
12 years ago
Min RK
b5a85af6e5
Merge pull request #4847 from Carreau/js-kernel-info
...
add js kernel_info request
12 years ago
Jonathan Frederic
7c32616556
Moved keyboard_manager logic into a sep. function.
12 years ago
MinRK
f02b5bef21
fix setting image height/width from metadata
12 years ago
MinRK
848010e911
fix tooltip token regex for single-character names
...
closes #4808
12 years ago
Matthias BUSSONNIER
f5fa732bd3
avoid injection in input prompt
12 years ago
Jonathan Frederic
91e82218a8
Changed selection widget API to use labels list
...
for mapping custom str reprs to items in the selection list
12 years ago
Jonathan Frederic
7f12f35fea
Added code that removes the views when a model/widget is closed.
12 years ago
Jonathan Frederic
288b8a0ced
s/view_name/_view_name
12 years ago
Jonathan Frederic
9e643f5692
Support multiple types in selection widget.
12 years ago
Jonathan Frederic
c9973a7114
Float widget views now inherit from int counterparts
12 years ago
Jonathan Frederic
2bb9ba9a9c
Adjusted throttling
12 years ago
Jonathan Frederic
1b8b6b3a88
Fixed bug where views child to other views would not have cell information
12 years ago
Jonathan Frederic
f06a0a7d5e
Fixed a couple more context typos
12 years ago
Jonathan Frederic
629d65da89
Fixed context errors and a couple of typos to get the tests working again
12 years ago
Matthias BUSSONNIER
98101f9c6c
add js kernel_info request
12 years ago
Jonathan Frederic
99f3f5155e
Fixed some typos related to _.each loops
12 years ago
Jonathan Frederic
046280b51a
s/ModalView/PopupView
12 years ago
Jonathan Frederic
10bd54bd30
Move js *RangeWidget code into *Widget
12 years ago
Jonathan Frederic
c5e48c0b75
Added some small comments to widget code
12 years ago
Jonathan Frederic
80c3339791
- remove second line in create_child_view
...
- add undefined check in delete_child_view
12 years ago
Jonathan Frederic
58f56a5dd7
Explicitly return null if there aren't any results
12 years ago
Jonathan Frederic
08e40697de
Removed for () loops where necessary. Replaced with _.each
12 years ago
Jonathan Frederic
35a02a0436
Replace .html with .text everywhere possible
12 years ago
Jonathan Frederic
af4809bec4
Prefer JQuery to Underscore
12 years ago
Jonathan Frederic
d9a703d305
'create' should be handled in sync
12 years ago
Jonathan Frederic
2b27b4101b
Remove todo in apply update
12 years ago
Jonathan Frederic
cb6094281c
s/custom_content/content
12 years ago
Jonathan Frederic
097951a6b8
Remove residual tabs
12 years ago
Jonathan Frederic
b7cd129c37
Added a line that was accidently deleted during merge of 4e813c5
12 years ago
Jonathan Frederic
691cd56038
Change the callback logic so the order makes more sense:
...
*Now*
View calls Model which calls Widget Manager
*instead of *
View calls Widget Manager, which then the Model modifies right
before sync
12 years ago
Jason Grout
fe6edb26a6
Rewrite widget syncing
...
Conflicts:
IPython/html/static/notebook/js/widgetmanager.js
IPython/html/static/notebook/js/widgets/widget.js
12 years ago
Matthias BUSSONNIER
149867e74c
some $.html( -> $.text(
...
Thoses that are obvious and easy to fix.
we shoudl have I think a travis test that grep for .html( and return
less than 20 lines :-)
12 years ago
Jonathan Frederic
e17200a533
Widget require.js fix
...
The WidgetManager namespace is passed around instead of a
widget_manager instance...
12 years ago
Jonathan Frederic
469c865603
Added support for multiple kernels.
12 years ago
Jonathan Frederic
6871c8f9e0
Cherry pick of @jasongrout 's 2bc2f96.
...
Only merged changes to notebook and kernel... (see original comment below).
Separate the widget registry from the widget managers;
attach widget managers to kernels.
Yet to do: take care of clean-up when a kernel is deleted
Conflicts:
IPython/html/static/notebook/js/widgetmanager.js
IPython/html/static/notebook/js/widgets/widget.js
12 years ago
Jason Grout
140d1872f7
Delete unnecessary save
12 years ago
Jason Grout
ce19a34d93
Pass the whole message into the widget manager display_view call
...
We do this so implementations can see metadata and any other things in the message, if they want.
Conflicts:
IPython/html/static/notebook/js/widgetmanager.js
12 years ago
Jason Grout
092e40df32
make the saving to python a method of the model, called with callbacks
...
Conflicts:
IPython/html/static/notebook/js/widgets/widget.js
12 years ago
Jason Grout
24ec0da125
Fix the cell reference in views
...
This solution is kludgy, but it does fix what broke when we tried to take the cell references out of views.
Conflicts:
IPython/html/static/notebook/js/widgets/widget.js
12 years ago
Jonathan Frederic
7cc6692fc4
Make dropdown view DOM swap elements on update.
12 years ago
Jonathan Frederic
82bf9c6826
Fix bug in all children containing views
12 years ago
Jonathan Frederic
d317532a38
Halign dict colons
12 years ago
Jonathan Frederic
bd3ba3328c
Added PEP8 style comments to all of the JS code.
12 years ago
Jonathan Frederic
bad85fb879
Remove O(N) cell by msg-id lookup
12 years ago
Jonathan Frederic
2aeac3a424
Make widget views work with new keyboard manager.
12 years ago
Jonathan Frederic
f86fe40c97
Fix rebase issues
12 years ago
Jonathan Frederic
6286f8b1ea
Fab CSS
12 years ago
Jonathan Frederic
74185a68e7
Got containers and mutlicontainers working! Yay
12 years ago
Jonathan Frederic
4017c7b27a
Fixed *almost* all of the test-detected bugs
12 years ago
Jonathan Frederic
c085593e2a
More fixes
12 years ago
Jonathan Frederic
d694666e66
A lot of bug fixes...
...
Related to 1-to-1 changes
12 years ago
Jonathan Frederic
c1c7bb7563
Everyone uses one model
12 years ago
Jonathan Frederic
00650fd64a
Dev meeting Jan 2014, widget review day 2
12 years ago
Jonathan Frederic
d103c682c5
Many checks off the todo list, test fixes
12 years ago
Jonathan Frederic
f6de685d9f
Use .apply for calling base with not proto-type.
...
See codecell for example.
12 years ago
Jonathan Frederic
1e37a46a55
Add a helper method that acts on the changes made to a list.
12 years ago
Jonathan Frederic
70c6a295d0
Finished renaming Multicontainer to SelectionContainer
12 years ago
Jonathan Frederic
a528610e07
renamed: ../static/notebook/js/widgets/widget_multicontainer.js -> ../static/notebook/js/widgets/widget_selectioncontainer.js
...
renamed: widget_multicontainer.py -> widget_selectioncontainer.py
12 years ago
Jonathan Frederic
643516f6f9
remove .html('');
12 years ago
Jonathan Frederic
c62b496b0e
s/image_format/format
12 years ago
Jonathan Frederic
b5f97c1227
add comment views are in *_range
12 years ago
Jonathan Frederic
5e9a090423
toggle button, set $el to button (removing extra div)
12 years ago
Jonathan Frederic
5b5325507f
add locks to update everywhere by using options to pass this
...
(and check for this)
12 years ago
Jonathan Frederic
c4edfdc828
comment model.set, so we know that it triggers update on other views
12 years ago
Jonathan Frederic
ccbfcbc159
make JS update comment more descriptive (english)
12 years ago
Jonathan Frederic
0740980d5c
remove length test add_class and remove_class
12 years ago
Jonathan Frederic
ec68f38ed7
Removed get_kernel method.
12 years ago
Jonathan Frederic
8dc5535638
un-nest options.options
12 years ago
Jonathan Frederic
a6fac70e03
s/BaseWidgetView/WidgetView and s/WidgetView/DOMWidgetView
12 years ago
Jonathan Frederic
44cf406ac0
this.updating should be a key specific lock
12 years ago
Jason Grout
d658f362ac
Update option-passing for creating child views.
12 years ago
Jonathan Frederic
3a271585d7
Add constructor comment for widget model.
12 years ago
Jonathan Frederic
d7835eb14e
Added missing comma
12 years ago
Jonathan Frederic
d3b33828c5
handle_msg a display_model method.
12 years ago
Jonathan Frederic
3254f338bb
Added note in widget manager why Backbone.sync is there rather
...
than the base.js (widget.js)
12 years ago
Jonathan Frederic
3f3a7edd6a
remove on_create_widget and handle_create_widget callback
12 years ago
Jonathan Frederic
17da002a6a
remove msg.content.data.view_name and corrosponding create_view param
12 years ago
Jonathan Frederic
99d83a2ad1
move backbone sync outside the widget manager class
12 years ago
Jonathan Frederic
5dbffa5287
_model_types, _view_types, _models - and document what keys and values are
12 years ago
Jonathan Frederic
e383594d04
renamed: basic_widgets.js -> init.js
...
renamed: init.js -> widget.js
12 years ago
Jonathan Frederic
5a3665d9ed
s/widget.js/init.js
12 years ago
Jonathan Frederic
5b388df615
Added callbacks method to view
12 years ago
Jonathan Frederic
5ced2816e7
Removed sync_method parameter from backbone msg spec
12 years ago
Jonathan Frederic
441a3e3ca6
Updated require.js references
12 years ago
Jonathan Frederic
ee522adc18
Renamed widget js files
12 years ago
Jonathan Frederic
691db01e5e
Missing view argument when recursively calling widgetmanager.callbacks(view)
12 years ago
Jonathan Frederic
babd5c44ba
Completely remove cell from model and view.
12 years ago
Jonathan Frederic
9e43807579
Updated comm id comments in view to model id
12 years ago
Jonathan Frederic
3329f875f3
s/comm_id/model_id (left over from before)
12 years ago
Jason Grout
7cbda99b0d
Add widget view options in creating child views
12 years ago
Jonathan Frederic
926c93eb84
Fixed indentation in widgetmanager.js
12 years ago
Jonathan Frederic
35a536f3b8
Re-decoupled comm_id from widget models
12 years ago
Jonathan Frederic
8732761524
Added `update_children` pattern to remaining parent widgets
12 years ago
Jonathan Frederic
2211abd28d
Converted tabs to spaces
12 years ago
Jason Grout
44e2043afe
Live updates for children automatically change container views.
...
Since traitlets does not trigger events when list elements are changed, these changes are triggered only when the entire children element is reassigned.
12 years ago
Jason Grout
b52043b4f7
Get the add/remove css classes working
12 years ago
Jason Grout
a8c8c2a5fd
General cleanup of base.js, including indentation fixes and adding view callbacks to the save options dictionary.
12 years ago
Jason Grout
00472333ec
log the error stack for a kernel javascript error message
12 years ago
Jason Grout
7810c78aea
Fix visible attribute for the very first render
12 years ago
Jason Grout
9b1a0d70a2
fix a handle_status handler
12 years ago
Jason Grout
1bf8da0734
Note todos for widgets
12 years ago
Jason Grout
38f0135522
Delete the snapshot message handler
12 years ago
Jason Grout
9a4c5957c3
Store views in the models and store child views in the views
12 years ago
Jason Grout
7431fa37dd
Make updates more granular for widgets
12 years ago
Jason Grout
641a5af70f
Move all references to cells to the view objects.
12 years ago
Jason Grout
45206783c2
Delete unnecessary check for comm object
12 years ago
Jason Grout
41170f7471
Change accordion to use a children attribute
12 years ago
Jason Grout
18beaff887
Remove unused code and debugging statements
12 years ago
Jason Grout
72f7d2fe09
Remove the automatic _children_attr and _children_lists_attr.
...
When serializing, any Widget object is encoded as its comm_id. The view should know how to deal with the attribute, and should know that the attribute is a comm_id.
12 years ago
Jason Grout
ad1e23bfc2
Intermediate changes to javascript side of backbone widgets
12 years ago
Jonathan Frederic
3361826b5a
Added require.js shims for underscore and backbone
...
This is necessary since underscore and backbone are no longer AMD
modules.
12 years ago
Jonathan Frederic
b588a56f76
Moved touch logic out of model into view.
...
View now updates using backbone events.
12 years ago
Jonathan Frederic
a2c951d9b0
s/display/created for display_view stuff
12 years ago
Jonathan Frederic
d4b6823a49
Removed unused that from widget manager
12 years ago
Jonathan Frederic
73380ca442
Fixed nonregistered model bug in wiget manager
12 years ago
Jonathan Frederic
3c866ea412
Made widget model state update function public
12 years ago
Jonathan Frederic
8ceb29796a
Made display_view a public method.
12 years ago
Jonathan Frederic
19e9cee437
Fix, require.js needs return of widget manager for other widgets
12 years ago
Jonathan Frederic
d7c0498b13
renamed: widget.js -> widgetmanager.js
12 years ago
Jonathan Frederic
3d7557b740
Moved base widget model and view into widgets/base.js
12 years ago
Jonathan Frederic
3a936676dc
Removed comm dependency of widget model and view
12 years ago
Jonathan Frederic
8120778e5a
Fixed some spacing in widget.js
12 years ago
Jonathan Frederic
5678617d8f
Fixed context of onclick callbacks selection widget views
12 years ago
Jonathan Frederic
4e3b2b3e94
jslint /widgets
12 years ago
Jonathan Frederic
3bc9d12eb8
jshint widget.js
12 years ago
Jonathan Frederic
e9bf942375
Fixed backbone event handling for accordion view
12 years ago
Jonathan Frederic
fbaeb9bb20
Fixed flushed messages not getting sent with new 'method' message tag
12 years ago
Jonathan Frederic
1b02e8f607
Add ImageWidget
12 years ago
Jonathan Frederic
186e756da9
Remove uneccessary lines in String.js
12 years ago
Jonathan Frederic
a6e5ec942c
Added LatexView
12 years ago
Jonathan Frederic
b656f34c48
s/LabelView/HTMLView
12 years ago
Jonathan Frederic
fff6263840
Fab CSS
12 years ago
Jonathan Frederic
d21426d461
- Fixed CSS so it also applies to widgets within modals
...
- Added docked modal style
12 years ago
Jonathan Frederic
32a8d43afc
- ModalView can now be docked and undocked
...
- Clicking on a ModalView will bring it to the front
12 years ago
Jonathan Frederic
6cfdb5848a
Fix bug where a child view could be displayed in a
...
different cell if it's parent didn't exist in the
current cell but instead another cell.
12 years ago
Jonathan Frederic
8e1c52382c
Added `method` property to messages from the front-end
12 years ago
Jonathan Frederic
d371e3772a
Make selector property of the add and remove class packets optional.
12 years ago
Jonathan Frederic
d69e957b9a
Added support for disabled flag to button widget.
12 years ago
Jonathan Frederic
1536c45955
Replace model 'update' event with the backbone 'sync' event, added in 1.0
12 years ago
Jonathan Frederic
dd31af4462
Do not vertically center modal
12 years ago
Jonathan Frederic
515f0d1b0f
Fixed modal centering code
12 years ago
Jonathan Frederic
c31ad5cf78
Added custom selector logic to modal view
12 years ago
Jonathan Frederic
1fb4340503
Moved flexible box model attrs out of Container and Modal js
...
into a common function
12 years ago
Jonathan Frederic
8b08e1c53c
Center modal view on show
12 years ago
Jonathan Frederic
e36353c152
Fab CSS
12 years ago
Jonathan Frederic
f9f84fc076
Removed max height from widget modal body
12 years ago
Jonathan Frederic
61bfddbd17
Fixed body container height not stretching to fill remainer of height
12 years ago
Jonathan Frederic
4e1e091648
Added ModalView
12 years ago
Jonathan Frederic
ad25488041
Fab CSS
12 years ago
Jonathan Frederic
ee3d473cb5
Added style for widget modal
12 years ago
Jonathan Frederic
4333c84907
Fix scroll_to_bottom
12 years ago
Jonathan Frederic
02db32fe9a
Fix typo, static msg content c&p from button widget view.
12 years ago
Jonathan Frederic
4f663d896d
Made scroll to bottom use msgs
...
allow multiple msg handlers
added send to view to automatically hookup callbacks
changed send signature to optionally accept a cell to connect callbacks
12 years ago
Jonathan Frederic
cc96589afc
Changed on_submit to use custom messages instead of stateful communcation
12 years ago
Jonathan Frederic
10002f5a81
Changed button to use custom messages instead of state to communicate events.
12 years ago
Jonathan Frederic
c299022cc7
Changed add_class and remove_class to use messages instead of stateful communication
12 years ago
Jonathan Frederic
873d1d231e
Make sure DOM element ids start with alphabetic characters, not numeric.
12 years ago
Jonathan Frederic
00f72487c5
Use setElement to set the view's element properly.
12 years ago
Jonathan Frederic
0cd4226fde
Fixed typo in container construction.
12 years ago
Jonathan Frederic
f16f1d6537
Make sure backbone events fire.
...
If $el is set to something else, make sure all the backbone machinery
knows about the new DOM element.
12 years ago
Jonathan Frederic
d795654251
Add scroll_to_bottom method for TextAreaView (StringWidget).
12 years ago
Jonathan Frederic
9019b639d1
Fixed a bug that didn't allow callbacks to set a property
...
on the widget that triggered the callback.
12 years ago
Jonathan Frederic
0d7428a903
Added TextBox submit event
12 years ago
Jonathan Frederic
cb0ac9c06b
Remove some empty space
12 years ago
Jonathan Frederic
bcc2ce15a3
Cleaned up _make_callbacks method of widget model class
12 years ago
Jonathan Frederic
96c6db3c1d
Fixed typo in widget model code causing notebook to not load
12 years ago
Jonathan Frederic
c0ff518107
Added support for custom widget msgs
12 years ago
Jonathan Frederic
67f364396f
Properly dispose of widget model. Delete comm's ref to
...
the widget model so the GC will collect it when it is
no longer reference elsewhere.
12 years ago
Jonathan Frederic
296d0e0b31
Added on_view_displayed and on_close callbacks to widget manager.
12 years ago
Jonathan Frederic
b47cc6c3ee
Added more comments to widget model JS
12 years ago
Jonathan Frederic
b6254e0ce5
Better comments in _display_view
12 years ago
Jonathan Frederic
57460cddcb
Dont err if view name isn't registered.
12 years ago
Jonathan Frederic
db6ca32499
Added on_create_widget callback to WidgetManager
12 years ago
Jonathan Frederic
61f7408893
Privatize _handle_com_open of WidgetManager
12 years ago
Jonathan Frederic
5ffd0f00c6
Prviatize methods that should not be called externally
...
in Model and View JS widget classes
12 years ago
Jonathan Frederic
673a723a73
Moved get_msg_cell which depends on notebook specific logic
...
into the WidgetManager for easy override. Also removed
almost all of the logic that refers to cell.output_area inside
the model and replaced it with logic that uses cell.
12 years ago
Jonathan Frederic
7993b1d4a1
Fab CSS
12 years ago
Jonathan Frederic
eaea930667
Added ListBoxView
12 years ago
Jonathan Frederic
1131100d21
Changed require.js load calls to allow require.js to pass
...
the import module handles around.
12 years ago
Jonathan Frederic
90030b238b
Added missing parameter to get_msg_cell call
12 years ago
Jonathan Frederic
48eaebf683
Moved the logic to get a cell by message id into the notebook.js.
...
Also added more detail to the comments in the get output area function in widgets.js
12 years ago
Jonathan Frederic
215060e8e8
Added selected_index support to accordion view.
12 years ago
Jonathan Frederic
a9faa50329
Use regular expressions when fixing button-like captions
12 years ago
Jonathan Frederic
6c860e32c0
Added support for multiple lines in button-like widgets
12 years ago
Jonathan Frederic
59e7a04723
Added support for multiple spaces in a row
...
also added button height fix for standard buttons without a caption
12 years ago
Jonathan Frederic
ce53644d54
Added standard IPY JS header to widget JS files.
12 years ago
Jonathan Frederic
b9a274a425
Fixed indentation
12 years ago
Jonathan Frederic
f13a36f491
Fab CSS
12 years ago
Jonathan Frederic
d9f3870a2e
Cleaned up widget LESS. Added comments and sorted code.
12 years ago
Jonathan Frederic
f9dd4ffd6f
Fab CSS
12 years ago
Jonathan Frederic
e163d8033b
Fix jquery slider on FF
12 years ago
Jonathan Frederic
8b33fa849d
Fab CSS
12 years ago
Jonathan Frederic
e6aa364976
Better fix for empty dropdown button alignment
...
Now an character is inserted and bootstrap is left alone to deal with alignment.
12 years ago
Jonathan Frederic
67e15f79db
Fab CSS
12 years ago
Jonathan Frederic
dc785c6e36
Set a minimum height on the combobox button
...
to fix captionless button height.
12 years ago
Jonathan Frederic
4d7c20015b
Fab CSS
12 years ago
Jonathan Frederic
b22075a126
Removed combo-box explicit height
...
b/c it caused the carrot button to misalign with the combo box
12 years ago
Jonathan Frederic
d35d8c242e
Fixed bug that prevent model.save() from being called on
...
widget models without views.
12 years ago
Jonathan Frederic
473e22dab4
FAB CSS
12 years ago
Jonathan Frederic
458249e5c4
POST-REBASE Re-added widgets reference
12 years ago
Jonathan Frederic
65510584c5
Fixed typos in throttling code.
12 years ago
Jonathan Frederic
8502b2c182
Remove init_widget_js, use require.js for everything
...
Updated examples
Fixed bug with message throttling
12 years ago
Jonathan Frederic
3390f64dc2
Added flex properties to container.
...
Also replaced underscores in flex align properties with dashes.
12 years ago
Jonathan Frederic
2ba2d42e84
Added flexible box model align properties.
12 years ago
Jonathan Frederic
e39ba92172
Fixed: Last state not being sent to kernel while throttling.
12 years ago
Jonathan Frederic
4c23d2c7a1
Fixed comment in widget.js
12 years ago
Jonathan Frederic
c3a029acc1
Fixed & separated output_area -> widget_area logic
12 years ago
Jonathan Frederic
21383149ce
Decoupled cell_index from widget model code.
12 years ago
Jonathan Frederic
8e259f401d
Fixed callback mapping for widget spawned widgets
12 years ago
Jonathan Frederic
4d324f28f1
Set default element to be styled in built-in views
12 years ago
Jonathan Frederic
8fba5d2f07
Added add_class and remove_class methods.
12 years ago
Jonathan Frederic
810ea87e5b
Added `visible` property to all widgets
12 years ago
Jonathan Frederic
2c3d80c275
Added selected_index property to TabView
12 years ago
Jonathan Frederic
19f0372f54
Added ability to specify the element that gets style in a view
...
when no jquery selector is provided (default).
12 years ago
Jonathan Frederic
c95fbfad28
Made RadioButtons and ToggleButtons views compatible with disabled property
12 years ago
Jonathan Frederic
68798d810d
Made checkbox and togglebutton compatable with disabled property
12 years ago
Jonathan Frederic
9f3450448e
Made TextArea and TextBox views compatable with disabled property
12 years ago
Jonathan Frederic
49662a61ba
Fix slider orientation change, value-handle-offset bug
12 years ago
Jonathan Frederic
fc6cb0231f
Fixed checkbox click event handler
12 years ago
Jonathan Frederic
9ce2a9eeca
Added ProgressView
12 years ago
Jonathan Frederic
c77bbdf01f
Fixed vertical widget labels
12 years ago
Jonathan Frederic
a1a86bb8c4
Added slider vertical mode, and
...
fixed hbox element sizing.
12 years ago
Jonathan Frederic
72fd070739
MAJOR CSS FIXES
...
Fixed jquery slider horizontal style
Fixed label alignment
12 years ago
Jonathan Frederic
9cfecfb6aa
Added widget-label style def && fab css
12 years ago
Jonathan Frederic
b9f6e562f7
Changed underscores in CSS names to dashes
12 years ago
Jonathan Frederic
f2d77f3b78
Added labels to basic widgets
12 years ago
Jonathan Frederic
9b891d4018
s/TextareaView/TextAreaView & s/TextboxView/TextBoxView
12 years ago
Jonathan Frederic
dfd4e3269e
Added TabView to multicontainer
12 years ago
Jonathan Frederic
6dd1bce589
Added ability to title multicontainer pages before multicontainer display()
12 years ago
Jonathan Frederic
510c97679d
Added ability to set container page titles for widget multicontainer
12 years ago
Jonathan Frederic
aeebaaf09d
Updated require js references, now absolute paths are used
12 years ago
Jonathan Frederic
692c8f29a6
Added multicontainer widget
12 years ago
Jonathan Frederic
b5079276d0
Added msg_id - cell mapping.
12 years ago
Jonathan Frederic
c7ded710dc
Added support for multiple model views in one widget area.
12 years ago
Jonathan Frederic
0af18e8c13
Changed parent/child api widgets
12 years ago
Jonathan Frederic
f241242b7f
Fixes that allow last commit to work.
12 years ago
Jonathan Frederic
837ef44256
LOTS OF WIDGET CHANGES
...
Moved model-like code out of manager.
Added parent/child API.
Throttling now occurs on a model by model level.
View/cell association is fixed for the most part, but there is still
one assumption being made in handle_com_msg.
12 years ago
Jonathan Frederic
4c7357f4a4
Revert notebook.js to master
12 years ago
Jonathan Frederic
3c36e715c9
Added message throttling
12 years ago
Jonathan Frederic
c692d2aaa8
Made registered model name look like other model names
12 years ago
Jonathan Frederic
0d25759d53
Add state packet delta compression.
12 years ago
Jonathan Frederic
d72262e071
Fixed button widget click event handler/
12 years ago
Jonathan Frederic
b5d4eda19b
Removed widget_item class
12 years ago
Jonathan Frederic
c20859a5c9
Add button widget
12 years ago
Jonathan Frederic
e619bdf313
Flex box system improvements
...
Now to set a container to vbox or hbox you call .vbox() or .hbox()
12 years ago
Jonathan Frederic
2ad57f6f9d
Attempt 1, HBox and VBox implementation.
12 years ago
Jonathan Frederic
f3a3e7c9cb
Added int widget
12 years ago
Jonathan Frederic
26f31184e7
Added float widget
12 years ago
Jonathan Frederic
40a923c5b6
Lots of updates to widget(s) js
...
Use require.js (again)
Allow IntTextView and FloatTextView to be used without min/max
12 years ago
Jonathan Frederic
f7d96da585
Added toggle button view
12 years ago
Jonathan Frederic
7490cab0c1
Added boolean widget
12 years ago
Jonathan Frederic
1b5f3d3203
Added togglebutton group
12 years ago
Jonathan Frederic
990303f3eb
Removed require.js scheme since it forces async event driven model,
...
this model does not work with the comm/widget communication model.
We need to be able to load the dependencies before we send the
show() message to the widget manager. Otherwise a race condition
will exist where the widget manager may recieve the show message
before the dependencies have been loaded (happened almost every time).
12 years ago
Jonathan Frederic
c9d604d54e
Use require.js where possible.
12 years ago
Jonathan Frederic
42e32d2ff8
Renamed widget js files since they contain views too now.
12 years ago
Jonathan Frederic
3d72269dcc
Use require.js to load widget manager.
12 years ago
Jonathan Frederic
e88950238f
Moved view code into model files
12 years ago
Jonathan Frederic
fffaba9a7b
Moved widget js into static
12 years ago
Jonathan Frederic
5cac3fceae
Fixed glitch when widgetarea wouldn't get completely hidden upon re-execution
12 years ago
Jonathan Frederic
4d2bcf02e5
Adjust weidget box so widget_subarea aligns with codecell
12 years ago
Jonathan Frederic
686dd7aea0
Clear widgets upon cell execute
12 years ago
Jonathan Frederic
2b3d6ab2e4
Added clear widget area button
12 years ago
Jonathan Frederic
f32f450d0f
Moved widget.js into widget code directory
12 years ago
Jonathan Frederic
3e36dd0c92
Added apply method to base model.
...
Allows model to propogate changes to all views except
for the one specified.
12 years ago
Brian E. Granger
50213707ea
Fixing infinite recursion.
12 years ago
Jonathan Frederic
a576a0c8a1
Fixed widget.js and notebook.js so IPython.notebook.widget_manager is created.
12 years ago
Jonathan Frederic
0230fa8c09
Added widjet.js
...
Other commit actually added notebook.js changes
12 years ago
Jonathan Frederic
5d9dcfc39e
Added widget.js
12 years ago
Jonathan Frederic
43b857619e
Add widget subarea style
12 years ago
Jonathan Frederic
ac874a4bf6
Added widget output area
12 years ago
MinRK
c7a3676804
allow utils.js to be loaded in node
...
where navigator is undefined
12 years ago
MinRK
283756ff03
don't require mathjax on the page in mathjax utils
...
required for reusing mathjaxutils in node
12 years ago
MinRK
829495c6b9
validate output types in append_output
...
validates from files, as well as from kernels
12 years ago
MinRK
19e4b74678
revert output area changes
12 years ago
MinRK
d6deaaaf1f
protect javascript from invalid mime-type data
...
everything is a string, if anything else is sent,
drop it so it doesn't show up in the notebook document.
12 years ago
Paul Ivanov
5209e82a96
fix mathjax typesetting
12 years ago
Paul Ivanov
ea8a7745d8
love javascript.
...
it gives me many opportunities to be sarcastic in my commit messages
12 years ago
Paul Ivanov
ebe9c20ca2
fix small bug in dropping metadata
12 years ago
Paul Ivanov
0e72314379
minor cleanup
12 years ago
Paul Ivanov
a001003d67
remove dynamic keyword, handling it in fromJSON
...
After discussing this in person with @minrk, we decided instead of
passing this parameter around and special-casing javascript, it's easier
to just remove javascript from the display_order for the duration of
fromJSON, since that's the only place where dynamic was set to False,
and then put it back in at the end of the fromJSON call.
12 years ago
Paul Ivanov
f147e50545
hardcode type into the mimetype specific functions
12 years ago
Paul Ivanov
e094fca4ef
dispatch on mime type for append methods
12 years ago
Paul Ivanov
a6be6e9821
love them semicolons
12 years ago
Paul Ivanov
b4c9df8ecc
fix stream saving
12 years ago
Paul Ivanov
a7ca25a602
fix toJSON/fromJSON renaming
12 years ago
Paul Ivanov
d4ab0f4466
unify key renaming for to/from json short keys
12 years ago
Paul Ivanov
ee9ecc5548
convert back to short names when writing to JSON
12 years ago
Paul Ivanov
6089570dec
stop using convert_to_mime_types
...
the in-memory representation and the messsage spec now all use mimetype
names for the JSON keys.
12 years ago
Paul Ivanov
d26ce5ffa2
fix png inlining
12 years ago
Paul Ivanov
7aaa3a9203
convert short names like 'png' to mimetype names
12 years ago
Paul Ivanov
b415af3dba
align with current master
12 years ago
Paul Ivanov
ef60127e6e
use mime type in memory
12 years ago