Matthias BUSSONNIER
22a44e79f8
change new tooltip appearence
...
temporarly (or maybe not) use less css to produce the css for the
tooltip.
14 years ago
Matthias BUSSONNIER
7b5b591425
improve new tooltip
14 years ago
Matthias Bussonnier
0247ac16f6
tooltip to mac
14 years ago
Matthias BUSSONNIER
856c872ba7
use strict and clean a little.
...
adding 'use strict' in some place to be more agressive on the
delaration of the variables.
clean name and details here and there
14 years ago
Matthias BUSSONNIER
5076118509
implement the completer in a separate class
...
more feature like
-completion based on 2 sources :
* introspection in kernel
* context of current cell (complete with matching words)
* each source has its color in the completer
14 years ago
Matthias BUSSONNIER
981738f9e3
change upload sentense
14 years ago
Matthias BUSSONNIER
40bdd81f5c
replace b by strong for semantic, more change in boilerplate
14 years ago
Matthias BUSSONNIER
231e8f93f2
remove underscore in filename
14 years ago
Matthias BUSSONNIER
0ada7dd847
bold click here in dashboard
14 years ago
Matthias BUSSONNIER
d549731d32
add 'Close and halt' in notebook filemenu
14 years ago
Matthias BUSSONNIER
8d673ea086
clean html, style logon form
14 years ago
Matthias BUSSONNIER
275b1040b1
multifile selection
14 years ago
Matthias BUSSONNIER
ca089cc7cf
alternate notebook upload methods
...
fixes #1562
14 years ago
MinRK
9927cec392
denote raw cell with 'Raw Text' in UI
14 years ago
MinRK
9ffc7829da
rename plaintext cell -> raw cell
14 years ago
Brian Granger
19322be14d
Chaging # of engines format in cluster list.
14 years ago
Brian Granger
35ffb5500a
Cluster management is now working.
...
You can start/stop clusters in the notebook with a very simple UI. More to do,
but this is a start.
14 years ago
Brian Granger
34d784a5ab
Draft of the cluster list UI.
...
Not functional yet, but the idea is there.
14 years ago
Brian Granger
b819fbfe8f
Initial try at adding tabs to project dashboard.
14 years ago
Brian Granger
3631fae153
Major refactoring of notebook.
...
* Created new base page html/css/js.
* Everything inherits from the page template.
* Universal header border.
* Notebook list borders are set to 1px all around.
* No border around notebook area.
* Border cleanup of toolbar/menubar.
* Lots of code reorg to get ready for further refactoring.
14 years ago
Brian Granger
6dc7b078b9
Refactoring templates and top level js/css organization.
14 years ago
Brian Granger
e59f95376d
Major refactoring of saving, notification.
...
* Refactored the save widget so that the notebook doesn't depend
on it. Now the notebook emits events and the save widget
observes those events.
* Created a new event system for all IPython events (events.js).
We should start to use this to allow our classes to be loosely
coupled.
* Created a new notification widget that should be used for all
notifications. Uses new event system.
* Removed the kernel status widget.
* All kernel status message use new event/notification system.
* The print notebook view works again.
14 years ago
Brian Granger
a00fc0165b
Heading/plaintext cells now wired up to toolbar UI.
14 years ago
Brian Granger
2f88004a05
Updating JS part of plaintext cell handling.
14 years ago
Brian Granger
fd3d5edb66
Finishing first draft of RST and heading cells.
14 years ago
Brian Granger
47e4e1e2c4
A first go at RST cell support in the notebook.
14 years ago
Andrew Straw
81a636dabf
use Tornado's handler.static_url() in templates
14 years ago
Brian Granger
1ed9a21039
Adding "Cell" to cell related Edit actions.
14 years ago
Brian Granger
428c82877f
Further work on the toolbar UI.
...
* Cell type selection box is wired up and styled.
* New View menu that allows toolbar/header to be toggled.
14 years ago
Brian Granger
4c88c4686c
First draft of toolbar.
...
We are adding a thin horizontal toolbar below the menubar. This
commit adds the basic UI elements. Still need to hook up the actions
and make this hidable.
14 years ago
Brian Granger
c29e928054
Removing Ace edit capability.
...
We have fixed some of the problems with CodeMirror and feel that
the differences between Ace and CodeMirror are not great enough
to justify having both. We may reintroduce a full-window edit
mode using CodeMirror, but that will come separately.
14 years ago
Brian Granger
a997e50782
Ace editor now works with Markdown and HTML cells with proper modes.
14 years ago
Brian Granger
13ca0054f7
Updating to CodeMirror 2.2, latest stable release.
14 years ago
Brian Granger
183e9ccfb1
Minor changes to Ace widget.
...
* Font size and family matches that of our CodeMirror editors.
* Help link to Ace keyboard shortcuts added to help.
14 years ago
Brian Granger
f04e31b80c
Add Ace editing mode for code cells.
14 years ago
Brian Granger
23b5fd856a
Basic code cell splitting implemented.
14 years ago
Brian Granger
06cc810b80
Adding keyboard sortcuts for cut/copy/paste.
14 years ago
Brian Granger
ccc5aa04b2
Added cell level cut/copy/paste.
14 years ago
Brian Granger
eef6d192e4
Created new print view for notebook printing.
14 years ago
Brian Granger
76f500b3c3
Improving the save notification.
...
* Added last saved with time/date display.
* Reimplemented save widget status updates.
14 years ago
Brian Granger
10a76e8537
Solid first go at jquery-ui based menus.
14 years ago
Brian Granger
b3de72087c
Minor fixes to the menu shortcuts.
14 years ago
Brian Granger
be8f252e78
Finishing work on "Make a Copy" functionality.
14 years ago
Brian Granger
8cd495c38f
Beginning work on notebook duplication.
14 years ago
Brian Granger
52a2600c87
Improved notebook renaming.
...
There is not a rename dialog that is available in the File menu and
when you click on the notebook name.
14 years ago
Brian Granger
b010d14f58
Cleaning up menu code.
...
* QuickHelp button has been removed in favor of a Help menu item.
* Keyboard shortcuts are now in the menus.
* Numerous fixes to subtle aspects of the wijmenu implementation.
14 years ago
Brian Granger
33f5cea94b
Implemented menu based UI using Wijmo.
14 years ago
Brian Granger
e4489da763
Initial work to add Wijmo based menu.
14 years ago
MinRK
ba5e2538b5
use absolute URLs for static files
14 years ago
Stefan van der Walt
6a8a66fa8b
Correctly set read_only meta name for use in javascript. Note that this has a different meaning than in the Python code: not whether the read-only flag was specified upon launch, but whether the notebook is in read-only mode and input should be disabled.
15 years ago