Update bug reports url to bugs.trinitydesktop.org

Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
pull/1/head
Slávek Banko 6 years ago
parent 58f3647a30
commit 504126f470

@ -214,4 +214,4 @@ Cervisia was originally developed by Bernd Gehrmann and is now maintained by
Christian Loose <christian.loose@kdemail.net>. Christian Loose <christian.loose@kdemail.net>.
.SH "REPORTING BUGS" .SH "REPORTING BUGS"
.IX Header "REPORTING BUGS" .IX Header "REPORTING BUGS"
Report bugs at http://bugs.kde.org. Report bugs at http://bugs.trinitydesktop.org.

@ -108,4 +108,4 @@ Christian Loose <christian.loose@kdemail.net>.
=head1 REPORTING BUGS =head1 REPORTING BUGS
Report bugs at http://bugs.kde.org. Report bugs at http://bugs.trinitydesktop.org.

@ -38,6 +38,6 @@ More information about &UML; can be found at the website of
We hope you enjoy &umbrello; and that it helps you create high quality software. We hope you enjoy &umbrello; and that it helps you create high quality software.
&umbrello; is Free Software and available at no cost, the only thing we ask from you is to report any bugs, problems, or suggestions &umbrello; is Free Software and available at no cost, the only thing we ask from you is to report any bugs, problems, or suggestions
to the &umbrello; developers at <email>uml-devel@lists.sourceforge.net</email> or to the &umbrello; developers at <email>uml-devel@lists.sourceforge.net</email> or
<ulink url="http://bugs.kde.org">http://bugs.kde.org</ulink>. <ulink url="http://bugs.trinitydesktop.org">http://bugs.trinitydesktop.org</ulink>.
</para> </para>
</chapter> </chapter>

@ -1252,7 +1252,7 @@ void KBabelDictBox::about()
text += "\n" + aboutData->copyrightStatement() + "\n"; text += "\n" + aboutData->copyrightStatement() + "\n";
} }
if(aboutData->bugAddress() != "submit@bugs.kde.org") if(aboutData->bugAddress() != "submit@bugs.trinitydesktop.org")
{ {
text += "\n" + i18n("Send bugs to %1") text += "\n" + i18n("Send bugs to %1")
.arg(aboutData->bugAddress()) +"\n"; .arg(aboutData->bugAddress()) +"\n";

@ -42,7 +42,7 @@ int main( int argc, char **argv )
cout << "msgid \"\"\n"; cout << "msgid \"\"\n";
cout << "msgstr \"\"\n"; cout << "msgstr \"\"\n";
cout << "\"Project-Id-Version: PACKAGE VERSION\\n\"\n"; cout << "\"Project-Id-Version: PACKAGE VERSION\\n\"\n";
cout << "\"Report-Msgid-Bugs-To: http://bugs.kde.org\\n\"\n"; cout << "\"Report-Msgid-Bugs-To: http://bugs.trinitydesktop.org\\n\"\n";
cout << "\"POT-Creation-Date: " << now.toString("yyyy-MM-dd hh:mm").utf8().data() << "+0000\\n\"\n"; cout << "\"POT-Creation-Date: " << now.toString("yyyy-MM-dd hh:mm").utf8().data() << "+0000\\n\"\n";
cout << "\"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\\n\"\n"; cout << "\"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\\n\"\n";
cout << "\"Last-Translator: FULL NAME <EMAIL@ADDRESS>\\n\"\n"; cout << "\"Last-Translator: FULL NAME <EMAIL@ADDRESS>\\n\"\n";

@ -142,7 +142,7 @@ get the gradients correct. However, if you then save the file from Karbon14, it
BUGLIST BUGLIST
Inspired? Take a look at the buglist! Inspired? Take a look at the buglist!
http://bugs.kde.org/buglist.cgi?short_desc_type=allwordssubstr&short_desc=&long_desc_type=allwordssubstr&long_desc=&product=artwork&component=general&version=unspecified&bug_status=UNCONFIRMED&bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED&bugidtype=include&bug_id=&votes=&emailassigned_to1=1&emailtype1=substring&email1=&emailassigned_to2=1&emailreporter2=1&emailcc2=1&emailtype2=substring&email2=&changedin=&chfieldfrom=&chfieldto=Now&chfieldvalue=&order=Reuse+same+sort+as+last+time&cmdtype=doit&newqueryname= http://bugs.trinitydesktop.org/buglist.cgi?short_desc_type=allwordssubstr&short_desc=&long_desc_type=allwordssubstr&long_desc=&product=artwork&component=general&version=unspecified&bug_status=UNCONFIRMED&bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED&bugidtype=include&bug_id=&votes=&emailassigned_to1=1&emailtype1=substring&email1=&emailassigned_to2=1&emailreporter2=1&emailcc2=1&emailtype2=substring&email2=&changedin=&chfieldfrom=&chfieldto=Now&chfieldvalue=&order=Reuse+same+sort+as+last+time&cmdtype=doit&newqueryname=
LICENSE & QUESTIONS LICENSE & QUESTIONS
License: see LICENSE.crystalsvg License: see LICENSE.crystalsvg

@ -224,7 +224,7 @@ Since tdesvn-build doesn't generally save information related to the build and
prior settings, you may need to manually re-run tdesvn-build with a flag like prior settings, you may need to manually re-run tdesvn-build with a flag like
B<--recreate-configure> if you change some options, including B<use-unsermake>. B<--recreate-configure> if you change some options, including B<use-unsermake>.
Please use KDE bugzilla at http://bugs.kde.org for information and Please use KDE bugzilla at http://bugs.trinitydesktop.org for information and
reporting bugs. reporting bugs.
=head1 SEE ALSO =head1 SEE ALSO
@ -1863,7 +1863,7 @@ $version was written (mostly) by:
Many people have contributed code, bugfixes, and documentation. Many people have contributed code, bugfixes, and documentation.
Please report bugs using the KDE Bugzilla, at http://bugs.kde.org/ Please report bugs using the KDE Bugzilla, at http://bugs.trinitydesktop.org/
DONE DONE
my @argv; my @argv;
@ -4215,7 +4215,7 @@ if ($@)
# We encountered an error. # We encountered an error.
print "Encountered an error in the execution of the script.\n"; print "Encountered an error in the execution of the script.\n";
print "The error reported was $@\n"; print "The error reported was $@\n";
print "Please submit a bug against tdesvn-build on http://bugs.kde.org/\n"; print "Please submit a bug against tdesvn-build on http://bugs.trinitydesktop.org/\n";
# Don't finish, because we haven't attained the lock yet. # Don't finish, because we haven't attained the lock yet.
exit 99; exit 99;
@ -4276,7 +4276,7 @@ if ($@)
# We encountered an error. # We encountered an error.
print "Encountered an error in the execution of the script.\n"; print "Encountered an error in the execution of the script.\n";
print "The error reported was $@\n"; print "The error reported was $@\n";
print "Please submit a bug against tdesvn-build on http://bugs.kde.org/\n"; print "Please submit a bug against tdesvn-build on http://bugs.trinitydesktop.org/\n";
$result = 99; $result = 99;
} }

@ -3,7 +3,7 @@ Some of the contributors are listed at:
http://uml.sourceforge.net/developers.php http://uml.sourceforge.net/developers.php
If you find any problems or want features added please request or vote If you find any problems or want features added please request or vote
for them at http://bugs.kde.org and consider implementing the feature for them at http://bugs.trinitydesktop.org and consider implementing the feature
yourself, all contributions are very welcome. yourself, all contributions are very welcome.
Some ideas for people wanting to contribute to Umbrello: Some ideas for people wanting to contribute to Umbrello:

@ -1,12 +1,12 @@
There is always something to do for Umbrello UML Modeller. You can find an There is always something to do for Umbrello UML Modeller. You can find an
up-to-date list of remaining bugs in the bug tracker system at: up-to-date list of remaining bugs in the bug tracker system at:
http://bugs.kde.org/ http://bugs.trinitydesktop.org/
If you do not like chasing bugs you can add an incredible new feature. To get If you do not like chasing bugs you can add an incredible new feature. To get
an idea what might be good feature look at the feature tracker system: an idea what might be good feature look at the feature tracker system:
http://bugs.kde.org/ http://bugs.trinitydesktop.org/
You can discuss a solution for a problem with the Umbrello developers at the You can discuss a solution for a problem with the Umbrello developers at the
Umbrello developer's mailing list: Umbrello developer's mailing list:

