Commit Graph

1751 Commits (c0ebedd6effe77ed8079798e58a08cf2fcd1c7db)

Author SHA1 Message Date
Brian E. Granger 8c5b32c987 Merge pull request #5223 from minrk/tiny-images
12 years ago
Min RK fa6bbe66f3 Merge pull request #5153 from takluyver/dashboard-sorting
12 years ago
Paul Ivanov 6d0d34d7ed entering edit mode now requires focus_cell
12 years ago
Matthias BUSSONNIER a01c112b0f allow custom headers on all pages
12 years ago
Paul Ivanov bdbf2fe9d5 more robust forward and back tour transitions
12 years ago
Paul Ivanov ccf6128962 addressing Fernando's feedback
12 years ago
Paul Ivanov 431c4dfeb6 correct instructions for updating components
12 years ago
Paul Ivanov 95bd36be10 don't automatically advance the tour
12 years ago
Paul Ivanov 9d1595aebb more refinement of the tour contents
12 years ago
Paul Ivanov 405017875e tidy up and add to the tour
12 years ago
Paul Ivanov d11d9b4830 tidying up the tour explanation of modes
12 years ago
Paul Ivanov 3a43d776c2 End tour via 'x' in upper right corner of window
12 years ago
Paul Ivanov 1ee52fcbbc pause/play buttons for starting/stopping the tour
12 years ago
Paul Ivanov 5725bf80f5 use minified tour
12 years ago
Paul Ivanov 600facc92d allow tour restarting
12 years ago
Paul Ivanov abe4732aa0 fix typo in tour.js
12 years ago
Paul Ivanov 5fead3cdd7 starting the tour from the menu works now
12 years ago
Paul Ivanov d7b569390f more work on the tour
12 years ago
Paul Ivanov a765132684 add the tour to the page
12 years ago
Paul Ivanov 52766703b4 fix typo for the location of bower.json
12 years ago
Paul Ivanov 3cf601b58e initial bootstrap tour
12 years ago
MinRK 15fac2c1d6 make input_area css generic to cells
12 years ago
MinRK 983271a36f use on-load event to trigger resizable images
12 years ago
Brian E. Granger 88460cd212 Merge pull request #5175 from jdfreder/html-take2
12 years ago
Brian E. Granger 88fc1a0737 Merge pull request #5146 from jdfreder/modal-fix
12 years ago
Jonathan Frederic 39d39d0ea6 s/trigger_edit_mode/edit_mode
12 years ago
Jonathan Frederic c41fe67da2 Re-added removed refresh
12 years ago
Jonathan Frederic 3bcee30e8c Added comments to kbm and shrunk focus_cell lines
12 years ago
Jonathan Frederic 69e760841a Move should cancel blur into codecell
12 years ago
Jonathan Frederic 4fdc99e111 Remove notebook load log succes
12 years ago
Jonathan Frederic a6f883d7f2 Couple of whiteboard logic implementation misses
12 years ago
Jonathan Frederic 9451589e38 implemented whiteboard logic
12 years ago
Jonathan Frederic 673577cf6c Merge pull request #5207 from Zaharid/childfireevent
12 years ago
Thomas Kluyver 8c1c18461c Fix a couple of static analysis warnings
12 years ago
Thomas Kluyver 3698563794 Make hidden directories configurable
12 years ago
Thomas Kluyver c75d4e9962 Don't attempt locale-aware sorting for now.
12 years ago
Thomas Kluyver 4fe9f8d057 Case insensitive sorting in the dashboard.
12 years ago
Thomas Kluyver c1e8ddc64e Hide directories beginning with _ from the dashboard.
12 years ago
Paul Ivanov f8ab13b675 Merge pull request #5215 from ivanov/running-kernels
12 years ago
Paul Ivanov 938f4bdfc4 small whitespace cleanup, renamed drag_info
12 years ago
Paul Ivanov eb4e674598 remove redundant checks in code
12 years ago
Paul Ivanov 14239c01e4 use explicit running header name + jquery's toggle
12 years ago
Thomas Kluyver 40ac479ae1 Merge pull request #5203 from minrk/test-log-warn
12 years ago
Jonathan Frederic 0884716a7d Re-added widget textbox blur fix FF
12 years ago
Jonathan Frederic bfc51c2a29 Final touches?
12 years ago
Jonathan Frederic c5fb037e41 Reorg index and focus_editor params on edit_mode func
12 years ago
Jonathan Frederic 048ca30b0c Remove fixes that are implemented correct in new CM
12 years ago
Brian E. Granger e847a31348 Always refresh the CM editor upon TextCell unrender.
12 years ago
Jonathan Frederic b976804051 Moved edit_mode canceling logic back into cell.
12 years ago
Jonathan Frederic ff37fb7a36 Standardized comments and removed last logs
12 years ago
Jonathan Frederic 64ae25508d Removed change that is no longer needed
12 years ago
Jonathan Frederic 70086d352f s/unfocus/blur
12 years ago
Jonathan Frederic c7860d8bc8 Post in person review
12 years ago
Jonathan Frederic 3595c099c2 Fixed rebase problems
12 years ago
Jonathan Frederic 10d79a9102 Added cell unfocus event canceller API
12 years ago
Jonathan Frederic a6aaa8a886 Use is_focused for element kbman removal event
12 years ago
Jonathan Frederic 6f7c502157 Fixed lots of bugs
12 years ago
Jonathan Frederic 206d35a89e DEBUG
12 years ago
Jonathan Frederic 7913305312 jshint
12 years ago
Thomas Kluyver 0059c317c3 Merge pull request #5216 from minrk/notebook-dir-cli
12 years ago
Min RK 4038421da6 Merge pull request #5221 from jdfreder/ctuple
12 years ago
MinRK bdde544d47 don't forget base_url when updating address bar in rename
12 years ago
Paul Ivanov 7d1da4c550 refer to notebooks, not kernels.
12 years ago
MinRK d8b6a1a0ba don't validate ContainerWidget.children
12 years ago
Paul Ivanov b74b10e308 added IPython.session_list
12 years ago
Jonathan Frederic 6c1ef48f1a Merge pull request #5173 from jdfreder/movewidgets
12 years ago
MinRK cc1ba8b1f7 remove incorrect is instance check in children_changed
12 years ago
MinRK c89ec19fca don't check shape of ContainerWidget.children
12 years ago
Jonathan Frederic 7855de2f13 s/CTuple/Tuple
12 years ago
Jonathan Frederic dedbc3b0e1 Changed children list to CTuple.
12 years ago
Min RK 0117b587ab Merge pull request #4985 from damianavila/closebrackets
12 years ago
MinRK bb7f27541f write config instead of direct assignment from the command-line
12 years ago
MinRK 6e09314027 fixup positional arg parsing in notebook app
12 years ago
Paul Ivanov 06c689caa3 remove reiterated repetitively redundant "actively"
12 years ago
Paul Ivanov a2b9c75e93 don't double-join the notebook path
12 years ago
Paul Ivanov a27168ae3b refresh of Notebook list should reload sessions
12 years ago
Paul Ivanov af90cd8c62 fix typo in method name
12 years ago
Paul Ivanov cb1bb62272 ok, Running tab is working now
12 years ago
Min RK c73acb300f Merge pull request #5200 from Carreau/jinja-no-cache
12 years ago
Matthias BUSSONNIER 816df5bb34 Allow to pass option to jinja env
12 years ago
zah 439003d709 Children fire event
12 years ago
MinRK e02308e436 capture logging in a few tests
12 years ago
Fernando Perez 371afec677 Merge pull request #5112 from minrk/completion-band-aid
12 years ago
Brian E. Granger 708c30c912 Merge pull request #5136 from minrk/interact-default
12 years ago
Brian E. Granger edb8d68331 Merge pull request #5132 from minrk/oops-pdf-transform
12 years ago
Brian E. Granger 7a35e2a0be Merge pull request #5116 from minrk/os_path
12 years ago
Jonathan Frederic 28423647a2 Updated require references to point to new files
12 years ago
Jonathan Frederic e0ba52c802 Moved widget files into static/widgets/*
12 years ago
Min RK 612acd2e08 Merge pull request #5170 from jdfreder/widget-throttle-trait
12 years ago
MinRK 386274488d don't create notebook_dir if it doesn't exist
12 years ago
MinRK d37780c6a6 use config instead of App.instance to propagate notebook_dir
12 years ago
MinRK f9e8824fef use NotebookManager APIs in nbconvert handler
12 years ago
MinRK cb25736a24 reorganize who knows what about paths
12 years ago
Brian E. Granger eda4569099 Merge pull request #5037 from jdfreder/ff-widget-align
12 years ago
Jonathan Frederic ef3f61f906 Use set_rendered to set the error msg of the cell.
12 years ago
Jonathan Frederic 946212d5fa Treat set_rendered as unsafe.
12 years ago
Jonathan Frederic 407fc0a017 s/with with/with
12 years ago
Jonathan Frederic 6a224d131b Move todos into set_rendered
12 years ago
MinRK 62f318c777 undo failed changes
12 years ago
MinRK 37cb0fbdee remove websocket url
12 years ago
MinRK b51cc50357 further tests for default values in interact
12 years ago
MinRK acfc2d5308 set default value from dict
12 years ago
Paul Ivanov 3b109de563 minimal KernelList
12 years ago
Brian E. Granger 4bd315bda0 Merge pull request #5147 from minrk/static-url-version
12 years ago
Paul Ivanov b3c1164798 put Running tab on the page
12 years ago
Brian E. Granger db4960769b Merge pull request #5100 from minrk/base_kernel_url
12 years ago
Jonathan Frederic ad03225cf6 Audit .html() calls take #2
12 years ago
Jonathan Frederic 82bbcf166d Fixed .. typo
12 years ago
Jonathan Frederic 0e56051a01 Added parentheses to emphasize order of op.
12 years ago
Jonathan Frederic 0eebd9e05b Added msg_throttle sync=True widget traitlet
12 years ago
Jonathan Frederic cecf7cf06f Fixed radio button selector for new radio button class
12 years ago
Jonathan Frederic d1d863af86 fab css
12 years ago
Jonathan Frederic 3b8beec541 Added a class for RadioButtons container
12 years ago
Jonathan Frederic 033ea6d88c Added bottom margin to text widget
12 years ago
Paul Ivanov efc01b8854 remove append_json reference
12 years ago
Paul Ivanov 7b5c834649 fix IPython typo, closes #5155
12 years ago
MinRK 69cba774d9 Some template static_url tweaks
12 years ago
Jonathan Frederic a7fb5e1e55 Merge pull request #5114 from minrk/empty-button
12 years ago
MinRK e91ef370dd remove no-op adding abbreviations from always-empty dict
12 years ago
MinRK 8a2d92010a set default value from signature defaults in interact
12 years ago
MinRK ea8896399b remove application/pdf->pdf transform in javascript
12 years ago
Thomas Kluyver d6986cf4ec Merge pull request #4778 from minrk/install-nbextensions
12 years ago
MinRK 1ed5b184fb test installing nbextensions with symlink
12 years ago
MinRK 8353e85e48 test check_nbextension
12 years ago
MinRK e903297a15 clarify with all in check_nbextension
12 years ago
MinRK 475ac234b4 typo
12 years ago
Thomas Kluyver df0743c41c Merge pull request #5097 from minrk/logging-some-more
12 years ago
MinRK 59d3a8ff5f handle empty string in ToggleButtonsWidget
12 years ago
MinRK 9c452998ea add utils.escape_html
12 years ago
MinRK 0eff2bb651 handle space-only strings, not just zero-length
12 years ago
MinRK c50096334c use non-breaking space for button with no description
12 years ago
MinRK fd346d1790 fix remove event in KeyboardManager.register_events
12 years ago
Min RK 3306e386d6 Merge pull request #4925 from khinsen/notebook-manager-api
12 years ago
MinRK a1e263785c band-aid for completion
12 years ago
MinRK a184724bdb remove base_kernel_url
12 years ago
MinRK e5df456949 minor notebook logging changes
12 years ago
Brian E. Granger 24c27ce5e5 Merge pull request #5059 from jdfreder/widgets-patch-fix
12 years ago
Brian E. Granger 46c88a8875 Merge pull request #5075 from jdfreder/flex-model-2
12 years ago
Konrad Hinsen fdb8ab37ae Rearrange the NotebookManager methods for clarity
12 years ago
Konrad Hinsen b1c6ba2c97 Move method increment_filename from FileNotebookManager to NotebookManager
12 years ago
Konrad Hinsen 0a430f5840 Add method notebook_exists to NotebookManager.
12 years ago
Konrad Hinsen 26e3e31ad8 NotebookManager API: rename *notebook_model methods to *notebook
12 years ago
Jonathan Frederic 1c564131c5 Fixed, set on recieve update triggering echos.
12 years ago
Jonathan Frederic 3d408f5241 Added a test to make sure full state was not getting sent.
12 years ago
Jonathan Frederic 7b2787e508 Fixed typo
12 years ago
Jonathan Frederic f4f2c92285 Keep a running diff instead of forcing a full state update
12 years ago
Jonathan Frederic 770d2bd3a0 Only send diff message if diff isn't corrupt.
12 years ago
Jonathan Frederic fbf700e5d2 Fixed typo in new test
12 years ago
Jonathan Frederic a173e684c6 Added test that shows the problem.
12 years ago
Jonathan Frederic 5667947f9d Revert "Let backbone get changed attrs"
12 years ago
Jonathan Frederic 36b576b0bd Let backbone get changed attrs
12 years ago
Jonathan Frederic cd72883fc7 Revert "Fix incorrect usage of attrs"
12 years ago
Jonathan Frederic 0d80363240 Fix incorrect usage of attrs
12 years ago
Jonathan Frederic 04c38db197 fab css
12 years ago
Jonathan Frederic 81f37ab49f Added align-start to widget container.
12 years ago
Jonathan Frederic 30e3ec1cc1 fab css
12 years ago
Jonathan Frederic b7326707da output_scroll can't be a vbox.
12 years ago
Brian E. Granger 38c369c0d8 Updating JS tests README.md.
12 years ago
Jonathan Frederic 92da2088cd fab css
12 years ago
Jonathan Frederic 59eb13d80d Align-start widget subarea
12 years ago
Jonathan Frederic af5b5cea7d Revert "Change stretch to flex-start"
12 years ago
Jonathan Frederic 6568dd5d71 Revert "fab css"
12 years ago
Jonathan Frederic 82a9adb3c8 fab css
12 years ago
Jonathan Frederic ff14cabf7f Change stretch to flex-start
12 years ago
Jonathan Frederic 184a0933df fab css
12 years ago
Jonathan Frederic aba9f7e9f8 Automatic width adjustment for flex0
12 years ago
Jonathan Frederic 2d367aa7ab fab css
12 years ago
Jonathan Frederic 7ae028e01f Corrected a lot of small misuses of the new flex model.
12 years ago
Brian E. Granger 89c1aa2010 Merge pull request #5062 from minrk/js-test-races
12 years ago
MinRK e14172d851 adjust some events in nb_roundtrip
12 years ago
MinRK 8264362179 document utils.parse_url
12 years ago
MinRK 9629bce503 fix url encoding in services
12 years ago
MinRK 24e59106c0 add utils.parse_url
12 years ago
MinRK a93040e810 s/get_data/get_body_data/
12 years ago
MinRK e7db8cfd4e fix notebook_path in menu bar
12 years ago
MinRK e1e0b19a6a s/base_project_url/base_url/
12 years ago
MinRK 24703985e9 only add .ipynb if extension is not included
12 years ago
MinRK 61b06a39e2 holy crap, semicolons
12 years ago
MinRK 7cb4321bfe test unicode path in dashboard_nav
12 years ago
MinRK 13fc9022d9 various unicode fixes
12 years ago
MinRK beaa75b416 add utils.get_data
12 years ago
Brian E. Granger 674ce7d9f8 Merge pull request #5053 from jdfreder/js-test-refact
12 years ago
MinRK f3f1695b06 add IPython.load_extensions in js
12 years ago
MinRK b413efd397 add check_nbextension
12 years ago
MinRK 68c91ffc88 allow installing nbextensions with symlinks
12 years ago
MinRK f3664e1beb support URLs and zip/tarballs in install_extension
12 years ago
MinRK 9429fe9b29 add install_nbextension at top-level IPython.html
12 years ago
MinRK a8b7b853a2 add `ipython install-nbextension` entrypoint
12 years ago
MinRK 704b349302 add IPython.html.nbextensions.install_nbextension
12 years ago
Brian E. Granger 47abe842b2 Merge pull request #5067 from minrk/widget-error
12 years ago
Brian E. Granger d3567f4cb0 Merge pull request #4920 from ellisonbg/pdf-formatter
12 years ago
Brian E. Granger fc6b68a8aa Merge pull request #5048 from ellisonbg/modal-indicator
12 years ago
Brian E. Granger 9b21f618e6 Merge pull request #5061 from minrk/execute-button
12 years ago
Brian E. Granger 22136b5e38 Merge pull request #5052 from ellisonbg/pager-q
12 years ago
Jonathan Frederic 94a7a7fd3a Whoops, put kernel.js in the wrong folder
12 years ago
Jonathan Frederic 23f2bdf734 Made the folders map 1-to-1 with those in static
12 years ago
Jonathan Frederic 2da92d4d13 Moved files out of casperjs folder
12 years ago
MinRK 95d3d6de8b fix flex: auto
12 years ago
Brian E. Granger 5a087f2a66 To the most conservative choice.
12 years ago
Brian E. Granger 31301c4194 Just close the pager with q, not toggle.
12 years ago
Brian E. Granger 4e37e901d8 Add q to toggle the pager.
12 years ago
MinRK d772b4c3da catch errors at a lower level in interact
12 years ago
MinRK ddc22152ea show traceback in widget handlers
12 years ago
MinRK 24ef1be736 make execute button in menu bar match shift-enter
12 years ago
Thomas Kluyver 2d973d2b14 Merge pull request #5051 from jdfreder/ff-hscroll2
12 years ago
Jonathan Frederic b5d772eb65 fab css
12 years ago
MinRK 7032e9ef69 set overflow-x: hidden on Firefox only
12 years ago
Brian E. Granger 5904212460 Merge pull request #4960 from ellisonbg/newinteract
12 years ago
MinRK 813e32dfea set readout=True as default on SliderWidgets
12 years ago
Jonathan Frederic a07d24adb9 Move tests out into parent directories
12 years ago
MinRK 7861bee65f test widget interaction (Python)
12 years ago
MinRK 6d555b7aee return f with @interact, not just @interact(**kwargs)
12 years ago
MinRK 031b69895c fix ValueError format message
12 years ago
MinRK 48a56d3156 simplify float/int slider abbreviation logic
12 years ago
MinRK 7911c6c237 finish removing *args support
12 years ago
MinRK ad6109692d ensure range widgets get value that is on a step
12 years ago
MinRK a58ca8a0a0 s/const/fixed/
12 years ago
MinRK 2d2c5beb0e move @annotate to py3compat
12 years ago
MinRK 3053a855a9 remove positional arg support from interact
12 years ago
MinRK feab63754d update interact now that SelectionWidget.values is a dict
12 years ago
Brian E. Granger 88fb17b182 Adding const pseudo-widget for fixing arguments to interact.
12 years ago
Brian E. Granger 6e8c63ea19 Adding decorator forms of interact. Yeah!
12 years ago
Brian E. Granger dd9a6efaed Utter interact insanity.
12 years ago
Brian E. Granger 55cddce784 Fixing interact imports.
12 years ago
Brian E. Granger 2ef393aaa3 Renaming interact.py->interaction.py to improve imports.
12 years ago
Thomas Kluyver a96c228554 Get widgets from function annotations and default arguments.
12 years ago
Brian E. Granger 5853bb8ff7 Adding .widget to function.
12 years ago
Brian E. Granger 93047f1d3c Updating interact to work with latest state of widgets.
12 years ago
Brian E. Granger faebb43e01 Updating interact to new APIs.
12 years ago
Brian E. Granger 1d6cde4877 Adding interact.py.
12 years ago
Jonathan Frederic 063656343b Moved notebook tests around.
12 years ago
Jonathan Frederic 33586b7ac8 Convert tabs to spaces
12 years ago
Brian E. Granger 445f6225e8 Spinning sun + nothing for command mode.
12 years ago
Brian E. Granger 2b4559513d Adding basic append_pdf in OutputArea.
12 years ago
Jonathan Frederic cbffa6433f fab css
12 years ago
Jonathan Frederic 66c14d34ce New 'flex' support
12 years ago
Jonathan Frederic 5e5aecb4c2 Revert #3552
12 years ago
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
12 years ago
Min RK cd7c1e6fae Merge pull request #5001 from ellisonbg/dashboard-dirs
12 years ago
Brian E. Granger f59e7099ad Fix spelling mistake in is_hidden docstring.
12 years ago
Brian E. Granger eb9e0be218 Small refactoring of is_hidden to take root as default kwarg.
12 years ago
Brian E. Granger 009367666a Fixing test_files tests.
12 years ago
Brian E. Granger 0c794b5d2c 404 for hidden files to not revleal their existence.
12 years ago
Brian E. Granger 7ab69652ea Breadcrumb home icon.
12 years ago
Brian E. Granger 000d8abc56 Merge pull request #12 from minrk/ipynb
12 years ago
Brian E. Granger 243392d810 Creating and testing IPython.html.utils.is_hidden.
12 years ago