Moved to /usr folder instead of /opt/trinity. This relates to bug 266.

Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
bug/266/move-to-usr
Michele Calgaro 6 years ago
parent 3144af3574
commit 10ee12b66a
Signed by: MicheleC
GPG Key ID: 2A75B7CA8ADED5CF

@ -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

@ -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<stef@payrard.net>)
- 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

@ -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<stef@payrard.net>)
- fixed troubles with line breaks and TQt-3.1

@ -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

@ -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

@ -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

@ -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<POD> and
B<HTML> format.
For a complete IDE allowing RAD and visual programming,
check the pqt-designer package.
check the ptqt-designer package.
--- The PerlTQt team

@ -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</usr/share/doc/libtqt-perl/tutorial>, in both B<POD> and
B<HTML> format.
For a complete IDE allowing RAD and visual programming,
check the pqt-designer package.
check the ptqt-designer package.
--- The PerlTQt team

@ -31,7 +31,7 @@
#undef malloc
#include "marshall.h"
#include "perlqt.h"
#include "perltqt.h"
#include "smokeperl.h"
#ifndef IN_BYTES

@ -71,8 +71,8 @@ while ($i)
}
BEGIN {
$h = "pqtapi - a PerlTQt introspection tool\t(c) Germain Garand 2003 <germain\@ebooksfrance.org>\n\n".
"usage: pqtapi [-r <re>] [<class>]\n\n".
$h = "ptqtapi - a PerlTQt introspection tool\t(c) Germain Garand 2003 <germain\@ebooksfrance.org>\n\n".
"usage: ptqtapi [-r <re>] [<class>]\n\n".
"options:\n".
"\t-r <re> : find all functions matching regular expression/keyword <re>\n".
"\t-i : together with -r, performs a case insensitive search\n".

@ -1,6 +1,6 @@
#!/usr/bin/perl
# pqtsh : a graphical shell for PerlTQt.
# ptqtsh : a graphical shell for PerlTQt.
#
# author: Germain Garand <germain@ebooksfrance.org>
# 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;
}

@ -34,7 +34,7 @@
#endif
#include "marshall.h"
#include "perlqt.h"
#include "perltqt.h"
#include "smokeperl.h"
#ifndef HINT_BYTES

@ -17,7 +17,7 @@
#include "perl.h"
#include "XSUB.h"
#include "perlqt.h"
#include "perltqt.h"
#include "marshall.h"
class SmokePerl;

@ -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

2
aclocal.m4 vendored

@ -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

@ -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<configure>'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 <re>] [<class>]
usage: ptqtapi [-r <re>] [<class>]
options:
-r <re> : find all functions matching regular expression/keyword <re>
@ -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<pqtsh> is a graphical shell that can be used to test the API interactively.
B<ptqtsh> is a graphical shell that can be used to test the API interactively.
It is fairly self explanatory and includes an interactive example (C<Help-E<gt>Example>)
=for html
<br/>
<div class='image'><img src="../images/pqtsh.png"/></div>
<div class='image'><img src="../images/ptqtsh.png"/></div>
=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.

@ -49,8 +49,8 @@
<li><a href="#more_development_tools">More development tools</a></li>
<ul>
<li><a href="#pqtapi">pqtapi</a></li>
<li><a href="#pqtsh">pqtsh</a></li>
<li><a href="#ptqtapi">ptqtapi</a></li>
<li><a href="#ptqtsh">ptqtsh</a></li>
</ul>
<li><a href="#known_limitations">Known Limitations</a></li>
@ -140,7 +140,7 @@ Then :</p>
make</pre>
<pre>
make install</pre>
<p>This will install PerlTQt, Puic and Smoke (if needed), as well as the pqtsh and pqtapi utilities.</p>
<p>This will install PerlTQt, Puic and Smoke (if needed), as well as the ptqtsh and ptqtapi utilities.</p>
<p>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 <code>configure</code>'s
<code>--prefix</code> option. e.g:</p>
@ -686,10 +686,10 @@ parent module, and your child will inherit those changes.</p>
the TQt API:</p>
<p>
</p>
<h2><a name="pqtapi">pqtapi</a></h2>
<p>pqtapi is a commandline driven introspection tool.</p>
<h2><a name="ptqtapi">ptqtapi</a></h2>
<p>ptqtapi is a commandline driven introspection tool.</p>
<pre>
usage: pqtapi [-r &lt;re&gt;] [&lt;class&gt;]</pre>
usage: ptqtapi [-r &lt;re&gt;] [&lt;class&gt;]</pre>
<pre>
options:
-r &lt;re&gt; : find all functions matching regular expression/keyword &lt;re&gt;
@ -698,16 +698,16 @@ the TQt API:</p>
-h : print this help message</pre>
<p>e.g:</p>
<pre>
$&gt;pqtapi -ir 'setpoint.* int'
$&gt;ptqtapi -ir 'setpoint.* int'
void TQCanvasLine::setPoints(int, int, int, int)
void TQPointArray::setPoint(uint, int, int)</pre>
<p>
</p>
<h2><a name="pqtsh">pqtsh</a></h2>
<p><strong>pqtsh</strong> is a graphical shell that can be used to test the API interactively.
<h2><a name="ptqtsh">ptqtsh</a></h2>
<p><strong>ptqtsh</strong> is a graphical shell that can be used to test the API interactively.
It is fairly self explanatory and includes an interactive example (<code>Help-&gt;Example</code>)</p>
<br/>
<div class='image'><img src="../images/pqtsh.png"/></div><p>
<div class='image'><img src="../images/ptqtsh.png"/></div><p>
</p>
<hr />
<h1><a name="known_limitations">Known Limitations</a></h1>
@ -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.
</dd>

