Min RK
b17f329c2c
Merge pull request #8146 from takluyver/i8140
...
Remove Qt console package_data from setup
11 years ago
Thomas Kluyver
54195eaf34
Remove Qt console package_data from setup
...
We should remember this when the ipython_qtconsole package gets its own
setup.
Closes gh-8140
11 years ago
Min RK
191185c84d
Merge pull request #8126 from quantopian/test-modified-date
...
TEST: Add test for handling of last_modified.
11 years ago
Min RK
94dca653a3
Merge pull request #8135 from takluyver/bigsplit-qtconsole
...
Split out the Qt console
11 years ago
Thomas Kluyver
e6ce39ba32
Split the Qt console files to new jupyter_qtconsole package
11 years ago
Thomas Kluyver
0a0fe081d1
Merge pull request #6662 from minrk/dependencies
...
Proposal: remove dependencies from IPython.external
11 years ago
Min RK
1eb795ba67
Merge pull request #8098 from rsmith31415/remove-resizer
...
Remove image resizer
11 years ago
Min RK
d88f832f06
remove pickleshare from external
11 years ago
Scott Sanderson
e8fd4ba9c2
TEST: Allow greater or equal modified_date on rename.
11 years ago
Thomas Kluyver
25415547fb
Merge pull request #8131 from minrk/sort-help
...
handle undefined when sorting quick help
11 years ago
Min RK
b3839d7e7a
handle undefined when sorting quick help
...
since undefined is neither less than nor greater than
anything in Javascript,
the sort function was treating it as equal to everything, causing inconsistent behavior,
depending on the sort algorithm of the browser.
This ensures undefined elements are sorted last in the sequence.
11 years ago
Scott Sanderson
72aeb78aaf
TEST: Add test for handling of last_modified.
...
Saving should increment last_modified. Renaming should not. Noticed
because incrementing last_modified on rename results in a scary error
message from the frontend.
11 years ago
Min RK
4b0553ae45
Merge pull request #8120 from jasongrout/arraybuffers
...
Make it possible for msg.buffers in javascript to be either ArrayBuffers or views
11 years ago
Jason Grout
94724fdee1
Typecheck the .buffer attribute before assuming it is an ArrayBuffer
11 years ago
Jason Grout
aa8e36064c
Make it possible for msg.buffers in javascript to be either ArrayBuffers or views
11 years ago
Jonathan Frederic
b8b1f5dab4
Merge pull request #7675 from SylvainCorlay/valid
...
Adding a very simple instance of _Bool widget
11 years ago
Sylvain Corlay
55246125e4
Adding readout for Valid widget
11 years ago
Sylvain Corlay
c1a3e7f389
Valid widget
11 years ago
MinRK
f0f9cdf3ae
remove non-setuptools dependency checks
11 years ago
MinRK
d4e386b0bc
remove simplegeneric from external
...
make it a dependency
11 years ago
MinRK
3f93c80d7e
remove pexpect from external
...
make it a dependency on non-Windows
11 years ago
MinRK
e34f926e0e
remove appnope from external
...
make it a dependency on OS X
11 years ago
MinRK
2f8f12cfb1
remove decorator from external
11 years ago
MinRK
31250d29b8
remove path from external
11 years ago
Min RK
21013cb5a3
Merge pull request #7826 from SylvainCorlay/color_trait
...
Adding a Color trait type and using it for widget styling
11 years ago
Sylvain Corlay
5c0a797813
inherit from Unicode
11 years ago
Sylvain Corlay
19768ba7a3
Move color trait type to the widget package
11 years ago
Sylvain Corlay
7262de2216
Using the Color trait type for styling widgets
11 years ago
Min RK
2e9387b7f5
Merge pull request #8102 from quantopian/test-checkpoint-sync
...
TEST: Add test for renaming files with checkpoint.
11 years ago
Scott Sanderson
7971a5ffc7
TEST: Also test deletion.
11 years ago
Scott Sanderson
fdcbd02ffb
TEST: Add test for renaming files with checkpoint.
...
The checkpoint name should follow the file rename.
11 years ago
Matthias Bussonnier
265c1d8a28
Merge pull request #7933 from jdfreder/buttonmove
...
Move dynamic buttons to the left and upload button to the right.
11 years ago
Matthias Bussonnier
166595686c
Merge pull request #8059 from minrk/deselect-click
...
deselect all when clicking partial checkbox
11 years ago
Jonathan Frederic
dfa2804887
invoke css
11 years ago
Jonathan Frederic
a840383a38
Add tooltip on the upload button.
11 years ago
Jonathan Frederic
a6ceb828aa
Add dynamic instructions
11 years ago
Jonathan Frederic
f283754df0
invoke css
11 years ago
Jonathan Frederic
94a8d09dfc
Move upload to the right and dynamic buttons to the left.
11 years ago
Min RK
1c09425838
Merge pull request #8000 from mathieu1/dashboard-nb-rename-dialog
...
Fix rename issues in dashboard
11 years ago
Robert Smith
e539734f5a
Remove image resizer.
11 years ago
Min RK
0fa751b894
Merge pull request #7798 from jasongrout/buffer-memoryview
...
Extract session buffers as memoryviews
11 years ago
Min RK
9ded491c97
Merge pull request #7708 from SylvainCorlay/allow_none
...
allow_none=False for all trait types but Instance and Type
11 years ago
Min RK
b9f5a43ebd
`setup.py jsversion`
11 years ago
Min RK
b8bbc958a4
Merge pull request #8091 from quantopian/move-test
...
TEST: Move test_escape_root to TestFileContentsManager
11 years ago
Matthias Bussonnier
b64389a1b5
Merge pull request #8092 from Carreau/log-erros
...
log error when there is one.
11 years ago
Scott Sanderson
e21b99900d
MAINT: Remove unused import.
11 years ago
Matthias Bussonnier
1a377f8a44
log error when there is one.
...
Otherwise it's a pain to debug
11 years ago
Scott Sanderson
257c7296c9
TEST: Move test_escape_root to TestFileContentsManager
...
`root_dir` is specific to the FileContentsManager implementation.
11 years ago
Matthias Bussonnier
8c69b4c376
Merge pull request #8082 from minrk/output-z-index
...
set z-index on output_wrapper
11 years ago
Min RK
090c847aa4
Merge pull request #8084 from Carreau/delete-duplicate
...
Bad code duplication, I suppose duplicate was meant.
11 years ago