Page MenuHomeSolus

Update python-qtconsole to 4.7.5
ClosedPublic

Authored by algent on Aug 12 2020, 9:03 PM.
Tags
None
Referenced Files
F11044148: D9435.diff
Thu, Aug 10, 9:12 AM
F10849840: D9435.id22738.diff
Jun 11 2023, 11:06 PM
F10845905: D9435.id22802.diff
Jun 11 2023, 2:54 AM
F10825666: D9435.diff
Jun 4 2023, 12:49 AM
F10780983: D9435.diff
May 25 2023, 5:09 AM
F10764939: D9435.id22802.diff
May 19 2023, 10:10 AM
F10740876: D9435.id.diff
May 14 2023, 6:21 AM
Subscribers

Details

Summary

Changelog:

  • Print input if there is no prompt.
  • Fix completion widget text for paths and files.
  • Fix all misuses of QtGui.
  • Set updated prompt as previous prompt object in JupyterWidget.
  • Fix some Qt incorrect imports.
  • Remove common prefix from path completions.
  • Use QtWidgets instead of QtGui to create QMenu instances.
  • Use qtpy as the shim layer for Python Qt bindings and remove our own shim.
  • Add an option to configure scrollbar visibility.
  • Set console to read only after input.
  • Allow text to be added before the prompt while autocompleting.
  • Scroll when adding text even when not executing.
  • Fix emoji highlighting.
  • Fix error when closing comms.
  • Fix prompt automatically scrolling down on execution.
  • Improve positioning and content of completion widget.
  • Scroll down for output from remote commands.
  • Add Comms to qtconsole.
  • Add kernel language name as an attribute of JupyterWidget.

Signed-off-by: Algent Albrahimi <algent@protonmail.com>

Test Plan

Run a few python scrips using new version of spyder3.

Diff Detail

Repository
R3731 python-qtconsole
Lint
Lint Not Applicable
Unit
Tests Not Applicable