Commit message Age Author Refs
r2771:9b00382b
Minor cleanup and bug fix.
epatters
0
r2770:0773317e
* Moved KernelManager attribute management code in FrontendWidget into a mixin class usable in any Qt frontend. Registering handlers for message types is now trivial. * Made the Qt kernel manager signal interface more consistent with the revised message specification.
epatters
0
r2769:764fc61d
Merge branch 'master' of github.com:ellisonbg/ipython into newkernel
Brian Granger
0
r2768:3991b816
Fixing small bugs in ipcluster stuff. Recently, I changed the way traited classes were working to all keyword args in __init__. I had forget to update a few things to reflect this.
Brian Granger
0
r2767:b7a07de7
Reenabling output trapping in the kernel.
Brian Granger
0
r2766:c9e054c3
Moved a few things back to InteractiveShell. The following attributes were still needed in the base InteractiveShell class. * autoindent. This is used in runlines. * separate_in, separate_out, separate_out2 are used in prompt management. Eventually these things should be refactored and moved to the frontends, just not yet.
Brian Granger
0
r2765:1f32be1b
* Added a custom context menu to the RichIPythonWidget which allows saving plot as an images or SVG documents. * Expanded generic SVG functionality and refactored it into its own module.
epatters
0
r2764:331ecc98
Numerous fixes to ConsoleWidget editing region maintenence code. It now impossible (or at least very difficult :) to break the input region.
epatters
0
r2763:6d2942f6
* Implemented "smart paste" for ConsoleWidget. Continuation prompts are now inserted automatically on paste. * Moved inappropriate public method out of ConsoleWidget's public interface
epatters
0
r2762:da38a6b9
* Fixed bug where ConsoleWidget accepted non-ASCII characters on paste (and also rich text in 'rich' mode) * Minor cleanup to SVG payload handling.
epatters
0
< 1 .. 2596 2597 2598 2599 2600 .. 2875 >