Commit Graph

275 Commits

Author SHA1 Message Date
Min RK
4ec038db1b Merge pull request #7720 from jdfreder/readonlyui
Readonly indicator.
2015-02-10 17:15:06 -08:00
Jonathan Frederic
2345e0fb5c Add title to read-only indicator. 2015-02-09 11:32:58 -08:00
Jonathan Frederic
231c30a550 Add readonly indicator to notification area. 2015-02-09 11:10:51 -08:00
Jonathan Frederic
9ebb06f46a Correct capitalization in menu. 2015-02-09 09:40:15 -08:00
Brian E. Granger
7a2e994a7e Merge pull request #7667 from jdfreder/treeselector
Dashboard selector dropdown.
2015-02-03 17:07:53 -08:00
Jonathan Frederic
fb88ecd55d Address comments,
Remove inverse,
Deselect instead of unselect,
Add separator.
2015-02-03 08:21:46 -08:00
Jonathan Frederic
4f3d5eb912 tristate 2015-02-02 23:09:51 -08:00
Jonathan Frederic
30a23d4456 Add selector button to dashboard 2015-02-02 16:36:28 -08:00
Min RK
23fad40f6d add download link to editor 2015-02-02 16:35:24 -08:00
Matthias Bussonnier
ea8fbb930f position tooltip in #site
Fixes #7654. As the position may be calculated for some browser
differently because of the translate-Z hack.
2015-02-01 15:05:58 +01:00
Thomas Kluyver
b0e4ef6b5c Merge pull request #7505 from jdfreder/actions
Dashboard checkbox style interface
2015-01-27 13:49:51 -08:00
Thomas Kluyver
9790e43997 Merge pull request #7605 from minrk/f-the-pager
fix the pager and tooltip locations
2015-01-27 13:24:12 -08:00
Min RK
2d0b8b1d6a use default_url for logo link 2015-01-27 10:39:50 -08:00
Min RK
a1e4775487 fix tooltip location
put it inside `#site`, so it scrolls with the notebook
2015-01-26 21:43:31 -08:00
Min RK
e18a502484 "fix" the pager
- pull the pager element out of `#site`
- fix top to `auto` instead of `inherit`
2015-01-26 21:42:22 -08:00
Thomas Kluyver
708088d74a Merge pull request #7586 from Carreau/notif-editor
re-hook notification area for editor.
2015-01-26 10:03:29 -08:00
Jonathan Frederic
9923737e74 Use trash bin icon,
and add tooltip to checkbox
2015-01-25 18:08:33 -08:00
Jonathan Frederic
8701ac2db5 Use checkbox layout instead of actions dropdown 2015-01-25 18:08:33 -08:00
Bussonnier Matthias
0118cfbd48 re-hook notification area for editor.
- re-order element to be the same as in notebook,
 - rename events correctly.
 - Add event on savign to show that save is in progress, that get
   dismissed on file save

Closes #7569
2015-01-25 19:59:16 +01:00
Bussonnier Matthias
caa5d499e9 rename "new-file" to "new > text file"
Because it is not obvious to everyone...

Closes #7571
2015-01-25 14:02:38 +01:00
Min RK
57d5f7a4e0 Indicate that terminals are unavailable
rather than hiding any evidence of their existence
2015-01-22 18:43:18 -08:00
Jonathan Frederic
374be802c0 Merge pull request #7517 from minrk/scroll-offset
don't use fixed header
2015-01-22 14:50:07 -08:00
Min RK
e1926b2f12 Merge pull request #7515 from jhamrick/fix-tour
Fix user interface tour

closes #5570 
closes #7418
2015-01-20 21:23:55 -08:00
Min RK
b84ad79b2f don't use fixed header
instead, use static header and flex box to accomplish the same thing.

fixes various issues related to scrolling, anchors, etc.
2015-01-20 17:11:51 -08:00
Jessica B. Hamrick
241dd2b69c Make tour functional again 2015-01-20 14:54:48 -08:00
Jonathan Frederic
12fe7823ad New Terminal into new new button 2015-01-19 09:41:32 -08:00
Jonathan Frederic
2d835bd7ed Put lists in an accordion 2015-01-19 09:41:31 -08:00
Jonathan Frederic
808916762e Remove terminals page of the dashboard,
move contents into running tab.
2015-01-19 09:41:31 -08:00
Andrew Dawes
bb37ee2d6d changed to 3.x 2015-01-15 11:55:31 -08:00
Andrew Dawes
c86e6e8a87 fixed Notebook Help item as specified by ellisonbg 2015-01-15 00:36:44 -08:00
Min RK
e769c2c99e remove tree override.css 2015-01-14 12:51:22 -08:00
Thomas Kluyver
2deb7d1f29 Update help link about Markdown
Closes gh-7428
2015-01-12 09:46:55 -08:00
Brian E. Granger
db10980a8f Merge pull request #7401 from mathieu1/new-notebook-same-kernel
create new notebook with same kernel
2015-01-09 17:07:20 -08:00
Mathieu
4e5839dde4 add choice of kernel for new notebook 2015-01-09 15:46:06 +01:00
Jason Grout
5dea7ad30b Split apart the body attributes and classes in the notebook templates 2015-01-08 23:41:50 +00:00
Matthias Bussonnier
f51872c4c2 Merge pull request #7346 from jdfreder/terminal-page
Use page backdrop color in terminal page
2015-01-06 12:27:46 +01:00
Matthias Bussonnier
214195ce5f Merge pull request #7327 from minrk/kernel-links
move Python-specific help links to kernel_info
2015-01-01 11:04:50 +01:00
Jonathan Frederic
7b602f07cc Use page backdrop with the terminal 2014-12-29 12:37:02 -08:00
Jonathan Frederic
992976844d Merge pull request #7302 from Carreau/1pix
a few 1 pixel fixes.
2014-12-29 11:58:53 -08:00
Min RK
83f51e877c move Python-specific help links to kernel_info
help_links in kernel_info were already in the msg spec,
but not implemented.

Python-specific docs are now linked to the Python version.
2014-12-27 01:11:10 -08:00
Jonathan Frederic
09b289d932 Merge pull request #7274 from Carreau/global-command
make global css change on command/edit mode
2014-12-23 18:20:19 -08:00
Matthias Bussonnier
27f3c224c2 a few 1 pixel fixes.
this uses the same html/css structure acroos the tabs, and reduce the overlay
click zone that expended the size of the header to 25px instead of 24px
2014-12-23 23:20:03 +01:00
Brian E. Granger
7b21e13705 Merge pull request #7242 from jdfreder/terminal-fixes
Some UI design changes for the Notebook and associates
2014-12-23 13:20:20 -08:00
Jonathan Frederic
9e3b18605a Reverse order of file/folder and notebooks in new menu 2014-12-23 12:15:06 -08:00
Jonathan Frederic
e0adde46f3 New new button 2014-12-23 12:15:06 -08:00
Jonathan Frederic
849c96ae61 Merge pull request #7268 from Carreau/ungroup-button
ungroup button on dashboard
2014-12-23 11:24:30 -08:00
Matthias Bussonnier
6b57f44bf6 ungroup button on dashboard
fix a few instanced of button toolbar that were not with the right class or not in btn groups.
2014-12-23 11:32:15 +01:00
Bussonnier Matthias
15ab64e884 make global css change on command/edit mode 2014-12-19 15:20:16 +01:00
Jonathan Frederic
cda53215ba Improve edit app 2014-12-18 15:19:36 -08:00
Jonathan Frederic
94a893d975 Prevent terminal from scrolling 2014-12-18 15:19:36 -08:00