Commit Graph

3755 Commits

Author SHA1 Message Date
MinRK
197dc25b97 fix missing-wheel command
because an empty distutils command must implement three no-op methods and one class attribute.

Which makes perfect sense.
2014-02-03 17:22:42 -08:00
MinRK
f1f56e7144 only check for dependencies when installing without setuptools 2014-02-03 17:22:42 -08:00
MinRK
4c41c331d7 we only install man pages to usr/share
let the function reflect this, rather than having several entries with no files.
2014-02-03 17:22:42 -08:00
MinRK
143ab47bfa whitelist installed components
we don't need most of what's in components to be installed.
Much of it is included just for sdists or development.
2014-02-03 17:22:42 -08:00
MinRK
4975f2db6b always construct requirements 2014-02-03 17:22:42 -08:00
MinRK
d8ade7980d platform-dependent requirements
in bdist_wheel
2014-02-03 17:22:42 -08:00
MinRK
29b1aa4c93 only put Python major version in wheel tags
results in 'py2-none-any' instead of 'py27-none-any'.

This is supported by pip and PEP 425, but not available from bdist_wheel by default.
2014-02-03 17:22:41 -08:00
MinRK
22c5e3ec2b mention that pexpect ships in IPython.external
and only check for it on posix
2014-02-03 17:22:41 -08:00
MinRK
ca0afa1d8b value_names is read-only 2014-02-03 17:15:06 -08:00
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.
2014-02-03 17:15:06 -08:00
Jonathan Frederic
ef2c71c34d Fix command mode & popup view bug
Added elements property to PopupView
2014-02-03 16:47:06 -08:00
Thomas Kluyver
0ec7cf1b30 Merge pull request #5010 from jdfreder/widget-ff
Fixes for widget alignment in FF
2014-02-03 15:15:38 -08:00
Brian E. Granger
18dbf8cf67 Merge pull request #5004 from jdfreder/widget-vslider-spacing
Fix widget vslider spacing
2014-02-03 13:05:28 -08:00
Jonathan Frederic
1ddceb3844 Container classes should default with 'vbox' css 2014-02-03 12:52:51 -08:00
Jonathan Frederic
f015aabba6 fab css 2014-02-03 12:43:50 -08:00
Jonathan Frederic
b20466386c fix width overriden by 04abbe99 2014-02-03 12:41:52 -08:00
Brian E. Granger
2b7310f794 Merge pull request #4933 from jdfreder/widget-model-name
Small Widget inconsistency fixes
2014-02-03 12:38:03 -08:00
Thomas Kluyver
91054043c0 Merge pull request #4979 from minrk/clear-output-msgspec
add versioning notes to small message spec changes
2014-02-03 12:19:07 -08:00
Thomas Kluyver
7c64d8de34 Merge pull request #4893 from minrk/font-awesome-3.2
add font-awesome 3.2.1
2014-02-03 12:09:30 -08:00
Brian E. Granger
5fc70a924d Merge pull request #4982 from ellisonbg/slider-readout
Live readout for slider widgets
2014-02-03 12:05:47 -08:00
Thomas Kluyver
fae8b28ba8 Merge pull request #4813 from Carreau/help-link
make help menu a template
2014-02-03 11:02:06 -08:00
Jonathan Frederic
b9e48b3d6c Use wait_for_widget in widgets and string widget tests 2014-02-02 22:40:33 -08:00
Paul Ivanov
0f86d8c909 Merge pull request #4964 from ptone/merge-above
remove shift-= merge keyboard shortcut
2014-02-02 17:18:35 -08:00
Preston Holmes
1d1e3b3932 remove alternate merge down shortcut
as shift+m is universal and sufficient
2014-02-02 07:45:00 -08:00
Matthias Bussonnier
68973cf622 link to matplotlib latest. 2014-02-02 09:10:12 +01:00
Matthias BUSSONNIER
03b5e0b2e0 put OutputArea map at the end 2014-02-01 11:42:28 +01:00
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.
2014-02-01 11:26:00 +01:00
Brian E. Granger
651599d092 Finishing the readout style and functionality. 2014-01-31 21:17:32 -08:00
Brian E. Granger
cef93c8cfb Adding initial version of readout to sliders. 2014-01-31 20:56:12 -08:00
Min RK
fbece64242 Merge pull request #4929 from ellisonbg/modal-fixes
Fixing various modal/focus related bugs

closes #4809
closes #4951
2014-01-31 20:40:25 -08:00
Min RK
003c5e8eda Merge pull request #4971 from ellisonbg/testjs-fd
Fixing issues with js tests
2014-01-31 20:38:32 -08:00
Brian E. Granger
82a4538759 Notebook.delete should take no args. 2014-01-31 18:13:01 -08:00
MinRK
1b74ee0c3e note v4.1 msg spec change in clear_output handler 2014-01-31 16:54:30 -08:00
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.
2014-01-31 12:03:30 -08:00
Jonathan Frederic
a2044fd463 Remove sleep from the following,
Button, float, int, multicontainer, selection widgets.
2014-01-31 11:48:51 -08:00
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).
2014-01-31 10:42:23 -08:00
Min RK
747c9ca29c Merge pull request #4845 from rgbkrk/origin_host
Add Origin checking for websockets.
2014-01-31 10:34:32 -08:00
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.
2014-01-31 10:32:27 -08:00
MinRK
2477ed0fed update css with font-awesome 3.2.1 2014-01-31 10:25:20 -08:00
MinRK
3535163f67 font-awesome 3.2 moved resources 2014-01-31 10:24:23 -08:00
Min RK
9a2acb7117 Merge pull request #4967 from Komnomnomnom/patch-1
Fix typo in warning about web socket being closed
2014-01-31 09:53:39 -08:00
Kieran O'Mahony
699bfcc709 Fix error message typo on web socket fail 2014-01-31 15:07:43 +11:00
Min RK
9a056ff9ca Merge pull request #4965 from takluyver/iplogger-gone
Remove mention of iplogger from setup.py
2014-01-30 18:29:38 -08:00
Thomas Kluyver
c185202194 Remove mention of iplogger from setup.py 2014-01-30 18:11:55 -08:00
Jonathan Frederic
d68112885b Use waitFor instead of sleeping. 2014-01-30 15:23:58 -08:00
Thomas Kluyver
94636f079e Merge pull request #4962 from ptone/help-typo
Fixed typos in quick-help text
2014-01-30 14:40:50 -08:00
Preston Holmes
547316fec3 Fixed typos in quick-help text 2014-01-30 14:31:30 -08:00
Brian E. Granger
e2c20e0675 Rename _handle_new_view->_handle_display_view. 2014-01-30 13:44:31 -08:00
Brian E. Granger
8445ab1899 Fixing tests from shift and ctrl enter swap. 2014-01-30 12:53:52 -08:00
Brian E. Granger
6298b16a44 Fixing help strings for shift|ctrl+enter. 2014-01-30 10:11:36 -08:00