Commit Graph

1377 Commits (cd72883fc7de6da7e43082fc428463aa0aa83a5d)

Author SHA1 Message Date
Brian E. Granger 8445ab1899 Fixing tests from shift and ctrl enter swap.
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
Thomas Kluyver fa0d5b2f1a Merge pull request #4953 from minrk/wait-for-idle
12 years ago
Min RK 888698e12f Merge pull request #4662 from ellisonbg/menu-cleanup
12 years ago
MinRK 5142cc775d remove superfluous then
12 years ago
MinRK a6ece94e32 add utils.wait_for_idle in js tests
12 years ago
Brian E. Granger 7c722d4b6c Merge pull request #4824 from minrk/sign-notebooks
12 years ago
Min RK f9744b690e Merge pull request #4943 from takluyver/docs-shotgun-4
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
Thomas Kluyver c633256fc9 Fix some formatting in widget docstrings
12 years ago
MinRK eb208b2d77 move signature checking to base NotebookManager
12 years ago
MinRK ecfa10b3b3 update shutdown_notebook
12 years ago
MinRK 5e60741e5c adjustments to nb_roundtrip.js
12 years ago
MinRK d07e03b7c9 add wait_for_output(cell, index)
12 years ago
Jonathan Frederic 6f3ef63ac9 s/Underscore/_
12 years ago
Jonathan Frederic 865c7330a9 s/model_name/_model_name
12 years ago
Brian E. Granger ffe92842fc Merge pull request #4853 from minrk/imgmd
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 b638b8718c Adding DOM ids for each menu.
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 3c2ff965ef get_output_cell fails with no such output
12 years ago
MinRK 0e454c7fe0 move `ipython notebook trust` to `ipython trust`
12 years ago
MinRK 6dd44de19f Notaries sign notebooks now
12 years ago
MinRK ffb3523d05 use configured scheme, not stored scheme when checking signatures
12 years ago
MinRK 6eec6fdf6e add `ipython notebook trust` subcommand
12 years ago
MinRK 6a1e7fe685 add nbformat.sign.NotebookNotary
12 years ago
MinRK f14f856edb sign notebooks
12 years ago
Brian E. Granger bc7b51d1b0 Merge pull request #4374 from jdfreder/widget-msg
12 years ago
Jonathan Frederic 8312534cac Fixed Accordion test broken by last commit
12 years ago
Jonathan Frederic 75b148d40b Renamed widgets...
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
MinRK 63eb905a02 try assertType instead of NotEquals, null
12 years ago
Brian E. Granger 1af4bfb3ce Misc work on shortcuts:
12 years ago
MinRK 0d1536c390 use jQuery attr instead of setAttribute
12 years ago
MinRK 119052f75d first review pass on widget tests
12 years ago
Min RK 0b70f26f0e Merge pull request #4655 from minrk/marked-nbconvert
12 years ago
MinRK 36db60eacb review pass on Python-side of widgets
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
12 years ago
MinRK a7bd321648 don't show tooltip if object is not found
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
12 years ago
Min RK b5a85af6e5 Merge pull request #4847 from Carreau/js-kernel-info
12 years ago
Matthias BUSSONNIER e99756c6d5 mv kerneljs_test to kernel_test
12 years ago
Jonathan Frederic 7c32616556 Moved keyboard_manager logic into a sep. function.
12 years ago
Kyle Kelley ddc9340a6a Handle variations of name for origin
12 years ago
MinRK 2cbb633cb4 test displaying images with shape metadata
12 years ago
MinRK f02b5bef21 fix setting image height/width from metadata
12 years ago
Jonathan Frederic dc9f81e75d Fixed bug in selection widget tests.
12 years ago
Matthias BUSSONNIER 25e68b3a75 typo
12 years ago
Jonathan Frederic e793d022b5 Callback dispatcher return callback value.
12 years ago
Matthias BUSSONNIER 03a2cb6535 fix js formatting
12 years ago
Matthias BUSSONNIER 4ecf5c8e5b add kernel test
12 years ago
MinRK 848010e911 fix tooltip token regex for single-character names
12 years ago
Jonathan Frederic 00b39af9cf Fixed type in container
12 years ago
Matthias BUSSONNIER f5fa732bd3 avoid injection in input prompt
12 years ago
Kyle Kelley e06f501cd6 s/==/is/
12 years ago
Jonathan Frederic 91e82218a8 Changed selection widget API to use labels list
12 years ago
Jonathan Frederic 7f12f35fea Added code that removes the views when a model/widget is closed.
12 years ago
Kyle Kelley 7efc751d0e Name change to same_origin
12 years ago
Kyle Kelley 60ab030e52 Verify that headers are set, explicitly
12 years ago
Jonathan Frederic 288b8a0ced s/view_name/_view_name
12 years ago
Kyle Kelley b12f002b35 Performing check only on open.
12 years ago
Jonathan Frederic 2d13d05e9c Replace O(N^2) algorithm with a faster one.
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
Paul Ivanov 9b7c8b0473 make the JS test fail
12 years ago
Jonathan Frederic 2bb9ba9a9c Adjusted throttling
12 years ago
Jonathan Frederic 9560b29beb Removed float widget bound tests,
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
Matthias BUSSONNIER cbe162297f XSS casper test
12 years ago
Kyle Kelley 345de4e674 Use *args, **kwargs, log.warn
12 years ago
Jonathan Frederic 99f3f5155e Fixed some typos related to _.each loops
12 years ago
Jonathan Frederic d7b86104b8 Fixed typo - else -> elif
12 years ago
Jonathan Frederic 046280b51a s/ModalView/PopupView
12 years ago
Jonathan Frederic 7ce9f37b17 Made tests reflect changes to widget naming scheme.
12 years ago
Jonathan Frederic 10bd54bd30 Move js *RangeWidget code into *Widget
12 years ago
Jonathan Frederic e323f64e6d Create base widget classes
12 years ago
Jonathan Frederic b432b4840f Use CUnicode for width and height in ImageWidget
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
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 e823d386ab Fixed name conflict with _property_lock
12 years ago
Jonathan Frederic 077bd5c6ca Added new CallbackDispatcher class
12 years ago
Jonathan Frederic 611614b6eb Document in widget packing that vaues must be JSON-able.
12 years ago
Jonathan Frederic cf05ef015a ict comprehension and list comprehension in pack/unpack widgets
12 years ago
Jonathan Frederic cb6094281c s/custom_content/content
12 years ago
Jonathan Frederic 5fe860ed26 Added doc strings to properties in widget.py
12 years ago
Jonathan Frederic 1689eed2f6 Reorganized attrs in widget.py
12 years ago
Kyle Kelley 104275ab73 Indicate Py3 vs. Py2 codepath.
12 years ago
Jonathan Frederic 097951a6b8 Remove residual tabs
12 years ago
Kyle Kelley 5800b1c625 Get rid of exc_info as there isn't an exception.
12 years ago
Kyle Kelley 7b552d862d Add Origin Checking.
12 years ago
MinRK c2cb64c9a0 adjustments to notebook app logging
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:
12 years ago
Jason Grout fe6edb26a6 Rewrite widget syncing
12 years ago
Matthias BUSSONNIER 149867e74c some $.html( -> $.text(
12 years ago
Jonathan Frederic e17200a533 Widget require.js fix
12 years ago
Jonathan Frederic c39050e642 Fixed widget_manager instance test.
12 years ago
Jonathan Frederic 469c865603 Added support for multiple kernels.
12 years ago
Jonathan Frederic 6871c8f9e0 Cherry pick of @jasongrout 's 2bc2f96.
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
12 years ago
Jason Grout 092e40df32 make the saving to python a method of the model, called with callbacks
12 years ago
Jason Grout 24ec0da125 Fix the cell reference in views
12 years ago
Jonathan Frederic 7cc6692fc4 Make dropdown view DOM swap elements on update.
12 years ago
Matthias Bussonnier 0ec0534ce9 Merge pull request #4796 from minrk/update-components
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 7387f886c6 containers and selectioncontainers now only allow one of any single child
12 years ago
Jonathan Frederic bfdebf9632 More PEP8 changes
12 years ago
Jonathan Frederic bad85fb879 Remove O(N) cell by msg-id lookup
12 years ago
Jonathan Frederic ff39989b8b s/Int/CInt s/Float/CFloat
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 16d9fa92e8 Fix test for selection widgets
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...
12 years ago
Jonathan Frederic 047a90538f 1-to-1 widget / view mapping
12 years ago
Jonathan Frederic c1c7bb7563 Everyone uses one model
12 years ago
Jonathan Frederic b16171ac76 Added sync=True to all view name attrs
12 years ago
Jonathan Frederic cfe8a07337 Added sync= attr to DOMWidget
12 years ago
Jonathan Frederic b4a83b6044 sync=True isntead of a keys list
12 years ago
Jonathan Frederic 00650fd64a Dev meeting Jan 2014, widget review day 2
12 years ago
Jonathan Frederic d3ffd25107 Dev meeting widget review day 1
12 years ago
Paul Ivanov 897d51a567 fix typos
12 years ago
Paul Ivanov 95e99c0c61 remove unused imports
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.
12 years ago
Jonathan Frederic 0f715170b3 Add a comment that explains the notion of the default element
12 years ago
Jonathan Frederic 1e37a46a55 Add a helper method that acts on the changes made to a list.
12 years ago
Jonathan Frederic be268dcf98 Implement a context manager as a property locking mechanism in Widget.
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
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
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 261e92de74 re-order handle custom msg and handle recieve state
12 years ago
Jonathan Frederic 3254f338bb Added note in widget manager why Backbone.sync is there rather
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 15dabce113 send_state only once for dict signature of set_css
12 years ago