Opened 4 weeks ago

Closed 4 weeks ago

#19812 closed enhancement (fixed)

qtermwidget qterminal-2.0.0

Reported by: Bruce Dubbs Owned by: Bruce Dubbs
Priority: normal Milestone: 12.2
Component: BOOK Version: git
Severity: normal Keywords:
Cc:

Description

New major version. Pretty sure these now use qt6.

Change History (4)

comment:1 by Bruce Dubbs, 4 weeks ago

Owner: changed from blfs-book to Bruce Dubbs
Status: newassigned

comment:2 by Bruce Dubbs, 4 weeks ago

qtermwidget-2.0.0 / 2024-05-17

  • Ported to Qt6.
  • Used "new" signal/slot syntax.
  • Dropped #define for bulk timeouts.
  • Removed KDE #includes.
  • Dropped XKB related conditional compilation.
  • Assigned a parent to bulkTimers.
  • Removed unused Screen artifacts.
  • Added shortcuts for appscreen default.keytab.
  • Exposed wordCharacters property to QTermWidget API.
  • Fixed cursor positioning issues.
  • Removed ChildProcessSetup and directly called onsetupChildProcess.
  • Used PyQt6.
  • Fixed deprecated function warning.
  • Removed anchored pattern for email and url.
  • Adapted to Qt6 QProcess::setChildProcessModifier().
  • Used std library find algorithm.
  • Fixed comparison of pointer addition with NULL.

comment:3 by Bruce Dubbs, 4 weeks ago

qterminal-2.0.0 / 2024-05-17

  • 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.

comment:4 by Bruce Dubbs, 4 weeks ago

Resolution: fixed
Status: assignedclosed

Fixed at commits

7069ea67fe Update to kirigami-addons-1.2.1.
f403a05e3e Update to qtermwidget and qterminal-2.0.0.
Note: See TracTickets for help on using tickets.