@ -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 <re>] [<class>]
utilisation: ptqtapi [-r <re>] [<class>]
options:
-r <re> : chercher les méthodes correspondant à l'expression régulière <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<pqtsh> est un shell graphique permettant de tester l'API de manière interactive.
B<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 C<Help-E<gt>Example>.
=for html
<br/>
<div class='image'><img src="../images/pqtsh.png"/></div>
<div class='image'><img src="../images/ptqtsh.png"/></div>
=head1 Limitations

@ -48,8 +48,8 @@
<li><a href="#autres_outils_de_développement">Autres outils de développement</a></li>
<ul>
<li><a href="#pqtapi">pqtapi</a></li>
<li><a href="#pqtsh">pqtsh</a></li>
<li><a href="#ptqtapi">ptqtapi</a></li>
<li><a href="#ptqtsh">ptqtsh</a></li>
</ul>
<li><a href="#limitations">Limitations</a></li>
@ -150,7 +150,7 @@ un sous-r
make</pre>
<pre>
make install</pre>
<p>Cela installera PerlTQt, Puic et les utilitaires pqtsh et pqtapi.</p>
<p>Cela installera PerlTQt, Puic et les utilitaires ptqtsh et ptqtapi.</p>
<p>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 <code>--prefix</code> de <code>configure</code>'s. Ainsi :</p>
@ -701,10 +701,10 @@ manuellement form1.ui puisqu'il serait
<p>PerlTQt comprend également deux programmes pouvant vous aider à maîtriser l'API de TQt :</p>
<p>
</p>
<h2><a name="pqtapi">pqtapi</a></h2>
<p>pqtapi est un outil d'introspection en ligne de commande.</p>
<h2><a name="ptqtapi">ptqtapi</a></h2>
<p>ptqtapi est un outil d'introspection en ligne de commande.</p>
<pre>
utilisation: pqtapi [-r &lt;re&gt;] [&lt;class&gt;]</pre>
utilisation: ptqtapi [-r &lt;re&gt;] [&lt;class&gt;]</pre>
<pre>
options:
-r &lt;re&gt; : chercher les méthodes correspondant à l'expression régulière &lt;re&gt;
@ -713,16 +713,16 @@ manuellement form1.ui puisqu'il serait
-h : afficher ce message d'aide</pre>
<p>ex:</p>
<pre>
$&gt;pqtapi -ir 'setpoint.* int'
$&gt;ptqtapi -ir 'setpoint.* int'
void TQCanvasLine::setPoints(int, int, int, int)
void TQPointArray::setPoint(uint, int, int)</pre>
<p>
</p>
<h2><a name="pqtsh">pqtsh</a></h2>
<p><strong>pqtsh</strong> est un shell graphique permettant de tester l'API de manière interactive.
<h2><a name="ptqtsh">ptqtsh</a></h2>
<p><strong>ptqtsh</strong> est un shell graphique permettant de tester l'API de manière interactive.
Un exemple dynamique est accessible dans l'entrée de menu <code>Help-&gt;Example</code>.</p>
<br/>
<div class='image'><img src="../images/pqtsh.png"/></div><p>
<div class='image'><img src="../images/ptqtsh.png"/></div><p>
</p>
<hr />
<h1><a name="limitations">Limitations</a></h1>

Before

Width:  |  Height:  |  Size: 37 KiB

After

Width:  |  Height:  |  Size: 37 KiB

@ -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

Loading…
Cancel
Save