Skip to content

Releases: Nafees10/qui

version 0.7.1

22 Apr 13:01
9f534cb
Compare
Choose a tag to compare

Changes

  • bug fix relating to TERM environment variable being unset
  • Fixed demo program

Thanks to @NotMichaelChen

version 0.7.0

12 Apr 21:45
a7ec418
Compare
Choose a tag to compare

Changes:

  • Nearly a full rewrite
  • Improved documentation
  • Removed some features that were less likely to be used, and were costly to maintain
  • Added modifier keys support in KeyboardEvent
  • Added QParent to allow creating custom layouts and containers

version 0.6.2

12 Jan 03:29
bdc8426
Compare
Choose a tag to compare

Changes (0.5.5 onwards)

  1. Added ScrollContainer widget to create scrollable widgets/layouts
  2. Simplified how widgets are cycled (see docs)
  3. Rewrote major part of docs

version 0.6.1-beta1

16 Oct 13:47
018b068
Compare
Choose a tag to compare
version 0.6.1-beta1 Pre-release
Pre-release
  • Fixes issue #18

version 0.6.0 alpha 2

16 Oct 12:49
4d7b4f2
Compare
Choose a tag to compare
version 0.6.0 alpha 2 Pre-release
Pre-release

Changes:

  • bug fix in Viewport thats been evading me for 4 months. (turned out to be a typo)

version 0.6.0-alpha.1

19 Jun 10:03
fdbf998
Compare
Choose a tag to compare
version 0.6.0-alpha.1 Pre-release
Pre-release

Fixes that annoying bug where nested ScrollContainers would overwrite over their parent.

version 0.6.0-alpha

08 May 15:30
e4fd872
Compare
Choose a tag to compare
version 0.6.0-alpha Pre-release
Pre-release

Changes

  • Finally removed that TODO add scrolling. This release adds a ScrollContainer which will allow scrolling of it's child widget.
  • Modified how active widgets are cycled, the new method is much simpler.
  • Basically modified everything. Better read docs/

This is only for testing. Only a select few demo programs have been tested, and this most likely has bugs.
Plus, MemoWidget is not yet ported to all the changes.

version 0.5.5

22 Jun 01:48
9fa2bb9
Compare
Choose a tag to compare

Changes:

  • Added QLayout.fillColor to change the background color of layouts/terminal
  • Layout will now draw over unoccupied area, so widgets changing size will no longer leave behind their previously drawn selves.

Bug fixes:

  • QTeriminal would not change it's _display size from 1x1. So terminal itself could not draw outside of the top-left corner cell

version 0.5.4

11 Feb 09:49
91fa14a
Compare
Choose a tag to compare

Changes:

  • Fixes issue #16 ("Escape key registered as a character event as well")

version 0.5.3

23 Dec 00:59
Compare
Choose a tag to compare

Changes:

  1. Can now use QTerminal.activateWidget(..) to set active widget ( thanks to @jakobkogler )
  2. lets you change the key used for switching between active widgets ( QTerminal.setActiveWidgetCycleKey(..) )