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 - Rename sip4_tqt and python_tqt modules
Summary: Rename sip4_tqt and python_tqt modules
Status: RESOLVED FIXED
Alias: None
Product: TDE
Classification: Unclassified
Component: other (any) (show other bugs)
Version: R14.1.x [Trinity]
Hardware: Other Linux
: P5 enhancement
Assignee: Timothy Pearson
URL:
Depends on:
Blocks: R14.1.0
  Show dependency treegraph
 
Reported: 2016-09-24 23:07 CDT by Michele Calgaro
Modified: 2023-04-03 10:03 CDT (History)
2 users (show)

See Also:
Compiler Version:
TDE Version String:
Application Version:
Application Name:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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