Commit Graph

4968 Commits

Author SHA1 Message Date
Thomas Kluyver
a7abca5a9f Merge pull request #6233 from Carreau/fix-6232
Fix doc, CodeMirror is installed via bower
2014-07-29 09:33:05 -07:00
Matthias BUSSONNIER
aad51f9527 rename ipevents to events for consistency 2014-07-29 15:57:07 +02:00
Matthias BUSSONNIER
2c4f2f98a6 Use global event for celltoolbar 2014-07-29 15:57:06 +02:00
Matthias BUSSONNIER
0adc3603c6 Fix doc, CodeMirror is installed via bower
Closes gh-6232
2014-07-29 15:41:20 +02:00
Jonathan Frederic
0ee948efca Merge pull request #6200 from SylvainCorlay/widget-changes
Partial update of DOMWidgetView styling and simplification of containers.
2014-07-28 15:58:35 -07:00
Sylvain Corlay
c03a3eb6d2 making the use of options explicit 2014-07-28 22:22:11 +00:00
Matthias BUSSONNIER
d54e2c95af rebuild css 2014-07-28 21:44:14 +02:00
Matthias BUSSONNIER
5e48b538b2 remove empty style methods of LoginWidget 2014-07-28 21:43:58 +02:00
Matthias BUSSONNIER
70eb95d04c remove call to jquery-ui useless button() 2014-07-28 21:43:58 +02:00
Matthias BUSSONNIER
21222fe302 remove empty style function in page.js 2014-07-28 21:43:58 +02:00
Matthias BUSSONNIER
a72bd4f52e use dataformat module explicitely 2014-07-28 21:43:57 +02:00
Matthias BUSSONNIER
b63cb1f34f remove unused dependecy and css class 2014-07-28 21:43:57 +02:00
Matthias BUSSONNIER
8506e2c257 remove empty style function of save widget 2014-07-28 21:43:57 +02:00
Matthias BUSSONNIER
04088c9559 remove empty style function 2014-07-28 21:43:57 +02:00
Matthias BUSSONNIER
4d9611a9ff add TODO 2014-07-28 21:43:56 +02:00
Matthias BUSSONNIER
3b5b32f27b move login widget style to css 2014-07-28 21:43:56 +02:00
Matthias BUSSONNIER
c468caeb19 add extra var for local variable 2014-07-28 21:43:56 +02:00
Matthias BUSSONNIER
233ef2180d remove unused variable 2014-07-28 21:43:56 +02:00
Matthias BUSSONNIER
4f7f90dca8 comment typo 2014-07-28 21:43:56 +02:00
Matthias BUSSONNIER
660ddf76af move tolbar styling to css 2014-07-28 21:43:56 +02:00
Matthias BUSSONNIER
72c0e4446f command_mode_icon typos (dash instead of underscore) 2014-07-28 21:43:56 +02:00
Matthias BUSSONNIER
1f0ef5dc97 more cleanup 2014-07-28 21:43:55 +02:00
Matthias BUSSONNIER
d732098ee1 remove uselessrandom id, and move styling to css 2014-07-28 21:43:55 +02:00
Matthias BUSSONNIER
5b9f518513 move styling from js to css 2014-07-28 21:43:55 +02:00
Matthias BUSSONNIER
01a0d038d4 move styling from js to css 2014-07-28 21:43:55 +02:00
Matthias BUSSONNIER
c261f45ea3 movestyling from js to css + deprecation warnign 2014-07-28 21:43:55 +02:00
Matthias BUSSONNIER
f3cbb8a0c7 remove js styling, already done in css in logoutmain 2014-07-28 21:43:54 +02:00
Matthias BUSSONNIER
a97f4f69cc move styling from js to css 2014-07-28 21:43:54 +02:00
Matthias BUSSONNIER
09e866a750 remove js styling, already done in css + deprecate warning 2014-07-28 21:43:54 +02:00
Matthias BUSSONNIER
0b092b4199 movestyling from js to css 2014-07-28 21:41:58 +02:00
Matthias BUSSONNIER
b8d98e9d81 move border-box-sizing from js to css
nothing to do in js, pure styling.
2014-07-28 21:41:58 +02:00
Matthias BUSSONNIER
52309fba7c Transfer of border-box-sizing from js to css
`border-box-sizing` is pure styling, it has nothing to do in Javascript
it should be put in css to be overwritable.
2014-07-28 21:41:58 +02:00
Matthias BUSSONNIER
d7cc8dcf8d a few todo 2014-07-28 21:41:57 +02:00
Jason Grout
eccc20ce1a Remove $el_to_style from the widget javascript code; '' now defaults to this.$el
This seems to make it easiest to select the top-level element.  An alternative is to use special syntax for top-level elements, like in https://github.com/ipython/ipython/pull/6185

This will be followed up by other fixes that let the user set specific common properties of different elements.

This change also adds the .addBack() call, which means that nonempty selectors now apply to this.$el and its descendants, rather than just the descendants of this.$el.
2014-07-28 19:11:20 +00:00
Min RK
c007debe3a Merge pull request #6084 from tomspur/fontawesome4
Update fontawesome to 4.1
2014-07-28 11:44:39 -07:00
Thomas Kluyver
c9631845fa Merge pull request #6126 from takluyver/kernelspecs-nb-ui
UI for changing kernels in the notebook
2014-07-28 11:33:14 -07:00
Paul Ivanov
e52f3ac85b allow splitting and merging of heading cells
I consider it a bug that you couldn't merge with heading cells, and that
you couldn't split them, either. (So much so that I thought it was a bug
in ipython-vimception when I ran into it).

This change removes that limitation, so heading cells are on par with
the other cells in terms of the kinds of manipulations one can carry out
with them.
2014-07-28 10:41:02 -07:00
Thomas Kluyver
f3f240b501 Merge pull request #6215 from nzjrs/gtk3-support
add gtk3 support to ipython kernel
2014-07-28 10:36:10 -07:00
sylvain.corlay
2ca04578cf adding options explicitly 2014-07-27 11:58:30 -04:00
Matthias BUSSONNIER
36e3f20d5e fix some font-awesoem 4 icons 2014-07-27 15:33:09 +02:00
Thomas Spura
01dec53cf9 Port more icons to fontawesome-4 2014-07-27 14:53:20 +02:00
Thomas Spura
30b38d2887 fab css 2014-07-27 14:53:17 +02:00
MinRK
ee7e8c26f7 update fa-font-path less variable 2014-07-27 14:52:04 +02:00
Thomas Spura
fadeeb0275 fontawesome-4 renamed font folder to fonts 2014-07-27 14:52:04 +02:00
Thomas Spura
8a9dcd219d Port to fontawesome4 2014-07-27 14:52:03 +02:00
John Stowers
d025cb6176 exclude gtk3 gui modules from tests 2014-07-26 20:38:15 +02:00
sylvain.corlay
a9c34b679b decoupling the comm lifetime from the widget lifetime 2014-07-26 12:36:21 -04:00
Matthias Bussonnier
925a968840 Merge pull request #6063 from Carreau/fix-5984
Introduce info/warning/danger to notification area
2014-07-26 16:32:59 +02:00
Thomas Kluyver
fcb079a255 Merge pull request #6210 from jdfreder/image-test-fix
Don't screenshot in the ImageWidget test,
2014-07-25 16:33:16 -07:00
Brian E. Granger
2999510bfa Merge pull request #6182 from SylvainCorlay/do-diff-correction
do_diff function was always removing all views from the old list.
2014-07-25 12:09:58 -07:00