From f145995235f9d5efe27027aaf3f0d958008a6b3a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sl=C3=A1vek=20Banko?= Date: Sun, 1 Jul 2018 16:43:02 +0200 Subject: Update bug reports url to bugs.trinitydesktop.org MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Slávek Banko (cherry picked from commit 634dbebd29d7d8bcdbce968ec11363df73a598d6) --- buildtools/autotools/README.dox | 2 +- buildtools/custommakefiles/README.dox | 2 +- buildtools/qmake/README.dox | 2 +- buildtools/qmake/trollprojectwidget.cpp | 8 ++++---- doc/api/HighPriTasks.dox | 2 +- doc/api/Mainpage.dox | 2 +- doc/platform/Mainpage.dox | 2 +- languages/cpp/README.dox | 2 +- languages/cpp/app_templates/kdevlang/README.dox | 2 +- languages/cpp/app_templates/kdevpart/README.dox | 2 +- languages/cpp/app_templates/kdevpart2/README.dox | 2 +- languages/java/README.dox | 2 +- languages/php/README.dox | 2 +- parts/appwizard/README.dox | 2 +- parts/astyle/README.dox | 2 +- parts/classview/README.dox | 2 +- parts/documentation/README.dox | 2 +- parts/filecreate/README.dox | 2 +- parts/fileview/README.dox | 4 ++-- parts/grepview/README.dox | 2 +- parts/outputviews/README.dox | 2 +- parts/partexplorer/README.dox | 2 +- parts/tipofday/tips | 2 +- parts/vcsmanager/README.dox | 2 +- vcs/cvsservice/README.dox | 4 ++-- 25 files changed, 30 insertions(+), 30 deletions(-) diff --git a/buildtools/autotools/README.dox b/buildtools/autotools/README.dox index 8e3c6e59..f87ad1fb 100644 --- a/buildtools/autotools/README.dox +++ b/buildtools/autotools/README.dox @@ -15,7 +15,7 @@ reconfigure subprojects**. \feature Unsupported automake features will be left unchanged (hopefully), no major testing has been run yet (at least not by myself). -\bug bugs in autoproject component at Bugzilla database +\bug bugs in autoproject component at Bugzilla database \bug Lower Automake Manager view does not update it's view when adding a subproject (and targets, etc to the new subproject) \bug If removing the Active Target, update the .kdevelop file, too! diff --git a/buildtools/custommakefiles/README.dox b/buildtools/custommakefiles/README.dox index bd7473ad..f8c65e0b 100644 --- a/buildtools/custommakefiles/README.dox +++ b/buildtools/custommakefiles/README.dox @@ -14,7 +14,7 @@ and images. ... \feature Describe the last feature -\bug bugs in customproject component at Bugzilla database +\bug bugs in customproject component at Bugzilla database \bug Describe a the 1st bug that you know of, but probably hasn't been reported yet. .. \bug Describe a the nth bug that you know of, but probably hasn't been reported yet. diff --git a/buildtools/qmake/README.dox b/buildtools/qmake/README.dox index a4a1fb88..bfd07d3d 100644 --- a/buildtools/qmake/README.dox +++ b/buildtools/qmake/README.dox @@ -21,7 +21,7 @@ remove or reconfigure (sub)projects. \feature Unsupported qmake features will be left unchanged (hopefully) no major testing has been run yet. -\bug bugs in trollproject component at Bugzilla database +\bug bugs in trollproject component at Bugzilla database \requirement QMake >= 3.0.3 diff --git a/buildtools/qmake/trollprojectwidget.cpp b/buildtools/qmake/trollprojectwidget.cpp index 7a70fb1a..8a5fd12b 100644 --- a/buildtools/qmake/trollprojectwidget.cpp +++ b/buildtools/qmake/trollprojectwidget.cpp @@ -954,7 +954,7 @@ void TrollProjectWidget::slotRemoveSubproject( QMakeScopeItem *spitem ) if( !spitem->scope->deleteSubProject( m_shownSubproject->scope->getNum(), delsubdir ) ) { KMessageBox::error(this, i18n("Could not delete subproject.\nThis is an internal error, please write a" - " bug report to bugs.kde.org and include the output of tdevelop when run" + " bug report to bugs.trinitydesktop.org and include the output of tdevelop when run" "from a shell."),i18n("Subproject Deletion failed")); return; } @@ -2273,7 +2273,7 @@ void TrollProjectWidget::slotRemoveScope( QMakeScopeItem * spitem ) case Scope::FunctionScope: if( !pitem->scope->deleteFunctionScope( spitem->scope->getNum() ) ) { - KMessageBox::error(this, i18n("Could not delete Function Scope.\nThis is an internal error, please write a bug report to bugs.kde.org and include the output of tdevelop when run from a shell."),i18n("Function Scope Deletion failed")); + KMessageBox::error(this, i18n("Could not delete Function Scope.\nThis is an internal error, please write a bug report to bugs.trinitydesktop.org and include the output of tdevelop when run from a shell."),i18n("Function Scope Deletion failed")); return; } // pitem->scopes.remove( spitem ); @@ -2281,7 +2281,7 @@ void TrollProjectWidget::slotRemoveScope( QMakeScopeItem * spitem ) case Scope::IncludeScope: if( !pitem->scope->deleteIncludeScope( spitem->scope->getNum() ) ) { - KMessageBox::error(this, i18n("Could not delete Include Scope.\nThis is an internal error, please write a bug report to bugs.kde.org and include the output of tdevelop when run from a shell."),i18n("Include Scope Deletion failed")); + KMessageBox::error(this, i18n("Could not delete Include Scope.\nThis is an internal error, please write a bug report to bugs.trinitydesktop.org and include the output of tdevelop when run from a shell."),i18n("Include Scope Deletion failed")); return; } // pitem->scopes.remove( spitem ); @@ -2293,7 +2293,7 @@ void TrollProjectWidget::slotRemoveScope( QMakeScopeItem * spitem ) case Scope::SimpleScope: if( !pitem->scope->deleteSimpleScope( spitem->scope->getNum() ) ) { - KMessageBox::error(this, i18n("Could not delete Scope.\nThis is an internal error, please write a bug report to bugs.kde.org and include the output of tdevelop when run from a shell."),i18n("Scope Deletion failed")); + KMessageBox::error(this, i18n("Could not delete Scope.\nThis is an internal error, please write a bug report to bugs.trinitydesktop.org and include the output of tdevelop when run from a shell."),i18n("Scope Deletion failed")); return; } // pitem->scopes.remove( spitem ); diff --git a/doc/api/HighPriTasks.dox b/doc/api/HighPriTasks.dox index 1158d82c..cff59345 100644 --- a/doc/api/HighPriTasks.dox +++ b/doc/api/HighPriTasks.dox @@ -29,7 +29,7 @@ - implement "Make User Manual" - use kdoc to update Qt/KDE docs . - - Solve the regression bugs. These are the ones + - Solve the regression bugs. These are the ones marked with priority "HI" in the bug database diff --git a/doc/api/Mainpage.dox b/doc/api/Mainpage.dox index f399fb40..5540c72b 100644 --- a/doc/api/Mainpage.dox +++ b/doc/api/Mainpage.dox @@ -45,7 +45,7 @@ Additionally you may also want to find out \ref howToDocument (doc/api/HowToDocu Here is a priority ordered list: -# \ref HighPriTasks (doc/api/HighPriTasks.dox file) -# fix the dispersed \ref fixme - -# reported bugs in bugzilla database + -# reported bugs in bugzilla database -# fix the bugs in the \ref bug -# fix the dispersed \ref todo all over the code. . diff --git a/doc/platform/Mainpage.dox b/doc/platform/Mainpage.dox index 764afff3..b306c4fd 100644 --- a/doc/platform/Mainpage.dox +++ b/doc/platform/Mainpage.dox @@ -122,7 +122,7 @@ TDevelop Technotes. Here is a priority ordered list: -# fix the dispersed fixme - -# reported bugs in bugzilla database + -# reported bugs in bugzilla database -# fix the dispersed todo all over the code. . diff --git a/languages/cpp/README.dox b/languages/cpp/README.dox index 7e9e0fd5..9c81219f 100644 --- a/languages/cpp/README.dox +++ b/languages/cpp/README.dox @@ -18,7 +18,7 @@ and if you want play with the c++ parser go to lib/cppparser/, the best is to st \feature code highlight \feature Consult \ref LangSupportStatus for a up to date features/status of this programming language support part. -\bug bugs in cppsupport component at Bugzilla database +\bug bugs in cppsupport component at Bugzilla database \faq How can I have documentation on functions when using codecompletion ? -# Create the xml-output with Doxygen of the files you want to add to the classstore diff --git a/languages/cpp/app_templates/kdevlang/README.dox b/languages/cpp/app_templates/kdevlang/README.dox index 7069f3a5..5349612e 100644 --- a/languages/cpp/app_templates/kdevlang/README.dox +++ b/languages/cpp/app_templates/kdevlang/README.dox @@ -20,7 +20,7 @@ and images. ... \feature Describe the last feature -\bug bugs in YOUR_COMPONENT_NAME at Bugzilla database \bug Describe a the 1st bug that you know of, but probably hasn't been reported yet. diff --git a/languages/cpp/app_templates/kdevpart/README.dox b/languages/cpp/app_templates/kdevpart/README.dox index 7069f3a5..5349612e 100644 --- a/languages/cpp/app_templates/kdevpart/README.dox +++ b/languages/cpp/app_templates/kdevpart/README.dox @@ -20,7 +20,7 @@ and images. ... \feature Describe the last feature -\bug bugs in YOUR_COMPONENT_NAME at Bugzilla database \bug Describe a the 1st bug that you know of, but probably hasn't been reported yet. diff --git a/languages/cpp/app_templates/kdevpart2/README.dox b/languages/cpp/app_templates/kdevpart2/README.dox index 7069f3a5..5349612e 100644 --- a/languages/cpp/app_templates/kdevpart2/README.dox +++ b/languages/cpp/app_templates/kdevpart2/README.dox @@ -20,7 +20,7 @@ and images. ... \feature Describe the last feature -\bug bugs in YOUR_COMPONENT_NAME at Bugzilla database \bug Describe a the 1st bug that you know of, but probably hasn't been reported yet. diff --git a/languages/java/README.dox b/languages/java/README.dox index 47f1f5f1..9e208c9c 100644 --- a/languages/java/README.dox +++ b/languages/java/README.dox @@ -15,7 +15,7 @@ and images. \feature Java language support \feature Consult \ref LangSupportStatus for a up to date features/status of this programming language support part. -\bug bugs in javasupport component at Bugzilla database +\bug bugs in javasupport component at Bugzilla database \bug Describe a the 1st bug that you know of, but probably hasn't been reported yet. .. \bug Describe a the nth bug that you know of, but probably hasn't been reported yet. diff --git a/languages/php/README.dox b/languages/php/README.dox index 7c4c528b..42f0d532 100644 --- a/languages/php/README.dox +++ b/languages/php/README.dox @@ -16,7 +16,7 @@ all include files from your script. \feature PHP language support \feature Consult \ref LangSupportStatus for a up to date features/status of this programming language support part. -\bug bugs in php support component at Bugzilla database +\bug bugs in php support component at Bugzilla database \requirement PHP Cli Version or WebServer with php diff --git a/parts/appwizard/README.dox b/parts/appwizard/README.dox index 9a97c964..3d03903d 100644 --- a/parts/appwizard/README.dox +++ b/parts/appwizard/README.dox @@ -71,7 +71,7 @@ GNOME GNOME application \feature Development for 3rd party developers made easy. :) \feature A further step to rapid application development (RAD). -\bug bugs in appwizard component at Bugzilla database +\bug bugs in appwizard component at Bugzilla database \bug The C/C++ applications use libtool as a degugging shell. That doesn't work. Please remove libtool from "Project Options...-> Debugger -> Debugging Shell" to make them work. \requirement perl >= 5.004 diff --git a/parts/astyle/README.dox b/parts/astyle/README.dox index 735d3d90..f872cfdf 100644 --- a/parts/astyle/README.dox +++ b/parts/astyle/README.dox @@ -5,6 +5,6 @@ A plugin for formatting of sourcecode according to a specified set of rules. \feature formats source code according to a specified set of rules -\bug bugs in astyle component at Bugzilla database +\bug bugs in astyle component at Bugzilla database */ diff --git a/parts/classview/README.dox b/parts/classview/README.dox index 81f14b66..e4db611a 100644 --- a/parts/classview/README.dox +++ b/parts/classview/README.dox @@ -20,7 +20,7 @@ and images. ... \feature Describe the last feature -\bug bugs in classview component at Bugzilla database +\bug bugs in classview component at Bugzilla database \bug Describe a the 1st bug that you know of, but probably hasn't been reported yet. .. \bug Describe a the nth bug that you know of, but probably hasn't been reported yet. diff --git a/parts/documentation/README.dox b/parts/documentation/README.dox index 079ca6e5..918ad04e 100644 --- a/parts/documentation/README.dox +++ b/parts/documentation/README.dox @@ -10,7 +10,7 @@ Documentation plugin for TDevelop. \feature Devhelp books browsing (GTK/GNOME API) \feature TDevelopTOC browsing -\bug bugs in Documentation viewer at Bugzilla database diff --git a/parts/filecreate/README.dox b/parts/filecreate/README.dox index 435b93e9..c123295c 100644 --- a/parts/filecreate/README.dox +++ b/parts/filecreate/README.dox @@ -69,7 +69,7 @@ Usually, this XML forms part of the base .kdevelop file created by the appwizard \feature friendly sidebar listing the types of new file that can be created for your project \feature configurable per-project file types and global file types -\bug bugs in file create component at Bugzilla database +\bug bugs in file create component at Bugzilla database \bug Arrangement of text in sidebar is not always perfect diff --git a/parts/fileview/README.dox b/parts/fileview/README.dox index d11a7dd1..003e3e92 100644 --- a/parts/fileview/README.dox +++ b/parts/fileview/README.dox @@ -7,7 +7,7 @@ The file tree list view for displaying files within project dir. \feature Provides a way of navigating and interacting with the source files of the current project. -\bug bugs in file tree component at Bugzilla database +\bug bugs in file tree component at Bugzilla database \bug Describe a the 1st bug that you know of, but probably hasn't been reported yet. .. \bug Describe a the nth bug that you know of, but probably hasn't been reported yet. @@ -48,6 +48,6 @@ Allows grouping of project files according to filename patterns. \feature Provides a way of navigating and interacting with the source files (grouped by extension type) of the current project. -\bug bugs in file groups component at Bugzilla database +\bug bugs in file groups component at Bugzilla database */ diff --git a/parts/grepview/README.dox b/parts/grepview/README.dox index ef1875c6..eff44bbf 100644 --- a/parts/grepview/README.dox +++ b/parts/grepview/README.dox @@ -7,6 +7,6 @@ Integrates "find|grep" in TDevelop - allows fast searching of multiple files usi \feature grep works on editor context menu -\bug bugs in Grep Frontend component at Bugzilla database +\bug bugs in Grep Frontend component at Bugzilla database */ diff --git a/parts/outputviews/README.dox b/parts/outputviews/README.dox index ddc24a5a..13137019 100644 --- a/parts/outputviews/README.dox +++ b/parts/outputviews/README.dox @@ -7,7 +7,7 @@ Two output views: one displays compiler output, the other displays the applicati \feature Auto hide when it's not needed \feature Jump to error when clicked -\bug bugs in outputviews component at Bugzilla database +\bug bugs in outputviews component at Bugzilla database \todo Make the contents of the application output copyable. diff --git a/parts/partexplorer/README.dox b/parts/partexplorer/README.dox index 7c4c9322..ae33273f 100644 --- a/parts/partexplorer/README.dox +++ b/parts/partexplorer/README.dox @@ -19,6 +19,6 @@ Last updated on 28.07.2003 by Mario Scalas \feature Performs TDETrader-like queries about registered services -\bug bugs in partexplorer component at Bugzilla database +\bug bugs in partexplorer component at Bugzilla database */ diff --git a/parts/tipofday/tips b/parts/tipofday/tips index ad4261b6..e2d60519 100644 --- a/parts/tipofday/tips +++ b/parts/tipofday/tips @@ -70,7 +70,7 @@ -

