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>.
.SH "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
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.
&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
<ulink url="http://bugs.kde.org">http://bugs.kde.org</ulink>.
<ulink url="http://bugs.trinitydesktop.org">http://bugs.trinitydesktop.org</ulink>.
</para>
</chapter>

@ -1252,7 +1252,7 @@ void KBabelDictBox::about()
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")
.arg(aboutData->bugAddress()) +"\n";

@ -42,7 +42,7 @@ int main( int argc, char **argv )
cout << "msgid \"\"\n";
cout << "msgstr \"\"\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 << "\"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\\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
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: 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
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.
=head1 SEE ALSO
@ -1863,7 +1863,7 @@ $version was written (mostly) by:
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
my @argv;
@ -4215,7 +4215,7 @@ if ($@)
# We encountered an error.
print "Encountered an error in the execution of the script.\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.
exit 99;
@ -4276,7 +4276,7 @@ if ($@)
# We encountered an error.
print "Encountered an error in the execution of the script.\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;
}

@ -3,7 +3,7 @@ Some of the contributors are listed at:
http://uml.sourceforge.net/developers.php
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.
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
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
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
Umbrello developer's mailing list:

@ -29,7 +29,7 @@
*
* @short A graphical version of a UML Activity.
* @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 {
Q_OBJECT

@ -23,7 +23,7 @@
* @short Information for a non-graphical UML Actor.
* @author Paul Hensgen <phensgen@techie.com>
* @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 {
Q_OBJECT

@ -37,7 +37,7 @@ class UMLActor;
* @author Paul Hensgen <phensgen@techie.com>
* @see UMLWidget
* @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 {

@ -26,7 +26,7 @@ class UMLWidget;
*
* @short Toolbar providing alignment tools.
* @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 {
Q_OBJECT

@ -24,7 +24,7 @@
* @short Non-graphical information for a Artifact.
* @author Jonathan Riddell
* @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 {
Q_OBJECT

@ -27,7 +27,7 @@ class UMLArtifact;
* @short A graphical version of a Artifact.
* @author Jonathan Riddell
* @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 {
public:

@ -26,7 +26,7 @@ class UMLRole;
* @short Sets up association information.
* @author Oliver Kellogg <okellogg@users.sourceforge.net>
* @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 {

@ -50,7 +50,7 @@ class UMLOperation;
*
* @author Gustavo Madrigal
* @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 {
Q_OBJECT

@ -3,7 +3,7 @@
-------------------
copyright : (C) 2003 by Oliver Kellogg
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.
*
* @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 {
public:

@ -23,7 +23,7 @@
* @short Sets up attribute information.
* @author Paul Hensgen <phensgen@techie.com>
* @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 {
Q_OBJECT

@ -27,7 +27,7 @@ class UMLView;
* @short Displays a box.
* @author Jonathan Riddell
* @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 {
public:

@ -32,7 +32,7 @@ class IDChangeLog;
*
* @short Information for a non-graphical Concept/Class.
* @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 {

@ -25,7 +25,7 @@ class UMLClassifier;
*
* @short A base class for classifier list items (e.g. attributes)
* @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 {

@ -22,7 +22,7 @@ class AssociationWidget;
* @short Common implementation for class widget and interface widget
* @author Oliver Kellogg
* @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 {
public:

@ -19,7 +19,7 @@
* assigned id.
*
* @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>

@ -29,7 +29,7 @@ class TQMimeSource;
*
* @short Clipboard management class
* @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 {
Q_OBJECT

@ -28,7 +28,7 @@
* in a drag and drop operation or in a copy or paste operation.
*
* @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;

@ -12,7 +12,7 @@
/* This code generated by:
* Author : thomas
* 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 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 {

@ -24,7 +24,7 @@ class CodeGenerationPolicyPage;
* language independent policies.
*
* @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 {

@ -20,7 +20,7 @@ class UMLOperation;
/**
* Pascal class writer
* @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 {
Q_OBJECT

@ -21,7 +21,7 @@
/**
* Ada code import
* @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 {
public:

@ -19,7 +19,7 @@
* Abstract base for programming language specific import classes
* @author Mikko Pasanen
* @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 {

@ -20,7 +20,7 @@ class CppDriver;
/**
* C++ code import
* @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 {

@ -17,7 +17,7 @@
/**
* CORBA IDL code import
* @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 {
public:

@ -25,7 +25,7 @@ class UMLEnum;
/**
* Utilities for code import
* @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 {

@ -19,7 +19,7 @@
* Java code import
* @author Oliver Kellogg
* @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 {
public:

@ -39,7 +39,7 @@ class UMLClassifier;
*
* @short Base class for native implementations of language import
* @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 {
public:

@ -17,7 +17,7 @@
/**
* Pascal code import
* @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 {
public:

@ -17,7 +17,7 @@
/**
* Python code import
* @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 {
public:

@ -24,7 +24,7 @@
* @short Non-graphical information for a Component.
* @author Jonathan Riddell
* @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 {

@ -25,7 +25,7 @@ class UMLComponent;
* @short A graphical version of a Component.
* @author Jonathan Riddell
* @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 {
public:

@ -4,7 +4,7 @@
begin : Mon Jan 13 2003
copyright : (C) 2003 by Andrew Sutton
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.
* @author Jonathan Riddell
* @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 {
public:

@ -23,7 +23,7 @@ class UMLWidget;
/**
* Dialog utilities.
* @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 {

@ -33,7 +33,7 @@ class ActivityWidget;
* Displays the properties for a @ref ActivityWidget
*
* @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 {

@ -24,7 +24,7 @@ class ListPopupMenu;
/**
* @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 {
Q_OBJECT

@ -38,7 +38,7 @@ class KComboBox;
*
* @short Display properties on a UMLObject.
* @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 {
Q_OBJECT

@ -36,7 +36,7 @@
*
* @short The page shows all the Associations that belong to a UMLClassifier.
* @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 {
Q_OBJECT

@ -27,7 +27,7 @@ class UMLDoc;
/**
* Based off of AssocPropDlg class
* @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 {
Q_OBJECT

@ -34,7 +34,7 @@
*
* @short Display properties on a UMLObject.
* @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 {
Q_OBJECT

@ -34,7 +34,7 @@ class UMLDoc;
*
* @short Display properties on a UMLObject.
* @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 {
Q_OBJECT

@ -34,7 +34,7 @@ class UMLDoc;
*
* @short A dialog page to display classifier properties.
* @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 {
Q_OBJECT

@ -29,7 +29,7 @@ class ClassifierWidget;
* @short A dialog page to display the options for a UMLWidget.
* @author Paul Hensgen <phensgen@techie.com>
* @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 {
public:

@ -36,7 +36,7 @@ class UMLWidget;
/**
* @author Paul Hensgen <phensgen@techie.com>
* @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 {
Q_OBJECT

@ -22,7 +22,7 @@ class UMLDoc;
/**
* @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 {
public:

@ -4,7 +4,7 @@
begin : Thu Jul 25 2002
copyright : (C) 2002 by Luis De la Parra
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
copyright : (C) 2002 by Luis De la Parra
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.
* @author Paul Hensgen <phensgen@techie.com>
* @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 {

@ -18,7 +18,7 @@
/**
* @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 TQLineEdit;

@ -25,7 +25,7 @@ class TQCheckBox;
* better to use user defined buttons but I couldn't work out how. KDialogBase guru needed.
*
* @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 {
Q_OBJECT

@ -33,7 +33,7 @@ class UMLDoc;
*
* @short A properties dialog box for a parameter.
* @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 {
Q_OBJECT

@ -23,7 +23,7 @@
/**
* @short The page shows all the objects that belong to a @ref UMLPackage.
* @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 {
Q_OBJECT

@ -33,7 +33,7 @@ class UMLView;
*
* @short A dialog to select an operation.
* @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

@ -37,7 +37,7 @@ class CodeGenerator;
/**
* @author Paul Hensgen
* 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 {

@ -32,7 +32,7 @@ class TDEFontChooser;
* Displays the properties for a @ref StateWidget
*
* @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 {

@ -16,7 +16,7 @@
/**
* @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;

@ -16,7 +16,7 @@
/**
* @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;

@ -18,7 +18,7 @@
/**
* @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;

@ -26,7 +26,7 @@ class UMLTemplate;
* A dialog to edit the properties of a class template (paramaterised class)
*
* @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 {

@ -20,7 +20,7 @@
/**
* @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 ClassWidget;

@ -17,7 +17,7 @@
/**
* @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 UMLView;

@ -24,7 +24,7 @@ class UMLWidget;
/**
* @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 {

@ -24,7 +24,7 @@ class UMLEntityAttribute;
*
* @short Non-graphical Information for an Entity.
* @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 {
Q_OBJECT

@ -22,7 +22,7 @@
* @short Sets up entityattribute information.
* @author Jonathan Riddell <jr @jriddell.org>
* @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 {
Q_OBJECT

@ -25,7 +25,7 @@ class UMLView;
* @short A graphical version of an entity.
* @author Jonathan Riddell
* @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 {
public:

@ -24,7 +24,7 @@ class UMLEnumLiteral;
*
* @short Non-graphical Information for an Enum.
* @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 {
Q_OBJECT

@ -21,7 +21,7 @@
* @short Sets up attribute information.
* @author Paul Hensgen <phensgen@techie.com>
* @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 {

@ -25,7 +25,7 @@ class UMLView;
* @short A graphical version of an enum.
* @author Jonathan Riddell
* @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 {
public:

@ -32,7 +32,7 @@ class FloatingTextWidgetController;
* @short Displays a line of text or an operation.
* @author Paul Hensgen <phensgen@techie.com>
* @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 {

@ -28,7 +28,7 @@
*
* @short Non-graphical management of objects and diagrams of a Folder
* @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 {

@ -23,7 +23,7 @@ class UMLView;
* @short Displays a fork/join plate in a state diagram.
* @author Oliver Kellogg <okellogg@users.sourceforge.net>
* @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 {
public:

@ -18,7 +18,7 @@
* Rose model import
*
* @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 {

@ -22,7 +22,7 @@
/**
* Displays a startup splash screen.
* 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 {
Q_OBJECT

@ -40,7 +40,7 @@ typedef TQPtrListIterator<TQCanvasRectangle> RectListIt;
/**
*@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 {
Q_OBJECT

@ -31,7 +31,7 @@ class UMLView;
*
* @short Interface to FloatingTextWidget for AssociationWidget and MessageWidget.
* @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 {
public:

@ -25,7 +25,7 @@ class ClassifierWidget;
*
* @short Displays a popup menu.
* @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 {

@ -36,7 +36,7 @@ class MessageWidgetController;
* @see UMLWidget
* @see ObjectWidget
* @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 {
Q_OBJECT

@ -21,7 +21,7 @@
/**
* General purpose model utilities.
* @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.
* @author Jonathan Riddell
* @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 {
Q_OBJECT

@ -23,7 +23,7 @@ class UMLNode;
* @short A graphical version of a Node.
* @author Jonathan Riddell
* @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 {
public:

@ -30,7 +30,7 @@ class TQTextEdit;
* @short Displays a note box.
* @author Paul Hensgen <phensgen@techie.com>
* @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 {
Q_OBJECT

@ -30,7 +30,7 @@ class SeqLineWidget;
* @short Displays an instance of a Concept.
* @author Paul Hensgen <phensgen@techie.com>
* @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 {
Q_OBJECT

@ -20,7 +20,7 @@ class UMLClassifier;
/**
* 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 {
Q_OBJECT

@ -28,7 +28,7 @@ class UMLAssociation;
* @short Non-graphical information for a Package.
* @author Jonathan Riddell
* @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 {

@ -25,7 +25,7 @@ class UMLPackage;
* @short A graphical version of a Package.
* @author Jonathan Riddell
* @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 {
public:

@ -35,7 +35,7 @@
* "This is some text"
*
* @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 {
public:

@ -20,7 +20,7 @@ class PetalNode;
* for the PetalNodes encountered.
*
* @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 {

@ -4,7 +4,7 @@
begin : Mon Jan 13 2003
copyright : (C) 2003 by Andrew Sutton
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
copyright : (C) 2003 by Andrew Sutton
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
* @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 {
public:

@ -33,7 +33,7 @@
*
* @short A graphical version of a UML State.
* @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 {
Q_OBJECT

@ -22,7 +22,7 @@
* @short Sets up stereotype information.
* @author Jonathan Riddell
* @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 {

@ -22,7 +22,7 @@
* @short Sets up template information.
* @author Jonathan Riddell
* @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 {

@ -72,7 +72,7 @@ class TQCustomEvent;
* @see TDEConfig
*
* @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 {

@ -30,7 +30,7 @@
* @short Non-graphical information for a UMLCanvasObject.
* @author Jonathan Riddell
* @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 {

@ -72,7 +72,7 @@ class UMLFolder;
* files.
*
* @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 {
Q_OBJECT

@ -26,7 +26,7 @@
*
* @short Displays the list view for the program.
* @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;

@ -30,7 +30,7 @@ class UMLClassifierListItem;
* @short Items used by @ref UMLListView.
* @author Paul Hensgen <phensgen@techie.com>
* @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 {

@ -4,7 +4,7 @@
begin : Sat Dec 29 2001
copyright : (C) 2001 by Gustavo Madrigal
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
* 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 {

@ -31,7 +31,7 @@ class UMLObject;
*
* @short The base class for UML objects.
* @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 {
Q_OBJECT

@ -4,7 +4,7 @@
begin : Sat Dec 29 2001
copyright : (C) 2001 by Gustavo Madrigal
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.)
*
* @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 {
Q_OBJECT

@ -16,7 +16,7 @@
/**
*@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;

@ -4,7 +4,7 @@
begin : Sat Dec 29 2001
copyright : (C) 2001 by Gustavo Madrigal
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.
* @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 {
Q_OBJECT

@ -4,7 +4,7 @@
begin : Sat Dec 29 2001
copyright : (C) 2001 by Gustavo Madrigal
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.
* @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 {

@ -33,7 +33,7 @@ class UMLUseCase;
*
* @short A graphical version of a UMLUseCase.
* @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 {
public:

@ -21,7 +21,7 @@ class UMLWidget;
/**
* 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 {

@ -23,7 +23,7 @@ class TQCanvasRectangle;
/**
* 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 {

@ -25,7 +25,7 @@ class UMLObject;
/**
* @short Common base class for UMLWidget and AssociationWidget
* @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 {
Q_OBJECT

@ -35,7 +35,7 @@ class TQMainWindow;
*
* @short The toolbar that is different for each type of diagram.
* @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