The Lightweight Qt Desktop Environment

Release QTerminal 2.0.0

The LXQt team is proud to announce the release of QTerminal 2.0.0, ported to Qt6. Also, some fixes are made and the code is cleaned up. The release can be downloaded from Github.

Changes:

  • Ported to Qt6.
  • Initialized some variables.
  • Initialized some members in constructors.
  • Removed a duplicated #include.
  • Removed nullity test before deleting a pointer.
  • Used default to define trivial constructors.
  • Added word characters option to preferences.
  • Fixed inactive tab text with Qt6.
  • Dropped qAsConst.
  • Improved Qt translations loading.
  • Removes unused libraries.
  • Dropped USE_QTERMWIDGET5/6.
  • Silenced Qt6 compilation warnings.


A full list of changes is in the CHANGELOG file.