If you have found a bug in TDevelop, please let us know. Use KDE Bugzilla at http://bugs.kde.org/ or select "Help"->"Report Bug" from the menu. +

If you have found a bug in TDevelop, please let us know. Use KDE Bugzilla at http://bugs.trinitydesktop.org/ or select "Help"->"Report Bug" from the menu. diff --git a/parts/vcsmanager/README.dox b/parts/vcsmanager/README.dox index 71d288ea..b0659af0 100644 --- a/parts/vcsmanager/README.dox +++ b/parts/vcsmanager/README.dox @@ -20,7 +20,7 @@ and images. ... \feature Describe the last feature -\bug bugs in YOUR_COMPONENT_NAME at Bugzilla database \bug Describe a the 1st bug that you know of, but probably hasn't been reported yet. diff --git a/vcs/cvsservice/README.dox b/vcs/cvsservice/README.dox index 1ff0b528..9887fac9 100644 --- a/vcs/cvsservice/README.dox +++ b/vcs/cvsservice/README.dox @@ -51,7 +51,7 @@ Implementation of this component is done by: - Fix the "cvs update" function which behave strangely for sub-directories of the main project dir. - (> 3.0) Replace the menu entries text with shorter ones - - Fix bugs on bugs.kde.org ;-) + - Fix bugs on bugs.trinitydesktop.org ;-) \authors Mario Scalas @@ -66,7 +66,7 @@ Implementation of this component is done by: \feature can revert and diff between specific releases \feature can do multiple diff from a common cvs log output text -\bug bugs in cvs part component at Bugzilla database +\bug bugs in cvs part component at Bugzilla database \requirement CVS >= 1.10.6 \requirement Cervisia >= 2.1 (from tdesdk package included in KDE >= 3.2) -- cgit v1.2.3