##// END OF EJS Templates
Work on QtConsole Menu...
Work on QtConsole Menu * add new_frontend_factory, slave_frontend_factory callable arguments to MainWindow constructor, decoupling MainWindow and the IPythonApp a bit * create *all* menu items in MainWindow.init_menubar, rather than some in the IPythonApp * split init_menu_bar into methods for each menu, to ease organization * attach all menu bar actions to the MainWindow as well, so that they are still accessible when Menu Bar is invisible * add View menu for Fullscreen and Fonts * organized menu items to match standard patterns * Fewer platform-dependent menu items
MinRK -
r5135:5e65a460
Show More
Name Size Modified Last Commit Author
/ IPython / utils
tests
PyColorize.py Loading ...
__init__.py Loading ...
_process_common.py Loading ...
_process_posix.py Loading ...
_process_win32.py Loading ...
attic.py Loading ...
autoattr.py Loading ...
codeutil.py Loading ...
coloransi.py Loading ...
cursesimport.py Loading ...
daemonize.py Loading ...
data.py Loading ...
decorators.py Loading ...
dir2.py Loading ...
doctestreload.py Loading ...
frame.py Loading ...
generics.py Loading ...
growl.py Loading ...
importstring.py Loading ...
io.py Loading ...
ipstruct.py Loading ...
jsonutil.py Loading ...
localinterfaces.py Loading ...
module_paths.py Loading ...
nested_context.py Loading ...
newserialized.py Loading ...
notification.py Loading ...
path.py Loading ...
pickleshare.py Loading ...
pickleutil.py Loading ...
process.py Loading ...
py3compat.py Loading ...
rlineimpl.py Loading ...
strdispatch.py Loading ...
sysinfo.py Loading ...
syspathcontext.py Loading ...
tempdir.py Loading ...
terminal.py Loading ...
text.py Loading ...
timing.py Loading ...
traitlets.py Loading ...
upgradedir.py Loading ...
warn.py Loading ...
wildcard.py Loading ...