By default, Bugzilla does not search the list of RESOLVED bugs.
You can force it to do so by putting the upper-case word ALL in front of your search query, e.g.: ALL tdelibs
We recommend searching for bugs this way, as you may discover that your bug has already been resolved and fixed in a later release.

Bug 2699

Summary: Rename sip4_tqt and python_tqt modules
Product: TDE Reporter: Michele Calgaro <michele.calgaro>
Component: other (any)Assignee: Timothy Pearson <kb9vqf>
Status: RESOLVED FIXED    
Severity: enhancement CC: bugwatch, slavek.banko
Priority: P5    
Version: R14.1.x [Trinity]   
Hardware: Other   
OS: Linux   
Compiler Version: TDE Version String:
Application Version: Application Name:
Bug Depends on:    
Bug Blocks: 2247    

Description Michele Calgaro 2016-09-24 23:07:29 CDT
Currenty sip4_tqt and python_tqt are installed as submodules to avoid conflicting with main stream equivalent modules. This is because the module files have not yet been renamed properly (for example sip.so, qt.so, ...).
This has casued some side effect which required further finetuning (see for example bug 2693).

The correct way would be to rename the files the TDE's way. For example:
sip.so --> tdesip.so
qt.so --> tqt.so
and so on.

This will also require modifying python scripts, but after this the user will be able to use the binding as follow:
import tqt
or
from tqt import *
like it used to do in the KDE days.
Currently, with submodeles the user has to use
import python_tqt.qt
or
from python_tqt import *
Comment 1 Slávek Banko 2023-04-03 10:03:59 CDT
There was a lot of renaming sip4 => sip_tqt, python_tqt => PyTQt, python_trinity => PyTDE within the developmental cycle R14.1.0. Therefore, we can probably consider this solved.

See https://mirror.git.trinitydesktop.org/gitea/TDE/tde/issues/37