On Sat, 14 Sep 2013 16:46:04 -0500 "Michael Henry" bromichaelhenry@gmail.com wrote:
Since the talk of TQT can someone explain how to port a KDE3/QT app to Trinity/TQT?
There are some scripts in the experimental branch.
Darrell
And these scripts do the renaming automatically? I assumed a global search and replace would do the trick.
On Sat, Sep 14, 2013 at 7:53 PM, Darrell Anderson darrella@hushmail.comwrote:
On Sat, 14 Sep 2013 16:46:04 -0500 "Michael Henry" bromichaelhenry@gmail.com wrote:
Since the talk of TQT can someone explain how to port a KDE3/QT app to Trinity/TQT?
There are some scripts in the experimental branch.
Darrell
To unsubscribe, e-mail: trinity-devel-unsubscribe@lists.pearsoncomputing.net For additional commands, e-mail: trinity-devel-help@lists.pearsoncomputing.net Read list messages on the web archive: http://trinity-devel.pearsoncomputing.net/ Please remember not to top-post: http://trinity.pearsoncomputing.net/mailing_lists/#top-posting
On Monday 16 of September 2013 20:28:05 Michael Henry wrote:
And these scripts do the renaming automatically? I assumed a global search and replace would do the trick.
Conversion applications (that uses automake) from KDE3 to TDE has roughly the following steps:
1) Remove original 'admin' folder and other unnecessary files generated during build. 2) Run script convert_existing_qt3_app_to_tqt3 to convert from Qt3 to TQt3. 3) Run script convert_existing_kde3_app_to_tde to convert from KDE3 API to TDE R14 API. 4) Add new 'admin' folder from common TDE repository. 5) Check undesirable renaming. For example, 'qui' is in some languages (French, Spanish, Italian) common word and conversion Qt3 => TQt3 may inappropriately convert it to tqui - related to translations and documentation. 6) Try to build and enjoy :)
Note: I know we need to document this process on Wiki.
References: http://git.trinitydesktop.org/cgit/experimental/tree/qt3-tqt3/convert_existi... http://git.trinitydesktop.org/cgit/experimental/tree/kde-tde/convert_existin... http://git.trinitydesktop.org/cgit/admin/
Slavek --
This was what I was looking for. Thanks dude. For this and the work on TDE
On Mon, Sep 16, 2013 at 2:51 PM, Slávek Banko slavek.banko@axis.cz wrote:
On Monday 16 of September 2013 20:28:05 Michael Henry wrote:
And these scripts do the renaming automatically? I assumed a global
search
and replace would do the trick.
Conversion applications (that uses automake) from KDE3 to TDE has roughly the following steps:
- Remove original 'admin' folder and other unnecessary files generated
during build. 2) Run script convert_existing_qt3_app_to_tqt3 to convert from Qt3 to TQt3. 3) Run script convert_existing_kde3_app_to_tde to convert from KDE3 API to TDE R14 API. 4) Add new 'admin' folder from common TDE repository. 5) Check undesirable renaming. For example, 'qui' is in some languages (French, Spanish, Italian) common word and conversion Qt3 => TQt3 may inappropriately convert it to tqui - related to translations and documentation. 6) Try to build and enjoy :)
Note: I know we need to document this process on Wiki.
References:
http://git.trinitydesktop.org/cgit/experimental/tree/qt3-tqt3/convert_existi...
http://git.trinitydesktop.org/cgit/experimental/tree/kde-tde/convert_existin... http://git.trinitydesktop.org/cgit/admin/
Slavek
To unsubscribe, e-mail: trinity-devel-unsubscribe@lists.pearsoncomputing.net For additional commands, e-mail: trinity-devel-help@lists.pearsoncomputing.net Read list messages on the web archive: http://trinity-devel.pearsoncomputing.net/ Please remember not to top-post: http://trinity.pearsoncomputing.net/mailing_lists/#top-posting