From 10ee12b66a226f890b423ab711e17efd04bd2f70 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Thu, 18 Oct 2018 22:45:41 +0900 Subject: [PATCH] Moved to /usr folder instead of /opt/trinity. This relates to bug 266. Signed-off-by: Michele Calgaro --- ChangeLog | 6 ++-- ChangeLog.CVS | 46 +++++++++++++-------------- ChangeLog.CVS.delta | 24 +++++++------- Makefile.am | 2 +- Makefile.in | 2 +- PerlTQt/MANIFEST | 6 ++-- PerlTQt/Makefile.PL.in | 10 +++--- PerlTQt/TQt.pod | 6 ++-- PerlTQt/TQt.xs | 2 +- PerlTQt/bin/{pqtapi => ptqtapi} | 4 +-- PerlTQt/bin/{pqtsh => ptqtsh} | 8 ++--- PerlTQt/handlers.cpp | 2 +- PerlTQt/{perlqt.h => perltqt.h} | 0 PerlTQt/smokeperl.h | 2 +- acinclude.m4 | 2 +- aclocal.m4 | 2 +- doc/en/{PerlQt.pod => PerlTQt.pod} | 18 +++++------ doc/en/index.html | 22 ++++++------- doc/fr/{PerlQt.pod => PerlTQt.pod} | 16 +++++----- doc/fr/index.html | 20 ++++++------ doc/images/{pqtsh.png => ptqtsh.png} | Bin kalyptus/kalyptus.spec.in | 2 +- 22 files changed, 101 insertions(+), 101 deletions(-) rename PerlTQt/bin/{pqtapi => ptqtapi} (93%) rename PerlTQt/bin/{pqtsh => ptqtsh} (98%) rename PerlTQt/{perlqt.h => perltqt.h} (100%) rename doc/en/{PerlQt.pod => PerlTQt.pod} (99%) rename doc/fr/{PerlQt.pod => PerlTQt.pod} (99%) rename doc/images/{pqtsh.png => ptqtsh.png} (100%) diff --git a/ChangeLog b/ChangeLog index 53bb82e..b1f46de 100644 --- a/ChangeLog +++ b/ChangeLog @@ -13,7 +13,7 @@ sub a_slot : TQT_SLOT(int,TQString) { #do something } - - perleditor plugin for TQt Designer (released separately as pqt-designer package) + - perleditor plugin for TQt Designer (released separately as ptqt-designer package) - Perl syntax highlighting - thorough code completion (static and instance methods, &TQt::enums...) - Perl aware Object Browser ("Class Declarations" tab) @@ -41,8 +41,8 @@ - fixed a bug in TQCString Marshaller : plain ASCII was tagged as UTF-8 - raised priority of TQString in case of ambiguous call - allow runtime definition of signals and slots (via eval) - - added two development tools : pqtsh (a graphical PerlTQt shell) and - pqtapi (a command line introspection tool) + - added two development tools : ptqtsh (a graphical PerlTQt shell) and + ptqtapi (a command line introspection tool) - look also in super classes when dumping possible candidates (TQt::debug) - updated french and english documentation - module TQt::constants for on-demand loading of global TQt constants diff --git a/ChangeLog.CVS b/ChangeLog.CVS index 63cc224..14d18d0 100644 --- a/ChangeLog.CVS +++ b/ChangeLog.CVS @@ -318,7 +318,7 @@ 2003-06-14 04:47 germaingarand - * PerlTQt/: TQt.pm, TQt.xs, handlers.cpp, perlqt.h: + * PerlTQt/: TQt.pm, TQt.xs, handlers.cpp, perltqt.h: - speed optimizations again. cachegrind rocks @@ -423,8 +423,8 @@ mainfilesettings.ui, mainfilesettings.ui.h, objectbrowser.cpp, objectbrowser.h, perlaction.cpp, perlaction.h, perlcompletion.cpp, perlcompletion.h, perleditor.cpp, perleditor.h, perleditor.pro, - perlmainprojectfile.cpp, perlmainprojectfile.h, pqtapiprocess.cpp, - pqtapiprocess.h, preferences.h, projectsettings.h, + perlmainprojectfile.cpp, perlmainprojectfile.h, ptqtapiprocess.cpp, + ptqtapiprocess.h, preferences.h, projectsettings.h, projectsettings.ui, projectsettings.ui.h, projectsettingsinterfaceimpl.cpp, slotfuncdia.h, sourcetemplateinterfaceimpl.cpp: @@ -469,7 +469,7 @@ * perleditor/: languageinterfaceimpl.cpp, objectbrowser.cpp, perlcompletion.cpp, perleditor.cpp, perleditor.h, - pqtapiprocess.cpp, designer_3.1_patches/resource.cpp.diff: + ptqtapiprocess.cpp, designer_3.1_patches/resource.cpp.diff: - added "Build and Run this form with perl" RMB option - code cleanup @@ -499,7 +499,7 @@ 2003-05-23 23:35 germaingarand * perleditor/: completion.cpp, listeditor.h, perlcompletion.cpp, - perlcompletion.h, pqtapiprocess.cpp, projectsettings.h, + perlcompletion.h, ptqtapiprocess.cpp, projectsettings.h, slotfuncdia.h, slotfuncdia.ui, slotfuncdia.ui.h: - invalidate "function" radio if user input obviously describes a slot. @@ -508,7 +508,7 @@ 2003-05-23 16:23 germaingarand - * PerlTQt/bin/pqtapi: + * PerlTQt/bin/ptqtapi: - added option 'p' for including inherited methods of 'class' in results - option 'm' is for communication with the Designer Plugin (for code completion) @@ -527,7 +527,7 @@ globaldefs.h, markerwidget.cpp, objectbrowser.h, projectsettings.h, projectsettings.ui.h, slotfuncdia.ui, viewmanager.cpp, completion.h, languageinterfaceimpl.h, listeditor.h, - mainfilesettings.cpp, pqtapiprocess.h, preferences.ui, + mainfilesettings.cpp, ptqtapiprocess.h, preferences.ui, syntaxhighliter_perl.h, classbrowserinterfaceimpl.cpp, common.h, conf.cpp, conf.h, editorinterfaceimpl.cpp, listeditor.ui, listeditor.ui.h, mainfilesettings.ui, mainfilesettings.ui.h, @@ -543,7 +543,7 @@ sourcetemplateinterfaceimpl.cpp, sourcetemplateinterfaceimpl.h, browser.cpp, browser.h, common.cpp, defdialog.ui, hierarchyview.h, listeditor.cpp, mainfilesettings.h, markerwidget.h, perleditor.cpp, - perleditor.pro, pqtapiprocess.cpp, + perleditor.pro, ptqtapiprocess.cpp, projectsettingsinterfaceimpl.cpp, projectsettingsinterfaceimpl.h, variabledialog.ui, images/editslots.png, images/folder.png, interfaces/actioninterface.h, interfaces/classbrowserinterface.h, @@ -563,7 +563,7 @@ globaldefs.h, markerwidget.cpp, objectbrowser.h, projectsettings.h, projectsettings.ui.h, slotfuncdia.ui, viewmanager.cpp, completion.h, languageinterfaceimpl.h, listeditor.h, - mainfilesettings.cpp, pqtapiprocess.h, preferences.ui, + mainfilesettings.cpp, ptqtapiprocess.h, preferences.ui, syntaxhighliter_perl.h, classbrowserinterfaceimpl.cpp, common.h, conf.cpp, conf.h, editorinterfaceimpl.cpp, listeditor.ui, listeditor.ui.h, mainfilesettings.ui, mainfilesettings.ui.h, @@ -579,7 +579,7 @@ sourcetemplateinterfaceimpl.cpp, sourcetemplateinterfaceimpl.h, browser.cpp, browser.h, common.cpp, defdialog.ui, hierarchyview.h, listeditor.cpp, mainfilesettings.h, markerwidget.h, perleditor.cpp, - perleditor.pro, pqtapiprocess.cpp, + perleditor.pro, ptqtapiprocess.cpp, projectsettingsinterfaceimpl.cpp, projectsettingsinterfaceimpl.h, variabledialog.ui, images/editslots.png, images/folder.png, interfaces/actioninterface.h, interfaces/classbrowserinterface.h, @@ -650,7 +650,7 @@ 2003-03-08 19:03 germaingarand - * PerlTQt/bin/pqtsh: + * PerlTQt/bin/ptqtsh: disable strict in eval @@ -680,7 +680,7 @@ 2003-02-19 17:01 germaingarand - * PerlTQt/bin/pqtsh: + * PerlTQt/bin/ptqtsh: - redirect STDOUT/STDERR to shell window (patch by Stéphane Payrard) - fixed troubles with line breaks and TQt-3.1 @@ -769,13 +769,13 @@ 2003-02-12 15:25 germaingarand - * doc/: en/PerlTQt.pod, en/index.html, images/pqtsh.png: + * doc/: en/PerlTQt.pod, en/index.html, images/ptqtsh.png: updated english documentation 2003-02-12 13:18 germaingarand - * PerlTQt/bin/pqtsh: + * PerlTQt/bin/ptqtsh: adding an interactive example (within help menu) @@ -799,9 +799,9 @@ 2003-02-11 23:15 germaingarand - * PerlTQt/: MANIFEST, Makefile.PL.in, bin/pqtsh, bin/pqtapi: + * PerlTQt/: MANIFEST, Makefile.PL.in, bin/ptqtsh, bin/ptqtapi: - - adding pqtsh and pqtapi utilities + - adding ptqtsh and ptqtapi utilities 2003-02-09 15:15 germaingarand @@ -942,7 +942,7 @@ 2002-12-16 17:38 germaingarand - * PerlTQt/: TQt.pm, TQt.xs, handlers.cpp, perlqt.h, smokeperl.h: + * PerlTQt/: TQt.pm, TQt.xs, handlers.cpp, perltqt.h, smokeperl.h: - code cleanup and optimization - fixed a bug with hasVirtual() @@ -1155,7 +1155,7 @@ 2002-12-02 21:28 germaingarand - * PerlTQt/: TQt.pm, TQt.xs, handlers.cpp, perlqt.h, lib/TQt/debug.pm: + * PerlTQt/: TQt.pm, TQt.xs, handlers.cpp, perltqt.h, lib/TQt/debug.pm: - added pragma for enabling multiple debugging channels. See lib/TQt/debug.pm - findAllMethods(classId [, startingWith]) for a more useful debug output and easy impl. of code completion. @@ -1776,7 +1776,7 @@ 2002-06-25 05:47 awinters * PerlTQt/: Makefile.PL, TQt.pm, TQt.xs, handlers.cpp, marshall.h, - perlqt.h, smokeperl.cpp, smokeperl.h: + perltqt.h, smokeperl.cpp, smokeperl.h: Initial version of code rewrite @@ -1806,7 +1806,7 @@ 2002-06-14 20:27 awinters - * PerlTQt/: TQt.xs, handlers.cpp, marshall.h, perlqt.h, smokeperl.h: + * PerlTQt/: TQt.xs, handlers.cpp, marshall.h, perltqt.h, smokeperl.h: Adding smokeperl.h. Changed all uses of Smoke::Type to SmokeType. @@ -2006,15 +2006,15 @@ 2002-06-02 07:24 awinters - * PerlTQt/perlqt.h: + * PerlTQt/perltqt.h: ifdef 2002-06-02 07:22 awinters - * PerlTQt/: Makefile.PL, TQt.xs, handlers.cpp, perlqt.h: + * PerlTQt/: Makefile.PL, TQt.xs, handlers.cpp, perltqt.h: - Created perlqt.h, moved code from TQt.xs to new handlers.cpp. Starting code reorganization. + Created perltqt.h, moved code from TQt.xs to new handlers.cpp. Starting code reorganization. 2002-06-02 03:28 awinters diff --git a/ChangeLog.CVS.delta b/ChangeLog.CVS.delta index 1e71f78..655108b 100644 --- a/ChangeLog.CVS.delta +++ b/ChangeLog.CVS.delta @@ -318,7 +318,7 @@ 2003-06-14 04:47 germaingarand - * PerlTQt/: TQt.pm, TQt.xs, handlers.cpp, perlqt.h: + * PerlTQt/: TQt.pm, TQt.xs, handlers.cpp, perltqt.h: - speed optimizations again. cachegrind rocks @@ -423,8 +423,8 @@ mainfilesettings.ui, mainfilesettings.ui.h, objectbrowser.cpp, objectbrowser.h, perlaction.cpp, perlaction.h, perlcompletion.cpp, perlcompletion.h, perleditor.cpp, perleditor.h, perleditor.pro, - perlmainprojectfile.cpp, perlmainprojectfile.h, pqtapiprocess.cpp, - pqtapiprocess.h, preferences.h, projectsettings.h, + perlmainprojectfile.cpp, perlmainprojectfile.h, ptqtapiprocess.cpp, + ptqtapiprocess.h, preferences.h, projectsettings.h, projectsettings.ui, projectsettings.ui.h, projectsettingsinterfaceimpl.cpp, slotfuncdia.h, sourcetemplateinterfaceimpl.cpp: @@ -469,7 +469,7 @@ * perleditor/: languageinterfaceimpl.cpp, objectbrowser.cpp, perlcompletion.cpp, perleditor.cpp, perleditor.h, - pqtapiprocess.cpp, designer_3.1_patches/resource.cpp.diff: + ptqtapiprocess.cpp, designer_3.1_patches/resource.cpp.diff: - added "Build and Run this form with perl" RMB option - code cleanup @@ -499,7 +499,7 @@ 2003-05-23 23:35 germaingarand * perleditor/: completion.cpp, listeditor.h, perlcompletion.cpp, - perlcompletion.h, pqtapiprocess.cpp, projectsettings.h, + perlcompletion.h, ptqtapiprocess.cpp, projectsettings.h, slotfuncdia.h, slotfuncdia.ui, slotfuncdia.ui.h: - invalidate "function" radio if user input obviously describes a slot. @@ -508,7 +508,7 @@ 2003-05-23 16:23 germaingarand - * PerlTQt/bin/pqtapi: + * PerlTQt/bin/ptqtapi: - added option 'p' for including inherited methods of 'class' in results - option 'm' is for communication with the Designer Plugin (for code completion) @@ -527,7 +527,7 @@ globaldefs.h, markerwidget.cpp, objectbrowser.h, projectsettings.h, projectsettings.ui.h, slotfuncdia.ui, viewmanager.cpp, completion.h, languageinterfaceimpl.h, listeditor.h, - mainfilesettings.cpp, pqtapiprocess.h, preferences.ui, + mainfilesettings.cpp, ptqtapiprocess.h, preferences.ui, syntaxhighliter_perl.h, classbrowserinterfaceimpl.cpp, common.h, conf.cpp, conf.h, editorinterfaceimpl.cpp, listeditor.ui, listeditor.ui.h, mainfilesettings.ui, mainfilesettings.ui.h, @@ -543,7 +543,7 @@ sourcetemplateinterfaceimpl.cpp, sourcetemplateinterfaceimpl.h, browser.cpp, browser.h, common.cpp, defdialog.ui, hierarchyview.h, listeditor.cpp, mainfilesettings.h, markerwidget.h, perleditor.cpp, - perleditor.pro, pqtapiprocess.cpp, + perleditor.pro, ptqtapiprocess.cpp, projectsettingsinterfaceimpl.cpp, projectsettingsinterfaceimpl.h, variabledialog.ui, images/editslots.png, images/folder.png, interfaces/actioninterface.h, interfaces/classbrowserinterface.h, @@ -563,7 +563,7 @@ globaldefs.h, markerwidget.cpp, objectbrowser.h, projectsettings.h, projectsettings.ui.h, slotfuncdia.ui, viewmanager.cpp, completion.h, languageinterfaceimpl.h, listeditor.h, - mainfilesettings.cpp, pqtapiprocess.h, preferences.ui, + mainfilesettings.cpp, ptqtapiprocess.h, preferences.ui, syntaxhighliter_perl.h, classbrowserinterfaceimpl.cpp, common.h, conf.cpp, conf.h, editorinterfaceimpl.cpp, listeditor.ui, listeditor.ui.h, mainfilesettings.ui, mainfilesettings.ui.h, @@ -579,7 +579,7 @@ sourcetemplateinterfaceimpl.cpp, sourcetemplateinterfaceimpl.h, browser.cpp, browser.h, common.cpp, defdialog.ui, hierarchyview.h, listeditor.cpp, mainfilesettings.h, markerwidget.h, perleditor.cpp, - perleditor.pro, pqtapiprocess.cpp, + perleditor.pro, ptqtapiprocess.cpp, projectsettingsinterfaceimpl.cpp, projectsettingsinterfaceimpl.h, variabledialog.ui, images/editslots.png, images/folder.png, interfaces/actioninterface.h, interfaces/classbrowserinterface.h, @@ -650,7 +650,7 @@ 2003-03-08 19:03 germaingarand - * PerlTQt/bin/pqtsh: + * PerlTQt/bin/ptqtsh: disable strict in eval @@ -680,7 +680,7 @@ 2003-02-19 17:01 germaingarand - * PerlTQt/bin/pqtsh: + * PerlTQt/bin/ptqtsh: - redirect STDOUT/STDERR to shell window (patch by Stéphane Payrard) - fixed troubles with line breaks and TQt-3.1 diff --git a/Makefile.am b/Makefile.am index 1060dee..3c36633 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,7 +1,7 @@ SUBDIRS = $(TOPSUBDIRS) -EXTRA_DIST = admin AUTHORS COPYING ChangeLog INSTALL README TODO Makefile.cvs test.pl Makefile.PL inst-apps smoke/smoke.h smoke/Makefile.in smoke/Makefile.am smoke/tqt/qtguess.pl.in smoke/tqt/generate.pl.in smoke/tqt/qt_smoke.h smoke/tqt/generate_makefile_am.pl smoke/tqt/Makefile.am smoke/tqt/Makefile.in smoke/tqt/header_list kalyptus/Ast.pm kalyptus/kalyptus kalyptus/kalyptusDataDict.pm kalyptus/kdocParseDoc.pm kalyptus/Version kalyptus/ChangeLog kalyptus/kdocUtil.pm kalyptus/kdocAstUtil.pm kalyptus/README kalyptus/Iter.pm kalyptus/kalyptusCxxToSmoke.pm kalyptus/kdocLib.pm kalyptus/TODO doc/en/index.html doc/en/Makefile doc/en/PerlTQt.pod doc/fr/index.html doc/fr/Makefile doc/fr/PerlTQt.pod doc/css/pod.css doc/images/ex1.png doc/images/ex2.png doc/images/pqtsh.png +EXTRA_DIST = admin AUTHORS COPYING ChangeLog INSTALL README TODO Makefile.cvs test.pl Makefile.PL inst-apps smoke/smoke.h smoke/Makefile.in smoke/Makefile.am smoke/tqt/qtguess.pl.in smoke/tqt/generate.pl.in smoke/tqt/qt_smoke.h smoke/tqt/generate_makefile_am.pl smoke/tqt/Makefile.am smoke/tqt/Makefile.in smoke/tqt/header_list kalyptus/Ast.pm kalyptus/kalyptus kalyptus/kalyptusDataDict.pm kalyptus/kdocParseDoc.pm kalyptus/Version kalyptus/ChangeLog kalyptus/kdocUtil.pm kalyptus/kdocAstUtil.pm kalyptus/README kalyptus/Iter.pm kalyptus/kalyptusCxxToSmoke.pm kalyptus/kdocLib.pm kalyptus/TODO doc/en/index.html doc/en/Makefile doc/en/PerlTQt.pod doc/fr/index.html doc/fr/Makefile doc/fr/PerlTQt.pod doc/css/pod.css doc/images/ex1.png doc/images/ex2.png doc/images/ptqtsh.png # not a GNU package. You can remove this line, if # have all needed files, that a GNU package needs diff --git a/Makefile.in b/Makefile.in index 05df83b..8c41bcf 100644 --- a/Makefile.in +++ b/Makefile.in @@ -196,7 +196,7 @@ x_libraries = @x_libraries@ SUBDIRS = $(TOPSUBDIRS) -EXTRA_DIST = admin AUTHORS COPYING ChangeLog INSTALL README TODO Makefile.cvs test.pl Makefile.PL inst-apps smoke/smoke.h smoke/Makefile.in smoke/Makefile.am smoke/tqt/qtguess.pl.in smoke/tqt/generate.pl.in smoke/tqt/qt_smoke.h smoke/tqt/generate_makefile_am.pl smoke/tqt/Makefile.am smoke/tqt/Makefile.in smoke/tqt/header_list kalyptus/Ast.pm kalyptus/kalyptus kalyptus/kalyptusDataDict.pm kalyptus/kdocParseDoc.pm kalyptus/Version kalyptus/ChangeLog kalyptus/kdocUtil.pm kalyptus/kdocAstUtil.pm kalyptus/README kalyptus/Iter.pm kalyptus/kalyptusCxxToSmoke.pm kalyptus/kdocLib.pm kalyptus/TODO doc/en/index.html doc/en/Makefile doc/en/PerlTQt.pod doc/fr/index.html doc/fr/Makefile doc/fr/PerlTQt.pod doc/css/pod.css doc/images/ex1.png doc/images/ex2.png doc/images/pqtsh.png +EXTRA_DIST = admin AUTHORS COPYING ChangeLog INSTALL README TODO Makefile.cvs test.pl Makefile.PL inst-apps smoke/smoke.h smoke/Makefile.in smoke/Makefile.am smoke/tqt/qtguess.pl.in smoke/tqt/generate.pl.in smoke/tqt/qt_smoke.h smoke/tqt/generate_makefile_am.pl smoke/tqt/Makefile.am smoke/tqt/Makefile.in smoke/tqt/header_list kalyptus/Ast.pm kalyptus/kalyptus kalyptus/kalyptusDataDict.pm kalyptus/kdocParseDoc.pm kalyptus/Version kalyptus/ChangeLog kalyptus/kdocUtil.pm kalyptus/kdocAstUtil.pm kalyptus/README kalyptus/Iter.pm kalyptus/kalyptusCxxToSmoke.pm kalyptus/kdocLib.pm kalyptus/TODO doc/en/index.html doc/en/Makefile doc/en/PerlTQt.pod doc/fr/index.html doc/fr/Makefile doc/fr/PerlTQt.pod doc/css/pod.css doc/images/ex1.png doc/images/ex2.png doc/images/ptqtsh.png # not a GNU package. You can remove this line, if # have all needed files, that a GNU package needs diff --git a/PerlTQt/MANIFEST b/PerlTQt/MANIFEST index 53d07ac..a3055a9 100644 --- a/PerlTQt/MANIFEST +++ b/PerlTQt/MANIFEST @@ -4,8 +4,8 @@ Makefile.PL.in TQt.pm TQt.xs TQt.pod -bin/pqtapi -bin/pqtsh +bin/ptqtapi +bin/ptqtsh examples/aclock/AnalogClock.pm examples/aclock/aclock.pl examples/buttongroups/ButtonsGroups.pm @@ -34,7 +34,7 @@ lib/TQt/signals.pm lib/TQt/slots.pm lib/TQt/GlobalSpace.pm marshall.h -perlqt.h +perltqt.h smokeperl.cpp smokeperl.h t/My/Codec.pm diff --git a/PerlTQt/Makefile.PL.in b/PerlTQt/Makefile.PL.in index ea2dd0c..c46d8c5 100644 --- a/PerlTQt/Makefile.PL.in +++ b/PerlTQt/Makefile.PL.in @@ -56,7 +56,7 @@ $rpath = $rpath eq "yes" ? ) ) : ""; -my @scripts = ("bin/pqtsh", "bin/pqtapi"); +my @scripts = ("bin/ptqtsh", "bin/ptqtapi"); my $cxxflags = '@CXXFLAGS@'; $cxxflags =~ s/ -pedantic / /g; @@ -96,7 +96,7 @@ WriteMakefile( ) : ()), 'INST_BIN' => './bin', 'DEFINE' => $cxxflags, - 'H' => ["marshall.h", "perlqt.h", "smokeperl.h"], + 'H' => ["marshall.h", "perltqt.h", "smokeperl.h"], 'ABSTRACT' => "An OO interface to Trolltech's TQt toolkit", 'dynamic_lib' => {'OTHERLDFLAGS' => $rpath}, ($] >= 5.005 ? ## Add these new keywords supported since 5.005 @@ -191,11 +191,11 @@ Instead, it provides two introspection tools =over 4 -=item * pqtapi: +=item * ptqtapi: a command line PerlTQt API introspector -=item * pqtsh: +=item * ptqtsh: a graphical PerlTQt shell @@ -211,7 +211,7 @@ on this system in C<$doc_dir_glob>, in both B and B format. For a complete IDE allowing RAD and visual programming, -check the pqt-designer package. +check the ptqt-designer package. --- The PerlTQt team diff --git a/PerlTQt/TQt.pod b/PerlTQt/TQt.pod index 45fcec9..411594d 100644 --- a/PerlTQt/TQt.pod +++ b/PerlTQt/TQt.pod @@ -13,11 +13,11 @@ Instead, it provides two introspection tools =over 4 -=item * pqtapi: +=item * ptqtapi: a command line PerlTQt API introspector -=item * pqtsh: +=item * ptqtsh: a graphical PerlTQt shell @@ -33,7 +33,7 @@ on this system in C, in both B and B format. For a complete IDE allowing RAD and visual programming, -check the pqt-designer package. +check the ptqt-designer package. --- The PerlTQt team diff --git a/PerlTQt/TQt.xs b/PerlTQt/TQt.xs index 8032e8e..ee6ca16 100644 --- a/PerlTQt/TQt.xs +++ b/PerlTQt/TQt.xs @@ -31,7 +31,7 @@ #undef malloc #include "marshall.h" -#include "perlqt.h" +#include "perltqt.h" #include "smokeperl.h" #ifndef IN_BYTES diff --git a/PerlTQt/bin/pqtapi b/PerlTQt/bin/ptqtapi similarity index 93% rename from PerlTQt/bin/pqtapi rename to PerlTQt/bin/ptqtapi index 338d600..3d8705b 100755 --- a/PerlTQt/bin/pqtapi +++ b/PerlTQt/bin/ptqtapi @@ -71,8 +71,8 @@ while ($i) } BEGIN { - $h = "pqtapi - a PerlTQt introspection tool\t(c) Germain Garand 2003 \n\n". - "usage: pqtapi [-r ] []\n\n". + $h = "ptqtapi - a PerlTQt introspection tool\t(c) Germain Garand 2003 \n\n". + "usage: ptqtapi [-r ] []\n\n". "options:\n". "\t-r : find all functions matching regular expression/keyword \n". "\t-i : together with -r, performs a case insensitive search\n". diff --git a/PerlTQt/bin/pqtsh b/PerlTQt/bin/ptqtsh similarity index 98% rename from PerlTQt/bin/pqtsh rename to PerlTQt/bin/ptqtsh index ec44e43..012e920 100755 --- a/PerlTQt/bin/pqtsh +++ b/PerlTQt/bin/ptqtsh @@ -1,6 +1,6 @@ #!/usr/bin/perl -# pqtsh : a graphical shell for PerlTQt. +# ptqtsh : a graphical shell for PerlTQt. # # author: Germain Garand # license: GNU Public License v2 @@ -347,7 +347,7 @@ sub fileOpen { my $fn = TQt::FileDialog::getOpenFileName( ".", - "Pqtsh Session (*.pqts)", + "Pqtsh Session (*.ptqts)", this, "open session", "Choose a file to open" ); @@ -360,11 +360,11 @@ sub getFileName { fileName = TQt::FileDialog::getSaveFileName( ".", - "Pqtsh Session (*.pqts)", + "Pqtsh Session (*.ptqts)", this, "save session", "Choose a filename" ); - fileName !~ /\.pqts$/ and fileName = fileName . ".pqts"; + fileName !~ /\.ptqts$/ and fileName = fileName . ".ptqts"; return fileName; } diff --git a/PerlTQt/handlers.cpp b/PerlTQt/handlers.cpp index 280336a..cff3d25 100644 --- a/PerlTQt/handlers.cpp +++ b/PerlTQt/handlers.cpp @@ -34,7 +34,7 @@ #endif #include "marshall.h" -#include "perlqt.h" +#include "perltqt.h" #include "smokeperl.h" #ifndef HINT_BYTES diff --git a/PerlTQt/perlqt.h b/PerlTQt/perltqt.h similarity index 100% rename from PerlTQt/perlqt.h rename to PerlTQt/perltqt.h diff --git a/PerlTQt/smokeperl.h b/PerlTQt/smokeperl.h index 21e8298..75b2921 100644 --- a/PerlTQt/smokeperl.h +++ b/PerlTQt/smokeperl.h @@ -17,7 +17,7 @@ #include "perl.h" #include "XSUB.h" -#include "perlqt.h" +#include "perltqt.h" #include "marshall.h" class SmokePerl; diff --git a/acinclude.m4 b/acinclude.m4 index 74e3fe2..bf335f3 100644 --- a/acinclude.m4 +++ b/acinclude.m4 @@ -559,7 +559,7 @@ AC_DEFUN(KDE_SUBST_PROGRAMS, KDE_FIND_PATH(meinproc, MEINPROC, [$kde_default_bindirs]) if test -n "$MEINPROC" && test ! "$MEINPROC" = "compiled"; then - kde_sharedirs="$prefix/share /opt/trinity/share /opt/trinity/share /opt/kde/share /usr/share/kde /usr/local/share /usr/share" + kde_sharedirs="$prefix/share /usr/share /opt/kde/share /usr/share/kde /usr/local/share" test -n "$TDEDIR" && kde_sharedirs="$TDEDIR/share $kde_sharedirs" AC_FIND_FILE(apps/ksgmltools2/customization/tde-chunk.xsl, $kde_sharedirs, KDE_XSL_STYLESHEET) if test "$KDE_XSL_STYLESHEET" = "NO"; then diff --git a/aclocal.m4 b/aclocal.m4 index aad8434..56ae694 100644 --- a/aclocal.m4 +++ b/aclocal.m4 @@ -571,7 +571,7 @@ AC_DEFUN(KDE_SUBST_PROGRAMS, KDE_FIND_PATH(meinproc, MEINPROC, [$kde_default_bindirs]) if test -n "$MEINPROC" && test ! "$MEINPROC" = "compiled"; then - kde_sharedirs="$prefix/share /opt/trinity/share /opt/trinity/share /opt/kde/share /usr/share/kde /usr/local/share /usr/share" + kde_sharedirs="$prefix/share /usr/share /opt/kde/share /usr/share/kde /usr/local/share" test -n "$TDEDIR" && kde_sharedirs="$TDEDIR/share $kde_sharedirs" AC_FIND_FILE(apps/ksgmltools2/customization/tde-chunk.xsl, $kde_sharedirs, KDE_XSL_STYLESHEET) if test "$KDE_XSL_STYLESHEET" = "NO"; then diff --git a/doc/en/PerlQt.pod b/doc/en/PerlTQt.pod similarity index 99% rename from doc/en/PerlQt.pod rename to doc/en/PerlTQt.pod index 592fccc..b41f239 100644 --- a/doc/en/PerlQt.pod +++ b/doc/en/PerlTQt.pod @@ -81,7 +81,7 @@ Then : make install -This will install PerlTQt, Puic and Smoke (if needed), as well as the pqtsh and pqtapi utilities. +This will install PerlTQt, Puic and Smoke (if needed), as well as the ptqtsh and ptqtapi utilities. The preferred install location for SMOKE and Puic is in the KDE3 file system. If you don't have KDE3 installed, specify a location with C's @@ -747,11 +747,11 @@ or PerlTQt comes bundled with two simple programs that can help you to find your way through the TQt API: -=head2 pqtapi +=head2 ptqtapi -pqtapi is a commandline driven introspection tool. +ptqtapi is a commandline driven introspection tool. - usage: pqtapi [-r ] [] + usage: ptqtapi [-r ] [] options: -r : find all functions matching regular expression/keyword @@ -761,18 +761,18 @@ pqtapi is a commandline driven introspection tool. e.g: - $>pqtapi -ir 'setpoint.* int' + $>ptqtapi -ir 'setpoint.* int' void TQCanvasLine::setPoints(int, int, int, int) void TQPointArray::setPoint(uint, int, int) -=head2 pqtsh +=head2 ptqtsh -B is a graphical shell that can be used to test the API interactively. +B is a graphical shell that can be used to test the API interactively. It is fairly self explanatory and includes an interactive example (CExample>) =for html
-
+
=head1 Known Limitations @@ -922,7 +922,7 @@ If a given operator is overloaded in a TQt class (which means using it triggers it will behave identically in PerlTQt. Beware though that due to limitations of the Smoke binding library, not all overloaded operators are available in PerlTQt. -You can check the availability of a given operator by using the pqtapi program. +You can check the availability of a given operator by using the ptqtapi program. Also, due to outstanding differences between C++'s and Perl's object paradigm, the copy constructor operator (a.k.a '=') has been disabled. diff --git a/doc/en/index.html b/doc/en/index.html index e6cfde1..117e937 100644 --- a/doc/en/index.html +++ b/doc/en/index.html @@ -49,8 +49,8 @@
  • More development tools
  • Known Limitations
  • @@ -140,7 +140,7 @@ Then :

    make
      make install
    -

    This will install PerlTQt, Puic and Smoke (if needed), as well as the pqtsh and pqtapi utilities.

    +

    This will install PerlTQt, Puic and Smoke (if needed), as well as the ptqtsh and ptqtapi utilities.

    The preferred install location for SMOKE and Puic is in the KDE3 file system. If you don't have KDE3 installed, specify a location with configure's --prefix option. e.g:

    @@ -686,10 +686,10 @@ parent module, and your child will inherit those changes.

    the TQt API:

    -

    pqtapi

    -

    pqtapi is a commandline driven introspection tool.

    +

    ptqtapi

    +

    ptqtapi is a commandline driven introspection tool.

    - usage: pqtapi [-r <re>] [<class>]
    + usage: ptqtapi [-r <re>] [<class>]
      options:
             -r <re> : find all functions matching regular expression/keyword <re>
    @@ -698,16 +698,16 @@ the TQt API:

    -h : print this help message

    e.g:

    - $>pqtapi -ir 'setpoint.* int'
    + $>ptqtapi -ir 'setpoint.* int'
             void TQCanvasLine::setPoints(int, int, int, int)
             void TQPointArray::setPoint(uint, int, int)

    -

    pqtsh

    -

    pqtsh is a graphical shell that can be used to test the API interactively. +

    ptqtsh

    +

    ptqtsh is a graphical shell that can be used to test the API interactively. It is fairly self explanatory and includes an interactive example (Help->Example)


    -

    +


    Known Limitations

    @@ -846,7 +846,7 @@ If a given operator is overloaded in a TQt class (which means using it triggers it will behave identically in PerlTQt. Beware though that due to limitations of the Smoke binding library, not all overloaded operators are available in PerlTQt. -You can check the availability of a given operator by using the pqtapi program. +You can check the availability of a given operator by using the ptqtapi program. Also, due to outstanding differences between C++'s and Perl's object paradigm, the copy constructor operator (a.k.a '=') has been disabled. diff --git a/doc/fr/PerlQt.pod b/doc/fr/PerlTQt.pod similarity index 99% rename from doc/fr/PerlQt.pod rename to doc/fr/PerlTQt.pod index 358a542..70161fa 100644 --- a/doc/fr/PerlQt.pod +++ b/doc/fr/PerlTQt.pod @@ -96,7 +96,7 @@ un sous-r make install -Cela installera PerlTQt, Puic et les utilitaires pqtsh et pqtapi. +Cela installera PerlTQt, Puic et les utilitaires ptqtsh et ptqtapi. Le lieu d'installation privilégié de SMOKE et de PUIC est le système de fichiers de KDE3. Si KDE3 n'est pas installé (ou que la variable TDEDIR n'est pas @@ -770,11 +770,11 @@ ou PerlTQt comprend également deux programmes pouvant vous aider à maîtriser l'API de TQt : -=head2 pqtapi +=head2 ptqtapi -pqtapi est un outil d'introspection en ligne de commande. +ptqtapi est un outil d'introspection en ligne de commande. - utilisation: pqtapi [-r ] [] + utilisation: ptqtapi [-r ] [] options: -r : chercher les méthodes correspondant à l'expression régulière @@ -784,18 +784,18 @@ pqtapi est un outil d'introspection en ligne de commande. ex: - $>pqtapi -ir 'setpoint.* int' + $>ptqtapi -ir 'setpoint.* int' void TQCanvasLine::setPoints(int, int, int, int) void TQPointArray::setPoint(uint, int, int) -=head2 pqtsh +=head2 ptqtsh -B est un shell graphique permettant de tester l'API de manière interactive. +B est un shell graphique permettant de tester l'API de manière interactive. Un exemple dynamique est accessible dans l'entrée de menu CExample>. =for html
    -
    +
    =head1 Limitations diff --git a/doc/fr/index.html b/doc/fr/index.html index 2475849..4612648 100644 --- a/doc/fr/index.html +++ b/doc/fr/index.html @@ -48,8 +48,8 @@
  • Autres outils de développement
  • Limitations
  • @@ -150,7 +150,7 @@ un sous-r make
      make install
    -

    Cela installera PerlTQt, Puic et les utilitaires pqtsh et pqtapi.

    +

    Cela installera PerlTQt, Puic et les utilitaires ptqtsh et ptqtapi.

    Le lieu d'installation privilégié de SMOKE et de PUIC est le système de fichiers de KDE3. Si KDE3 n'est pas installé (ou que la variable TDEDIR n'est pas définie), spécifier ce lieu avec l'option --prefix de configure's. Ainsi :

    @@ -701,10 +701,10 @@ manuellement form1.ui puisqu'il serait

    PerlTQt comprend également deux programmes pouvant vous aider à maîtriser l'API de TQt :

    -

    pqtapi

    -

    pqtapi est un outil d'introspection en ligne de commande.

    +

    ptqtapi

    +

    ptqtapi est un outil d'introspection en ligne de commande.

    - utilisation: pqtapi [-r <re>] [<class>]
    + utilisation: ptqtapi [-r <re>] [<class>]
      options:
             -r <re> : chercher les méthodes correspondant à l'expression régulière <re>
    @@ -713,16 +713,16 @@ manuellement form1.ui puisqu'il serait 
             -h : afficher ce message d'aide

    ex:

    - $>pqtapi -ir 'setpoint.* int'
    + $>ptqtapi -ir 'setpoint.* int'
             void TQCanvasLine::setPoints(int, int, int, int)
             void TQPointArray::setPoint(uint, int, int)

    -

    pqtsh

    -

    pqtsh est un shell graphique permettant de tester l'API de manière interactive. +

    ptqtsh

    +

    ptqtsh est un shell graphique permettant de tester l'API de manière interactive. Un exemple dynamique est accessible dans l'entrée de menu Help->Example.


    -

    +


    Limitations

    diff --git a/doc/images/pqtsh.png b/doc/images/ptqtsh.png similarity index 100% rename from doc/images/pqtsh.png rename to doc/images/ptqtsh.png diff --git a/kalyptus/kalyptus.spec.in b/kalyptus/kalyptus.spec.in index 6fdf86f..4260a62 100644 --- a/kalyptus/kalyptus.spec.in +++ b/kalyptus/kalyptus.spec.in @@ -1,6 +1,6 @@ # You might want to change the next 2 lines, the rest should be ok %define qtdir /usr/lib/qt-3.0.0 -Prefix: /opt/trinity +Prefix: /usr Name: kalyptus Icon: kde-icon.xpm