@ -29,7 +29,7 @@
* *
* @short A graphical version of a UML Activity. * @short A graphical version of a UML Activity.
* @author Paul Hensgen <phensgen@techie.com> * @author Paul Hensgen <phensgen@techie.com>
* Bugs and comments to uml-devel@lists.sf.net or http://bugs.kde.org * Bugs and comments to uml-devel@lists.sf.net or http://bugs.trinitydesktop.org
*/ */
class ActivityWidget : public UMLWidget { class ActivityWidget : public UMLWidget {
Q_OBJECT Q_OBJECT

@ -23,7 +23,7 @@
* @short Information for a non-graphical UML Actor. * @short Information for a non-graphical UML Actor.
* @author Paul Hensgen <phensgen@techie.com> * @author Paul Hensgen <phensgen@techie.com>
* @see UMLCanvasObject * @see UMLCanvasObject
* Bugs and comments to uml-devel@lists.sf.net or http://bugs.kde.org * Bugs and comments to uml-devel@lists.sf.net or http://bugs.trinitydesktop.org
*/ */
class UMLActor : public UMLCanvasObject { class UMLActor : public UMLCanvasObject {
Q_OBJECT Q_OBJECT

@ -37,7 +37,7 @@ class UMLActor;
* @author Paul Hensgen <phensgen@techie.com> * @author Paul Hensgen <phensgen@techie.com>
* @see UMLWidget * @see UMLWidget
* @see UMLView * @see UMLView
* Bugs and comments to uml-devel@lists.sf.net or http://bugs.kde.org * Bugs and comments to uml-devel@lists.sf.net or http://bugs.trinitydesktop.org
*/ */
class ActorWidget : public UMLWidget { class ActorWidget : public UMLWidget {

@ -26,7 +26,7 @@ class UMLWidget;
* *
* @short Toolbar providing alignment tools. * @short Toolbar providing alignment tools.
* @author Sebastian Stein <seb.kde@hpfsc.de> * @author Sebastian Stein <seb.kde@hpfsc.de>
* Bugs and comments to uml-devel@lists.sf.net or http://bugs.kde.org * Bugs and comments to uml-devel@lists.sf.net or http://bugs.trinitydesktop.org
*/ */
class AlignToolBar : public TDEToolBar { class AlignToolBar : public TDEToolBar {
Q_OBJECT Q_OBJECT

@ -24,7 +24,7 @@
* @short Non-graphical information for a Artifact. * @short Non-graphical information for a Artifact.
* @author Jonathan Riddell * @author Jonathan Riddell
* @see UMLCanvasObject * @see UMLCanvasObject
* Bugs and comments to uml-devel@lists.sf.net or http://bugs.kde.org * Bugs and comments to uml-devel@lists.sf.net or http://bugs.trinitydesktop.org
*/ */
class UMLArtifact : public UMLCanvasObject { class UMLArtifact : public UMLCanvasObject {
Q_OBJECT Q_OBJECT

@ -27,7 +27,7 @@ class UMLArtifact;
* @short A graphical version of a Artifact. * @short A graphical version of a Artifact.
* @author Jonathan Riddell * @author Jonathan Riddell
* @see UMLWidget * @see UMLWidget
* Bugs and comments to uml-devel@lists.sf.net or http://bugs.kde.org * Bugs and comments to uml-devel@lists.sf.net or http://bugs.trinitydesktop.org
*/ */
class ArtifactWidget : public UMLWidget { class ArtifactWidget : public UMLWidget {
public: public:

@ -26,7 +26,7 @@ class UMLRole;
* @short Sets up association information. * @short Sets up association information.
* @author Oliver Kellogg <okellogg@users.sourceforge.net> * @author Oliver Kellogg <okellogg@users.sourceforge.net>
* @see UMLObject * @see UMLObject
* Bugs and comments to uml-devel@lists.sf.net or http://bugs.kde.org * Bugs and comments to uml-devel@lists.sf.net or http://bugs.trinitydesktop.org
*/ */
class UMLAssociation : public UMLObject { class UMLAssociation : public UMLObject {

@ -50,7 +50,7 @@ class UMLOperation;
* *
* @author Gustavo Madrigal * @author Gustavo Madrigal
* @short This class represents an association inside a diagram. * @short This class represents an association inside a diagram.
* Bugs and comments to uml-devel@lists.sf.net or http://bugs.kde.org * Bugs and comments to uml-devel@lists.sf.net or http://bugs.trinitydesktop.org
*/ */
class AssociationWidget : public WidgetBase, public LinkWidget { class AssociationWidget : public WidgetBase, public LinkWidget {
Q_OBJECT Q_OBJECT

@ -3,7 +3,7 @@
------------------- -------------------
copyright : (C) 2003 by Oliver Kellogg copyright : (C) 2003 by Oliver Kellogg
email : okellogg@users.sourceforge.net email : okellogg@users.sourceforge.net
Bugs and comments to uml-devel@lists.sf.net or http://bugs.kde.org Bugs and comments to uml-devel@lists.sf.net or http://bugs.trinitydesktop.org
***************************************************************************/ ***************************************************************************/
/*************************************************************************** /***************************************************************************

@ -22,7 +22,7 @@ class UMLWidget;
* Used to determine rules for associations. * Used to determine rules for associations.
* *
* @author Paul Hensgen * @author Paul Hensgen
* Bugs and comments to uml-devel@lists.sf.net or http://bugs.kde.org * Bugs and comments to uml-devel@lists.sf.net or http://bugs.trinitydesktop.org
*/ */
class AssocRules { class AssocRules {
public: public:

@ -23,7 +23,7 @@
* @short Sets up attribute information. * @short Sets up attribute information.
* @author Paul Hensgen <phensgen@techie.com> * @author Paul Hensgen <phensgen@techie.com>
* @see UMLObject * @see UMLObject
* Bugs and comments to uml-devel@lists.sf.net or http://bugs.kde.org * Bugs and comments to uml-devel@lists.sf.net or http://bugs.trinitydesktop.org
*/ */
class UMLAttribute : public UMLClassifierListItem { class UMLAttribute : public UMLClassifierListItem {
Q_OBJECT Q_OBJECT

@ -27,7 +27,7 @@ class UMLView;
* @short Displays a box. * @short Displays a box.
* @author Jonathan Riddell * @author Jonathan Riddell
* @see UMLWidget * @see UMLWidget
* Bugs and comments to uml-devel@lists.sf.net or http://bugs.kde.org * Bugs and comments to uml-devel@lists.sf.net or http://bugs.trinitydesktop.org
*/ */
class BoxWidget : public UMLWidget { class BoxWidget : public UMLWidget {
public: public:

@ -32,7 +32,7 @@ class IDChangeLog;
* *
* @short Information for a non-graphical Concept/Class. * @short Information for a non-graphical Concept/Class.
* @author Paul Hensgen <phensgen@techie.com> * @author Paul Hensgen <phensgen@techie.com>
* Bugs and comments to uml-devel@lists.sf.net or http://bugs.kde.org * Bugs and comments to uml-devel@lists.sf.net or http://bugs.trinitydesktop.org
*/ */
class UMLClassifier : public UMLPackage { class UMLClassifier : public UMLPackage {

@ -25,7 +25,7 @@ class UMLClassifier;
* *
* @short A base class for classifier list items (e.g. attributes) * @short A base class for classifier list items (e.g. attributes)
* @author Jonathan Riddell * @author Jonathan Riddell
* Bugs and comments to uml-devel@lists.sf.net or http://bugs.kde.org * Bugs and comments to uml-devel@lists.sf.net or http://bugs.trinitydesktop.org
*/ */
class UMLClassifierListItem : public UMLObject { class UMLClassifierListItem : public UMLObject {

@ -22,7 +22,7 @@ class AssociationWidget;
* @short Common implementation for class widget and interface widget * @short Common implementation for class widget and interface widget
* @author Oliver Kellogg * @author Oliver Kellogg
* @see UMLWidget * @see UMLWidget
* Bugs and comments to uml-devel@lists.sf.net or http://bugs.kde.org * Bugs and comments to uml-devel@lists.sf.net or http://bugs.trinitydesktop.org
*/ */
class ClassifierWidget : public UMLWidget { class ClassifierWidget : public UMLWidget {
public: public:

@ -19,7 +19,7 @@
* assigned id. * assigned id.
* *
* @author Gustavo Madrigal * @author Gustavo Madrigal
* Bugs and comments to uml-devel@lists.sf.net or http://bugs.kde.org * Bugs and comments to uml-devel@lists.sf.net or http://bugs.trinitydesktop.org
*/ */
#include <tqstring.h> #include <tqstring.h>

@ -29,7 +29,7 @@ class TQMimeSource;
* *
* @short Clipboard management class * @short Clipboard management class
* @author Gustavo Madrigal * @author Gustavo Madrigal
* Bugs and comments to uml-devel@lists.sf.net or http://bugs.kde.org * Bugs and comments to uml-devel@lists.sf.net or http://bugs.trinitydesktop.org
*/ */
class UMLClipboard : public TQObject { class UMLClipboard : public TQObject {
Q_OBJECT Q_OBJECT

@ -28,7 +28,7 @@
* in a drag and drop operation or in a copy or paste operation. * in a drag and drop operation or in a copy or paste operation.
* *
* @author Gustavo Madrigal, Jonathan Riddell (XMI conversion) * @author Gustavo Madrigal, Jonathan Riddell (XMI conversion)
* Bugs and comments to uml-devel@lists.sf.net or http://bugs.kde.org * Bugs and comments to uml-devel@lists.sf.net or http://bugs.trinitydesktop.org
*/ */
class UMLListView; class UMLListView;

@ -12,7 +12,7 @@
/* This code generated by: /* This code generated by:
* Author : thomas * Author : thomas
* Date : Thu Jun 19 2003 * Date : Thu Jun 19 2003
* Bugs and comments to uml-devel@lists.sf.net or http://bugs.kde.org * Bugs and comments to uml-devel@lists.sf.net or http://bugs.trinitydesktop.org
*/ */

@ -32,7 +32,7 @@ class UMLRole;
* *
* @author Jonathan Riddell * @author Jonathan Riddell
* @author Oliver Kellogg <okellogg@users.sourceforge.net> * @author Oliver Kellogg <okellogg@users.sourceforge.net>
* Bugs and comments to uml-devel@lists.sf.net or http://bugs.kde.org * Bugs and comments to uml-devel@lists.sf.net or http://bugs.trinitydesktop.org
*/ */
namespace CodeGenFactory { namespace CodeGenFactory {

@ -24,7 +24,7 @@ class CodeGenerationPolicyPage;
* language independent policies. * language independent policies.
* *
* @author Oliver Kellogg <okellogg@users.sourceforge.net> * @author Oliver Kellogg <okellogg@users.sourceforge.net>
* Bugs and comments to uml-devel@lists.sf.net or http://bugs.kde.org * Bugs and comments to uml-devel@lists.sf.net or http://bugs.trinitydesktop.org
*/ */
class CodeGenPolicyExt : public TQObject { class CodeGenPolicyExt : public TQObject {

@ -20,7 +20,7 @@ class UMLOperation;
/** /**
* Pascal class writer * Pascal class writer
* @author Oliver Kellogg * @author Oliver Kellogg
* Bugs and comments to uml-devel@lists.sf.net or http://bugs.kde.org * Bugs and comments to uml-devel@lists.sf.net or http://bugs.trinitydesktop.org
*/ */
class PascalWriter : public SimpleCodeGenerator { class PascalWriter : public SimpleCodeGenerator {
Q_OBJECT Q_OBJECT

@ -21,7 +21,7 @@
/** /**
* Ada code import * Ada code import
* @author Oliver Kellogg * @author Oliver Kellogg
* Bugs and comments to uml-devel@lists.sf.net or http://bugs.kde.org * Bugs and comments to uml-devel@lists.sf.net or http://bugs.trinitydesktop.org
*/ */
class AdaImport : public NativeImportBase { class AdaImport : public NativeImportBase {
public: public:

@ -19,7 +19,7 @@
* Abstract base for programming language specific import classes * Abstract base for programming language specific import classes
* @author Mikko Pasanen * @author Mikko Pasanen
* @author Oliver Kellogg * @author Oliver Kellogg
* Bugs and comments to uml-devel@lists.sf.net or http://bugs.kde.org * Bugs and comments to uml-devel@lists.sf.net or http://bugs.trinitydesktop.org
*/ */
class ClassImport { class ClassImport {

@ -20,7 +20,7 @@ class CppDriver;
/** /**
* C++ code import * C++ code import
* @author Oliver Kellogg * @author Oliver Kellogg
* Bugs and comments to uml-devel@lists.sf.net or http://bugs.kde.org * Bugs and comments to uml-devel@lists.sf.net or http://bugs.trinitydesktop.org
*/ */
class CppImport : public ClassImport { class CppImport : public ClassImport {

@ -17,7 +17,7 @@
/** /**
* CORBA IDL code import * CORBA IDL code import
* @author Oliver Kellogg * @author Oliver Kellogg
* Bugs and comments to uml-devel@lists.sf.net or http://bugs.kde.org * Bugs and comments to uml-devel@lists.sf.net or http://bugs.trinitydesktop.org
*/ */
class IDLImport : public NativeImportBase { class IDLImport : public NativeImportBase {
public: public:

@ -25,7 +25,7 @@ class UMLEnum;
/** /**
* Utilities for code import * Utilities for code import
* @author Oliver Kellogg * @author Oliver Kellogg
* Bugs and comments to uml-devel@lists.sf.net or http://bugs.kde.org * Bugs and comments to uml-devel@lists.sf.net or http://bugs.trinitydesktop.org
*/ */
namespace Import_Utils { namespace Import_Utils {

@ -19,7 +19,7 @@
* Java code import * Java code import
* @author Oliver Kellogg * @author Oliver Kellogg
* @author JP Fournier * @author JP Fournier
* Bugs and comments to uml-devel@lists.sf.net or http://bugs.kde.org * Bugs and comments to uml-devel@lists.sf.net or http://bugs.trinitydesktop.org
*/ */
class JavaImport : public NativeImportBase { class JavaImport : public NativeImportBase {
public: public:

@ -39,7 +39,7 @@ class UMLClassifier;
* *
* @short Base class for native implementations of language import * @short Base class for native implementations of language import
* @author Oliver Kellogg <okellogg@users.sourceforge.net> * @author Oliver Kellogg <okellogg@users.sourceforge.net>
* Bugs and comments to uml-devel@lists.sf.net or http://bugs.kde.org * Bugs and comments to uml-devel@lists.sf.net or http://bugs.trinitydesktop.org
*/ */
class NativeImportBase : public ClassImport { class NativeImportBase : public ClassImport {
public: public:

@ -17,7 +17,7 @@
/** /**
* Pascal code import * Pascal code import
* @author Oliver Kellogg * @author Oliver Kellogg
* Bugs and comments to uml-devel@lists.sf.net or http://bugs.kde.org * Bugs and comments to uml-devel@lists.sf.net or http://bugs.trinitydesktop.org
*/ */
class PascalImport : public NativeImportBase { class PascalImport : public NativeImportBase {
public: public:

@ -17,7 +17,7 @@
/** /**
* Python code import * Python code import
* @author Oliver Kellogg * @author Oliver Kellogg
* Bugs and comments to uml-devel@lists.sf.net or http://bugs.kde.org * Bugs and comments to uml-devel@lists.sf.net or http://bugs.trinitydesktop.org
*/ */
class PythonImport : public NativeImportBase { class PythonImport : public NativeImportBase {
public: public:

@ -24,7 +24,7 @@
* @short Non-graphical information for a Component. * @short Non-graphical information for a Component.
* @author Jonathan Riddell * @author Jonathan Riddell
* @see UMLCanvasObject * @see UMLCanvasObject
* Bugs and comments to uml-devel@lists.sf.net or http://bugs.kde.org * Bugs and comments to uml-devel@lists.sf.net or http://bugs.trinitydesktop.org
*/ */
class UMLComponent : public UMLPackage { class UMLComponent : public UMLPackage {

@ -25,7 +25,7 @@ class UMLComponent;
* @short A graphical version of a Component. * @short A graphical version of a Component.
* @author Jonathan Riddell * @author Jonathan Riddell
* @see UMLWidget * @see UMLWidget
* Bugs and comments to uml-devel@lists.sf.net or http://bugs.kde.org * Bugs and comments to uml-devel@lists.sf.net or http://bugs.trinitydesktop.org
*/ */
class ComponentWidget : public UMLWidget { class ComponentWidget : public UMLWidget {
public: public:

@ -4,7 +4,7 @@
begin : Mon Jan 13 2003 begin : Mon Jan 13 2003
copyright : (C) 2003 by Andrew Sutton copyright : (C) 2003 by Andrew Sutton
email : ansutton@kent.edu email : ansutton@kent.edu
Bugs and comments to uml-devel@lists.sf.net or http://bugs.kde.org Bugs and comments to uml-devel@lists.sf.net or http://bugs.trinitydesktop.org
***************************************************************************/ ***************************************************************************/
/*************************************************************************** /***************************************************************************

@ -25,7 +25,7 @@ class UMLClassifier;
* @short A graphical version of an datatype. * @short A graphical version of an datatype.
* @author Jonathan Riddell * @author Jonathan Riddell
* @see UMLWidget * @see UMLWidget
* Bugs and comments to uml-devel@lists.sf.net or http://bugs.kde.org * Bugs and comments to uml-devel@lists.sf.net or http://bugs.trinitydesktop.org
*/ */
class DatatypeWidget : public UMLWidget { class DatatypeWidget : public UMLWidget {
public: public:

@ -23,7 +23,7 @@ class UMLWidget;
/** /**
* Dialog utilities. * Dialog utilities.
* @author Oliver Kellogg * @author Oliver Kellogg
* Bugs and comments to uml-devel@lists.sf.net or http://bugs.kde.org * Bugs and comments to uml-devel@lists.sf.net or http://bugs.trinitydesktop.org
*/ */
namespace Dialog_Utils { namespace Dialog_Utils {

@ -33,7 +33,7 @@ class ActivityWidget;
* Displays the properties for a @ref ActivityWidget * Displays the properties for a @ref ActivityWidget
* *
* @author Paul Hensgen * @author Paul Hensgen
* Bugs and comments to uml-devel@lists.sf.net or http://bugs.kde.org * Bugs and comments to uml-devel@lists.sf.net or http://bugs.trinitydesktop.org
*/ */
class ActivityDialog : public KDialogBase { class ActivityDialog : public KDialogBase {

@ -24,7 +24,7 @@ class ListPopupMenu;
/** /**
* @author Paul Hensgen * @author Paul Hensgen
* Bugs and comments to uml-devel@lists.sf.net or http://bugs.kde.org * Bugs and comments to uml-devel@lists.sf.net or http://bugs.trinitydesktop.org
*/ */
class ActivityPage : public TQWidget { class ActivityPage : public TQWidget {
Q_OBJECT Q_OBJECT

@ -38,7 +38,7 @@ class KComboBox;
* *
* @short Display properties on a UMLObject. * @short Display properties on a UMLObject.
* @author Paul Hensgen <phensgen@techie.com> * @author Paul Hensgen <phensgen@techie.com>
* Bugs and comments to uml-devel@lists.sf.net or http://bugs.kde.org * Bugs and comments to uml-devel@lists.sf.net or http://bugs.trinitydesktop.org
*/ */
class AssocGenPage : public TQWidget { class AssocGenPage : public TQWidget {
Q_OBJECT Q_OBJECT

@ -36,7 +36,7 @@
* *
* @short The page shows all the Associations that belong to a UMLClassifier. * @short The page shows all the Associations that belong to a UMLClassifier.
* @author Paul Hensgen <phensgen@techie.com> * @author Paul Hensgen <phensgen@techie.com>
* Bugs and comments to uml-devel@lists.sf.net or http://bugs.kde.org * Bugs and comments to uml-devel@lists.sf.net or http://bugs.trinitydesktop.org
*/ */
class AssocPage : public TQWidget { class AssocPage : public TQWidget {
Q_OBJECT Q_OBJECT

@ -27,7 +27,7 @@ class UMLDoc;
/** /**
* Based off of AssocPropDlg class * Based off of AssocPropDlg class
* @author Brian Thomas <Brian.A.Thomas@gsfc.nasa.gov> * @author Brian Thomas <Brian.A.Thomas@gsfc.nasa.gov>
* Bugs and comments to uml-devel@lists.sf.net or http://bugs.kde.org * Bugs and comments to uml-devel@lists.sf.net or http://bugs.trinitydesktop.org
*/ */
class AssocPropDlg : public KDialogBase { class AssocPropDlg : public KDialogBase {
Q_OBJECT Q_OBJECT

@ -34,7 +34,7 @@
* *
* @short Display properties on a UMLObject. * @short Display properties on a UMLObject.
* @author Paul Hensgen <phensgen@techie.com> * @author Paul Hensgen <phensgen@techie.com>
* Bugs and comments to uml-devel@lists.sf.net or http://bugs.kde.org * Bugs and comments to uml-devel@lists.sf.net or http://bugs.trinitydesktop.org
*/ */
class AssocRolePage : public TQWidget { class AssocRolePage : public TQWidget {
Q_OBJECT Q_OBJECT

@ -34,7 +34,7 @@ class UMLDoc;
* *
* @short Display properties on a UMLObject. * @short Display properties on a UMLObject.
* @author Paul Hensgen <phensgen@techie.com> * @author Paul Hensgen <phensgen@techie.com>
* Bugs and comments to uml-devel@lists.sf.net or http://bugs.kde.org * Bugs and comments to uml-devel@lists.sf.net or http://bugs.trinitydesktop.org
*/ */
class ClassGenPage : public TQWidget { class ClassGenPage : public TQWidget {
Q_OBJECT Q_OBJECT

@ -34,7 +34,7 @@ class UMLDoc;
* *
* @short A dialog page to display classifier properties. * @short A dialog page to display classifier properties.
* @author Paul Hensgen, Jonathan Riddell * @author Paul Hensgen, Jonathan Riddell
* Bugs and comments to uml-devel@lists.sf.net or http://bugs.kde.org * Bugs and comments to uml-devel@lists.sf.net or http://bugs.trinitydesktop.org
*/ */
class ClassifierListPage : public TQWidget { class ClassifierListPage : public TQWidget {
Q_OBJECT Q_OBJECT

@ -29,7 +29,7 @@ class ClassifierWidget;
* @short A dialog page to display the options for a UMLWidget. * @short A dialog page to display the options for a UMLWidget.
* @author Paul Hensgen <phensgen@techie.com> * @author Paul Hensgen <phensgen@techie.com>
* @see ClassPropDlg * @see ClassPropDlg
* Bugs and comments to uml-devel@lists.sf.net or http://bugs.kde.org * Bugs and comments to uml-devel@lists.sf.net or http://bugs.trinitydesktop.org
*/ */
class ClassOptionsPage : public TQWidget { class ClassOptionsPage : public TQWidget {
public: public:

@ -36,7 +36,7 @@ class UMLWidget;
/** /**
* @author Paul Hensgen <phensgen@techie.com> * @author Paul Hensgen <phensgen@techie.com>
* @version 1.0 * @version 1.0
* Bugs and comments to uml-devel@lists.sf.net or http://bugs.kde.org * Bugs and comments to uml-devel@lists.sf.net or http://bugs.trinitydesktop.org
*/ */
class ClassPropDlg : public KDialogBase { class ClassPropDlg : public KDialogBase {
Q_OBJECT Q_OBJECT

@ -22,7 +22,7 @@ class UMLDoc;
/** /**
* @author Paul Hensgen * @author Paul Hensgen
* Bugs and comments to uml-devel@lists.sf.net or http://bugs.kde.org * Bugs and comments to uml-devel@lists.sf.net or http://bugs.trinitydesktop.org
*/ */
class ClassWizard : public KWizard { class ClassWizard : public KWizard {
public: public:

@ -4,7 +4,7 @@
begin : Thu Jul 25 2002 begin : Thu Jul 25 2002
copyright : (C) 2002 by Luis De la Parra copyright : (C) 2002 by Luis De la Parra
email : luis@delaparra.org email : luis@delaparra.org
Bugs and comments to uml-devel@lists.sf.net or http://bugs.kde.org Bugs and comments to uml-devel@lists.sf.net or http://bugs.trinitydesktop.org
***************************************************************************/ ***************************************************************************/
/*************************************************************************** /***************************************************************************

@ -4,7 +4,7 @@
begin : Wed Jul 24 2002 begin : Wed Jul 24 2002
copyright : (C) 2002 by Luis De la Parra copyright : (C) 2002 by Luis De la Parra
email : luis@delaparra.org email : luis@delaparra.org
Bugs and comments to uml-devel@lists.sf.net or http://bugs.kde.org Bugs and comments to uml-devel@lists.sf.net or http://bugs.trinitydesktop.org
***************************************************************************/ ***************************************************************************/
/*************************************************************************** /***************************************************************************

@ -31,7 +31,7 @@ class TQGroupBox;
* @short A print dialog page. * @short A print dialog page.
* @author Paul Hensgen <phensgen@techie.com> * @author Paul Hensgen <phensgen@techie.com>
* @see KPrinter * @see KPrinter
* Bugs and comments to uml-devel@lists.sf.net or http://bugs.kde.org * Bugs and comments to uml-devel@lists.sf.net or http://bugs.trinitydesktop.org
*/ */
class DiagramPrintPage : public KPrintDialogPage { class DiagramPrintPage : public KPrintDialogPage {

@ -18,7 +18,7 @@
/** /**
* @author Paul Hensgen * @author Paul Hensgen
* Bugs and comments to uml-devel@lists.sf.net or http://bugs.kde.org * Bugs and comments to uml-devel@lists.sf.net or http://bugs.trinitydesktop.org
*/ */
class TQGroupBox; class TQGroupBox;
class TQLineEdit; class TQLineEdit;

@ -25,7 +25,7 @@ class TQCheckBox;
* better to use user defined buttons but I couldn't work out how. KDialogBase guru needed. * better to use user defined buttons but I couldn't work out how. KDialogBase guru needed.
* *
* @author Jonathan Riddell <jr@jriddell.org> * @author Jonathan Riddell <jr@jriddell.org>
* Bugs and comments to uml-devel@lists.sf.net or http://bugs.kde.org * Bugs and comments to uml-devel@lists.sf.net or http://bugs.trinitydesktop.org
*/ */
class OverwriteDialogue: public KDialogBase { class OverwriteDialogue: public KDialogBase {
Q_OBJECT Q_OBJECT

@ -33,7 +33,7 @@ class UMLDoc;
* *
* @short A properties dialog box for a parameter. * @short A properties dialog box for a parameter.
* @author Paul Hensgen <phensgen@techie.com> * @author Paul Hensgen <phensgen@techie.com>
* Bugs and comments to uml-devel@lists.sf.net or http://bugs.kde.org * Bugs and comments to uml-devel@lists.sf.net or http://bugs.trinitydesktop.org
*/ */
class ParmPropDlg : public KDialogBase { class ParmPropDlg : public KDialogBase {
Q_OBJECT Q_OBJECT

@ -23,7 +23,7 @@
/** /**
* @short The page shows all the objects that belong to a @ref UMLPackage. * @short The page shows all the objects that belong to a @ref UMLPackage.
* @author Oliver Kellogg <okellogg@users.sourceforge.net> * @author Oliver Kellogg <okellogg@users.sourceforge.net>
* Bugs and comments to uml-devel@lists.sf.net or http://bugs.kde.org * Bugs and comments to uml-devel@lists.sf.net or http://bugs.trinitydesktop.org
*/ */
class PkgContentsPage : public TQWidget { class PkgContentsPage : public TQWidget {
Q_OBJECT Q_OBJECT

@ -33,7 +33,7 @@ class UMLView;
* *
* @short A dialog to select an operation. * @short A dialog to select an operation.
* @author Paul Hensgen <phensgen@techie.com> * @author Paul Hensgen <phensgen@techie.com>
* Bugs and comments to uml-devel@lists.sf.net or http://bugs.kde.org * Bugs and comments to uml-devel@lists.sf.net or http://bugs.trinitydesktop.org
*/ */
class SelectOpDlg : public KDialogBase class SelectOpDlg : public KDialogBase

@ -37,7 +37,7 @@ class CodeGenerator;
/** /**
* @author Paul Hensgen * @author Paul Hensgen
* modified by brian thomas Aug-2003 * modified by brian thomas Aug-2003
* Bugs and comments to uml-devel@lists.sf.net or http://bugs.kde.org * Bugs and comments to uml-devel@lists.sf.net or http://bugs.trinitydesktop.org
*/ */
class SettingsDlg : public KDialogBase { class SettingsDlg : public KDialogBase {

@ -32,7 +32,7 @@ class TDEFontChooser;
* Displays the properties for a @ref StateWidget * Displays the properties for a @ref StateWidget
* *
* @author Paul Hensgen * @author Paul Hensgen
* Bugs and comments to uml-devel@lists.sf.net or http://bugs.kde.org * Bugs and comments to uml-devel@lists.sf.net or http://bugs.trinitydesktop.org
*/ */
class StateDialog : public KDialogBase { class StateDialog : public KDialogBase {

@ -16,7 +16,7 @@
/** /**
* @author Paul Hensgen * @author Paul Hensgen
* Bugs and comments to uml-devel@lists.sf.net or http://bugs.kde.org * Bugs and comments to uml-devel@lists.sf.net or http://bugs.trinitydesktop.org
*/ */
class TQButtonGroup; class TQButtonGroup;

@ -16,7 +16,7 @@
/** /**
* @author Jonathan Riddell * @author Jonathan Riddell
* Bugs and comments to uml-devel@lists.sf.net or http://bugs.kde.org * Bugs and comments to uml-devel@lists.sf.net or http://bugs.trinitydesktop.org
*/ */
class TQButtonGroup; class TQButtonGroup;

@ -18,7 +18,7 @@
/** /**
* @author Paul Hensgen * @author Paul Hensgen
* Bugs and comments to uml-devel@lists.sf.net or http://bugs.kde.org * Bugs and comments to uml-devel@lists.sf.net or http://bugs.trinitydesktop.org
*/ */
class UMLOperation; class UMLOperation;

@ -26,7 +26,7 @@ class UMLTemplate;
* A dialog to edit the properties of a class template (paramaterised class) * A dialog to edit the properties of a class template (paramaterised class)
* *
* @author Jonathan Riddell * @author Jonathan Riddell
* Bugs and comments to uml-devel@lists.sf.net or http://bugs.kde.org * Bugs and comments to uml-devel@lists.sf.net or http://bugs.trinitydesktop.org
*/ */
class UMLTemplateDialog : public KDialogBase { class UMLTemplateDialog : public KDialogBase {

@ -20,7 +20,7 @@
/** /**
* @author Paul Hensgen * @author Paul Hensgen
* Bugs and comments to uml-devel@lists.sf.net or http://bugs.kde.org * Bugs and comments to uml-devel@lists.sf.net or http://bugs.trinitydesktop.org
*/ */
class UMLView; class UMLView;
class ClassWidget; class ClassWidget;

@ -17,7 +17,7 @@
/** /**
* @author Paul Hensgen * @author Paul Hensgen
* Bugs and comments to uml-devel@lists.sf.net or http://bugs.kde.org * Bugs and comments to uml-devel@lists.sf.net or http://bugs.trinitydesktop.org
*/ */
class UMLWidget; class UMLWidget;
class UMLView; class UMLView;

@ -24,7 +24,7 @@ class UMLWidget;
/** /**
* @author Paul Hensgen * @author Paul Hensgen
* Bugs and comments to uml-devel@lists.sf.net or http://bugs.kde.org * Bugs and comments to uml-devel@lists.sf.net or http://bugs.trinitydesktop.org
*/ */
class DocWindow : public TQWidget { class DocWindow : public TQWidget {

@ -24,7 +24,7 @@ class UMLEntityAttribute;
* *
* @short Non-graphical Information for an Entity. * @short Non-graphical Information for an Entity.
* @author Jonathan Riddell * @author Jonathan Riddell
* Bugs and comments to uml-devel@lists.sf.net or http://bugs.kde.org * Bugs and comments to uml-devel@lists.sf.net or http://bugs.trinitydesktop.org
*/ */
class UMLEntity : public UMLClassifier { class UMLEntity : public UMLClassifier {
Q_OBJECT Q_OBJECT

@ -22,7 +22,7 @@
* @short Sets up entityattribute information. * @short Sets up entityattribute information.
* @author Jonathan Riddell <jr @jriddell.org> * @author Jonathan Riddell <jr @jriddell.org>
* @see UMLObject * @see UMLObject
* Bugs and comments to uml-devel@lists.sf.net or http://bugs.kde.org * Bugs and comments to uml-devel@lists.sf.net or http://bugs.trinitydesktop.org
*/ */
class UMLEntityAttribute : public UMLAttribute { class UMLEntityAttribute : public UMLAttribute {
Q_OBJECT Q_OBJECT

@ -25,7 +25,7 @@ class UMLView;
* @short A graphical version of an entity. * @short A graphical version of an entity.
* @author Jonathan Riddell * @author Jonathan Riddell
* @see UMLWidget * @see UMLWidget
* Bugs and comments to uml-devel@lists.sf.net or http://bugs.kde.org * Bugs and comments to uml-devel@lists.sf.net or http://bugs.trinitydesktop.org
*/ */
class EntityWidget : public UMLWidget { class EntityWidget : public UMLWidget {
public: public:

@ -24,7 +24,7 @@ class UMLEnumLiteral;
* *
* @short Non-graphical Information for an Enum. * @short Non-graphical Information for an Enum.
* @author Jonathan Riddell * @author Jonathan Riddell
* Bugs and comments to uml-devel@lists.sf.net or http://bugs.kde.org * Bugs and comments to uml-devel@lists.sf.net or http://bugs.trinitydesktop.org
*/ */
class UMLEnum : public UMLClassifier { class UMLEnum : public UMLClassifier {
Q_OBJECT Q_OBJECT

@ -21,7 +21,7 @@
* @short Sets up attribute information. * @short Sets up attribute information.
* @author Paul Hensgen <phensgen@techie.com> * @author Paul Hensgen <phensgen@techie.com>
* @see UMLObject * @see UMLObject
* Bugs and comments to uml-devel@lists.sf.net or http://bugs.kde.org * Bugs and comments to uml-devel@lists.sf.net or http://bugs.trinitydesktop.org
*/ */
class UMLEnumLiteral : public UMLClassifierListItem { class UMLEnumLiteral : public UMLClassifierListItem {

@ -25,7 +25,7 @@ class UMLView;
* @short A graphical version of an enum. * @short A graphical version of an enum.
* @author Jonathan Riddell * @author Jonathan Riddell
* @see UMLWidget * @see UMLWidget
* Bugs and comments to uml-devel@lists.sf.net or http://bugs.kde.org * Bugs and comments to uml-devel@lists.sf.net or http://bugs.trinitydesktop.org
*/ */
class EnumWidget : public UMLWidget { class EnumWidget : public UMLWidget {
public: public:

@ -32,7 +32,7 @@ class FloatingTextWidgetController;
* @short Displays a line of text or an operation. * @short Displays a line of text or an operation.
* @author Paul Hensgen <phensgen@techie.com> * @author Paul Hensgen <phensgen@techie.com>
* @see UMLWidget * @see UMLWidget
* Bugs and comments to uml-devel@lists.sf.net or http://bugs.kde.org * Bugs and comments to uml-devel@lists.sf.net or http://bugs.trinitydesktop.org
*/ */
class FloatingTextWidget : public UMLWidget { class FloatingTextWidget : public UMLWidget {

@ -28,7 +28,7 @@
* *
* @short Non-graphical management of objects and diagrams of a Folder * @short Non-graphical management of objects and diagrams of a Folder
* @author Oliver Kellogg * @author Oliver Kellogg
* Bugs and comments to uml-devel@lists.sf.net or http://bugs.kde.org * Bugs and comments to uml-devel@lists.sf.net or http://bugs.trinitydesktop.org
*/ */
class UMLFolder : public UMLPackage { class UMLFolder : public UMLPackage {

@ -23,7 +23,7 @@ class UMLView;
* @short Displays a fork/join plate in a state diagram. * @short Displays a fork/join plate in a state diagram.
* @author Oliver Kellogg <okellogg@users.sourceforge.net> * @author Oliver Kellogg <okellogg@users.sourceforge.net>
* @see UMLWidget * @see UMLWidget
* Bugs and comments to uml-devel@lists.sf.net or http://bugs.kde.org * Bugs and comments to uml-devel@lists.sf.net or http://bugs.trinitydesktop.org
*/ */
class ForkJoinWidget : public BoxWidget { class ForkJoinWidget : public BoxWidget {
public: public:

@ -18,7 +18,7 @@
* Rose model import * Rose model import
* *
* @author Oliver Kellogg * @author Oliver Kellogg
* Bugs and comments to uml-devel@lists.sf.net or http://bugs.kde.org * Bugs and comments to uml-devel@lists.sf.net or http://bugs.trinitydesktop.org
*/ */
namespace Import_Rose { namespace Import_Rose {

@ -22,7 +22,7 @@
/** /**
* Displays a startup splash screen. * Displays a startup splash screen.
* This class is mostly borrowed from another project, probably KMyMoney2. * This class is mostly borrowed from another project, probably KMyMoney2.
* Bugs and comments to uml-devel@lists.sf.net or http://bugs.kde.org * Bugs and comments to uml-devel@lists.sf.net or http://bugs.trinitydesktop.org
*/ */
class TDEStartupLogo : public TQWidget { class TDEStartupLogo : public TQWidget {
Q_OBJECT Q_OBJECT

@ -40,7 +40,7 @@ typedef TQPtrListIterator<TQCanvasRectangle> RectListIt;
/** /**
*@author Paul Hensgen *@author Paul Hensgen
* Bugs and comments to uml-devel@lists.sf.net or http://bugs.kde.org * Bugs and comments to uml-devel@lists.sf.net or http://bugs.trinitydesktop.org
*/ */
class LinePath : public TQObject { class LinePath : public TQObject {
Q_OBJECT Q_OBJECT

@ -31,7 +31,7 @@ class UMLView;
* *
* @short Interface to FloatingTextWidget for AssociationWidget and MessageWidget. * @short Interface to FloatingTextWidget for AssociationWidget and MessageWidget.
* @author Oliver Kellogg <okellogg@users.sourceforge.net> * @author Oliver Kellogg <okellogg@users.sourceforge.net>
* Bugs and comments to uml-devel@lists.sf.net or http://bugs.kde.org * Bugs and comments to uml-devel@lists.sf.net or http://bugs.trinitydesktop.org
*/ */
class LinkWidget { class LinkWidget {
public: public:

@ -25,7 +25,7 @@ class ClassifierWidget;
* *
* @short Displays a popup menu. * @short Displays a popup menu.
* @author Paul Hensgen <phensgen@techie.com> * @author Paul Hensgen <phensgen@techie.com>
* Bugs and comments to uml-devel@lists.sf.net or http://bugs.kde.org * Bugs and comments to uml-devel@lists.sf.net or http://bugs.trinitydesktop.org
*/ */
class ListPopupMenu : public TDEPopupMenu { class ListPopupMenu : public TDEPopupMenu {

@ -36,7 +36,7 @@ class MessageWidgetController;
* @see UMLWidget * @see UMLWidget
* @see ObjectWidget * @see ObjectWidget
* @see FloatingTextWidget * @see FloatingTextWidget
* Bugs and comments to uml-devel@lists.sf.net or http://bugs.kde.org * Bugs and comments to uml-devel@lists.sf.net or http://bugs.trinitydesktop.org
*/ */
class MessageWidget : public UMLWidget, public LinkWidget { class MessageWidget : public UMLWidget, public LinkWidget {
Q_OBJECT Q_OBJECT

@ -21,7 +21,7 @@
/** /**
* General purpose model utilities. * General purpose model utilities.
* @author Oliver Kellogg * @author Oliver Kellogg
* Bugs and comments to uml-devel@lists.sf.net or http://bugs.kde.org * Bugs and comments to uml-devel@lists.sf.net or http://bugs.trinitydesktop.org
*/ */

@ -23,7 +23,7 @@
* @short Non-graphical information for a Node. * @short Non-graphical information for a Node.
* @author Jonathan Riddell * @author Jonathan Riddell
* @see UMLCanvasObject * @see UMLCanvasObject
* Bugs and comments to uml-devel@lists.sf.net or http://bugs.kde.org * Bugs and comments to uml-devel@lists.sf.net or http://bugs.trinitydesktop.org
*/ */
class UMLNode : public UMLCanvasObject { class UMLNode : public UMLCanvasObject {
Q_OBJECT Q_OBJECT

@ -23,7 +23,7 @@ class UMLNode;
* @short A graphical version of a Node. * @short A graphical version of a Node.
* @author Jonathan Riddell * @author Jonathan Riddell
* @see UMLWidget * @see UMLWidget
* Bugs and comments to uml-devel@lists.sf.net or http://bugs.kde.org * Bugs and comments to uml-devel@lists.sf.net or http://bugs.trinitydesktop.org
*/ */
class NodeWidget : public UMLWidget { class NodeWidget : public UMLWidget {
public: public:

@ -30,7 +30,7 @@ class TQTextEdit;
* @short Displays a note box. * @short Displays a note box.
* @author Paul Hensgen <phensgen@techie.com> * @author Paul Hensgen <phensgen@techie.com>
* @see UMLWidget * @see UMLWidget
* Bugs and comments to uml-devel@lists.sf.net or http://bugs.kde.org * Bugs and comments to uml-devel@lists.sf.net or http://bugs.trinitydesktop.org
*/ */
class NoteWidget : public UMLWidget { class NoteWidget : public UMLWidget {
Q_OBJECT Q_OBJECT

@ -30,7 +30,7 @@ class SeqLineWidget;
* @short Displays an instance of a Concept. * @short Displays an instance of a Concept.
* @author Paul Hensgen <phensgen@techie.com> * @author Paul Hensgen <phensgen@techie.com>
* @see UMLWidget * @see UMLWidget
* Bugs and comments to uml-devel@lists.sf.net or http://bugs.kde.org * Bugs and comments to uml-devel@lists.sf.net or http://bugs.trinitydesktop.org
*/ */
class ObjectWidget : public UMLWidget { class ObjectWidget : public UMLWidget {
Q_OBJECT Q_OBJECT

@ -20,7 +20,7 @@ class UMLClassifier;
/** /**
* This class represents an operation in the UML model. * This class represents an operation in the UML model.
* *
* Bugs and comments to uml-devel@lists.sf.net or http://bugs.kde.org * Bugs and comments to uml-devel@lists.sf.net or http://bugs.trinitydesktop.org
*/ */
class UMLOperation : public UMLClassifierListItem { class UMLOperation : public UMLClassifierListItem {
Q_OBJECT Q_OBJECT

@ -28,7 +28,7 @@ class UMLAssociation;
* @short Non-graphical information for a Package. * @short Non-graphical information for a Package.
* @author Jonathan Riddell * @author Jonathan Riddell
* @see UMLCanvasObject * @see UMLCanvasObject
* Bugs and comments to uml-devel@lists.sf.net or http://bugs.kde.org * Bugs and comments to uml-devel@lists.sf.net or http://bugs.trinitydesktop.org
*/ */
class UMLPackage : public UMLCanvasObject { class UMLPackage : public UMLCanvasObject {

@ -25,7 +25,7 @@ class UMLPackage;
* @short A graphical version of a Package. * @short A graphical version of a Package.
* @author Jonathan Riddell * @author Jonathan Riddell
* @see UMLWidget * @see UMLWidget
* Bugs and comments to uml-devel@lists.sf.net or http://bugs.kde.org * Bugs and comments to uml-devel@lists.sf.net or http://bugs.trinitydesktop.org
*/ */
class PackageWidget : public UMLWidget { class PackageWidget : public UMLWidget {
public: public:

@ -35,7 +35,7 @@
* "This is some text" * "This is some text"
* *
* @author Oliver Kellogg * @author Oliver Kellogg
* Bugs and comments to uml-devel@lists.sf.net or http://bugs.kde.org * Bugs and comments to uml-devel@lists.sf.net or http://bugs.trinitydesktop.org
*/ */
class PetalNode { class PetalNode {
public: public:

@ -20,7 +20,7 @@ class PetalNode;
* for the PetalNodes encountered. * for the PetalNodes encountered.
* *
* @author Oliver Kellogg * @author Oliver Kellogg
* Bugs and comments to uml-devel@lists.sf.net or http://bugs.kde.org * Bugs and comments to uml-devel@lists.sf.net or http://bugs.trinitydesktop.org
*/ */
namespace Import_Rose { namespace Import_Rose {

@ -4,7 +4,7 @@
begin : Mon Jan 13 2003 begin : Mon Jan 13 2003
copyright : (C) 2003 by Andrew Sutton copyright : (C) 2003 by Andrew Sutton
email : ansutton@kent.edu email : ansutton@kent.edu
Bugs and comments to uml-devel@lists.sf.net or http://bugs.kde.org Bugs and comments to uml-devel@lists.sf.net or http://bugs.trinitydesktop.org
***************************************************************************/ ***************************************************************************/
/*************************************************************************** /***************************************************************************

@ -4,7 +4,7 @@
begin : Mon Jan 13 2003 begin : Mon Jan 13 2003
copyright : (C) 2003 by Andrew Sutton copyright : (C) 2003 by Andrew Sutton
email : ansutton@kent.edu email : ansutton@kent.edu
Bugs and comments to uml-devel@lists.sf.net or http://bugs.kde.org Bugs and comments to uml-devel@lists.sf.net or http://bugs.trinitydesktop.org
***************************************************************************/ ***************************************************************************/
/*************************************************************************** /***************************************************************************

@ -20,7 +20,7 @@ class ObjectWidget;
/** /**
* @short Widget class for graphical representation of sequence lines * @short Widget class for graphical representation of sequence lines
* @author Paul Hensgen * @author Paul Hensgen
* Bugs and comments to uml-devel@lists.sf.net or http://bugs.kde.org * Bugs and comments to uml-devel@lists.sf.net or http://bugs.trinitydesktop.org
*/ */
class SeqLineWidget : public TQCanvasLine { class SeqLineWidget : public TQCanvasLine {
public: public:

@ -33,7 +33,7 @@
* *
* @short A graphical version of a UML State. * @short A graphical version of a UML State.
* @author Paul Hensgen <phensgen@techie.com> * @author Paul Hensgen <phensgen@techie.com>
* Bugs and comments to uml-devel@lists.sf.net or http://bugs.kde.org * Bugs and comments to uml-devel@lists.sf.net or http://bugs.trinitydesktop.org
*/ */
class StateWidget : public UMLWidget { class StateWidget : public UMLWidget {
Q_OBJECT Q_OBJECT

@ -22,7 +22,7 @@
* @short Sets up stereotype information. * @short Sets up stereotype information.
* @author Jonathan Riddell * @author Jonathan Riddell
* @author Oliver Kellogg * @author Oliver Kellogg
* Bugs and comments to uml-devel@lists.sf.net or http://bugs.kde.org * Bugs and comments to uml-devel@lists.sf.net or http://bugs.trinitydesktop.org
*/ */
class UMLStereotype : public UMLObject { class UMLStereotype : public UMLObject {

@ -22,7 +22,7 @@
* @short Sets up template information. * @short Sets up template information.
* @author Jonathan Riddell * @author Jonathan Riddell
* @see UMLObject * @see UMLObject
* Bugs and comments to uml-devel@lists.sf.net or http://bugs.kde.org * Bugs and comments to uml-devel@lists.sf.net or http://bugs.trinitydesktop.org
*/ */
class UMLTemplate : public UMLClassifierListItem { class UMLTemplate : public UMLClassifierListItem {

@ -72,7 +72,7 @@ class TQCustomEvent;
* @see TDEConfig * @see TDEConfig
* *
* @author Paul Hensgen <phensgen@techie.com> * @author Paul Hensgen <phensgen@techie.com>
* Bugs and comments to uml-devel@lists.sf.net or http://bugs.kde.org * Bugs and comments to uml-devel@lists.sf.net or http://bugs.trinitydesktop.org
*/ */
class UMLApp : public KDockMainWindow { class UMLApp : public KDockMainWindow {

@ -30,7 +30,7 @@
* @short Non-graphical information for a UMLCanvasObject. * @short Non-graphical information for a UMLCanvasObject.
* @author Jonathan Riddell * @author Jonathan Riddell
* @see UMLObject * @see UMLObject
* Bugs and comments to uml-devel@lists.sf.net or http://bugs.kde.org * Bugs and comments to uml-devel@lists.sf.net or http://bugs.trinitydesktop.org
*/ */
class UMLCanvasObject : public UMLObject { class UMLCanvasObject : public UMLObject {

@ -72,7 +72,7 @@ class UMLFolder;
* files. * files.
* *
* @author Paul Hensgen <phensgen@techie.com> * @author Paul Hensgen <phensgen@techie.com>
* Bugs and comments to uml-devel@lists.sf.net or http://bugs.kde.org * Bugs and comments to uml-devel@lists.sf.net or http://bugs.trinitydesktop.org
*/ */
class UMLDoc : public TQObject { class UMLDoc : public TQObject {
Q_OBJECT Q_OBJECT

@ -26,7 +26,7 @@
* *
* @short Displays the list view for the program. * @short Displays the list view for the program.
* @author Paul Hensgen <phensgen@techie.com> * @author Paul Hensgen <phensgen@techie.com>
* Bugs and comments to uml-devel@lists.sf.net or http://bugs.kde.org * Bugs and comments to uml-devel@lists.sf.net or http://bugs.trinitydesktop.org
*/ */
class TQMouseEvent; class TQMouseEvent;

@ -30,7 +30,7 @@ class UMLClassifierListItem;
* @short Items used by @ref UMLListView. * @short Items used by @ref UMLListView.
* @author Paul Hensgen <phensgen@techie.com> * @author Paul Hensgen <phensgen@techie.com>
* @see UMLListView * @see UMLListView
* Bugs and comments to uml-devel@lists.sf.net or http://bugs.kde.org * Bugs and comments to uml-devel@lists.sf.net or http://bugs.trinitydesktop.org
*/ */
class UMLListViewItem : public TQListViewItem { class UMLListViewItem : public TQListViewItem {

@ -4,7 +4,7 @@
begin : Sat Dec 29 2001 begin : Sat Dec 29 2001
copyright : (C) 2001 by Gustavo Madrigal copyright : (C) 2001 by Gustavo Madrigal
email : gmadrigal@nextphere.com email : gmadrigal@nextphere.com
Bugs and comments to uml-devel@lists.sf.net or http://bugs.kde.org Bugs and comments to uml-devel@lists.sf.net or http://bugs.trinitydesktop.org
***************************************************************************/ ***************************************************************************/
/*************************************************************************** /***************************************************************************

@ -18,7 +18,7 @@
/** /**
*@author Paul Hensgen *@author Paul Hensgen
* Bugs and comments to uml-devel@lists.sf.net or http://bugs.kde.org * Bugs and comments to uml-devel@lists.sf.net or http://bugs.trinitydesktop.org
*/ */
namespace Uml { namespace Uml {

@ -31,7 +31,7 @@ class UMLObject;
* *
* @short The base class for UML objects. * @short The base class for UML objects.
* @author Paul Hensgen <phensgen@techie.com> * @author Paul Hensgen <phensgen@techie.com>
* Bugs and comments to uml-devel@lists.sf.net or http://bugs.kde.org * Bugs and comments to uml-devel@lists.sf.net or http://bugs.trinitydesktop.org
*/ */
class UMLObject : public TQObject { class UMLObject : public TQObject {
Q_OBJECT Q_OBJECT

@ -4,7 +4,7 @@
begin : Sat Dec 29 2001 begin : Sat Dec 29 2001
copyright : (C) 2001 by Gustavo Madrigal copyright : (C) 2001 by Gustavo Madrigal
email : gmadrigal@nextphere.com email : gmadrigal@nextphere.com
Bugs and comments to uml-devel@lists.sf.net or http://bugs.kde.org Bugs and comments to uml-devel@lists.sf.net or http://bugs.trinitydesktop.org
***************************************************************************/ ***************************************************************************/
/*************************************************************************** /***************************************************************************

@ -55,7 +55,7 @@ class ToolBarStateFactory;
* objects displayed on its related TQCanvas (see m_WidgetList.) * objects displayed on its related TQCanvas (see m_WidgetList.)
* *
* @author Paul Hensgen <phensgen@techie.com> * @author Paul Hensgen <phensgen@techie.com>
* Bugs and comments to uml-devel@lists.sf.net or http://bugs.kde.org * Bugs and comments to uml-devel@lists.sf.net or http://bugs.trinitydesktop.org
*/ */
class UMLView : public TQCanvasView { class UMLView : public TQCanvasView {
Q_OBJECT Q_OBJECT

@ -16,7 +16,7 @@
/** /**
*@author Paul Hensgen *@author Paul Hensgen
* Bugs and comments to uml-devel@lists.sf.net or http://bugs.kde.org * Bugs and comments to uml-devel@lists.sf.net or http://bugs.trinitydesktop.org
*/ */
class UMLView; class UMLView;

@ -4,7 +4,7 @@
begin : Sat Dec 29 2001 begin : Sat Dec 29 2001
copyright : (C) 2001 by Gustavo Madrigal copyright : (C) 2001 by Gustavo Madrigal
email : gmadrigal@nextphere.com email : gmadrigal@nextphere.com
Bugs and comments to uml-devel@lists.sf.net or http://bugs.kde.org Bugs and comments to uml-devel@lists.sf.net or http://bugs.trinitydesktop.org
***************************************************************************/ ***************************************************************************/
/*************************************************************************** /***************************************************************************

@ -38,7 +38,7 @@ class TQFontMetrics;
* *
* @short The base class for graphical UML objects. * @short The base class for graphical UML objects.
* @author Paul Hensgen <phensgen@techie.com> * @author Paul Hensgen <phensgen@techie.com>
* Bugs and comments to uml-devel@lists.sf.net or http://bugs.kde.org * Bugs and comments to uml-devel@lists.sf.net or http://bugs.trinitydesktop.org
*/ */
class UMLWidget : public WidgetBase, public TQCanvasRectangle { class UMLWidget : public WidgetBase, public TQCanvasRectangle {
Q_OBJECT Q_OBJECT

@ -4,7 +4,7 @@
begin : Sat Dec 29 2001 begin : Sat Dec 29 2001
copyright : (C) 2001 by Gustavo Madrigal copyright : (C) 2001 by Gustavo Madrigal
email : gmadrigal@nextphere.com email : gmadrigal@nextphere.com
Bugs and comments to uml-devel@lists.sf.net or http://bugs.kde.org Bugs and comments to uml-devel@lists.sf.net or http://bugs.trinitydesktop.org
***************************************************************************/ ***************************************************************************/
/*************************************************************************** /***************************************************************************

@ -20,7 +20,7 @@
* *
* @short Information for a non-graphical UML UseCase. * @short Information for a non-graphical UML UseCase.
* @author Paul Hensgen <phensgen@techie.com> * @author Paul Hensgen <phensgen@techie.com>
* Bugs and comments to uml-devel@lists.sf.net or http://bugs.kde.org * Bugs and comments to uml-devel@lists.sf.net or http://bugs.trinitydesktop.org
*/ */
class UMLUseCase : public UMLCanvasObject { class UMLUseCase : public UMLCanvasObject {

@ -33,7 +33,7 @@ class UMLUseCase;
* *
* @short A graphical version of a UMLUseCase. * @short A graphical version of a UMLUseCase.
* @author Paul Hensgen <phensgen@techie.com> * @author Paul Hensgen <phensgen@techie.com>
* Bugs and comments to uml-devel@lists.sf.net or http://bugs.kde.org * Bugs and comments to uml-devel@lists.sf.net or http://bugs.trinitydesktop.org
*/ */
class UseCaseWidget : public UMLWidget { class UseCaseWidget : public UMLWidget {
public: public:

@ -21,7 +21,7 @@ class UMLWidget;
/** /**
* Widget factory methods. * Widget factory methods.
* Bugs and comments to uml-devel@lists.sf.net or http://bugs.kde.org * Bugs and comments to uml-devel@lists.sf.net or http://bugs.trinitydesktop.org
*/ */
namespace Widget_Factory { namespace Widget_Factory {

@ -23,7 +23,7 @@ class TQCanvasRectangle;
/** /**
* General purpose widget utilities. * General purpose widget utilities.
* Bugs and comments to uml-devel@lists.sf.net or http://bugs.kde.org * Bugs and comments to uml-devel@lists.sf.net or http://bugs.trinitydesktop.org
*/ */
namespace Widget_Utils { namespace Widget_Utils {

@ -25,7 +25,7 @@ class UMLObject;
/** /**
* @short Common base class for UMLWidget and AssociationWidget * @short Common base class for UMLWidget and AssociationWidget
* @author Oliver Kellogg <okellogg@users.sourceforge.net> * @author Oliver Kellogg <okellogg@users.sourceforge.net>
* Bugs and comments to uml-devel@lists.sf.net or http://bugs.kde.org * Bugs and comments to uml-devel@lists.sf.net or http://bugs.trinitydesktop.org
*/ */
class WidgetBase : public TQObject { class WidgetBase : public TQObject {
Q_OBJECT Q_OBJECT

@ -35,7 +35,7 @@ class TQMainWindow;
* *
* @short The toolbar that is different for each type of diagram. * @short The toolbar that is different for each type of diagram.
* @author Paul Hensgen <phensgen@techie.com> * @author Paul Hensgen <phensgen@techie.com>
* Bugs and comments to uml-devel@lists.sf.net or http://bugs.kde.org * Bugs and comments to uml-devel@lists.sf.net or http://bugs.trinitydesktop.org
*/ */

Loading…
Cancel
Save