diff --git a/AUTHORS b/AUTHORS index b2a4a628..440ad5e5 100644 --- a/AUTHORS +++ b/AUTHORS @@ -1,7 +1,7 @@ Bernd Gehrmann Debugger frontend: - John Birch + John Birch C++ source parser: Jonas Nordin @@ -10,7 +10,7 @@ Java support: Richard Dale Framework, dialogs, PHP support: - Sandy Meier + Sandy Meier Several parts, htdig searching & indexing: Matthias Hoelzer-Kluepfel @@ -25,10 +25,10 @@ editing component: The KWrite authors QEditor part, help for code-completion, abbrev part: - Roberto Raggi + Roberto Raggi Qt 3 port, various patches: - Harald Fernengel + Harald Fernengel Help with KParts, KGenericFactory and other KDE infrastructure: Simon Hausmann diff --git a/CMakeLists.txt b/CMakeLists.txt index 42261ac7..426a07c6 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -14,7 +14,7 @@ cmake_minimum_required( VERSION 2.6 ) ##### general package setup ##################### -project( kdevelop ) +project( tdevelop ) set( VERSION "3.5.4") @@ -107,7 +107,7 @@ if( NOT DEFINED QT_DOCDIR ) endif( ) if( NOT DEFINED KDELIBS_DOXYDIR ) - set( KDELIBS_DOXYDIR "${TDE_HTML_DIR}/en/kdelibs-apidocs" ) + set( KDELIBS_DOXYDIR "${TDE_HTML_DIR}/en/tdelibs-apidocs" ) endif( ) if( NOT DEFINED MAKE_COMMAND ) @@ -134,21 +134,21 @@ set( CMAKE_MODULE_LINKER_FLAGS "-Wl,--no-undefined" ) ##### install data ############################## install( FILES - kdevelop.desktop kdevassistant.desktop kdevelop_ruby.desktop - kdevelop_c_cpp.desktop kdevelop_kde_cpp.desktop - kdevelop_scripting.desktop + tdevelop.desktop kdevassistant.desktop tdevelop_ruby.desktop + tdevelop_c_cpp.desktop tdevelop_kde_cpp.desktop + tdevelop_scripting.desktop DESTINATION ${XDG_APPS_INSTALL_DIR} ) install( FILES - kde-development-kdevelop.directory + kde-development-tdevelop.directory DESTINATION ${XDG_DIRECTORY_INSTALL_DIR} ) install( FILES - x-kdevelop.desktop + x-tdevelop.desktop DESTINATION ${MIME_INSTALL_DIR}/application ) install( PROGRAMS - kdevprj2kdevelop + kdevprj2tdevelop DESTINATION ${BIN_INSTALL_DIR} ) diff --git a/ChangeLog b/ChangeLog index 7f6393db..54f750a2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -105,7 +105,7 @@ one line per name=value pair. 2005-06-25 Pieter Pareit - * Added ruby_{run,config} icons, the .png files are used by kdevelop, + * Added ruby_{run,config} icons, the .png files are used by tdevelop, the .psd files can be used by artists when icons need to be changed Thanks Zoran Karavla for the artwork! @@ -148,13 +148,13 @@ * Fix bug 71708 by giving the environment variable dialogs a parent so they can't get hidden behind other windows -2005-02-23 Alexander Dymo +2005-02-23 Alexander Dymo * Fix compilation on KDE 3.2 2005-02-22 Alexander Neundorf - * Added partial support for building kdevelop with cmake + * Added partial support for building tdevelop with cmake -2005-02-22 Alexander Dymo +2005-02-22 Alexander Dymo * Added a qmake parser to help implementing a much better qmake project manager @@ -172,7 +172,7 @@ * Fixed Java KDE app framework template so it compiles 2005-02-01 Jens Dagerbo - * Implemented a fix for BR 91757 which also removes the silly runtime dependency we had on kdebase + * Implemented a fix for BR 91757 which also removes the silly runtime dependency we had on tdebase 2005-01-28 Richard Dale * Added a Ruby KConfig XT project template @@ -180,7 +180,7 @@ 2005-01-25 Jens Dagerbo * Reimplemented "Forward" for source navigation history -2005-01-23 Amilcar Lucas +2005-01-23 Amilcar Lucas * Updated support for Doxygen up to 1.4.1 2005-01-22 Jens Dagerbo @@ -203,17 +203,17 @@ 2005-01-03 Robert Gruber * Added support for CVS commands edit, unedit and editors -2004-12-19 Alexander Dymo +2004-12-19 Alexander Dymo * Made it possible to add custom build commands (like make install-exec) for the subproject context menu in automake manager. -2004-12-17 Alexander Dymo +2004-12-17 Alexander Dymo * Advanced subclassing option in C++ New Class Wizard can be used for classes in the persistant class store. This means that if the PCS for Qt library is built then advanced subclassing from Qt classes is possible in the wizard. -2004-12-15 Alexander Dymo +2004-12-15 Alexander Dymo * Finished the implementation of plugin profiles for KDevelop shell and shell extension architecture. This means that KDevelop IDE becomes a KDevelop Platform now. And @@ -234,13 +234,13 @@ - Run main program or run selected window options * The '-K' character coding project option is now passed to the debugger too -2004-11-22 Alexander Dymo +2004-11-22 Alexander Dymo * Implemented simple VCS integrators for Clearcase, Perforce and Subversion. * Reenabled subversion support plugin. - * Imported svn kioslave from kdesdk HEAD into a compat library therefore svn + * Imported svn kioslave from tdesdk HEAD into a compat library therefore svn will work on KDE<3.3.90 too. -2004-11-21 Alexander Dymo +2004-11-21 Alexander Dymo * Added KDevVCSIntegrator extra interface. VCS Integrator is a plugin which is used by application wizard to select a version control and possibly import newly created project into the VCS. @@ -267,7 +267,7 @@ commands are sent, and the replies are parsed in KDevelop in much the same way as the gdb debugger uses stdin and stdout to send and receive. -2004-11-17 Alexander Dymo +2004-11-17 Alexander Dymo * KDevelop interfaces cleanup and enchancements. Interfaces are now smaller, additional, not so important interfaces are available through extension mechanism (see KDevPlugin::extension() methods). Also added a lot of API documentation. @@ -302,11 +302,11 @@ * The type of the variable is inferred from the type of the thing on the rhs of the assignment to it. -2004-10-27 Amilcar Lucas +2004-10-27 Amilcar Lucas Exclude non API classes from the doxygen API documentation. Please use the "doxygen doxyfile" command to test it. -2004-10-27 Alexander Dymo +2004-10-27 Alexander Dymo The first step in creating RubyQt/Korundum RAD environment - started to implement KDevDesigner integration for Ruby: works: automatic and manual subclass creation; @@ -331,12 +331,12 @@ * Implemented ruby slots/signals declaration navigation in the class browser * Atrr accessor and access control method lists can span multiple lines -2004-10-23 Alexander Dymo +2004-10-23 Alexander Dymo * KDevelop documentation viewer and KDevAssistant: - implemented font configuration options; - disabled loading of KHTML plugins. -2004-10-21 Alexander Dymo +2004-10-21 Alexander Dymo * KDevelop Platform: - implemented profiles library and editor engine; - implemented profiles editor (kdevprofileeditor application); @@ -359,9 +359,9 @@ -add two submenus "Object Files" and "Other Files" to the "Build Targets" menu -add new tag so that the filelist file can be located outside the source directory. This is currently only written - by the cmake kdevelop3 project file generator + by the cmake tdevelop3 project file generator -2004-08-27 Amilcar Lucas +2004-08-27 Amilcar Lucas * Updated support for Doxygen 1.3.8 2004-06-21 Robert Gruber @@ -409,12 +409,12 @@ 2004-05-08 Alexander Dymo * Devhelp and KDevelopTOC documentation plugins are implemented. Indexes that exist - in devhelp and kdeveloptoc files are now taken into account. + in devhelp and tdeveloptoc files are now taken into account. 2004-05-04 Alexander Dymo * Doxygen documentation plugin (toc and index) is implemented. This means that kdevassistant can browse KDE API docs and has table of contents and index! - kdevassistant (and kdevelop itself) is now the first documentation browser where you can + kdevassistant (and tdevelop itself) is now the first documentation browser where you can look for Qt and KDE classes at the same time (using one index). 2004-04-30 Sascha Cunz @@ -422,7 +422,7 @@ 2004-04-25 Sascha Cunz * Added support for reading the licenses that appwizard uses dynamically. Install all current licenses - to $prefix/share/apps/kdevelop/licenses + to $prefix/share/apps/tdevelop/licenses 2004-04-22 Alexander Dymo * Added brand new "Look in documentation" function that puts the term under the cursor into the @@ -494,17 +494,17 @@ 2004-02-23 Alexander Dymo * Added Opie application templates for C++/Embedded development. Templates by Holger Freyther. -2004-02-19 jbb +2004-02-19 jbb * Robert Gruber's patch - fix printing member variable when a /x modifier is added 2004-02-18 Jens Dagerbo * Added function lookup to QuickOpen plugin. Patch by Ahn, Duk J. -2004-02-15 Amilcar Lucas +2004-02-15 Amilcar Lucas * Updated support for Doxygen 1.3.6 -2004-02-07 jbb +2004-02-07 jbb * Robert Gruber's patch - fix whatis when toggling to hex display - fix refresh display setting global output radix. @@ -513,7 +513,7 @@ * Moved all of the plugin loading logic to PluginController * Moved FileCreatePart to the globally loaded "default parts" -2004-02-06 jbb +2004-02-06 jbb * Add (global) Output radix to debugger options. * Robert Gruber's patch to add hex/dec toggle to watch window items @@ -538,36 +538,36 @@ 2004-01-09 Amilcar Lucas * Easy access to bug reports of every supported language in the documentation browser (except SQL) -2004-01-07 Amilcar Lucas +2004-01-07 Amilcar Lucas * Updated support for Doxygen 1.3.5 cvs HEAD -2003-11-28 F@lk Brettschneider +2003-11-28 F@lk Brettschneider * old IDEAl look for toolview-buttons is back in IDEAl mode -2003-11-20 F@lk Brettschneider - * latest sync with KMdi of kdelibs-cvsHead (fixes some crashes) +2003-11-20 F@lk Brettschneider + * latest sync with KMdi of tdelibs-cvsHead (fixes some crashes) * enabled kmdiguiclient.h/cpp for KDE less version 3.2 too (-> this introduces KDE-accels Ctrl+Shift+Alt+L/R/B/T for IDEAl-docks and Ctrl+Alt+CursorLeft/CursorRight for cycling IDEAl-toolviews) * bugfix: proper names of View menu - * now save the docking state to another section of kdeveloprc (to let people (who tried KMdi alpha versions) escape a vicious cycle) + * now save the docking state to another section of tdeveloprc (to let people (who tried KMdi alpha versions) escape a vicious cycle) 2003-11-16 Mario Scalas * Version control color feedback for the file view (currently implemented by vcs/cvsservice plugin only). -2003-11-13 Amilcar Lucas - * Readded a even cleaner kdevelop.kdevelop file. +2003-11-13 Amilcar Lucas + * Readded a even cleaner tdevelop.tdevelop file. PLEASE do _not_ commit changes to this file. We have until mid January 2004 to make the necessary code changes that create a more "cvs friendly" file by moving some of the options to the .kdevses file. For info on how to do it, read: - http://developer.kde.org/documentation/library/cvs-api/kdevelop/html/howToAddPlugins.html + http://developer.kde.org/documentation/library/cvs-api/tdevelop/html/howToAddPlugins.html I think this is very important fo the success of KDevelop3 in for developer teams (no man is an island!). Alexander and F@lk seam to agree with me on this one. -2003-11-09 F@lk Brettschneider +2003-11-09 F@lk Brettschneider * as planned and decided months ago, now I removed KDevelop's own special implementation of IDEAl UI mode. - This has been replaced by KDE's IDEAl UI mode, globally implemented in kdelibs/kmdi. + This has been replaced by KDE's IDEAl UI mode, globally implemented in tdelibs/kmdi. Now we increase maintainance, KDE-comformity and can switch all KDevelop UI modes on the fly. 2003-10-29 Alexander Dymo @@ -592,13 +592,13 @@ * new in New-Project-Dialog: Getting the Project location with "..." asks if it should set tht directory to the DefaultProjectsDir. -2003-10-13 Amilcar Lucas +2003-10-13 Amilcar Lucas * Moved the language specific documentation to the languages/xxx/doc directories 2003-10-12 Mickael Marchand * New subversion part added to replace the old svn one -2003-10-11 F@lk Brettschneider +2003-10-11 F@lk Brettschneider * now I've started again fixing the MDI user interfaces which are quite broken at present 2003-10-08 Tilman Vogel @@ -612,11 +612,11 @@ * Reenabled Ada language support (ported it to code model and reenabled background parsing). -2003-10-04 Amilcar Lucas +2003-10-04 Amilcar Lucas * On-line, automaticaly updated every 24H, KDevelop API Documentation can be viewed with the doctreeview. -2003-10-02 Amilcar Lucas - * Renamed KDevelop executable from gideon to kdevelop. +2003-10-02 Amilcar Lucas + * Renamed KDevelop executable from gideon to tdevelop. * This makes KDevelop3 OVERWRITE KDevelop 2.x instalations. * Restructured the directories acording to the API documentation buildtools -> has the old Project managers @@ -624,7 +624,7 @@ editors -> editors support vcs -> Version control systems (clearcase, cvs, perforce, svn, cvsservice and cervisia) -2003-09-26 Amilcar Lucas +2003-09-26 Amilcar Lucas * Added per target run arguments to the automake manager. These arguments are used when no Main program (Project Options...-> Run Options) is selected and the Program arguments (Project Options...-> Run Options) are left empty. @@ -634,7 +634,7 @@ * Added popup menu for the documentation viewer. It contains "Open in New Window", "Reload", "Stop" and "Set Encoding" actions. * Created mimetypes directory in KDevelop source tree. Here we can put all mimetypes necessary - for KDevelop that are not available in kdelibs. + for KDevelop that are not available in tdelibs. * Added x-fortran, x-pascal and chm (HTML Help) mime types. 2003-09-10 Alexander Dymo @@ -646,7 +646,7 @@ 2003-09-09 Dominik Haumann * parts/appwizard/appwizarddlg[base.ui,.cpp]: fixed bugs 45719, 63930, 63929 -2003-09-08 Roberto Raggi +2003-09-08 Roberto Raggi * Added the GUI for create the code completion databases for external libraries like Qt and KDE @@ -658,21 +658,21 @@ It is the replacement of script/custom/pascal/ada/haskell/etc. project managers. Extensible with plugins. Currently available project manager based on shell scripts. -2003-08-28 Harald Fernengel +2003-08-28 Harald Fernengel * SQL support now displays tables and fields in the classbrowser -2003-08-27 Harald Fernengel +2003-08-27 Harald Fernengel * Added language support on the fly - you can switch to SQL mode from a CPP project, or to Perl if you have scripts -2003-08-26 Harald Fernengel +2003-08-26 Harald Fernengel * Added version information for plugins to prevent opening binary incompatible plugins from old versions. -2003-08-10 jbb +2003-08-10 jbb * Roger Larsson's patch that adds remote debugging. -2003-08-03 jbb +2003-08-03 jbb * fixes for debugger startup problems * fixes for debugger shutdown A significant change in this patch is that we no longer attempt to @@ -688,7 +688,7 @@ * Results list will now use tooltips to show available services' properties. * Several bugfixes in GUI code -2003-07-28 Amilcar Lucas +2003-07-28 Amilcar Lucas * Full support for Doxygen 1.3.3 2003-07-25 Gael de Chalendar @@ -702,7 +702,7 @@ * Quote environment variables with double quotes to allow shell expansion when launching make from the project manager. -2003-07-19 Harald Fernengel +2003-07-19 Harald Fernengel * QEdtior can now Reload files 2003-07-19 Andras Mantia @@ -714,7 +714,7 @@ * resolve links before opening a local file * add "-follow" as a switch for "find" to successfully grep even in symlinked directories -2003-07-14 Amilcar Lucas +2003-07-14 Amilcar Lucas * If no Main Program was selected in Project Options...-> Run Options, then use the currently selected active target. This is valid for execution and for debugging. So no more need to goto the menu every time you want to debug a new target! Just @@ -726,7 +726,7 @@ * don't treat libtool link messages for modules as errors. * recognize libtool warning messages. -2003-07-12 F@lk Brettschneider +2003-07-12 F@lk Brettschneider * compiles and runs on KDE-3.0.3/Qt-3.0.5 again 2003-07-07 Mario Scalas @@ -735,7 +735,7 @@ 2003-07-06 Alexander Dymo * Implemented Delphi compiler plugin -2003-07-04 Amilcar do Carmo Lucas +2003-07-04 Amilcar do Carmo Lucas Added debug and optimized build configurations to all C and C++ autoproject based templates 2003-07-04 Andras Mantia @@ -747,7 +747,7 @@ * Make classbrowser use comboviews (QComboView) in namespace, class and method selectors on the toolbar. -2003-06-23 Amilcar Lucas +2003-06-23 Amilcar Lucas * Replaced all TODO occurencies with @todo so that they show up in the Doxygen generated documentation under "Related Pages > Todo List" * Make Doxygen generate XML files for the codecompletion tooltips @@ -763,11 +763,11 @@ drag support because it needs to be fixed by TT (seems a bug from qt-3.1.2 onward). -2003-06-15 Harald Fernengel +2003-06-15 Harald Fernengel * Added notification if a file has been modified outside the IDE (IDEAl mode only for now). -2003-06-14 Harald Fernengel +2003-06-14 Harald Fernengel * Added perforce to the main menu, also uses KActions now so you can assign your favourite keybinding to the commands. @@ -791,10 +791,10 @@ 2003-06-11 Hamish Rodda * Implemented "Debug in KDevelop" hook into drkonqi (the KDE crash - handler). Press the button and kdevelop attaches to the process + handler). Press the button and tdevelop attaches to the process and brings up the frame stack, as long as the binary name of the process is the same as your binary. Requires an update to - kdebase/drkonqi to work (runtime dependency). + tdebase/drkonqi to work (runtime dependency). 2003-06-07 Mario Scalas * Stepped back from using Pimpl in part design since it does only complicate code without any of its @@ -804,13 +804,13 @@ * CommitDlg now uses QTextEdit instead of (deprecated) QMultiLineEdit * This log was written using the CvsPart! :) -2003-05-27 F@lk Brettschneider +2003-05-27 F@lk Brettschneider * compiles and runs on KDE-3.0 again -2003-05-26 Roberto Raggi +2003-05-26 Roberto Raggi * New Java support -2003-05-24 Roberto Raggi +2003-05-24 Roberto Raggi * Added full-screen mode 2003-05-22 Mario Scalas @@ -818,9 +818,9 @@ * Added a copy to clipboard feature for watched variables so their data is available for other uses. -2003-05-21 Roberto Raggi +2003-05-21 Roberto Raggi * implemented the support for profiles - * ported kate file selector to kdevelop + * ported kate file selector to tdevelop * added documentation hint to c++ support, patch provided by Jonas B. Jacobi @@ -834,7 +834,7 @@ 2003-05-18 Jens Dagerbo * Updated BookmarksPart - now bookmarks are saved to session file. -2003-05-17 F@lk Brettschneider +2003-05-17 F@lk Brettschneider * renamed QextMdi classes and files to KMdi 2003-05-16 Alexander Dymo @@ -872,11 +872,11 @@ 2003-05-14 Jens Dagerbo * Added BookmarksPart -2003-05-12 Roberto Raggi +2003-05-12 Roberto Raggi * replaces KDevLanguageSupport::fileFilters() with KDevLanguageSupport::mimeTypes() -2003-05-11 Roberto Raggi +2003-05-11 Roberto Raggi * autoproject: don't write empty variables in Makefile.am * autoproject: implemented the remove subproject feature * autoproject: improved add subprojects @@ -904,7 +904,7 @@ * Added "Core" scope plugins alternative * Updated the plugin selection to be more userfriendly -2003-04-29 Amilcar Lucas +2003-04-29 Amilcar Lucas * Made the Working Directory of the debugged executable configurable (Finally you can run your application on it's directory, instead of $HOME) @@ -920,14 +920,14 @@ * Added KTextEditor::ConfigInterface to QEditor * Made changed editor settings apply to all open editors -2003-04-23 Roberto Raggi +2003-04-23 Roberto Raggi * fixed the deadlock in the background parser -2003-04-23 Harald Fernengel +2003-04-23 Harald Fernengel * added SQL support part, including support for multiple connections, sending queries and browsing their results -2003-04-22 F@lk Brettschneider +2003-04-22 F@lk Brettschneider * compiles and works on KDE-3.0 again 2003-04-18 Alexander Dymo @@ -936,25 +936,25 @@ application wizard template, syntax highlighting and indentation in qeditor, compiler plugins for Free Pascal compiler and (very basic) for Borland Delphi Compiler. -2003-04-18 Roberto Raggi +2003-04-18 Roberto Raggi * started to implement the recovery support, this is the first step to implement the incremental parser -2003-04-17 Roberto Raggi +2003-04-17 Roberto Raggi * Reduced the size of the generated pcs database(you must regenerate your database using r++ to take advantage of it) * Added the AST node for variable function arguments * Added option "--fast" to the r++ -2003-04-16 Roberto Raggi +2003-04-16 Roberto Raggi * Implemented the support for class inheritance in the new pcs - * Moved the c++ parser into kdevelop/lib/cppparser, so other + * Moved the c++ parser into tdevelop/lib/cppparser, so other projects like kate and umbrello can use it -2003-04-15 Roberto Raggi +2003-04-15 Roberto Raggi * Added the new persistant class store -2003-04-15 Harald Fernengel +2003-04-15 Harald Fernengel * The stop-button is now able to stop single parts via drop-down menu. If you grep, build, debug and valgrind at the same time, you can terminate one part only. Single-clicking the stop-button will terminate all active @@ -966,11 +966,11 @@ Tooltips, regexp validation feedback, colorization & gui redraw. shortcut changed to alt-ctrl-R -2003-04-14 Harald Fernengel +2003-04-14 Harald Fernengel * Diff part is now able to use any kpart that can display 'text/x-diff' * Diff part can display raw output on the fly (if the kpart is too silly to parse the diff) -2003-04-14 Amilcar Lucas +2003-04-14 Amilcar Lucas * Updated integrated Doxywizard (Doxygen Configuration GUI) to 1.3 version. This maintains full backward compatibility with previous Doxygen versions. @@ -988,7 +988,7 @@ * make sure declaredinfile is set correctly after adding an item to classstore so removeWithReferences() will work correctly * add parsing of "use" file after saveFile() -2003-04-09 Harald Fernengel +2003-04-09 Harald Fernengel * Applied ClearCase part from Ajay Guleria * Goto error now works again @@ -1005,7 +1005,7 @@ - get list of INC path in local installed perl to allow parsing of perl libraries outside the project directory -2003-04-05 Amilcar Lucas +2003-04-05 Amilcar Lucas - Simplified the "Inteligent messages auto-hide" code a lot - Now it also works for AutoMake&friends and configure @@ -1024,37 +1024,37 @@ - Customizable templates for c++, objective-c, gtk classes - Various global generation options (uppercase and lowercase names, etc.) -2003-03-29 F@lk Brettschneider +2003-03-29 F@lk Brettschneider * applied patch of Luc Willems that highly improves the class tool-view for Perl projects (classes, global functions and variables support) -2003-03-29 Amilcar Lucas +2003-03-29 Amilcar Lucas * Implemented intelegent bottom view autohide. 2003-03-26 Roland Krause * Renamed main.f77 to main.f and adopted the various files. The simple hello world fortran application now works. -2003-03-26 Roberto Raggi +2003-03-26 Roberto Raggi * added showPart() to KDevPlugin * added KNotes plugin (ported from Kontact plugin) -2003-03-25 Roberto Raggi +2003-03-25 Roberto Raggi * improved the plugin framework * added DCOP interfaces for FilterPart and CppSupportPart -2003-03-21 Roberto Raggi +2003-03-21 Roberto Raggi * better support for namespace and inner classes -2003-03-21 jbb +2003-03-21 jbb * src/debugger.* - Finally, after many years, the "sliding" breakpoint problem has been solved thanks to the initial efforts of Andras Mantia (Mantia Andras ) See bug 48732. -2003-03-20 Roberto Raggi +2003-03-20 Roberto Raggi * improved code completion 2003-03-19 Caleb Tennis @@ -1064,11 +1064,11 @@ * Modified IDEAl panel layouts to be a little smarter (hopefully) * Committed patches by Amilcar do Carmo Lucas -2003-03-18 Roberto Raggi +2003-03-18 Roberto Raggi * added the new "Add Methods" wizard * added the new "Add Attributes" wizard -2003-03-15 F@lk Brettschneider +2003-03-15 F@lk Brettschneider * applied patch of Jens Zurheide (jens.zurheide@gmx.de) that fixes some bugs 2003-03-13 Alexander Dymo @@ -1090,22 +1090,22 @@ 2003-03-10 Caleb Tennis * added "staticlib" support for QMake projects -2003-03-09 Roberto Raggi +2003-03-09 Roberto Raggi * added back/forward actions for the documentation browser 2003-03-07 Alexander Dymo * New configuration options for the documentation browser. It is now capable of using any doxygen and kdoc documentation, - not only kdelibs documentation. + not only tdelibs documentation. -2003-03-07 F@lk Brettschneider +2003-03-07 F@lk Brettschneider * added third level called "Very short compiler output" * now you can switch between the output versions without recompiling 2003-03-06 Stephane ANCELOT * enhanced grepview, there is no need to display the filename in each line -2003-03-06 Roberto Raggi +2003-03-06 Roberto Raggi * Added support for tmake projects * Added template for QTopia 1.6 @@ -1116,16 +1116,16 @@ chapter included. More to come. * Started adding W3C TR tocs to the documentation browser. -2003-03-02 F@lk Brettschneider +2003-03-02 F@lk Brettschneider * completed the new behaviour of the make-output view (can be configured via contextmenu or Gideon settings dialog) -2003-03-01 Roberto Raggi +2003-03-01 Roberto Raggi * added javahello template to appwizard -2003-02-28 Roberto Raggi +2003-02-28 Roberto Raggi * reenabled java support - * removed obsolete kdevelop java plugin template + * removed obsolete tdevelop java plugin template 2003-02-27 Victor Rder * Started to restructure the Autoproject part @@ -1138,7 +1138,7 @@ -> However, an auto-tools expert would be nice now * Made the "C++ new class dialog" a little bit nicer -2003-02-27 F@lk Brettschneider +2003-02-27 F@lk Brettschneider * make-outputview: now context menu allows to disable line wrapping, to set a short and smart compiler output (good for novices) and to suppress directory navigation messages. (TODO: save this to KConfig) 2003-02-26 Eray Ozkural (exa) @@ -1146,20 +1146,20 @@ whether we are at global scope, and then insert class/struct accordingly to class store. This one goes for you Roberto ;) -2003-02-26 jbb +2003-02-26 jbb * parts/debugger - Fix display of function parameters. -2003-02-25 F@lk Brettschneider +2003-02-25 F@lk Brettschneider * KDE-3.0 compile fixes * some (runtime) warning output removed * make-outputview: scrolling during compiling possible without immediate auto-scrolling to the bottom -2003-02-24 Roberto Raggi +2003-02-24 Roberto Raggi * improved the background parser * better syncronization between background parser and cppsupport part -2003-02-23 Roberto Raggi +2003-02-23 Roberto Raggi * use the new c++ parser to fill the class browser * remove ParsedStruct @@ -1171,11 +1171,11 @@ * Iterative subclassing for existing subclasses is available too. * Subclassing is moved to cppsupport. -2003-02-20 Roberto Raggi +2003-02-20 Roberto Raggi * Added Make-member feature to c++ support. * Added Realtime class browser -2003-02-19 F@lk Brettschneider +2003-02-19 F@lk Brettschneider * QEditor find dialog improved: - don't stop at end of file but loop to begin (makes much sense when starting from cursor) - use text selection as search string @@ -1190,9 +1190,9 @@ components - update docs, planning to take over the world again -2003-02-12 jbb +2003-02-12 jbb * parts/debugger - - Sync source with thread patch in kdevelop2.1.x. Some bits were missed + - Sync source with thread patch in tdevelop2.1.x. Some bits were missed from a previous merge. This should fix some thread issues. - Fixed: In some situations locals were not displayed. Note: Parameters may still be missing depending on the fn sig. @@ -1222,7 +1222,7 @@ - fix: Add cpp and h types by default when there is no template directory in project -2003-02-11 F@lk Brettschneider +2003-02-11 F@lk Brettschneider * took the patch of Jens Zurheide (Thanks jens.zurheide@gmx.de!) and modified it a bit. Additionally to the already existing ALT+Left/Right switching (which switches the views in the order of they were opened), now there is also ALT+Up for switching between views @@ -1238,27 +1238,27 @@ iteratively, so you can update your subclasses according to the changes made in the ui-files. -2003-02-09 F@lk Brettschneider +2003-02-09 F@lk Brettschneider * bugfix: classview now alphabetically sorted again * KDevPlugin interface extended with 'KDevMakeFrontend* makeFrontend()' which made it possible to raise the messages view on 'Build' -2003-02-05 F@lk Brettschneider +2003-02-05 F@lk Brettschneider * now it compiles and runs on KDE-3.0.x again 2003-02-04 Mickael Marchand * parts/svn: - update to subversion 0.17, minor API changes -2003-02-04 Roberto Raggi +2003-02-04 Roberto Raggi * added text hints support to qeditor -2003-02-04 F@lk Brettschneider +2003-02-04 F@lk Brettschneider * interface changed: KDevTopLevel renamed to KDevMainWindow, topLevel() renamed to mainWindow() * bugfix: proper work of session restoring of maximized views in Childframe mode * bugfix: avoid doubled menu entries for switch for showing/hiding of toolbars -2003-02-03 F@lk Brettschneider +2003-02-03 F@lk Brettschneider * bugfix: env vars now possible for URL of documentation views, means Qt docu works again * bugfix: show full filename in view caption (Childframe UI mode) * bugfix: use default icon for views in case that an icon wasn't assigned @@ -1279,10 +1279,10 @@ * parts/autoproject: - Use CreateFile interface if available for creating new files -2003-01-27 F@lk Brettschneider +2003-01-27 F@lk Brettschneider * QEditor-Plugin: Ctrl+Left, Ctrl+Right, Ctrl+Del and Ctrl+Backspace much more better now -2003-01-24 Harald Fernengel +2003-01-24 Harald Fernengel * default keys to move to next/prev window are now ALT-Right / ALT-Left (as in kate) @@ -1292,7 +1292,7 @@ - support multiple inheritance for c++ classes - cosmetic improvements -2003-01-17 Harald Fernengel +2003-01-17 Harald Fernengel * made CVS shell configurable, you can now use CVS via ssh. Note that only password-less logins are supported, so generate your public/private key today! @@ -1308,7 +1308,7 @@ * repaired subversion part * added svn diff support (trough the diff viewer) -2003-01-14 Harald Fernengel +2003-01-14 Harald Fernengel * added KDE simple application template (khello) * the copyright year for auto-generated files is now the current year instead of the hard coded "2001". @@ -1318,7 +1318,7 @@ - prettier file creation widget - support for global file templates -2003-01-11 F@lk Brettschneider +2003-01-11 F@lk Brettschneider * parts/fileview (called 'view on the project directory'): like used from KDevelop-2, directories now sorted above the files @@ -1370,7 +1370,7 @@ * Applied patch of Hamish Rodda for a more stable PartController::editDocument(...) * Minor changes to Autoprojectpart -2003-01-05 F@lk Brettschneider +2003-01-05 F@lk Brettschneider * MDI taskbar is back as Viewbar (TODO: read config if on/off on startup) * switching the QextMDI user-interface modes now immediately and properly via Options dialog again (extended KDevTopLevel interface therefore), fixed names in the ui mode chooser dialog * accept perl scripts for the loading in the text editor @@ -1380,7 +1380,7 @@ * UI-subclassing finnished in qmake manager. (activate by rightclicking on a ui-file) -2003-01-04 Roberto Raggi +2003-01-04 Roberto Raggi * Added Auto Expand mode 2003-01-01 Caleb Tennis @@ -1394,7 +1394,7 @@ * Add ability to configure output window fonts * Make classview show struct information -2002-12-29 Harald Fernengel +2002-12-29 Harald Fernengel * Added valgrind part, requires installed valgrind parses and displays valgrind's output in a listview, tries to auto-guess the location of the memory leaks in @@ -1420,11 +1420,11 @@ * Fixed bugs with python support; patches by Julian Rockney (linux@jrockney.com) -2002-12-22 F@lk Brettschneider +2002-12-22 F@lk Brettschneider * QEditor: double click selection improved * renaming of main window classes, the names were confusing -2002-12-18 F@lk Brettschneider +2002-12-18 F@lk Brettschneider * QEditor: can now delete words via Ctrl+Backspace and Ctrl+Del * new class TopLevelShare, moved doubled stuff to it from the 2 main widget classes * implemented tool-/status-/view-bar on/off actions in 'Settings' menu @@ -1445,33 +1445,33 @@ 2002-12-17 Jakob Simon-Gaarde * Still working on extended DOM path/automatic subclassing from ui-templates in qmake-projects -2002-12-17 F@lk Brettschneider +2002-12-17 F@lk Brettschneider * Childframe UI mode (not maximized): opening of new views fixed concerning the positioning and resizing -2002-12-16 Roberto Raggi +2002-12-16 Roberto Raggi * bugfix: useless "()" string is attached to the method declaration patch from Andreas Wuest * added emacs like wordwrap mode to qeditor * added ocaml colorizer to qeditor -2002-12-16 F@lk Brettschneider +2002-12-16 F@lk Brettschneider * bugfix: now Partloader loads editor part exactly as set in common Gideon editor settings * this makes the Kate editor now also availabe for the KDE-3.0.x-compiled Gideon. -2002-12-15 Harald Fernengel +2002-12-15 Harald Fernengel * added new RMB menu item for text documents: difference to saved file that will show you the modifications since your last save. -2002-12-15 F@lk Brettschneider +2002-12-15 F@lk Brettschneider * breakpoint support in QEditor completed -2002-12-13 F@lk Brettschneider +2002-12-13 F@lk Brettschneider * added breakpoint support in QEditor (not yet finished) 2002-12-12 Jakob Simon-Gaarde * Added a new extended path ability to DomUtil so that the path can be qualified on attributes and multiple matches can be addressed with a zero-based index -2002-12-12 F@lk Brettschneider +2002-12-12 F@lk Brettschneider * compiles/runs on KDE-3.0 as well again * backported KWidgetAction and KTextEditor::MarkInterfaceExtension from KDE-3.1 to KDE-3.0-compiled Gideon @@ -1481,15 +1481,15 @@ 2002-12-07 Jakob Simon-Gaarde * Altered the Appname/location confusion in appwizard -2002-12-05 F@lk Brettschneider +2002-12-05 F@lk Brettschneider * now also parts can load/save the project-related session by overriding the base class method in KDevPlugin - * as an example, I moved changed some c++-debugger stuff to write to .kdevses instead of .kdevelop - (since every user has its own settings and the .kdevelop file would conflict in CVS) + * as an example, I moved changed some c++-debugger stuff to write to .kdevses instead of .tdevelop + (since every user has its own settings and the .tdevelop file would conflict in CVS) 2002-12-04 Caleb Tennis * Added ability to open ui.h files easily in QMake Manager with right click popupmenu. -2002-12-03 F@lk Brettschneider +2002-12-03 F@lk Brettschneider * now session saves/loads cursor position; and view geometries in Childframe UI mode @@ -1501,7 +1501,7 @@ 2002-12-01 Sebastian Kratzert * New configuration for external documentation (toc docs) -2002-12-01 F@lk Brettschneider +2002-12-01 F@lk Brettschneider * ported KDevSession (.kdevses) over from KDevelop-2, now called ProjectSession. Not finished but already does what removed ProjectWorkspace did. More to come... @@ -1509,7 +1509,7 @@ * Added "Remove target" to Automake Manager * Minor fixes -2002-11-28 F@lk Brettschneider +2002-11-28 F@lk Brettschneider * QEditor defaults to KDevelop-2 syntax highlighting colours * some bugfixes for the QextMDI-based UI modes * properly installs and loads the toolbar icons also when compiling Gideon on KDE-3.0.x @@ -1519,20 +1519,20 @@ * Reworked doc directories for doctreeviewpart - now external documentation is remotely hosted by default -2002-11-26 F@lk Brettschneider +2002-11-26 F@lk Brettschneider * bugfixes in TopLevelMDI; Remove the docking section from gideonrc! Then the state of tool-views should be properly restored when starting -2002-11-24 Harald Fernengel +2002-11-24 Harald Fernengel * Added QRegExp and KRegExp to RegExpTester -2002-11-23 F@lk Brettschneider +2002-11-23 F@lk Brettschneider * now QextMDI-based mainframe loads/saves its docking state, extended KDevTopLevel interface therefore 2002-11-19 Caleb Tennis * Prepped for Alpha 2 Release - KDEVELOP_3_0_ALPHA_2 -2002-11-16 Harald Fernengel +2002-11-16 Harald Fernengel * Added ability to raise the left/right/bottom toolviews in IDEAl mode * Added tooltips for IDEAl buttons * appwizard now handles special characters better @@ -1544,7 +1544,7 @@ 2002-11-08 Sebastian Kratzert * Reenabled KDELibsKDoc folder and made it removable -2002-11-07 F@lk Brettschneider +2002-11-07 F@lk Brettschneider * extended interface class KDevTopLevel in a way that parts can specify view icons and tab-tooltips * adapted all parts to use this feature, now KDevelop in one of the 3 MDI modes looks more like KDevelop-2 @@ -1553,7 +1553,7 @@ * new page for appwizard : vcs system choice * global cvs part -2002-11-05 F@lk Brettschneider +2002-11-05 F@lk Brettschneider * adaption to KDevelop-2 behaviour: only show c++-debugger views when debugging * and applied new patch of Heinz Hornung that introduces View-->TreeToolViews and View-->OutputToolViews again @@ -1573,7 +1573,7 @@ * added "Search in documentation" to editor contextmenu * index kdoc folder on selection -2002-11-01 F@lk Brettschneider +2002-11-01 F@lk Brettschneider * fix in parts/doctreeview: if the Qt docu isn't available via doxygen books, fall back to the using of the Qt docu path set in the Gideon options "Documentation tree I" @@ -1588,10 +1588,10 @@ * applied Sebastian Kratzert's search improvements for the docViewPart -2002-10-28 F@lk Brettschneider +2002-10-28 F@lk Brettschneider * compiles with KDE-3.0.3 again -2002-10-21 Harald Fernengel +2002-10-21 Harald Fernengel * show modified flag in sdi-mode if a file has been modified * added KSaveAllDialog that is shown if more than @@ -1612,16 +1612,16 @@ * modified the splashscreen to not stradle multiple screens with Xinerama installed -2002-10-11 Harald Fernengel +2002-10-11 Harald Fernengel * added open recent files action * beautified "add tool dialog" * recognize "makefile" and "Makefile" as makefile -2002-10-08 Harald Fernengel +2002-10-08 Harald Fernengel * compile qEditor only if Qt >= 3.0.5 * don't build sourcenav since it is obsoleted by history part -2002-10-07 F@lk Brettschneider +2002-10-07 F@lk Brettschneider * applied patch of Heinz Hornung improved window menu, old windowmenu part removed @@ -1638,7 +1638,7 @@ 2002-09-17 Roberto Raggi * Added problem reporter to c++ support -2002-09-05 Harald Fernengel +2002-09-05 Harald Fernengel * Added notification configuration dialog and notifications for finished processes (off by default) @@ -1675,7 +1675,7 @@ * New SVN functions support : Revert, Status * Removed "SVN:" stuff from logs -2002-08-27 Harald Fernengel +2002-08-27 Harald Fernengel * Added ability to edit toolbars in SDI and MDI mode * fixed crash on exit (windowmenu part) @@ -1683,7 +1683,7 @@ * Added commit dialog to subversion part * Prepared notification system -2002-08-26 Harald Fernengel +2002-08-26 Harald Fernengel * Better syntax highlighting for "cvs log", added ability to show diffs between versions 2002-08-25 Mickael Marchand @@ -1692,7 +1692,7 @@ 2002-08-24 Jakob Simon-Gaarde * Applied first simple QMake based project template in appwizard -2002-08-22 Harald Fernengel +2002-08-22 Harald Fernengel * applyed patches by Hornung-Heinz@t-online.de (Heinz Hornung): don't crash on exit * applyed patches by Yann Hodique (DocBrowser and FileTemplate updates) @@ -1710,7 +1710,7 @@ * trollproject: * Added toolbar to file tree -2002-08-13 Harald Fernengel +2002-08-13 Harald Fernengel * Applied goto next / prev window patch by Yann Hodique 2002-08-11 Victor Rder @@ -1721,13 +1721,13 @@ * Done implementing projectconfiguration dialog * Added toolbarbuttons in the project tree -2002-08-06 Harald Fernengel +2002-08-06 Harald Fernengel * AppWizard fix, KDevelop plugin template ported to new architecture 2002-08-05 Matthias Hlzer-Klpfel - * Removed kdevelop source, to prepare for an alpha release + * Removed tdevelop source, to prepare for an alpha release -2002-08-04 Christian Couder +2002-08-04 Christian Couder * Fix a few appwizard bugs. 2002-08-03 Jakob Simon-Gaarde @@ -1735,10 +1735,10 @@ * Projectconfiguration dialog has been added * Fileproperty dialog added for excluding files in subscopes -2002-08-02 Harald Fernengel +2002-08-02 Harald Fernengel * Changed the diff part from a modal dialog to an outputview -2002-07-30 Harald Fernengel +2002-07-30 Harald Fernengel * Added a "diff frontend" to allow other plugins use the diff part. * Implemented it for CVS, so you can now view the differences to the repository. @@ -1746,7 +1746,7 @@ ask whether a file should be removed from the recent project list if it doesn't exist anymore -2002-07-29 Harald Fernengel +2002-07-29 Harald Fernengel * Added a part to show diffs either in the widget from Kompare (->KDESDK) or in a QTextEdit if Kompare is not installed. @@ -1790,7 +1790,7 @@ * trollprojectwidget: * Can now insert files and subdirs (.pro files are altered dynamically) - * Simple qmake projects can now fully be created and maintained from kdevelop + * Simple qmake projects can now fully be created and maintained from tdevelop Currently working on handling more complicated .pro files with scopes. 2002-06-30 Victor Rder @@ -1828,7 +1828,7 @@ 2002-06-28 Matthias Hlzer-Klpfel * save and restore the dock mode in IDEAl -2002-06-27 F@lk Brettschneider +2002-06-27 F@lk Brettschneider * avoid library version clash between qextmdi of Gideon and KDevelop-2.1 2002-06-23 Matthias Hlzer-Klpfel @@ -1844,12 +1844,12 @@ * jbb autoproject patch: Resolve $(VARIABLES) in SUBDIRS declaration with the help of variables defined in Makefile.am - * Parse #kdevelop: lines in Makefile.am. This way, conditional + * Parse #tdevelop: lines in Makefile.am. This way, conditional subdirs can be resolved. See parts/Makefile.am for an example * Make documentation created with the configure option - --with-apidocs in kdelibs browsable + --with-apidocs in tdelibs browsable -2002-06-23 F@lk Brettschneider +2002-06-23 F@lk Brettschneider * updated QextMDI copy with its upcoming version 3 - drops Qt2 support - adds view closebutton for TabPage mode @@ -1859,10 +1859,10 @@ * Ported my KDE architecture documentation to docbook; it's now in doc/kdearch. * New kdeapi ioslave. This allows it to hyperlink - to Qt and kdelibs doxygen documentation in + to Qt and tdelibs doxygen documentation in DocBook documents without having to care for the location of the docs. - * Settings widget for qt/kdelibs doxygen docs + * Settings widget for qt/tdelibs doxygen docs location (autodetected by configure if it exists). * Restore documentation windows in html part instead of editor part. @@ -1936,7 +1936,7 @@ 2002-05-31 Bernd Gehrmann - * kdevprj2kdevelop for converting project files + * kdevprj2tdevelop for converting project files and creating file lists 2002-05-30 Bernd Gehrmann @@ -1947,14 +1947,14 @@ 2002-05-29 John Firebaugh * Added ProjectWorkspace. Save and restore opened files with project. -2002-05-29 Harald Fernengel +2002-05-29 Harald Fernengel * perforce part: implemented edit and revert * perforce part: added submit dialog 2002-05-28 Roberto Raggi * qeditor: added find/replace dialogs -2002-05-27 Harald Fernengel +2002-05-27 Harald Fernengel * added perforce VCS part 2002-05-27 Bernd Gehrmann @@ -1977,7 +1977,7 @@ * qeditor: Added code folding support * qeditor: Added emacs-style indent mode -2002-05-25 Harald Fernengel +2002-05-25 Harald Fernengel * use KApplicationTree in tools-part to avoid code duplication 2002-05-21 Roberto Raggi @@ -1988,7 +1988,7 @@ * Welcome in the 2000's: the Tools menu config now uses ksycoca... -2002-05-20 Harald Fernengel +2002-05-20 Harald Fernengel * Outputviews: Uses bright font colors if widget background is dark * Extended Tools Config: Show App-Tree to make it more comfortable @@ -2013,7 +2013,7 @@ PartController::setServiceType() method. 2002-05-15 Bernd Gehrmann - * Big cleanup in class store, see my mail in kdevelop-devel + * Big cleanup in class store, see my mail in tdevelop-devel * Fixed persistant class store to not store namespaced classes twice * Fixed ClassStore::removeWithReferences() to delete @@ -2070,7 +2070,7 @@ * Add Icon dialog * Allow to build index.cache.bz2 by context menu * Multiple build configurations -2002-04-28 Sandy Meier +2002-04-28 Sandy Meier * fixed some broken stuff (load project on startup,GBA support,php code completion) * codeCompletion/realtimeparser is now configurable (GUI) @@ -2086,7 +2086,7 @@ * Added a part providing a history, allowing you to go back and forward * Added splashscreen. Now we need an artist! :-) -2002-04-28 Harald Fernengel +2002-04-28 Harald Fernengel * SourceNavPart now uses KToolBarPopupAction to display nifty Konqueror-like drop down menus for source code navigation 2002-04-27 Bernd Gehrmann @@ -2101,7 +2101,7 @@ by QString and saved 35783 latin1 conversions ;-) * Create popup menus with parent widget * Made is possible to edit .desktop files -2002-04-26 Harald Fernengel +2002-04-26 Harald Fernengel * Added first version of SourceNav Part which adds back/forward tool-buttons for code navigation. * Allow user to open more than one file in KFileDialog 2002-04-25 Matthias Hlzer-Klpfel @@ -2120,7 +2120,7 @@ -> RemoveFileDlg -> AddFileDlg -> AddExistingDlg (does not work, yet) -2002-04-24 F@lk Brettschneider +2002-04-24 F@lk Brettschneider * bugfix for QFocusEvent::m_reason in QextMDI copy, it stabilizes the optimized focus mechanism 2002-04-23 Bernd Gehrmann * Removed redundant loadparts property from project file @@ -2148,7 +2148,7 @@ * Implemented KDevLanguageSupport::fileFilters() for Python, Perl and PHP * grep part shows the exit status of the sub process -2002-04-19 Harald Fernengel +2002-04-19 Harald Fernengel * make outputwidget now locale aware 2002-04-18 Bernd Gehrmann * filter plugin @@ -2222,7 +2222,7 @@ * ask user to save modified files before quitting 2002-04-09 Roberto Raggi * fixed crash in KDevDocTree - * removed qextmdi from kdevelop directory + * removed qextmdi from tdevelop directory 2002-04-09 Simon Hausmann * cleanups in the servicetype definitions. Added proper inheritance and multiple defined propertyies @@ -2241,7 +2241,7 @@ * moved the duplicated code for extracting the X-KDevelop-Args property of a service into a QStringList into a static private method of PluginController - * install kdevelop components as KDE modules, not as libraries + * install tdevelop components as KDE modules, not as libraries * PluginController: don't bail out of loading of a kdevpart failed * load kdevpart as well as kdevplugin components at the project scope @@ -2257,7 +2257,7 @@ * New class dialog, to be finished * Multi-language version of Roberto's code template stuff, not tested much -2002-04-06 jbb +2002-04-06 jbb * Fixed some crashes, mainly to do with using .latin1() on a null string. * Replaced cout with kdDebug (in a lot of places - part of @@ -2268,7 +2268,7 @@ 2002-04-06 Bernd Gehrmann * Python part can execute scripts and strings now -2002-04-06 Harald Fernengel +2002-04-06 Harald Fernengel * ported editor-chooser to KTextEditor and re-enabled it * PartController now loads user's favourite editor 2002-04-06 Matthias Hlzer-Klpfel @@ -2311,10 +2311,10 @@ * added config-dialogues for codecompletion/classstores * improved codecompletion * added cc-stuff from roberto raggi -2002-10-02 Harald Fernengel +2002-10-02 Harald Fernengel * Fixed KWrite Part and reenabled it again * Added the Qt Editor Part (Qt Designer's Editor) -2002-02-03 Christian Couder +2002-02-03 Christian Couder * Bugfix : crash in classviewpart.cpp because languageSupport() was null. 2002-01-16 Richard Dale @@ -2322,12 +2322,12 @@ 2001-12-22 Eray Ozkural (exa) * generate docs in all source dirs in Doxyfile and enable dot output - * kdevelop2 project: + * tdevelop2 project: - project type: normal - don't modify Makefiles - subdirs: lib src parts -2001-12-20 Sandy Meier +2001-12-20 Sandy Meier * added "new class" dialog to the PHP support incl. Basename completion and persistent class template TODO: add class to the project after generation, (at the moment @@ -2342,7 +2342,7 @@ - the class store is saved and loaded from a binary file * In core.cpp projectClosed() is emitted first and then store->wipeout() is called -2001-12-15 Sandy Meier +2001-12-15 Sandy Meier * added some new options to the Appwizard (see README) and make it more intuitive: name completion, project loading after generation... * added "void openProject(const QString& projectFileName)" to the KDevCore Interface, used by AppWizard @@ -2351,7 +2351,7 @@ * Add method dialog rewritten using designer 2001-12-07 Eray Ozkural (exa) * Added a preliminary Trie code to structure lib -2001-11-29 Sandy Meier +2001-11-29 Sandy Meier * added Gameboy Advance support including a "Hello World" template and an emulator frontend 2001-11-21 Eray Ozkural (exa) @@ -2393,7 +2393,7 @@ * The affected code for CC is saved in a temporary file now * fixed some bugs in CppCodeCompletion * This is still very very alpha -2001-08-22 Sandy Meier +2001-08-22 Sandy Meier * all 1500 php global functions are now available for code completion (incl. prototype) 2001-08-10 Victor Rder * reimplemented CppCodeCompletion::getEntryListForClass() and @@ -2404,7 +2404,7 @@ * Polished the Grep Dialog. It now remembers the last searches and search directories, search button is now default-button * find now works on non-unix platforms, too -2001-08-08 Sandy Meier +2001-08-08 Sandy Meier * the code completion and arghint works now in many cases (PHP) * added realtimeparser, so the classview is updated while you type :-) (PHP) * fix some problems in arghintWidget @@ -2445,14 +2445,14 @@ Try it and type in 'test(' at the beginning of an empty line in a C++ project! * showArgHint() added to CodeCompletionDocument * added some code to CppCodeCompletion (cppsupport), but only for testing -2001-07-26 Sandy Meier +2001-07-26 Sandy Meier * kwrite CodeCompletionbox is now useable, maybe someone who want make it more colorful? * php code completion supports (global methods,$this->xxx and $test = new xxx) now, more will follow 2001-07-26 Eray Ozkural (exa) - * debian packaging for kdevelop-3.0 branch + * debian packaging for tdevelop-3.0 branch * kwrite: add path kwriteeditor_part for locating syntax.xml -2001-07-22 Sandy Meier +2001-07-22 Sandy Meier * implemented initial codeCompletion interface for kwrite * added codeCompletion parsing to the PHP supportpart (everything is very alpha) @@ -2483,8 +2483,8 @@ * Store relative instead of absolute file names in custom project * Use gotoFile() instead of gotoSourceFile() in custom and script project - * Added Doxyfile for libkdevelop api -2001-07-12 Sandy Meier + * Added Doxyfile for libtdevelop api +2001-07-12 Sandy Meier * implemented extended plugin loading as discussed on Linuxtag 2001 see HACKING how you can use it @@ -2569,7 +2569,7 @@ * Implemented Add translation * Implemented Execute program * lex fix -2001-06-14 Sandy Meier +2001-06-14 Sandy Meier * phpsupport: configuration handling now in PHPConfigData * phpsupport: web and shell invocation works now 2001-06-14 Bernd Gehrmann @@ -2637,7 +2637,7 @@ a number of import templates 2001-05-31 Matthias Hoelzer-Kluepfel * switched to the new editor interface concept -2001-05-31 Sandy Meier +2001-05-31 Sandy Meier * added initial php webserver/shell preview and config dialog (phpsupport) * added errormessage parser/view (phpsupport) @@ -2680,7 +2680,7 @@ * Added plugins for g77 and the Portland Group's f77 compiler and High Performance Fortran compiler driver -2001-05-24 Sandy Meier +2001-05-24 Sandy Meier * added option (load last project on startup) * saved mainview configuration on exit 2001-05-24 Bernd Gehrmann @@ -2697,7 +2697,7 @@ 'User Interface'. The groups can be configured by the user. A default setting is provided by the application wizard. -2001-05-20 Sandy Meier +2001-05-20 Sandy Meier * added initial PHP support including a simple php parser * added "hello world" PHP template to AppWizard 2001-05-20 Matthias Hoelzer-Kluepfel @@ -2774,7 +2774,7 @@ 2001-05-05 Matthias Hoelzer-Kluepfel * prepared the Tip-of-the-Day plugin to make use of the - KTipDialog class that will soon appear in kdelibs. + KTipDialog class that will soon appear in tdelibs. 2001-05-01 Richard Dale * Removed hard coded java classpaths, and classnames. They are derived from the projectDirectory and mainProgram project attributes. @@ -2784,7 +2784,7 @@ from time to time) but could serve as a starting point for further development. The directory contains a README describing some of the parsing in the jdbcontroller.' -2001-04-29 Sandy Meier +2001-04-29 Sandy Meier * some changes in appwizard gui (qtdesigner based), templates can have a category property now 2001-04-27 Bernd Gehrmann diff --git a/Doxyfile b/Doxyfile index 5fc66557..ec7a17c2 100644 --- a/Doxyfile +++ b/Doxyfile @@ -230,18 +230,18 @@ SKIP_FUNCTION_MACROS = YES #--------------------------------------------------------------------------- # Configuration::additions related to external references #--------------------------------------------------------------------------- -TAGFILES = $(KDEDIR)/share/doc/HTML/en/kdelibs-apidocs/dcop/dcop.tag=$(KDEDIR)/share/doc/HTML/en/kdelibs-apidocs/dcop/html/ \ - $(KDEDIR)/share/doc/HTML/en/kdelibs-apidocs/interfaces/interfaces.tag=$(KDEDIR)/share/doc/HTML/en/kdelibs-apidocs/interfaces/html/ \ - $(KDEDIR)/share/doc/HTML/en/kdelibs-apidocs/tdecore/tdecore.tag=$(KDEDIR)/share/doc/HTML/en/kdelibs-apidocs/tdecore/html/ \ - $(KDEDIR)/share/doc/HTML/en/kdelibs-apidocs/tdefx/tdefx.tag=$(KDEDIR)/share/doc/HTML/en/kdelibs-apidocs/tdefx/html/ \ - $(KDEDIR)/share/doc/HTML/en/kdelibs-apidocs/tdeui/tdeui.tag=$(KDEDIR)/share/doc/HTML/en/kdelibs-apidocs/tdeui/html/ \ - $(KDEDIR)/share/doc/HTML/en/kdelibs-apidocs/khtml/khtml.tag=$(KDEDIR)/share/doc/HTML/en/kdelibs-apidocs/khtml/html/ \ - $(KDEDIR)/share/doc/HTML/en/kdelibs-apidocs/kio/kio.tag=$(KDEDIR)/share/doc/HTML/en/kdelibs-apidocs/kio/html/ \ - $(KDEDIR)/share/doc/HTML/en/kdelibs-apidocs/kjs/kjs.tag=$(KDEDIR)/share/doc/HTML/en/kdelibs-apidocs/kjs/html/ \ - $(KDEDIR)/share/doc/HTML/en/kdelibs-apidocs/kparts/kparts.tag=$(KDEDIR)/share/doc/HTML/en/kdelibs-apidocs/kparts/html/ \ - $(KDEDIR)/share/doc/HTML/en/kdelibs-apidocs/kmdi/kmdi.tag=$(KDEDIR)/share/doc/HTML/en/kdelibs-apidocs/kmdi/html/ \ - $(KDEDIR)/share/doc/HTML/en/kdelibs-apidocs/kutils/kutils.tag=$(KDEDIR)/share/doc/HTML/en/kdelibs-apidocs/kutils/html/ \ - $(KDEDIR)/share/doc/HTML/en/kdelibs-apidocs/qt/qt.tag=$(QTDIR)/doc/html +TAGFILES = $(KDEDIR)/share/doc/HTML/en/tdelibs-apidocs/dcop/dcop.tag=$(KDEDIR)/share/doc/HTML/en/tdelibs-apidocs/dcop/html/ \ + $(KDEDIR)/share/doc/HTML/en/tdelibs-apidocs/interfaces/interfaces.tag=$(KDEDIR)/share/doc/HTML/en/tdelibs-apidocs/interfaces/html/ \ + $(KDEDIR)/share/doc/HTML/en/tdelibs-apidocs/tdecore/tdecore.tag=$(KDEDIR)/share/doc/HTML/en/tdelibs-apidocs/tdecore/html/ \ + $(KDEDIR)/share/doc/HTML/en/tdelibs-apidocs/tdefx/tdefx.tag=$(KDEDIR)/share/doc/HTML/en/tdelibs-apidocs/tdefx/html/ \ + $(KDEDIR)/share/doc/HTML/en/tdelibs-apidocs/tdeui/tdeui.tag=$(KDEDIR)/share/doc/HTML/en/tdelibs-apidocs/tdeui/html/ \ + $(KDEDIR)/share/doc/HTML/en/tdelibs-apidocs/khtml/khtml.tag=$(KDEDIR)/share/doc/HTML/en/tdelibs-apidocs/khtml/html/ \ + $(KDEDIR)/share/doc/HTML/en/tdelibs-apidocs/kio/kio.tag=$(KDEDIR)/share/doc/HTML/en/tdelibs-apidocs/kio/html/ \ + $(KDEDIR)/share/doc/HTML/en/tdelibs-apidocs/kjs/kjs.tag=$(KDEDIR)/share/doc/HTML/en/tdelibs-apidocs/kjs/html/ \ + $(KDEDIR)/share/doc/HTML/en/tdelibs-apidocs/kparts/kparts.tag=$(KDEDIR)/share/doc/HTML/en/tdelibs-apidocs/kparts/html/ \ + $(KDEDIR)/share/doc/HTML/en/tdelibs-apidocs/kmdi/kmdi.tag=$(KDEDIR)/share/doc/HTML/en/tdelibs-apidocs/kmdi/html/ \ + $(KDEDIR)/share/doc/HTML/en/tdelibs-apidocs/kutils/kutils.tag=$(KDEDIR)/share/doc/HTML/en/tdelibs-apidocs/kutils/html/ \ + $(KDEDIR)/share/doc/HTML/en/tdelibs-apidocs/qt/qt.tag=$(QTDIR)/doc/html GENERATE_TAGFILE = ALLEXTERNALS = NO EXTERNAL_GROUPS = NO diff --git a/Doxyfile_full.am b/Doxyfile_full.am index 9d0262f9..aa723d17 100644 --- a/Doxyfile_full.am +++ b/Doxyfile_full.am @@ -98,9 +98,9 @@ apidox-am-yes: if test -n "$$tagpath"; then \ path=`echo $$tagpath | sed -e "s,.*/\([^/]*-apidocs\)/$$tag/$$tag.tag,../../\1/$$tag,"` ;\ else \ - tagpath=`ls -1 $(kdelibs_doxydir)/$$tag/$$tag.tag 2> /dev/null` ;\ + tagpath=`ls -1 $(tdelibs_doxydir)/$$tag/$$tag.tag 2> /dev/null` ;\ if test -n "$$tagpath"; then \ - path=`echo $$tagpath | sed -e "s,.*/\([^/]*-apidocs\)/$$tag/$$tag.tag,$(kdelibs_doxydir)/$$tag,"` ;\ + path=`echo $$tagpath | sed -e "s,.*/\([^/]*-apidocs\)/$$tag/$$tag.tag,$(tdelibs_doxydir)/$$tag,"` ;\ else \ tagpath=/home/apidox/public/cvs-api/$$tag/$$tag.tag ;\ fi ;\ diff --git a/HACKING b/HACKING index 8727a4ac..e81196b5 100644 --- a/HACKING +++ b/HACKING @@ -1,6 +1,6 @@ To change KDevelop's code please read the API documentation generated by doxygen at: -http://www.kdevelop.org +http://www.tdevelop.org or generate it yourself: diff --git a/HACKING.language b/HACKING.language index de80e530..c025c1e4 100644 --- a/HACKING.language +++ b/HACKING.language @@ -1,7 +1,7 @@ To find how to add support for a new programming language to KDevelop please read the API documentation generated by doxygen at: -http://www.kdevelop.org +http://www.tdevelop.org or generate it yourself: diff --git a/INSTALL b/INSTALL index 68fda7fa..95d6a89b 100644 --- a/INSTALL +++ b/INSTALL @@ -1,7 +1,7 @@ To compile your own KDevelop you should follow the instructions at: -http://www.kdevelop.org/index.html?filename=branches_compiling.html (latest stable version) -http://www.kdevelop.org/index.html?filename=HEAD/branches_compiling.html (latest development version) +http://www.tdevelop.org/index.html?filename=branches_compiling.html (latest stable version) +http://www.tdevelop.org/index.html?filename=HEAD/branches_compiling.html (latest development version) For more generic and not so detailed information, continue to read this file. diff --git a/Makefile.am b/Makefile.am index 138c7692..0336c27e 100644 --- a/Makefile.am +++ b/Makefile.am @@ -2,18 +2,18 @@ COMPILE_FIRST = lib src parts EXTRA_DIST = AUTHORS COPYING COPYING.LIB NEWS ChangeLog INSTALL README TODO HACKING HACKING.language admin configure.in.bot -xdg_apps_DATA = kdevelop.desktop kdevassistant.desktop kdevelop_ruby.desktop \ - kdevelop_c_cpp.desktop kdevelop_kde_cpp.desktop kdevelop_scripting.desktop +xdg_apps_DATA = tdevelop.desktop kdevassistant.desktop tdevelop_ruby.desktop \ + tdevelop_c_cpp.desktop tdevelop_kde_cpp.desktop tdevelop_scripting.desktop #appsdir = $(kde_appsdir)/Development -xdg_directory_DATA = kde-development-kdevelop.directory +xdg_directory_DATA = kde-development-tdevelop.directory -mime_DATA = x-kdevelop.desktop +mime_DATA = x-tdevelop.desktop mimedir = $(kde_mimedir)/application -kde_bin_SCRIPTS = kdevprj2kdevelop +kde_bin_SCRIPTS = kdevprj2tdevelop -$(top_srcdir)/acinclude.m4: $(top_srcdir)/kdevelop.m4.in +$(top_srcdir)/acinclude.m4: $(top_srcdir)/tdevelop.m4.in MAINTAINERCLEANFILES = subdirs configure.in acinclude.m4 configure.files @@ -40,7 +40,7 @@ messages: find $$dirs -maxdepth 1 -name "*.h" -print >> files ;\ $(EXTRACTRC) `find $$dirs -maxdepth 1 -name "*.rc"` > rc.cpp ;\ $(EXTRACTRC) `find $$dirs -maxdepth 1 -name "*.ui"` >> rc.cpp ;\ - $(XGETTEXT) rc.cpp `cat files` -o $(podir)/kdevelop.pot + $(XGETTEXT) rc.cpp `cat files` -o $(podir)/tdevelop.pot @rm -f rc.cpp dirs files $(top_srcdir)/Makefile.am.in: # faking @@ -51,4 +51,4 @@ DOXYGEN_EMPTY = YES DOXYGEN_PROJECTNAME = KDevelop Platform API include Doxyfile.am SUBDIRS=$(TOPSUBDIRS) -#kdevelop: lib src parts buildtools doc editors embedded kdevdesigner languages mimetypes pics vcs +#tdevelop: lib src parts buildtools doc editors embedded kdevdesigner languages mimetypes pics vcs diff --git a/README b/README index 7e78da87..3a68218a 100644 --- a/README +++ b/README @@ -3,14 +3,14 @@ KDE API Documentation If the KDE API documentation does not exist, it can be created as follows: - Install doxygen and the kdelibs sources. Then + Install doxygen and the tdelibs sources. Then make apidox make install-apidox After that you should follow the instructions at: -http://www.kdevelop.org/index.html?filename=branches_compiling.html +http://www.tdevelop.org/index.html?filename=branches_compiling.html to compile KDevelop diff --git a/buildtools/Makefile.am b/buildtools/Makefile.am index 1c61d027..ab0f5fae 100644 --- a/buildtools/Makefile.am +++ b/buildtools/Makefile.am @@ -1,41 +1,41 @@ ## -## Do NOT remove the comments that start with "kdevelop:" -## They are actually directives to the kdevelop plugin system +## Do NOT remove the comments that start with "tdevelop:" +## They are actually directives to the tdevelop plugin system ## ## The include_xxxx variables are controlled by configure.in.in ## -#kdevelop: ADA_BUILDTOOL = ada +#tdevelop: ADA_BUILDTOOL = ada if include_ada ADA_BUILDTOOL = ada endif -#kdevelop: ANT_BUILDTOOL = ant +#tdevelop: ANT_BUILDTOOL = ant if include_ant ANT_BUILDTOOL = ant endif -#kdevelop: AUTOTOOLS_BUILDTOOL = autotools +#tdevelop: AUTOTOOLS_BUILDTOOL = autotools if include_autoproject AUTOTOOLS_BUILDTOOL = autotools endif -#kdevelop: CUSTOMMAKEFILES_BUILDTOOL = custommakefiles +#tdevelop: CUSTOMMAKEFILES_BUILDTOOL = custommakefiles if include_customproject CUSTOMMAKEFILES_BUILDTOOL = custommakefiles endif -#kdevelop: PASCAL_BUILDTOOL = pascal +#tdevelop: PASCAL_BUILDTOOL = pascal if include_pascal PASCAL_BUILDTOOL = pascal endif -#kdevelop: QMAKE_BUILDTOOL = qmake +#tdevelop: QMAKE_BUILDTOOL = qmake if include_trollproject QMAKE_BUILDTOOL = qmake endif -#kdevelop: SCRIPT_BUILDTOOL = script +#tdevelop: SCRIPT_BUILDTOOL = script if include_scriptproject SCRIPT_BUILDTOOL = script endif diff --git a/buildtools/ada/Makefile.am b/buildtools/ada/Makefile.am index 2de845ca..2b2614ec 100644 --- a/buildtools/ada/Makefile.am +++ b/buildtools/ada/Makefile.am @@ -4,7 +4,7 @@ INCLUDES = -I$(top_srcdir)/buildtools/lib/base -I$(top_srcdir)/lib/interfaces \ kde_module_LTLIBRARIES = libkdevadaproject.la libkdevadaproject_la_LDFLAGS = $(all_libraries) $(KDE_PLUGIN) -libkdevadaproject_la_LIBADD = $(top_builddir)/lib/libkdevelop.la \ +libkdevadaproject_la_LIBADD = $(top_builddir)/lib/libtdevelop.la \ $(top_builddir)/buildtools/lib/base/libkdevbuildbase.la $(top_builddir)/lib/interfaces/extras/libkdevextras.la libkdevadaproject_la_SOURCES = adaproject_part.cpp adaproject_widget.cpp adaproject_optionsdlgbase.ui adaprojectoptionsdlg.cpp adaglobaloptionsdlg.cpp service.cpp diff --git a/buildtools/ada/adaproject_part.cpp b/buildtools/ada/adaproject_part.cpp index 00d7b68c..d97a62d1 100644 --- a/buildtools/ada/adaproject_part.cpp +++ b/buildtools/ada/adaproject_part.cpp @@ -53,7 +53,7 @@ AdaProjectPart::AdaProjectPart(TQObject *parent, const char *name, const TQStrin setXMLFile("kdevadaproject.rc"); KAction *action; - action = new KAction( i18n("&Build Project"), "make_kdevelop", Key_F8, + action = new KAction( i18n("&Build Project"), "make_tdevelop", Key_F8, this, TQT_SLOT(slotBuild()), actionCollection(), "build_build" ); action = new KAction( i18n("Execute Program"), "exec", 0, diff --git a/buildtools/ada/service.cpp b/buildtools/ada/service.cpp index 27a7a691..710b8f9c 100644 --- a/buildtools/ada/service.cpp +++ b/buildtools/ada/service.cpp @@ -1,5 +1,5 @@ /* Copyright (C) 2001-2002 by Bernd Gehrmann - * bernd@kdevelop.org + * bernd@tdevelop.org * Copyright (C) 2003 Oliver Kellogg * okellogg@users.sourceforge.net * diff --git a/buildtools/ada/service.h b/buildtools/ada/service.h index f170bb54..ad04b4f1 100644 --- a/buildtools/ada/service.h +++ b/buildtools/ada/service.h @@ -1,5 +1,5 @@ /* Copyright (C) 2001-2002 by Bernd Gehrmann - * bernd@kdevelop.org + * bernd@tdevelop.org * Copyright (C) 2003 Oliver Kellogg * okellogg@users.sourceforge.net * diff --git a/buildtools/ant/Makefile.am b/buildtools/ant/Makefile.am index 6a92a5b1..30f314b8 100644 --- a/buildtools/ant/Makefile.am +++ b/buildtools/ant/Makefile.am @@ -7,7 +7,7 @@ INCLUDES = -I$(top_srcdir)/buildtools/lib/base \ kde_module_LTLIBRARIES = libkdevantproject.la libkdevantproject_la_LDFLAGS = $(all_libraries) $(KDE_PLUGIN) -libkdevantproject_la_LIBADD = $(top_builddir)/lib/libkdevelop.la \ +libkdevantproject_la_LIBADD = $(top_builddir)/lib/libtdevelop.la \ $(top_builddir)/buildtools/lib/widgets/libkdevbuildtoolswidgets.la $(top_builddir)/buildtools/lib/base/libkdevbuildbase.la libkdevantproject_la_SOURCES = antprojectpart.cpp antoptionswidget.ui classpathwidget.ui diff --git a/buildtools/ant/antprojectpart.cpp b/buildtools/ant/antprojectpart.cpp index 06f78651..52e4fc51 100644 --- a/buildtools/ant/antprojectpart.cpp +++ b/buildtools/ant/antprojectpart.cpp @@ -52,7 +52,7 @@ AntProjectPart::AntProjectPart(TQObject *parent, const char *name, const TQStrin setXMLFile("kdevantproject.rc"); - m_buildProjectAction = new KAction(i18n("&Build Project"), "make_kdevelop", Key_F8, + m_buildProjectAction = new KAction(i18n("&Build Project"), "make_tdevelop", Key_F8, this, TQT_SLOT(slotBuild()), actionCollection(), "build_build" ); m_buildProjectAction->setToolTip(i18n("Build project")); @@ -97,7 +97,7 @@ void AntProjectPart::openProject(const TQString &dirName, const TQString &projec fillMenu(); - TQFile f(dirName + "/" + projectName.lower() + ".kdevelop" + ".filelist"); + TQFile f(dirName + "/" + projectName.lower() + ".tdevelop" + ".filelist"); if (f.open(IO_ReadOnly)) { TQTextStream stream(&f); @@ -164,7 +164,7 @@ void AntProjectPart::closeProject() m_antOptions = AntOptions(); - TQFile f(m_projectDirectory + "/" + m_projectName.lower() + ".kdevelop" + ".filelist"); + TQFile f(m_projectDirectory + "/" + m_projectName.lower() + ".tdevelop" + ".filelist"); if (!f.open(IO_WriteOnly)) return; diff --git a/buildtools/autotools/Makefile.am b/buildtools/autotools/Makefile.am index 5972b662..eeebdfa2 100644 --- a/buildtools/autotools/Makefile.am +++ b/buildtools/autotools/Makefile.am @@ -12,7 +12,7 @@ libkdevautoproject_la_LDFLAGS = $(all_libraries) $(KDE_PLUGIN) libkdevautoproject_la_LIBADD = \ $(top_builddir)/buildtools/lib/base/libkdevbuildbase.la \ $(top_builddir)/buildtools/lib/parsers/autotools/libkdevautotoolsparser.la $(top_builddir)/buildtools/lib/widgets/libkdevbuildtoolswidgets.la \ - $(top_builddir)/lib/interfaces/extras/libkdevextras.la $(top_builddir)/lib/libkdevelop.la + $(top_builddir)/lib/interfaces/extras/libkdevextras.la $(top_builddir)/lib/libtdevelop.la libkdevautoproject_la_SOURCES = autoprojectpart.cpp autoprojectwidget.cpp \ configureoptionswidget.cpp configureoptionswidgetbase.ui subprojectoptionsdlg.cpp \ diff --git a/buildtools/autotools/README.dox b/buildtools/autotools/README.dox index acad3e64..34cb31d5 100644 --- a/buildtools/autotools/README.dox +++ b/buildtools/autotools/README.dox @@ -3,7 +3,7 @@ Autoprojectpart is a projectmanager for Automake based projects. Loads and maintains Makefile.am files. -\authors Bernd Gehrmann +\authors Bernd Gehrmann \maintainer Victor Rder \maintainer Amilcar do Carmo Lucas @@ -15,9 +15,9 @@ 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! +\bug If removing the Active Target, update the .tdevelop file, too! \note @@ -34,6 +34,6 @@ with this configuration the "Automake Manager" doesn't insert the menuentry "exe and doesn't show the "Run Options" in the project configuration.
Now you can implement this features with your own special plugin. For an example please look at the projects generated for GBA using the VisualBoy Advance Plugin. -This plugin starts a GBA binary with an emulator. -- Sandy Meier +This plugin starts a GBA binary with an emulator. -- Sandy Meier */ diff --git a/buildtools/autotools/addapplicationdlg.cpp b/buildtools/autotools/addapplicationdlg.cpp index f0cd3693..e6bdc20d 100644 --- a/buildtools/autotools/addapplicationdlg.cpp +++ b/buildtools/autotools/addapplicationdlg.cpp @@ -1,6 +1,6 @@ /*************************************************************************** * Copyright (C) 2001 by Bernd Gehrmann * - * bernd@kdevelop.org * + * bernd@tdevelop.org * * * * This program is free software; you can redistribute it and/or modify * * it under the terms of the GNU General Public License as published by * diff --git a/buildtools/autotools/addapplicationdlg.h b/buildtools/autotools/addapplicationdlg.h index 3e2645ea..c595c931 100644 --- a/buildtools/autotools/addapplicationdlg.h +++ b/buildtools/autotools/addapplicationdlg.h @@ -1,6 +1,6 @@ /*************************************************************************** * Copyright (C) 2001 by Bernd Gehrmann * -* bernd@kdevelop.org * +* bernd@tdevelop.org * * * * This program is free software; you can redistribute it and/or modify * * it under the terms of the GNU General Public License as published by * diff --git a/buildtools/autotools/addfiledlg.cpp b/buildtools/autotools/addfiledlg.cpp index 56df4998..34108fb3 100644 --- a/buildtools/autotools/addfiledlg.cpp +++ b/buildtools/autotools/addfiledlg.cpp @@ -1,6 +1,6 @@ /*************************************************************************** * Copyright (C) 2001-2002 by Bernd Gehrmann * - * bernd@kdevelop.org * + * bernd@tdevelop.org * * * * This program is free software; you can redistribute it and/or modify * * it under the terms of the GNU General Public License as published by * diff --git a/buildtools/autotools/addfiledlg.h b/buildtools/autotools/addfiledlg.h index 7cbfecec..55e5f7ee 100644 --- a/buildtools/autotools/addfiledlg.h +++ b/buildtools/autotools/addfiledlg.h @@ -1,6 +1,6 @@ /*************************************************************************** * Copyright (C) 2001 by Bernd Gehrmann * -* bernd@kdevelop.org * +* bernd@tdevelop.org * * * * This program is free software; you can redistribute it and/or modify * * it under the terms of the GNU General Public License as published by * diff --git a/buildtools/autotools/addicondlg.cpp b/buildtools/autotools/addicondlg.cpp index 509a913b..81d0d859 100644 --- a/buildtools/autotools/addicondlg.cpp +++ b/buildtools/autotools/addicondlg.cpp @@ -1,6 +1,6 @@ /*************************************************************************** * Copyright (C) 2002 by Bernd Gehrmann * - * bernd@kdevelop.org * + * bernd@tdevelop.org * * * * This program is free software; you can redistribute it and/or modify * * it under the terms of the GNU General Public License as published by * @@ -19,7 +19,7 @@ #include #include #include -#include // fix me! +#include // fix me! #include "autolistviewitems.h" @@ -57,7 +57,7 @@ AddIconDialog::AddIconDialog(AutoProjectPart *part, AutoProjectWidget *widget, somethingChanged(); - setIcon ( SmallIcon ( "iconadd_kdevelop" ) ); + setIcon ( SmallIcon ( "iconadd_tdevelop" ) ); m_part = part; m_widget = widget; diff --git a/buildtools/autotools/addicondlg.h b/buildtools/autotools/addicondlg.h index bfbe1576..8dbddfd4 100644 --- a/buildtools/autotools/addicondlg.h +++ b/buildtools/autotools/addicondlg.h @@ -1,6 +1,6 @@ /*************************************************************************** * Copyright (C) 2002 by Bernd Gehrmann * -* bernd@kdevelop.org * +* bernd@tdevelop.org * * * * This program is free software; you can redistribute it and/or modify * * it under the terms of the GNU General Public License as published by * diff --git a/buildtools/autotools/addprefixdlg.cpp b/buildtools/autotools/addprefixdlg.cpp index e4fc3cf1..4c2f1493 100644 --- a/buildtools/autotools/addprefixdlg.cpp +++ b/buildtools/autotools/addprefixdlg.cpp @@ -1,6 +1,6 @@ /*************************************************************************** * Copyright (C) 2001 by Bernd Gehrmann * - * bernd@kdevelop.org * + * bernd@tdevelop.org * * * * This program is free software; you can redistribute it and/or modify * * it under the terms of the GNU General Public License as published by * @@ -18,7 +18,7 @@ #include #include #include -#include +#include AddPrefixDialog::AddPrefixDialog( const TQString& nameEdit, const TQString& pathEdit, TQWidget *parent, const char *name) diff --git a/buildtools/autotools/addprefixdlg.h b/buildtools/autotools/addprefixdlg.h index 99244eac..d23cb656 100644 --- a/buildtools/autotools/addprefixdlg.h +++ b/buildtools/autotools/addprefixdlg.h @@ -1,6 +1,6 @@ /*************************************************************************** * Copyright (C) 2001 by Bernd Gehrmann * -* bernd@kdevelop.org * +* bernd@tdevelop.org * * * * This program is free software; you can redistribute it and/or modify * * it under the terms of the GNU General Public License as published by * diff --git a/buildtools/autotools/addservicedlg.cpp b/buildtools/autotools/addservicedlg.cpp index 67a9f213..ccc10ec2 100644 --- a/buildtools/autotools/addservicedlg.cpp +++ b/buildtools/autotools/addservicedlg.cpp @@ -1,6 +1,6 @@ /*************************************************************************** * Copyright (C) 2001 by Bernd Gehrmann * - * bernd@kdevelop.org * + * bernd@tdevelop.org * * * * This program is free software; you can redistribute it and/or modify * * it under the terms of the GNU General Public License as published by * @@ -58,7 +58,7 @@ AddServiceDialog::AddServiceDialog(AutoProjectWidget *widget, SubprojectItem *sp if (!(*it)->isType(KST_KMimeType)) new TQListViewItem(availtypes_listview, (*it)->name()); - setIcon ( SmallIcon ( "servicenew_kdevelop.png" ) ); + setIcon ( SmallIcon ( "servicenew_tdevelop.png" ) ); } diff --git a/buildtools/autotools/addservicedlg.h b/buildtools/autotools/addservicedlg.h index c72a624f..4684a4f0 100644 --- a/buildtools/autotools/addservicedlg.h +++ b/buildtools/autotools/addservicedlg.h @@ -1,6 +1,6 @@ /*************************************************************************** * Copyright (C) 2001 by Bernd Gehrmann * -* bernd@kdevelop.org * +* bernd@tdevelop.org * * * * This program is free software; you can redistribute it and/or modify * * it under the terms of the GNU General Public License as published by * diff --git a/buildtools/autotools/addsubprojectdlg.cpp b/buildtools/autotools/addsubprojectdlg.cpp index 80cc5040..f156a5e1 100644 --- a/buildtools/autotools/addsubprojectdlg.cpp +++ b/buildtools/autotools/addsubprojectdlg.cpp @@ -1,6 +1,6 @@ /*************************************************************************** * Copyright (C) 2001 by Bernd Gehrmann * - * bernd@kdevelop.org * + * bernd@tdevelop.org * * * * This program is free software; you can redistribute it and/or modify * * it under the terms of the GNU General Public License as published by * diff --git a/buildtools/autotools/addsubprojectdlg.h b/buildtools/autotools/addsubprojectdlg.h index 18c0f739..57e3a105 100644 --- a/buildtools/autotools/addsubprojectdlg.h +++ b/buildtools/autotools/addsubprojectdlg.h @@ -1,6 +1,6 @@ /*************************************************************************** * Copyright (C) 2001 by Bernd Gehrmann * -* bernd@kdevelop.org * +* bernd@tdevelop.org * * * * This program is free software; you can redistribute it and/or modify * * it under the terms of the GNU General Public License as published by * diff --git a/buildtools/autotools/addtargetdlg.cpp b/buildtools/autotools/addtargetdlg.cpp index 01cb0a21..868cc504 100644 --- a/buildtools/autotools/addtargetdlg.cpp +++ b/buildtools/autotools/addtargetdlg.cpp @@ -1,6 +1,6 @@ /*************************************************************************** * Copyright (C) 2001 by Bernd Gehrmann * - * bernd@kdevelop.org * + * bernd@tdevelop.org * * * * This program is free software; you can redistribute it and/or modify * * it under the terms of the GNU General Public License as published by * @@ -52,7 +52,7 @@ AddTargetDialog::AddTargetDialog(AutoProjectWidget *widget, SubprojectItem *item connect( filename_edit, TQT_SIGNAL( textChanged(const TQString&) ), this, TQT_SLOT( slotFileNameChanged (const TQString&) ) ); - setIcon ( SmallIcon ( "targetnew_kdevelop.png" ) ); + setIcon ( SmallIcon ( "targetnew_tdevelop.png" ) ); canonicalLabel->setText ( TQString() ); } diff --git a/buildtools/autotools/addtargetdlg.h b/buildtools/autotools/addtargetdlg.h index 5661651d..f89ecabd 100644 --- a/buildtools/autotools/addtargetdlg.h +++ b/buildtools/autotools/addtargetdlg.h @@ -1,6 +1,6 @@ /*************************************************************************** * Copyright (C) 2001 by Bernd Gehrmann * -* bernd@kdevelop.org * +* bernd@tdevelop.org * * * * This program is free software; you can redistribute it and/or modify * * it under the terms of the GNU General Public License as published by * diff --git a/buildtools/autotools/addtranslationdlg.cpp b/buildtools/autotools/addtranslationdlg.cpp index 11bf9a86..9962aeb2 100644 --- a/buildtools/autotools/addtranslationdlg.cpp +++ b/buildtools/autotools/addtranslationdlg.cpp @@ -1,6 +1,6 @@ /*************************************************************************** * Copyright (C) 2001 by Bernd Gehrmann * - * bernd@kdevelop.org * + * bernd@tdevelop.org * * * * This program is free software; you can redistribute it and/or modify * * it under the terms of the GNU General Public License as published by * @@ -25,7 +25,7 @@ #include #include #include -#include +#include #include "misc.h" #include "autoprojectpart.h" diff --git a/buildtools/autotools/addtranslationdlg.h b/buildtools/autotools/addtranslationdlg.h index 954288ba..a52ab144 100644 --- a/buildtools/autotools/addtranslationdlg.h +++ b/buildtools/autotools/addtranslationdlg.h @@ -1,6 +1,6 @@ /*************************************************************************** * Copyright (C) 1999 by Sandy Meier * -* bernd@kdevelop.org * +* bernd@tdevelop.org * * * * This program is free software; you can redistribute it and/or modify * * it under the terms of the GNU General Public License as published by * diff --git a/buildtools/autotools/autodetailsview.cpp b/buildtools/autotools/autodetailsview.cpp index 4408a6b6..45d0886e 100644 --- a/buildtools/autotools/autodetailsview.cpp +++ b/buildtools/autotools/autodetailsview.cpp @@ -207,7 +207,7 @@ void AutoDetailsView::initActions() addExistingFileAction->plug( m_button2 ); addExistingFileAction->setEnabled( false ); - addIconAction = new KAction( i18n( "Add Icon..." ), "iconadd_kdevelop", 0, + addIconAction = new KAction( i18n( "Add Icon..." ), "iconadd_tdevelop", 0, TQT_TQOBJECT(this), TQT_SLOT( slotAddIcon() ), actions, "add icon" ); addIconAction->setWhatsThis(i18n("Add icon

Adds an icon to a KDEICON target.")); diff --git a/buildtools/autotools/autolistviewitems.cpp b/buildtools/autotools/autolistviewitems.cpp index f9860490..6ffa69a0 100644 --- a/buildtools/autotools/autolistviewitems.cpp +++ b/buildtools/autotools/autolistviewitems.cpp @@ -1,6 +1,6 @@ /*************************************************************************** * Copyright (C) 2001-2002 by Bernd Gehrmann * -* bernd@kdevelop.org * +* bernd@tdevelop.org * * * * Copyright (C) 2002 by Victor Rder * * victor_roeder@gmx.de * diff --git a/buildtools/autotools/autolistviewitems.h b/buildtools/autotools/autolistviewitems.h index 116d316c..0dc28dc5 100644 --- a/buildtools/autotools/autolistviewitems.h +++ b/buildtools/autotools/autolistviewitems.h @@ -1,6 +1,6 @@ /*************************************************************************** * Copyright (C) 2001-2002 by Bernd Gehrmann * -* bernd@kdevelop.org * +* bernd@tdevelop.org * * * * Copyright (C) 2002 by Victor Rder * * victor_roeder@gmx.de * diff --git a/buildtools/autotools/autoprojectpart.cpp b/buildtools/autotools/autoprojectpart.cpp index bb9a2e68..7f17cb6d 100644 --- a/buildtools/autotools/autoprojectpart.cpp +++ b/buildtools/autotools/autoprojectpart.cpp @@ -1,6 +1,6 @@ /*************************************************************************** * Copyright (C) 2001-2002 by Bernd Gehrmann * - * bernd@kdevelop.org * + * bernd@tdevelop.org * * * * Copyright (C) 2002 by Victor Roeder * * victor_roeder@gmx.de * @@ -40,7 +40,7 @@ #include #include #include -#include +#include #include #include @@ -100,7 +100,7 @@ AutoProjectPart::AutoProjectPart(TQObject *parent, const char *name, const TQStr if (!m_isKDE) action->setEnabled(false); - action = new KAction( i18n("&Build Project"), "make_kdevelop", Key_F8, + action = new KAction( i18n("&Build Project"), "make_tdevelop", Key_F8, this, TQT_SLOT(slotBuild()), actionCollection(), "build_build" ); action->setToolTip(i18n("Build project")); @@ -109,7 +109,7 @@ AutoProjectPart::AutoProjectPart(TQObject *parent, const char *name, const TQStr "in the project settings dialog, Make Options tab.")); action->setGroup("autotools"); - action = new KAction( i18n("Build &Active Target"), "make_kdevelop", Key_F7, + action = new KAction( i18n("Build &Active Target"), "make_tdevelop", Key_F7, this, TQT_SLOT(slotBuildActiveTarget()), actionCollection(), "build_buildactivetarget" ); action->setToolTip(i18n("Build active target")); @@ -119,7 +119,7 @@ AutoProjectPart::AutoProjectPart(TQObject *parent, const char *name, const TQStr "in the project settings dialog, Make Options tab.")); action->setGroup("autotools"); - action = new KAction( i18n("Compile &File"), "make_kdevelop", + action = new KAction( i18n("Compile &File"), "make_tdevelop", this, TQT_SLOT(slotCompileFile()), actionCollection(), "build_compilefile" ); action->setToolTip(i18n("Compile file")); @@ -299,7 +299,7 @@ void AutoProjectPart::openProject(const TQString &dirName, const TQString &proje KMessageBox::information( m_widget, i18n("No active target specified, running the application will\n" "not work until you make a target active in the Automake Manager\n" "on the right side or use the Main Program options under\n" - "Project -> Project Options -> Run Options"), i18n("No active target specified"), "kdevelop_open_project_no_active_target"); + "Project -> Project Options -> Run Options"), i18n("No active target specified"), "tdevelop_open_project_no_active_target"); } KDevProject::openProject( dirName, projectName ); diff --git a/buildtools/autotools/autoprojectpart.h b/buildtools/autotools/autoprojectpart.h index 7c0585fc..8a3506e0 100644 --- a/buildtools/autotools/autoprojectpart.h +++ b/buildtools/autotools/autoprojectpart.h @@ -1,6 +1,6 @@ /*************************************************************************** * Copyright (C) 2001-2002 by Bernd Gehrmann * -* bernd@kdevelop.org * +* bernd@tdevelop.org * * * * Copyright (C) 2002 by Victor R�er * * victor_roeder@gmx.de * diff --git a/buildtools/autotools/autoprojectwidget.cpp b/buildtools/autotools/autoprojectwidget.cpp index 56a80dfc..86adb657 100644 --- a/buildtools/autotools/autoprojectwidget.cpp +++ b/buildtools/autotools/autoprojectwidget.cpp @@ -1,6 +1,6 @@ /* KDevelop Autotools Support - Copyright (c) 2001-2002 by Bernd Gehrmann + Copyright (c) 2001-2002 by Bernd Gehrmann Copyright (c) 2002 by Victor Roeder Copyright (c) 2005 by Matt Rogers diff --git a/buildtools/autotools/autoprojectwidget.h b/buildtools/autotools/autoprojectwidget.h index 554a90f7..74c960fb 100644 --- a/buildtools/autotools/autoprojectwidget.h +++ b/buildtools/autotools/autoprojectwidget.h @@ -1,6 +1,6 @@ /* KDevelop Autotools Support - Copyright (c) 2001-2002 by Bernd Gehrmann + Copyright (c) 2001-2002 by Bernd Gehrmann Copyright (c) 2002 by Victor Roeder Copyright (c) 2005 by Matt Rogers diff --git a/buildtools/autotools/autosubprojectview.cpp b/buildtools/autotools/autosubprojectview.cpp index 0c27eb1b..5916b332 100644 --- a/buildtools/autotools/autosubprojectview.cpp +++ b/buildtools/autotools/autosubprojectview.cpp @@ -156,7 +156,7 @@ void AutoSubprojectView::slotSelectionChanged( TQListViewItem* item ) void AutoSubprojectView::loadMakefileams ( const TQString& dir ) { SubprojectItem * item = new SubprojectItem( m_listView, m_part->projectName() ); - item->setPixmap ( 0, SmallIcon ( "kdevelop" ) ); + item->setPixmap ( 0, SmallIcon ( "tdevelop" ) ); item->subdir = "/"; item->path = dir; parse( item ); @@ -197,7 +197,7 @@ void AutoSubprojectView::initActions() "subprojects containing Makefile.am.")); TQToolTip::add( m_button2, tr2i18n( "Add Target...")); - addTargetAction = new AutoToolsAction( i18n( "Add Target..." ), "targetnew_kdevelop", 0, + addTargetAction = new AutoToolsAction( i18n( "Add Target..." ), "targetnew_tdevelop", 0, TQT_TQOBJECT(this), TQT_SLOT( slotAddTarget() ), actions, "add target" ); addTargetAction->setWhatsThis(i18n( "Add target

Adds a new target to " "the currently selected subproject. Target can be a " @@ -206,7 +206,7 @@ void AutoSubprojectView::initActions() addTargetAction->plug( m_button2 ); TQToolTip::add( m_button3, tr2i18n( "Add Service...")); - addServiceAction = new AutoToolsAction( i18n( "Add Service..." ), "servicenew_kdevelop", 0, TQT_TQOBJECT(this), + addServiceAction = new AutoToolsAction( i18n( "Add Service..." ), "servicenew_tdevelop", 0, TQT_TQOBJECT(this), TQT_SLOT( slotAddService() ), actions, "add service" ); addServiceAction->setWhatsThis(i18n("Add service

Creates a .desktop file describing the service.")); addServiceAction->plug( m_button3 ); @@ -836,7 +836,7 @@ void AutoSubprojectView::parseSUBDIRS( SubprojectItem *item, } //search for AC_SUBST variables and try to replace them with variables - //that have been already defined e.g. in a "kdevelop hint" + //that have been already defined e.g. in a "tdevelop hint" varre = TQRegExp( "\\@(.*)\\@" ); varre.setMinimal( true ); while ( varre.search( subdirs ) != -1 ) diff --git a/buildtools/autotools/choosetargetdialog.cpp b/buildtools/autotools/choosetargetdialog.cpp index 526a4ce7..ca1ddf50 100644 --- a/buildtools/autotools/choosetargetdialog.cpp +++ b/buildtools/autotools/choosetargetdialog.cpp @@ -79,7 +79,7 @@ ChooseTargetDialog::ChooseTargetDialog ( AutoProjectWidget* widget, AutoProjectP d->baseUI->newFileList->addColumn( TQString() ); d->baseUI->newFileList->setSorting(-1); - setIcon ( SmallIcon ( "target_kdevelop" ) ); + setIcon ( SmallIcon ( "target_tdevelop" ) ); TQPtrListIterator sit(d->subprojectList); @@ -172,7 +172,7 @@ void ChooseTargetDialog::slotSubprojectChanged ( const TQString& name ) if ( titem->primary == "PROGRAMS" || titem->primary == "LIBRARIES" || titem->primary == "LTLIBRARIES" || titem->primary == "JAVA" ) { - d->baseUI->targetComboBox->insertItem ( SmallIcon ( "target_kdevelop" ), titem->name ); + d->baseUI->targetComboBox->insertItem ( SmallIcon ( "target_tdevelop" ), titem->name ); //d->baseUI->targetComboBox->addToHistory ( titem->name ); diff --git a/buildtools/autotools/configureoptionswidget.cpp b/buildtools/autotools/configureoptionswidget.cpp index ad35329a..d847a559 100644 --- a/buildtools/autotools/configureoptionswidget.cpp +++ b/buildtools/autotools/configureoptionswidget.cpp @@ -1,6 +1,6 @@ /*************************************************************************** * Copyright (C) 2001-2002 by Bernd Gehrmann * - * bernd@kdevelop.org * + * bernd@tdevelop.org * * * * This program is free software; you can redistribute it and/or modify * * it under the terms of the GNU General Public License as published by * diff --git a/buildtools/autotools/configureoptionswidget.h b/buildtools/autotools/configureoptionswidget.h index 35cd5688..1d3d8a3f 100644 --- a/buildtools/autotools/configureoptionswidget.h +++ b/buildtools/autotools/configureoptionswidget.h @@ -1,6 +1,6 @@ /*************************************************************************** * Copyright (C) 2001-2002 by Bernd Gehrmann * -* bernd@kdevelop.org * +* bernd@tdevelop.org * * * * This program is free software; you can redistribute it and/or modify * * it under the terms of the GNU General Public License as published by * diff --git a/buildtools/autotools/fileselectorwidget.h b/buildtools/autotools/fileselectorwidget.h index e3c73a5e..96b5c79c 100644 --- a/buildtools/autotools/fileselectorwidget.h +++ b/buildtools/autotools/fileselectorwidget.h @@ -1,6 +1,6 @@ /*************************************************************************** * Copyright (C) 2001 by Bernd Gehrmann * -* bernd@kdevelop.org * +* bernd@tdevelop.org * * * * This program is free software; you can redistribute it and/or modify * * it under the terms of the GNU General Public License as published by * diff --git a/buildtools/autotools/managecustomcommand.cpp b/buildtools/autotools/managecustomcommand.cpp index a602a3a9..af0f0e93 100644 --- a/buildtools/autotools/managecustomcommand.cpp +++ b/buildtools/autotools/managecustomcommand.cpp @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2004 by Alexander Dymo * + * Copyright (C) 2004 by Alexander Dymo * * * * This program is free software; you can redistribute it and/or modify * * it under the terms of the GNU Library General Public License as * diff --git a/buildtools/autotools/managecustomcommand.h b/buildtools/autotools/managecustomcommand.h index 8b1ae9d4..96dacb89 100644 --- a/buildtools/autotools/managecustomcommand.h +++ b/buildtools/autotools/managecustomcommand.h @@ -1,5 +1,5 @@ /*************************************************************************** -* Copyright (C) 2004 by Alexander Dymo * +* Copyright (C) 2004 by Alexander Dymo * * * * This program is free software; you can redistribute it and/or modify * * it under the terms of the GNU Library General Public License as * diff --git a/buildtools/autotools/misc.cpp b/buildtools/autotools/misc.cpp index 31dad76a..cbe4d24c 100644 --- a/buildtools/autotools/misc.cpp +++ b/buildtools/autotools/misc.cpp @@ -1,6 +1,6 @@ /*************************************************************************** * Copyright (C) 2001-2002 by Bernd Gehrmann * -* bernd@kdevelop.org * +* bernd@tdevelop.org * * * * This program is free software; you can redistribute it and/or modify * * it under the terms of the GNU General Public License as published by * @@ -110,7 +110,7 @@ void AutoProjectTool::parseMakefileam(const TQString &fileName, TQMapvariables[canonname + "_LIBADD"].contains ( m_titem->name ) > 0 || spitem->variables[canonname + "_LDADD"].contains ( m_titem->name ) > 0 ) { - dependencyListBox->insertItem ( SmallIcon ( "target_kdevelop" ), spitem->path + " (" + titem->name + ")" ); + dependencyListBox->insertItem ( SmallIcon ( "target_tdevelop" ), spitem->path + " (" + titem->name + ")" ); dependentSubprojects.append ( spitem ); } diff --git a/buildtools/autotools/subprojectoptionsdlg.cpp b/buildtools/autotools/subprojectoptionsdlg.cpp index f3e1c6f1..139193b4 100644 --- a/buildtools/autotools/subprojectoptionsdlg.cpp +++ b/buildtools/autotools/subprojectoptionsdlg.cpp @@ -1,6 +1,6 @@ /*************************************************************************** * Copyright (C) 2001 by Bernd Gehrmann * - * bernd@kdevelop.org * + * bernd@tdevelop.org * * * * This program is free software; you can redistribute it and/or modify * * it under the terms of the GNU General Public License as published by * diff --git a/buildtools/autotools/subprojectoptionsdlg.h b/buildtools/autotools/subprojectoptionsdlg.h index aea70658..9dac111d 100644 --- a/buildtools/autotools/subprojectoptionsdlg.h +++ b/buildtools/autotools/subprojectoptionsdlg.h @@ -1,6 +1,6 @@ /*************************************************************************** * Copyright (C) 2001 by Bernd Gehrmann * -* bernd@kdevelop.org * +* bernd@tdevelop.org * * * * This program is free software; you can redistribute it and/or modify * * it under the terms of the GNU General Public License as published by * diff --git a/buildtools/autotools/targetoptionsdlg.cpp b/buildtools/autotools/targetoptionsdlg.cpp index da9ade0c..7c40fbfc 100644 --- a/buildtools/autotools/targetoptionsdlg.cpp +++ b/buildtools/autotools/targetoptionsdlg.cpp @@ -1,6 +1,6 @@ /*************************************************************************** * Copyright (C) 2001 by Bernd Gehrmann * - * bernd@kdevelop.org * + * bernd@tdevelop.org * * * * This program is free software; you can redistribute it and/or modify * * it under the terms of the GNU General Public License as published by * diff --git a/buildtools/autotools/targetoptionsdlg.h b/buildtools/autotools/targetoptionsdlg.h index ea74c717..4df7e49b 100644 --- a/buildtools/autotools/targetoptionsdlg.h +++ b/buildtools/autotools/targetoptionsdlg.h @@ -1,6 +1,6 @@ /*************************************************************************** * Copyright (C) 2001 by Bernd Gehrmann * -* bernd@kdevelop.org * +* bernd@tdevelop.org * * * * This program is free software; you can redistribute it and/or modify * * it under the terms of the GNU General Public License as published by * diff --git a/buildtools/custommakefiles/Makefile.am b/buildtools/custommakefiles/Makefile.am index fab92b8b..087ab001 100644 --- a/buildtools/custommakefiles/Makefile.am +++ b/buildtools/custommakefiles/Makefile.am @@ -7,7 +7,7 @@ INCLUDES = -I$(top_srcdir)/buildtools/lib/base \ kde_module_LTLIBRARIES = libkdevcustomproject.la libkdevcustomproject_la_LDFLAGS = $(all_libraries) $(KDE_PLUGIN) -libkdevcustomproject_la_LIBADD = $(top_builddir)/lib/libkdevelop.la \ +libkdevcustomproject_la_LIBADD = $(top_builddir)/lib/libtdevelop.la \ $(top_builddir)/buildtools/lib/widgets/libkdevbuildtoolswidgets.la $(top_builddir)/buildtools/lib/base/libkdevbuildbase.la libkdevcustomproject_la_SOURCES = selectnewfilesdialog.cpp selectnewfilesdialogbase.ui \ diff --git a/buildtools/custommakefiles/README.dox b/buildtools/custommakefiles/README.dox index 28762d87..877cdf62 100644 --- a/buildtools/custommakefiles/README.dox +++ b/buildtools/custommakefiles/README.dox @@ -5,7 +5,7 @@ over several lines. You can even use some html commands in these lines like: This is code, html links link text, and images. -\authors Bernd Gehrmann +\authors Bernd Gehrmann \unmaintained This part is currently un-maintained @@ -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/custommakefiles/custombuildoptionswidget.cpp b/buildtools/custommakefiles/custombuildoptionswidget.cpp index e979df61..920a0908 100644 --- a/buildtools/custommakefiles/custombuildoptionswidget.cpp +++ b/buildtools/custommakefiles/custombuildoptionswidget.cpp @@ -1,6 +1,6 @@ /*************************************************************************** * Copyright (C) 2002 by Bernd Gehrmann * - * bernd@kdevelop.org * + * bernd@tdevelop.org * * * * This program is free software; you can redistribute it and/or modify * * it under the terms of the GNU General Public License as published by * diff --git a/buildtools/custommakefiles/custombuildoptionswidget.h b/buildtools/custommakefiles/custombuildoptionswidget.h index 2c5c0568..03c7232d 100644 --- a/buildtools/custommakefiles/custombuildoptionswidget.h +++ b/buildtools/custommakefiles/custombuildoptionswidget.h @@ -1,6 +1,6 @@ /*************************************************************************** * Copyright (C) 2002 by Bernd Gehrmann * - * bernd@kdevelop.org * + * bernd@tdevelop.org * * * * This program is free software; you can redistribute it and/or modify * * it under the terms of the GNU General Public License as published by * diff --git a/buildtools/custommakefiles/customprojectpart.cpp b/buildtools/custommakefiles/customprojectpart.cpp index 4010c742..ecdabd64 100644 --- a/buildtools/custommakefiles/customprojectpart.cpp +++ b/buildtools/custommakefiles/customprojectpart.cpp @@ -1,6 +1,6 @@ /*************************************************************************** * Copyright (C) 2001-2002 by Bernd Gehrmann * - * bernd@kdevelop.org * + * bernd@tdevelop.org * * Copyright (C) 2007 by Andreas Pakulat * * apaku@gmx.de * * * @@ -38,7 +38,7 @@ #include #include #include -#include +#include #include #include "domutil.h" @@ -80,7 +80,7 @@ CustomProjectPart::CustomProjectPart( TQObject *parent, const char *name, const action->setToolTip( i18n( "Re-Populate Project" ) ); action->setWhatsThis( i18n( "Re-Populate Project

Re-Populates the project, searching through the project directory and adding all files that match one of the wildcards set in the custom manager options of the project filelist." ) ); - action = new KAction( i18n( "&Build Project" ), "make_kdevelop", Key_F8, + action = new KAction( i18n( "&Build Project" ), "make_tdevelop", Key_F8, this, TQT_SLOT( slotBuild() ), actionCollection(), "build_build" ); action->setToolTip( i18n( "Build project" ) ); @@ -88,7 +88,7 @@ CustomProjectPart::CustomProjectPart( TQObject *parent, const char *name, const "Environment variables and make arguments can be specified " "in the project settings dialog, Build Options tab." ) ); - action = new KAction( i18n( "&Build Active Directory" ), "make_kdevelop", Key_F7, + action = new KAction( i18n( "&Build Active Directory" ), "make_tdevelop", Key_F7, this, TQT_SLOT( slotBuildActiveDir() ), actionCollection(), "build_buildactivetarget" ); action->setToolTip( i18n( "Build active directory" ) ); @@ -96,7 +96,7 @@ CustomProjectPart::CustomProjectPart( TQObject *parent, const char *name, const "Environment variables and make arguments can be specified " "in the project settings dialog, Make Options tab." ) ); - action = new KAction( i18n( "Compile &File" ), "make_kdevelop", + action = new KAction( i18n( "Compile &File" ), "make_tdevelop", this, TQT_SLOT( slotCompileFile() ), actionCollection(), "build_compilefile" ); action->setToolTip( i18n( "Compile file" ) ); @@ -412,23 +412,23 @@ void CustomProjectPart::openProject( const TQString &dirName, const TQString &pr DomUtil::writeListEntry( dom, "/kdevcustomproject/filetypes", "filetype", types ); } - /*this entry is currently only created by the cmake kdevelop3 project generator + /*this entry is currently only created by the cmake tdevelop3 project generator in order to support completely-out-of-source builds, where nothing, not - even the kdevelop project files are created in the source directory, Alex + even the tdevelop project files are created in the source directory, Alex */ m_filelistDir = DomUtil::readEntry( dom, "/kdevcustomproject/filelistdirectory" ); if ( m_filelistDir.isEmpty() ) m_filelistDir = dirName; if ( TQFileInfo( m_filelistDir + "/" + projectName.lower() + - ".kdevelop.filelist" ).exists() ) + ".tdevelop.filelist" ).exists() ) { TQDir( m_filelistDir ).rename( - projectName.lower() + ".kdevelop.filelist", - projectName + ".kdevelop.filelist" ); + projectName.lower() + ".tdevelop.filelist", + projectName + ".tdevelop.filelist" ); } - TQFile f( m_filelistDir + "/" + projectName + ".kdevelop.filelist" ); + TQFile f( m_filelistDir + "/" + projectName + ".tdevelop.filelist" ); if ( f.open( IO_ReadOnly ) ) { TQTextStream stream( &f ); @@ -588,7 +588,7 @@ void CustomProjectPart::closeProject() void CustomProjectPart::saveProject() { - TQFile f( m_filelistDir + "/" + m_projectName + ".kdevelop.filelist" ); + TQFile f( m_filelistDir + "/" + m_projectName + ".tdevelop.filelist" ); if ( !f.open( IO_WriteOnly ) ) return; diff --git a/buildtools/custommakefiles/customprojectpart.h b/buildtools/custommakefiles/customprojectpart.h index 7bbedb5e..1a963e34 100644 --- a/buildtools/custommakefiles/customprojectpart.h +++ b/buildtools/custommakefiles/customprojectpart.h @@ -1,6 +1,6 @@ /*************************************************************************** * Copyright (C) 2001-2002 by Bernd Gehrmann * - * bernd@kdevelop.org * + * bernd@tdevelop.org * * Copyright (C) 2007 by Andreas Pakulat * * apaku@gmx.de * * * diff --git a/buildtools/lib/base/CMakeLists.txt b/buildtools/lib/base/CMakeLists.txt index 1f3e9fbf..f3585669 100644 --- a/buildtools/lib/base/CMakeLists.txt +++ b/buildtools/lib/base/CMakeLists.txt @@ -27,7 +27,7 @@ link_directories( install( FILES kdevbuildtool.h - DESTINATION ${INCLUDE_INSTALL_DIR}/kdevelop/buildtools/base ) + DESTINATION ${INCLUDE_INSTALL_DIR}/tdevelop/buildtools/base ) ##### kdevbuildbase (shared) #################### @@ -35,6 +35,6 @@ install( FILES tde_add_library( kdevbuildbase SHARED AUTOMOC SOURCES kdevbuildtool.cpp VERSION 0.0.0 - LINK kdevelop-shared + LINK tdevelop-shared DESTINATION ${LIB_INSTALL_DIR} ) diff --git a/buildtools/lib/base/Mainpage.dox b/buildtools/lib/base/Mainpage.dox index dbf199a5..3e16d2d8 100644 --- a/buildtools/lib/base/Mainpage.dox +++ b/buildtools/lib/base/Mainpage.dox @@ -5,7 +5,7 @@ This library contains base classes for KDevelop builtool support plugins. Link with: -lkdevbuildbase -Include path: -I\$(kde_includes)/kdevelop/buildtools/base +Include path: -I\$(kde_includes)/tdevelop/buildtools/base \section btbaseoverview Overview This library is created to provide KDevBuildTool compat class which can be used diff --git a/buildtools/lib/base/Makefile.am b/buildtools/lib/base/Makefile.am index 27fc66c5..be6b9576 100644 --- a/buildtools/lib/base/Makefile.am +++ b/buildtools/lib/base/Makefile.am @@ -6,8 +6,8 @@ lib_LTLIBRARIES = libkdevbuildbase.la libkdevbuildbase_la_LDFLAGS = $(all_libraries) libkdevbuildbase_la_LIBADD = $(top_builddir)/lib/interfaces/libkdevinterfaces.la $(LIB_QT) $(LIB_TDEUI) libkdevbuildbase_la_SOURCES = kdevbuildtool.cpp -kdevelopbuildtoolsincludedir = $(includedir)/kdevelop/buildtools/base -kdevelopbuildtoolsinclude_HEADERS = kdevbuildtool.h +tdevelopbuildtoolsincludedir = $(includedir)/tdevelop/buildtools/base +tdevelopbuildtoolsinclude_HEADERS = kdevbuildtool.h DOXYGEN_REFERENCES = dcop interfaces tdecore tdefx tdeui khtml kmdi kio kjs kparts kutils kdevutil kdevinterfaces kdevextensions DOXYGEN_PROJECTNAME = KDevelop Buildtool Base Library diff --git a/buildtools/lib/base/kdevbuildtool.cpp b/buildtools/lib/base/kdevbuildtool.cpp index 2dfc3d84..29e2c96a 100644 --- a/buildtools/lib/base/kdevbuildtool.cpp +++ b/buildtools/lib/base/kdevbuildtool.cpp @@ -1,5 +1,5 @@ /* This file is part of the KDE project - Copyright (C) 2004 Alexander Dymo + Copyright (C) 2004 Alexander Dymo This library is free software; you can redistribute it and/or modify it under the terms of the GNU Library General Public diff --git a/buildtools/lib/base/kdevbuildtool.h b/buildtools/lib/base/kdevbuildtool.h index ff1abcc0..46545109 100644 --- a/buildtools/lib/base/kdevbuildtool.h +++ b/buildtools/lib/base/kdevbuildtool.h @@ -1,6 +1,6 @@ /* This file is part of the KDE project - Copyright (C) 1999-2001 Bernd Gehrmann - Copyright (C) 2004 Alexander Dymo + Copyright (C) 1999-2001 Bernd Gehrmann + Copyright (C) 2004 Alexander Dymo This library is free software; you can redistribute it and/or modify it under the terms of the GNU Library General Public diff --git a/buildtools/lib/parsers/autotools/Mainpage.dox b/buildtools/lib/parsers/autotools/Mainpage.dox index 99d200d9..d54178ee 100644 --- a/buildtools/lib/parsers/autotools/Mainpage.dox +++ b/buildtools/lib/parsers/autotools/Mainpage.dox @@ -5,7 +5,7 @@ This library contains a parser that handles Makefile.am. Link with: -lkdevautotoolsparser -Include path: -I\$(kde_includes)/kdevelop/buildtools/parsers/autotools +Include path: -I\$(kde_includes)/tdevelop/buildtools/parsers/autotools */ diff --git a/buildtools/lib/parsers/autotools/autotools.ll b/buildtools/lib/parsers/autotools/autotools.ll index f05f8ff6..7b840a2a 100644 --- a/buildtools/lib/parsers/autotools/autotools.ll +++ b/buildtools/lib/parsers/autotools/autotools.ll @@ -1,7 +1,7 @@ %{ /*************************************************************************** * Copyright (C) 2005 by Alexander Dymo * - * adymo@kdevelop.org * + * adymo@tdevelop.org * * * * Copyright (c) 2005 by Matt Rogers * * mattr@kde.org * diff --git a/buildtools/lib/parsers/autotools/autotools.yy b/buildtools/lib/parsers/autotools/autotools.yy index d76cc5fe..9388ff93 100644 --- a/buildtools/lib/parsers/autotools/autotools.yy +++ b/buildtools/lib/parsers/autotools/autotools.yy @@ -1,7 +1,7 @@ %{ /*************************************************************************** * Copyright (C) 2005 by Alexander Dymo * - * adymo@kdevelop.org * + * adymo@tdevelop.org * * * * Copyright (c) 2005 by Matt Rogers * * mattr@kde.org * diff --git a/buildtools/lib/parsers/autotools/autotools_lex.cpp b/buildtools/lib/parsers/autotools/autotools_lex.cpp index d20bbdb6..764cd26f 100644 --- a/buildtools/lib/parsers/autotools/autotools_lex.cpp +++ b/buildtools/lib/parsers/autotools/autotools_lex.cpp @@ -505,7 +505,7 @@ char *yytext; #line 2 "autotools.ll" /*************************************************************************** * Copyright (C) 2005 by Alexander Dymo * - * adymo@kdevelop.org * + * adymo@tdevelop.org * * * * Copyright (c) 2005 by Matt Rogers * * mattr@kde.org * diff --git a/buildtools/lib/parsers/autotools/autotools_yacc.cpp b/buildtools/lib/parsers/autotools/autotools_yacc.cpp index 93cdb733..f7508cc6 100644 --- a/buildtools/lib/parsers/autotools/autotools_yacc.cpp +++ b/buildtools/lib/parsers/autotools/autotools_yacc.cpp @@ -116,7 +116,7 @@ /*************************************************************************** * Copyright (C) 2005 by Alexander Dymo * - * adymo@kdevelop.org * + * adymo@tdevelop.org * * * * Copyright (c) 2005 by Matt Rogers * * mattr@kde.org * diff --git a/buildtools/lib/parsers/autotools/autotoolsast.cpp b/buildtools/lib/parsers/autotools/autotoolsast.cpp index f6ac032f..659fe47f 100644 --- a/buildtools/lib/parsers/autotools/autotoolsast.cpp +++ b/buildtools/lib/parsers/autotools/autotoolsast.cpp @@ -1,6 +1,6 @@ /*************************************************************************** * Copyright (C) 2005 by Alexander Dymo * - * adymo@kdevelop.org * + * adymo@tdevelop.org * * * * Copyright (c) 2005 by Matt Rogers * * mattr@kde.org * diff --git a/buildtools/lib/parsers/autotools/autotoolsast.h b/buildtools/lib/parsers/autotools/autotoolsast.h index e690baa4..0f5dcdc9 100644 --- a/buildtools/lib/parsers/autotools/autotoolsast.h +++ b/buildtools/lib/parsers/autotools/autotoolsast.h @@ -1,6 +1,6 @@ /*************************************************************************** * Copyright (C) 2005 by Alexander Dymo * - * adymo@kdevelop.org * + * adymo@tdevelop.org * * * * Copyright (c) 2005 by Matt Rogers * * mattr@kde.org * diff --git a/buildtools/lib/parsers/autotools/autotoolsdriver.cpp b/buildtools/lib/parsers/autotools/autotoolsdriver.cpp index 05734c3f..5a1de34c 100644 --- a/buildtools/lib/parsers/autotools/autotoolsdriver.cpp +++ b/buildtools/lib/parsers/autotools/autotoolsdriver.cpp @@ -1,6 +1,6 @@ /*************************************************************************** * Copyright (C) 2005 by Alexander Dymo * - * adymo@kdevelop.org * + * adymo@tdevelop.org * * * * Copyright (c) 2005 by Matt Rogers * * mattr@kde.org * diff --git a/buildtools/lib/parsers/autotools/autotoolsdriver.h b/buildtools/lib/parsers/autotools/autotoolsdriver.h index 8e29bec6..47f3acdb 100644 --- a/buildtools/lib/parsers/autotools/autotoolsdriver.h +++ b/buildtools/lib/parsers/autotools/autotoolsdriver.h @@ -1,6 +1,6 @@ /*************************************************************************** * Copyright (C) 2005 by Alexander Dymo * - * adymo@kdevelop.org * + * adymo@tdevelop.org * * * * Copyright (c) 2005 by Matt Rogers * * mattr@kde.org * diff --git a/buildtools/lib/parsers/autotools/tests/runner.cpp b/buildtools/lib/parsers/autotools/tests/runner.cpp index 0af67e18..1e817854 100644 --- a/buildtools/lib/parsers/autotools/tests/runner.cpp +++ b/buildtools/lib/parsers/autotools/tests/runner.cpp @@ -1,6 +1,6 @@ /*************************************************************************** * Copyright (C) 2005 by Alexander Dymo * - * adymo@kdevelop.org * + * adymo@tdevelop.org * * * * This program is free software; you can redistribute it and/or modify * * it under the terms of the GNU Library General Public License as * diff --git a/buildtools/lib/parsers/autotools/tests/viewer.cpp b/buildtools/lib/parsers/autotools/tests/viewer.cpp index 0625ae11..2693a68c 100644 --- a/buildtools/lib/parsers/autotools/tests/viewer.cpp +++ b/buildtools/lib/parsers/autotools/tests/viewer.cpp @@ -1,6 +1,6 @@ /*************************************************************************** * Copyright (C) 2005 by Alexander Dymo * - * adymo@kdevelop.org * + * adymo@tdevelop.org * * * * This program is free software; you can redistribute it and/or modify * * it under the terms of the GNU Library General Public License as * diff --git a/buildtools/lib/parsers/autotools/tests/viewer.h b/buildtools/lib/parsers/autotools/tests/viewer.h index 1e0b7b0f..744ca82d 100644 --- a/buildtools/lib/parsers/autotools/tests/viewer.h +++ b/buildtools/lib/parsers/autotools/tests/viewer.h @@ -1,6 +1,6 @@ /*************************************************************************** * Copyright (C) 2005 by Alexander Dymo * - * adymo@kdevelop.org * + * adymo@tdevelop.org * * * * This program is free software; you can redistribute it and/or modify * * it under the terms of the GNU Library General Public License as * diff --git a/buildtools/lib/parsers/autotools/tests/viewer_main.cpp b/buildtools/lib/parsers/autotools/tests/viewer_main.cpp index 0fc5157b..2811c73d 100644 --- a/buildtools/lib/parsers/autotools/tests/viewer_main.cpp +++ b/buildtools/lib/parsers/autotools/tests/viewer_main.cpp @@ -1,6 +1,6 @@ /*************************************************************************** * Copyright (C) 2005 by Alexander Dymo * - * adymo@kdevelop.org * + * adymo@tdevelop.org * * * * This program is free software; you can redistribute it and/or modify * * it under the terms of the GNU Library General Public License as * diff --git a/buildtools/lib/parsers/qmake/CMakeLists.txt b/buildtools/lib/parsers/qmake/CMakeLists.txt index 00898d3c..73296c7b 100644 --- a/buildtools/lib/parsers/qmake/CMakeLists.txt +++ b/buildtools/lib/parsers/qmake/CMakeLists.txt @@ -24,7 +24,7 @@ link_directories( install( FILES qmakeast.h qmakedriver.h qmakeastvisitor.h - DESTINATION ${INCLUDE_INSTALL_DIR}/kdevelop/buildtools/parsers/qmake ) + DESTINATION ${INCLUDE_INSTALL_DIR}/tdevelop/buildtools/parsers/qmake ) ##### kdevqmakeparser (shared) ################## diff --git a/buildtools/lib/parsers/qmake/Mainpage.dox b/buildtools/lib/parsers/qmake/Mainpage.dox index 7b2e2682..82270be0 100644 --- a/buildtools/lib/parsers/qmake/Mainpage.dox +++ b/buildtools/lib/parsers/qmake/Mainpage.dox @@ -5,7 +5,7 @@ This library contains qmake parser. Link with: -lkdevqmakeparser -Include path: -I\$(kde_includes)/kdevelop/buildtools/parsers/qmake +Include path: -I\$(kde_includes)/tdevelop/buildtools/parsers/qmake \section qmakeparseroverview Overview Here resides a parser for qmake .pro (.pri) files. This parser diff --git a/buildtools/lib/parsers/qmake/Makefile.am b/buildtools/lib/parsers/qmake/Makefile.am index ac6f9ea5..8dde1ed2 100644 --- a/buildtools/lib/parsers/qmake/Makefile.am +++ b/buildtools/lib/parsers/qmake/Makefile.am @@ -13,8 +13,8 @@ libkdevqmakeparser_la_LDFLAGS = -no-undefined $(all_libraries) $(LIB_KIO) libkdevqmakeparser_la_SOURCES = qmake_lex.cpp qmake_yacc.cpp qmakeast.cpp \ qmakeastvisitor.cpp qmakedriver.cpp -kdevelopbuildtoolsincludedir = $(includedir)/kdevelop/buildtools/parsers/qmake -kdevelopbuildtoolsinclude_HEADERS = qmakeast.h qmakedriver.h qmakeastvisitor.h +tdevelopbuildtoolsincludedir = $(includedir)/tdevelop/buildtools/parsers/qmake +tdevelopbuildtoolsinclude_HEADERS = qmakeast.h qmakedriver.h qmakeastvisitor.h parser: cd $(srcdir) ; \ diff --git a/buildtools/lib/parsers/qmake/qmake.ll b/buildtools/lib/parsers/qmake/qmake.ll index a0289f6e..9ed90e23 100644 --- a/buildtools/lib/parsers/qmake/qmake.ll +++ b/buildtools/lib/parsers/qmake/qmake.ll @@ -1,7 +1,7 @@ %{ /*************************************************************************** * Copyright (C) 2005 by Alexander Dymo * - * adymo@kdevelop.org * + * adymo@tdevelop.org * * * * This program is free software; you can redistribute it and/or modify * * it under the terms of the GNU Library General Public License as * diff --git a/buildtools/lib/parsers/qmake/qmake.yy b/buildtools/lib/parsers/qmake/qmake.yy index e11c086d..991f1eee 100644 --- a/buildtools/lib/parsers/qmake/qmake.yy +++ b/buildtools/lib/parsers/qmake/qmake.yy @@ -1,7 +1,7 @@ %{ /*************************************************************************** * Copyright (C) 2005 by Alexander Dymo * - * adymo@kdevelop.org * + * adymo@tdevelop.org * * Copyright (C) 2006 by Andreas Pakulat * * apaku@gmx.de * * * diff --git a/buildtools/lib/parsers/qmake/qmake_lex.cpp b/buildtools/lib/parsers/qmake/qmake_lex.cpp index 4d74571c..0151bf29 100644 --- a/buildtools/lib/parsers/qmake/qmake_lex.cpp +++ b/buildtools/lib/parsers/qmake/qmake_lex.cpp @@ -604,7 +604,7 @@ static yyconst flex_int16_t yy_rule_linenum[23] = #line 2 "qmake.ll" /*************************************************************************** * Copyright (C) 2005 by Alexander Dymo * - * adymo@kdevelop.org * + * adymo@tdevelop.org * * * * This program is free software; you can redistribute it and/or modify * * it under the terms of the GNU Library General Public License as * diff --git a/buildtools/lib/parsers/qmake/qmake_yacc.hpp b/buildtools/lib/parsers/qmake/qmake_yacc.hpp index 6b810683..fed15b11 100644 --- a/buildtools/lib/parsers/qmake/qmake_yacc.hpp +++ b/buildtools/lib/parsers/qmake/qmake_yacc.hpp @@ -52,7 +52,7 @@ namespace TQMake /*************************************************************************** * Copyright (C) 2005 by Alexander Dymo * - * adymo@kdevelop.org * + * adymo@tdevelop.org * * Copyright (C) 2006 by Andreas Pakulat * * apaku@gmx.de * * * diff --git a/buildtools/lib/parsers/qmake/qmakeast.cpp b/buildtools/lib/parsers/qmake/qmakeast.cpp index 2c1e5a53..5f55af4b 100644 --- a/buildtools/lib/parsers/qmake/qmakeast.cpp +++ b/buildtools/lib/parsers/qmake/qmakeast.cpp @@ -1,6 +1,6 @@ /*************************************************************************** * Copyright (C) 2005 by Alexander Dymo * - * adymo@kdevelop.org * + * adymo@tdevelop.org * * * * This program is free software; you can redistribute it and/or modify * * it under the terms of the GNU Library General Public License as * diff --git a/buildtools/lib/parsers/qmake/qmakeast.h b/buildtools/lib/parsers/qmake/qmakeast.h index e2abba70..a0c5c1de 100644 --- a/buildtools/lib/parsers/qmake/qmakeast.h +++ b/buildtools/lib/parsers/qmake/qmakeast.h @@ -1,6 +1,6 @@ /*************************************************************************** * Copyright (C) 2005 by Alexander Dymo * - * adymo@kdevelop.org * + * adymo@tdevelop.org * * * * This program is free software; you can redistribute it and/or modify * * it under the terms of the GNU Library General Public License as * diff --git a/buildtools/lib/parsers/qmake/qmakeastvisitor.cpp b/buildtools/lib/parsers/qmake/qmakeastvisitor.cpp index b9470bd9..b733a880 100644 --- a/buildtools/lib/parsers/qmake/qmakeastvisitor.cpp +++ b/buildtools/lib/parsers/qmake/qmakeastvisitor.cpp @@ -1,6 +1,6 @@ /*************************************************************************** * Copyright (C) 2005 by Alexander Dymo * - * adymo@kdevelop.org * + * adymo@tdevelop.org * * * * This program is free software; you can redistribute it and/or modify * * it under the terms of the GNU Library General Public License as * diff --git a/buildtools/lib/parsers/qmake/qmakeastvisitor.h b/buildtools/lib/parsers/qmake/qmakeastvisitor.h index 6978074c..87be089f 100644 --- a/buildtools/lib/parsers/qmake/qmakeastvisitor.h +++ b/buildtools/lib/parsers/qmake/qmakeastvisitor.h @@ -1,6 +1,6 @@ /*************************************************************************** * Copyright (C) 2005 by Alexander Dymo * - * adymo@kdevelop.org * + * adymo@tdevelop.org * * * * This program is free software; you can redistribute it and/or modify * * it under the terms of the GNU Library General Public License as * diff --git a/buildtools/lib/parsers/qmake/qmakedriver.cpp b/buildtools/lib/parsers/qmake/qmakedriver.cpp index 09256178..21023017 100644 --- a/buildtools/lib/parsers/qmake/qmakedriver.cpp +++ b/buildtools/lib/parsers/qmake/qmakedriver.cpp @@ -1,6 +1,6 @@ /*************************************************************************** * Copyright (C) 2005 by Alexander Dymo * - * adymo@kdevelop.org * + * adymo@tdevelop.org * * * * This program is free software; you can redistribute it and/or modify * * it under the terms of the GNU Library General Public License as * diff --git a/buildtools/lib/parsers/qmake/qmakedriver.h b/buildtools/lib/parsers/qmake/qmakedriver.h index ee56f388..62539147 100644 --- a/buildtools/lib/parsers/qmake/qmakedriver.h +++ b/buildtools/lib/parsers/qmake/qmakedriver.h @@ -1,6 +1,6 @@ /*************************************************************************** * Copyright (C) 2005 by Alexander Dymo * - * adymo@kdevelop.org * + * adymo@tdevelop.org * * * * This program is free software; you can redistribute it and/or modify * * it under the terms of the GNU Library General Public License as * diff --git a/buildtools/lib/parsers/qmake/tests/runner.cpp b/buildtools/lib/parsers/qmake/tests/runner.cpp index 9af86fe7..378ebbed 100644 --- a/buildtools/lib/parsers/qmake/tests/runner.cpp +++ b/buildtools/lib/parsers/qmake/tests/runner.cpp @@ -1,6 +1,6 @@ /*************************************************************************** * Copyright (C) 2005 by Alexander Dymo * - * adymo@kdevelop.org * + * adymo@tdevelop.org * * * * This program is free software; you can redistribute it and/or modify * * it under the terms of the GNU Library General Public License as * diff --git a/buildtools/lib/parsers/qmake/tests/viewer.cpp b/buildtools/lib/parsers/qmake/tests/viewer.cpp index 94bf8ac2..eef16513 100644 --- a/buildtools/lib/parsers/qmake/tests/viewer.cpp +++ b/buildtools/lib/parsers/qmake/tests/viewer.cpp @@ -1,6 +1,6 @@ /*************************************************************************** * Copyright (C) 2005 by Alexander Dymo * - * adymo@kdevelop.org * + * adymo@tdevelop.org * * * * This program is free software; you can redistribute it and/or modify * * it under the terms of the GNU Library General Public License as * diff --git a/buildtools/lib/parsers/qmake/tests/viewer.h b/buildtools/lib/parsers/qmake/tests/viewer.h index 29e8474f..560c9845 100644 --- a/buildtools/lib/parsers/qmake/tests/viewer.h +++ b/buildtools/lib/parsers/qmake/tests/viewer.h @@ -1,6 +1,6 @@ /*************************************************************************** * Copyright (C) 2005 by Alexander Dymo * - * adymo@kdevelop.org * + * adymo@tdevelop.org * * * * This program is free software; you can redistribute it and/or modify * * it under the terms of the GNU Library General Public License as * diff --git a/buildtools/lib/parsers/qmake/tests/viewer_main.cpp b/buildtools/lib/parsers/qmake/tests/viewer_main.cpp index 199b106d..201837e3 100644 --- a/buildtools/lib/parsers/qmake/tests/viewer_main.cpp +++ b/buildtools/lib/parsers/qmake/tests/viewer_main.cpp @@ -1,6 +1,6 @@ /*************************************************************************** * Copyright (C) 2005 by Alexander Dymo * - * adymo@kdevelop.org * + * adymo@tdevelop.org * * * * This program is free software; you can redistribute it and/or modify * * it under the terms of the GNU Library General Public License as * diff --git a/buildtools/lib/widgets/CMakeLists.txt b/buildtools/lib/widgets/CMakeLists.txt index f892964b..d86d0c66 100644 --- a/buildtools/lib/widgets/CMakeLists.txt +++ b/buildtools/lib/widgets/CMakeLists.txt @@ -33,7 +33,7 @@ install( FILES ${CMAKE_CURRENT_BINARY_DIR}/removesubprojectdlgbase.h ${CMAKE_CURRENT_BINARY_DIR}/runoptionswidgetbase.h ${CMAKE_CURRENT_BINARY_DIR}/subclassesdlgbase.h - DESTINATION ${INCLUDE_INSTALL_DIR}/kdevelop/buildtools/widgets ) + DESTINATION ${INCLUDE_INSTALL_DIR}/tdevelop/buildtools/widgets ) ##### kdevbuildtoolswidgets (shared) ############ @@ -50,6 +50,6 @@ tde_add_library( kdevbuildtoolswidgets SHARED AUTOMOC runoptionswidget.cpp runoptionswidgetbase.ui subclassesdlg.cpp subclassesdlgbase.ui VERSION 0.0.0 - LINK kdevelop-shared + LINK tdevelop-shared DESTINATION ${LIB_INSTALL_DIR} ) diff --git a/buildtools/lib/widgets/Mainpage.dox b/buildtools/lib/widgets/Mainpage.dox index 56884c97..750061c1 100644 --- a/buildtools/lib/widgets/Mainpage.dox +++ b/buildtools/lib/widgets/Mainpage.dox @@ -5,6 +5,6 @@ This library contains widgets commonly used in buildtool support plugins. Link with: -lkdevbuildtoolswidgets -Include path: -I\$(kde_includes)/kdevelop/buildtools/widgets +Include path: -I\$(kde_includes)/tdevelop/buildtools/widgets */ diff --git a/buildtools/lib/widgets/Makefile.am b/buildtools/lib/widgets/Makefile.am index aef5a5c2..d640a831 100644 --- a/buildtools/lib/widgets/Makefile.am +++ b/buildtools/lib/widgets/Makefile.am @@ -17,8 +17,8 @@ libkdevbuildtoolswidgets_la_SOURCES = addenvvardlg.cpp addfilesdialog.cpp \ METASOURCES = AUTO -kdevelopbuildtoolsincludedir = $(includedir)/kdevelop/buildtools/widgets -kdevelopbuildtoolsinclude_HEADERS = addenvvardlg.h addfilesdialog.h \ +tdevelopbuildtoolsincludedir = $(includedir)/tdevelop/buildtools/widgets +tdevelopbuildtoolsinclude_HEADERS = addenvvardlg.h addfilesdialog.h \ environmentvariableswidget.h environmentvariableswidgetbase.h envvartools.h makeoptionswidget.h \ makeoptionswidgetbase.h removesubprojectdialog.h removesubprojectdlgbase.h runoptionswidget.h \ runoptionswidgetbase.h subclassesdlg.h subclassesdlgbase.h diff --git a/buildtools/lib/widgets/addenvvardlg.cpp b/buildtools/lib/widgets/addenvvardlg.cpp index 43033d97..f66bbe93 100644 --- a/buildtools/lib/widgets/addenvvardlg.cpp +++ b/buildtools/lib/widgets/addenvvardlg.cpp @@ -1,5 +1,5 @@ /* This file is part of the KDE project - Copyright (C) 2001 Bernd Gehrmann + Copyright (C) 2001 Bernd Gehrmann This library is free software; you can redistribute it and/or modify it under the terms of the GNU Library General Public @@ -23,7 +23,7 @@ #include #include #include -#include +#include #include "addenvvardlg.h" diff --git a/buildtools/lib/widgets/addenvvardlg.h b/buildtools/lib/widgets/addenvvardlg.h index 8571d889..e968619a 100644 --- a/buildtools/lib/widgets/addenvvardlg.h +++ b/buildtools/lib/widgets/addenvvardlg.h @@ -1,5 +1,5 @@ /* This file is part of the KDE project - Copyright (C) 2001 Bernd Gehrmann + Copyright (C) 2001 Bernd Gehrmann This library is free software; you can redistribute it and/or modify it under the terms of the GNU Library General Public diff --git a/buildtools/lib/widgets/addfilesdialog.h b/buildtools/lib/widgets/addfilesdialog.h index 8cdc913f..24d253dc 100644 --- a/buildtools/lib/widgets/addfilesdialog.h +++ b/buildtools/lib/widgets/addfilesdialog.h @@ -19,7 +19,7 @@ #ifndef ADDFILESDIALOG_H #define ADDFILESDIALOG_H -#include +#include #include class TQComboBox; diff --git a/buildtools/lib/widgets/environmentvariableswidget.cpp b/buildtools/lib/widgets/environmentvariableswidget.cpp index 3c3e448f..bdebfd28 100644 --- a/buildtools/lib/widgets/environmentvariableswidget.cpp +++ b/buildtools/lib/widgets/environmentvariableswidget.cpp @@ -1,5 +1,5 @@ /* This file is part of the KDE project - Copyright (C) 2001-2002 Bernd Gehrmann + Copyright (C) 2001-2002 Bernd Gehrmann Copyright (C) 2003 John Firebaugh This library is free software; you can redistribute it and/or diff --git a/buildtools/lib/widgets/environmentvariableswidget.h b/buildtools/lib/widgets/environmentvariableswidget.h index c5218d5c..8d5e7342 100644 --- a/buildtools/lib/widgets/environmentvariableswidget.h +++ b/buildtools/lib/widgets/environmentvariableswidget.h @@ -1,5 +1,5 @@ /* This file is part of the KDE project - Copyright (C) 2001-2002 Bernd Gehrmann + Copyright (C) 2001-2002 Bernd Gehrmann Copyright (C) 2003 John Firebaugh This library is free software; you can redistribute it and/or diff --git a/buildtools/lib/widgets/makeoptionswidget.cpp b/buildtools/lib/widgets/makeoptionswidget.cpp index ef901cc8..759f4abf 100644 --- a/buildtools/lib/widgets/makeoptionswidget.cpp +++ b/buildtools/lib/widgets/makeoptionswidget.cpp @@ -1,5 +1,5 @@ /* This file is part of the KDE project - Copyright (C) 2001-2002 Bernd Gehrmann + Copyright (C) 2001-2002 Bernd Gehrmann This library is free software; you can redistribute it and/or modify it under the terms of the GNU Library General Public diff --git a/buildtools/lib/widgets/makeoptionswidget.h b/buildtools/lib/widgets/makeoptionswidget.h index abbc29d6..5470737c 100644 --- a/buildtools/lib/widgets/makeoptionswidget.h +++ b/buildtools/lib/widgets/makeoptionswidget.h @@ -1,5 +1,5 @@ /* This file is part of the KDE project - Copyright (C) 2001-2002 Bernd Gehrmann + Copyright (C) 2001-2002 Bernd Gehrmann This library is free software; you can redistribute it and/or modify it under the terms of the GNU Library General Public diff --git a/buildtools/lib/widgets/runoptionswidget.cpp b/buildtools/lib/widgets/runoptionswidget.cpp index bb2b88b1..0985e037 100644 --- a/buildtools/lib/widgets/runoptionswidget.cpp +++ b/buildtools/lib/widgets/runoptionswidget.cpp @@ -1,5 +1,5 @@ /* This file is part of the KDE project - Copyright (C) 2001-2002 Bernd Gehrmann + Copyright (C) 2001-2002 Bernd Gehrmann This library is free software; you can redistribute it and/or modify it under the terms of the GNU Library General Public diff --git a/buildtools/lib/widgets/runoptionswidget.h b/buildtools/lib/widgets/runoptionswidget.h index 9b246742..7a1d9e18 100644 --- a/buildtools/lib/widgets/runoptionswidget.h +++ b/buildtools/lib/widgets/runoptionswidget.h @@ -1,5 +1,5 @@ /* This file is part of the KDE project - Copyright (C) 2001-2002 Bernd Gehrmann + Copyright (C) 2001-2002 Bernd Gehrmann This library is free software; you can redistribute it and/or modify it under the terms of the GNU Library General Public diff --git a/buildtools/pascal/Makefile.am b/buildtools/pascal/Makefile.am index d975575a..9bf4fc90 100644 --- a/buildtools/pascal/Makefile.am +++ b/buildtools/pascal/Makefile.am @@ -6,7 +6,7 @@ INCLUDES = -I$(top_srcdir)/buildtools/lib/base \ kde_module_LTLIBRARIES = libkdevpascalproject.la libkdevpascalproject_la_LDFLAGS = $(all_libraries) $(KDE_PLUGIN) -libkdevpascalproject_la_LIBADD = $(top_builddir)/lib/libkdevelop.la \ +libkdevpascalproject_la_LIBADD = $(top_builddir)/lib/libtdevelop.la \ $(top_builddir)/buildtools/lib/widgets/libkdevbuildtoolswidgets.la $(top_builddir)/buildtools/lib/base/libkdevbuildbase.la libkdevpascalproject_la_SOURCES = pascalproject_part.cpp pascalproject_widget.cpp pascalproject_optionsdlgbase.ui pascalprojectoptionsdlg.cpp pascalglobaloptionsdlg.cpp service.cpp diff --git a/buildtools/pascal/pascalproject_part.cpp b/buildtools/pascal/pascalproject_part.cpp index 8a67a023..22261004 100644 --- a/buildtools/pascal/pascalproject_part.cpp +++ b/buildtools/pascal/pascalproject_part.cpp @@ -28,7 +28,7 @@ #include #include #include -#include +#include #include #include "domutil.h" @@ -59,7 +59,7 @@ PascalProjectPart::PascalProjectPart(TQObject *parent, const char *name, const T setXMLFile("kdevpascalproject.rc"); KAction *action; - action = new KAction( i18n("&Build Project"), "make_kdevelop", Key_F8, + action = new KAction( i18n("&Build Project"), "make_tdevelop", Key_F8, this, TQT_SLOT(slotBuild()), actionCollection(), "build_build" ); action->setToolTip(i18n("Build project")); diff --git a/buildtools/pascal/service.cpp b/buildtools/pascal/service.cpp index b49274ea..0179fac8 100644 --- a/buildtools/pascal/service.cpp +++ b/buildtools/pascal/service.cpp @@ -1,6 +1,6 @@ /*************************************************************************** * Copyright (C) 2001-2002 by Bernd Gehrmann * - * bernd@kdevelop.org * + * bernd@tdevelop.org * * Copyright (C) 2003 Alexander Dymo * * cloudtemple@mksat.net * * * diff --git a/buildtools/pascal/service.h b/buildtools/pascal/service.h index 26c302fd..e9fdad56 100644 --- a/buildtools/pascal/service.h +++ b/buildtools/pascal/service.h @@ -1,6 +1,6 @@ /*************************************************************************** * Copyright (C) 2001-2002 by Bernd Gehrmann * - * bernd@kdevelop.org * + * bernd@tdevelop.org * * Copyright (C) 2003 Alexander Dymo * * cloudtemple@mksat.net * * * diff --git a/buildtools/qmake/Makefile.am b/buildtools/qmake/Makefile.am index 6b65901a..b50fc775 100644 --- a/buildtools/qmake/Makefile.am +++ b/buildtools/qmake/Makefile.am @@ -10,7 +10,7 @@ INCLUDES = -I$(top_srcdir)/buildtools/lib/base \ kde_module_LTLIBRARIES = libkdevtrollproject.la libkdevtrollproject_la_LDFLAGS = $(all_libraries) $(KDE_PLUGIN) -libkdevtrollproject_la_LIBADD = $(top_builddir)/lib/libkdevelop.la \ +libkdevtrollproject_la_LIBADD = $(top_builddir)/lib/libtdevelop.la \ $(top_builddir)/lib/util/libkdevutil.la $(top_builddir)/buildtools/lib/widgets/libkdevbuildtoolswidgets.la \ $(top_builddir)/buildtools/lib/base/libkdevbuildbase.la \ $(top_builddir)/buildtools/lib/parsers/qmake/libkdevqmakeparser.la diff --git a/buildtools/qmake/README.dox b/buildtools/qmake/README.dox index 6f0a4027..e475aba1 100644 --- a/buildtools/qmake/README.dox +++ b/buildtools/qmake/README.dox @@ -8,7 +8,7 @@ It will regenerate a projects .pro files dynamically as you add,remove or reconfigure (sub)projects. Unsupported qmake features will be left unchanged (hopefully) no major testing has been run yet. -\authors Bernd Gehrmann +\authors Bernd Gehrmann \authors Thomas Hasart \maintainer Jakob Simon-Gaarde @@ -21,12 +21,12 @@ 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 \todo Relative directories (priority 1) - By default a qmake projects created with kdevelop must be distributable, + By default a qmake projects created with tdevelop must be distributable, therefore all directory-selections must be relative the subproject where it is used (user can override this ofcourse). So when a select-directory dialog is opened getRelativeDirectory() (#include pathutil.h) should be diff --git a/buildtools/qmake/newwidgetdlg.cpp b/buildtools/qmake/newwidgetdlg.cpp index 44dd7588..ab3e72f7 100644 --- a/buildtools/qmake/newwidgetdlg.cpp +++ b/buildtools/qmake/newwidgetdlg.cpp @@ -59,7 +59,7 @@ void NewWidgetDlg::accept() //========================= { TQDomDocument doc; - DomUtil::openDOMFile(doc,"/home/jsgaarde/programming/kdevelop/domapp/clean_dialog.ui"); + DomUtil::openDOMFile(doc,"/home/jsgaarde/programming/tdevelop/domapp/clean_dialog.ui"); DomUtil::replaceText(doc,WIDGET_CLASS_NAME,"TestClass"); DomUtil::replaceText(doc,WIDGET_CAPTION_NAME,"Test Dialog"); TQDomElement slotsElem = DomUtil::elementByPathExt(doc,WIDGET_SLOTS); @@ -74,7 +74,7 @@ void NewWidgetDlg::accept() slotelem.attributeNode("access").value().ascii()); TQMessageBox::information(0,"Slots",msg); } - DomUtil::saveDOMFile(doc,"/home/jsgaarde/programming/kdevelop/domapp/clean_dialog2.ui"); + DomUtil::saveDOMFile(doc,"/home/jsgaarde/programming/tdevelop/domapp/clean_dialog2.ui"); NewWidgetDlgBase::accept(); } diff --git a/buildtools/qmake/projectconfigurationdlg.h b/buildtools/qmake/projectconfigurationdlg.h index 75ad578d..50014e55 100644 --- a/buildtools/qmake/projectconfigurationdlg.h +++ b/buildtools/qmake/projectconfigurationdlg.h @@ -20,7 +20,7 @@ #include "projectconfigurationdlgbase.h" //#include "trollprojectwidget.h" -#include +#include #include #include #include diff --git a/buildtools/qmake/trollprojectpart.cpp b/buildtools/qmake/trollprojectpart.cpp index 66c2794d..abd26606 100644 --- a/buildtools/qmake/trollprojectpart.cpp +++ b/buildtools/qmake/trollprojectpart.cpp @@ -2,7 +2,7 @@ * Copyright (C) 2003 by Thomas Hasart * * thasart@gmx.de * * Copyright (C) 2001-2002 by Bernd Gehrmann * - * bernd@kdevelop.org * + * bernd@tdevelop.org * * Copyright (C) 2002 by Jakob Simon-Gaarde * * jakob@jsg.dk * * * @@ -18,7 +18,7 @@ #include #include #include -#include +#include #include #include #include @@ -100,7 +100,7 @@ TrollProjectPart::TrollProjectPart(TQObject *parent, const char *name, const TQS "in the project settings dialog, Make Options tab.")); - action = new KAction( i18n("&Build Project"), "make_kdevelop", Key_F8, + action = new KAction( i18n("&Build Project"), "make_tdevelop", Key_F8, TQT_TQOBJECT(m_widget), TQT_SLOT(slotBuildProject()), actionCollection(), "build_build_project" ); action->setToolTip(i18n("Build project")); @@ -146,7 +146,7 @@ TrollProjectPart::TrollProjectPart(TQObject *parent, const char *name, const TQS action->setToolTip(i18n("Execute main program")); action->setWhatsThis(i18n("Execute program

Executes the currently selected subproject if it is an application or the program specified in project settings, Run Options tab.")); - action = new KAction( i18n("&Build Subproject"), "make_kdevelop", Key_F7, + action = new KAction( i18n("&Build Subproject"), "make_tdevelop", Key_F7, TQT_TQOBJECT(m_widget), TQT_SLOT(slotBuildTarget()), actionCollection(), "build_build_target" ); action->setToolTip(i18n("Build subproject")); diff --git a/buildtools/qmake/trollprojectpart.h b/buildtools/qmake/trollprojectpart.h index f000acf9..480eb926 100644 --- a/buildtools/qmake/trollprojectpart.h +++ b/buildtools/qmake/trollprojectpart.h @@ -2,7 +2,7 @@ * Copyright (C) 2003 by Thomas Hasart * * thasart@gmx.de * * Copyright (C) 2001-2002 by Bernd Gehrmann * - * bernd@kdevelop.org * + * bernd@tdevelop.org * * Copyright (C) 2002 by Jakob Simon-Gaarde * * jakob@jsg.dk * * * diff --git a/buildtools/qmake/trollprojectwidget.cpp b/buildtools/qmake/trollprojectwidget.cpp index ad57b792..f2aca642 100644 --- a/buildtools/qmake/trollprojectwidget.cpp +++ b/buildtools/qmake/trollprojectwidget.cpp @@ -1,6 +1,6 @@ /*************************************************************************** * Copyright (C) 2001 by Bernd Gehrmann * -* bernd@kdevelop.org * +* bernd@tdevelop.org * * Copyright (C) 2000-2001 by Trolltech AS. * * info@trolltech.com * * Copyright (C) 2002 by Jakob Simon-Gaarde * @@ -53,7 +53,7 @@ #include #include #include -#include +#include #include #include #include @@ -118,7 +118,7 @@ TrollProjectWidget::TrollProjectWidget( TrollProjectPart *part ) // build buildProjectButton = new TQToolButton ( projectTools, "Make button" ); - buildProjectButton->setPixmap ( SmallIcon ( "make_kdevelop" ) ); + buildProjectButton->setPixmap ( SmallIcon ( "make_tdevelop" ) ); buildProjectButton->tqsetSizePolicy ( TQSizePolicy ( ( TQSizePolicy::SizeType ) 0, ( TQSizePolicy::SizeType ) 0, 0, 0, buildProjectButton->sizePolicy().hasHeightForWidth() ) ); buildProjectButton->setEnabled ( true ); TQToolTip::add( buildProjectButton, i18n( "Build project" ) ); @@ -234,7 +234,7 @@ TrollProjectWidget::TrollProjectWidget( TrollProjectPart *part ) // build buildTargetButton = new TQToolButton ( fileTools, "Make sp button" ); - buildTargetButton->setPixmap ( SmallIcon ( "make_kdevelop" ) ); + buildTargetButton->setPixmap ( SmallIcon ( "make_tdevelop" ) ); buildTargetButton->tqsetSizePolicy ( TQSizePolicy ( ( TQSizePolicy::SizeType ) 0, ( TQSizePolicy::SizeType ) 0, 0, 0, buildTargetButton->sizePolicy().hasHeightForWidth() ) ); buildTargetButton->setEnabled ( true ); TQToolTip::add( buildTargetButton, i18n( "Build subproject" ) ); @@ -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 kdevelop when run" + " bug report to bugs.kde.org and include the output of tdevelop when run" "from a shell."),i18n("Subproject Deletion failed")); return; } @@ -993,7 +993,7 @@ void TrollProjectWidget::slotOverviewContextMenu( KListView *, TQListViewItem *i if ( spitem->scope->scopeType() == Scope::ProjectScope && ( !spitem->scope->parent() || spitem->scope->parent()->scopeType() == Scope::ProjectScope ) ) { - idBuild = popup.insertItem( SmallIcon( "make_kdevelop" ), i18n( "Build" ) ); + idBuild = popup.insertItem( SmallIcon( "make_tdevelop" ), i18n( "Build" ) ); popup.tqsetWhatsThis( idBuild, i18n( "Build

Runs make from the selected subproject directory.
" "Environment variables and make arguments can be specified " "in the project settings dialog, Make Options tab." ) ); @@ -1814,7 +1814,7 @@ void TrollProjectWidget::slotDetailsContextMenu( KListView *, TQListViewItem *it } if ( gitem->groupType == GroupItem::Sources ) { - idBuildFile = popup.insertItem( SmallIconSet( "make_kdevelop" ), i18n( "Build File" ) ); + idBuildFile = popup.insertItem( SmallIconSet( "make_tdevelop" ), i18n( "Build File" ) ); popup.tqsetWhatsThis( idBuildFile, i18n( "Build File

Builds the object file for this source file." ) ); } @@ -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 kdevelop 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.kde.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 kdevelop 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.kde.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 kdevelop 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.kde.org and include the output of tdevelop when run from a shell."),i18n("Scope Deletion failed")); return; } // pitem->scopes.remove( spitem ); diff --git a/buildtools/qmake/trollprojectwidget.h b/buildtools/qmake/trollprojectwidget.h index 5d07c798..3115a0df 100644 --- a/buildtools/qmake/trollprojectwidget.h +++ b/buildtools/qmake/trollprojectwidget.h @@ -1,6 +1,6 @@ /*************************************************************************** * Copyright (C) 2001 by Bernd Gehrmann * -* bernd@kdevelop.org * +* bernd@tdevelop.org * * Copyright (C) 2002 by Jakob Simon-Gaarde * * jakob@jsg.dk * * Copyright (C) 2002-2003 by Alexander Dymo * @@ -28,7 +28,7 @@ #include #include #include -#include +#include #include #include #include diff --git a/buildtools/script/Makefile.am b/buildtools/script/Makefile.am index 73cee869..542b1a69 100644 --- a/buildtools/script/Makefile.am +++ b/buildtools/script/Makefile.am @@ -12,7 +12,7 @@ INCLUDES = -I$(top_srcdir)/buildtools/lib/base \ kde_module_LTLIBRARIES = libkdevscriptproject.la libkdevscriptproject_la_LDFLAGS = $(all_libraries) $(KDE_PLUGIN) -libkdevscriptproject_la_LIBADD = $(top_builddir)/lib/libkdevelop.la \ +libkdevscriptproject_la_LIBADD = $(top_builddir)/lib/libtdevelop.la \ $(top_builddir)/buildtools/lib/widgets/libkdevbuildtoolswidgets.la $(top_builddir)/buildtools/lib/base/libkdevbuildbase.la libkdevscriptproject_la_SOURCES = scriptprojectpart.cpp scriptoptionswidget.cpp scriptoptionswidgetbase.ui scriptnewfiledlg.cpp diff --git a/buildtools/script/README.dox b/buildtools/script/README.dox index a7a19983..dc3d9f0c 100644 --- a/buildtools/script/README.dox +++ b/buildtools/script/README.dox @@ -5,7 +5,7 @@ over several lines. You can even use some html commands in these lines like: This is code, html links link text, and images. -\authors Bernd Gehrmann +\authors Bernd Gehrmann \unmaintained This part is currently un-maintained diff --git a/buildtools/script/kdevscriptproject.desktop b/buildtools/script/kdevscriptproject.desktop index 1200f9ba..f798dcb4 100644 --- a/buildtools/script/kdevscriptproject.desktop +++ b/buildtools/script/kdevscriptproject.desktop @@ -82,6 +82,6 @@ GenericName[tr]=Betik Dili Projesi GenericName[zh_CN]=脚本语言工程 GenericName[zh_TW]=文稿語言專案 ServiceTypes=KDevelop/Project -Icon=kdevelop +Icon=tdevelop X-KDE-Library=libkdevscriptproject X-KDevelop-Version=5 diff --git a/buildtools/script/scriptnewfiledlg.cpp b/buildtools/script/scriptnewfiledlg.cpp index 0e838612..e5d72bcf 100644 --- a/buildtools/script/scriptnewfiledlg.cpp +++ b/buildtools/script/scriptnewfiledlg.cpp @@ -1,6 +1,6 @@ /*************************************************************************** * Copyright (C) 2001-2002 by Bernd Gehrmann * - * bernd@kdevelop.org * + * bernd@tdevelop.org * * * * This program is free software; you can redistribute it and/or modify * * it under the terms of the GNU General Public License as published by * @@ -23,7 +23,7 @@ #include #include #include -#include +#include #include "scriptprojectpart.h" #include "filetemplate.h" diff --git a/buildtools/script/scriptnewfiledlg.h b/buildtools/script/scriptnewfiledlg.h index fa1ca53d..9ecd01cf 100644 --- a/buildtools/script/scriptnewfiledlg.h +++ b/buildtools/script/scriptnewfiledlg.h @@ -1,6 +1,6 @@ /*************************************************************************** * Copyright (C) 2001-2002 by Bernd Gehrmann * - * bernd@kdevelop.org * + * bernd@tdevelop.org * * * * This program is free software; you can redistribute it and/or modify * * it under the terms of the GNU General Public License as published by * diff --git a/buildtools/script/scriptoptionswidget.cpp b/buildtools/script/scriptoptionswidget.cpp index d80cd501..bd541d64 100644 --- a/buildtools/script/scriptoptionswidget.cpp +++ b/buildtools/script/scriptoptionswidget.cpp @@ -1,6 +1,6 @@ /*************************************************************************** * Copyright (C) 2002 by Bernd Gehrmann * - * bernd@kdevelop.org * + * bernd@tdevelop.org * * * * This program is free software; you can redistribute it and/or modify * * it under the terms of the GNU General Public License as published by * diff --git a/buildtools/script/scriptoptionswidget.h b/buildtools/script/scriptoptionswidget.h index f5d6e071..155b4253 100644 --- a/buildtools/script/scriptoptionswidget.h +++ b/buildtools/script/scriptoptionswidget.h @@ -1,6 +1,6 @@ /*************************************************************************** * Copyright (C) 2002 by Bernd Gehrmann * - * bernd@kdevelop.org * + * bernd@tdevelop.org * * * * This program is free software; you can redistribute it and/or modify * * it under the terms of the GNU General Public License as published by * diff --git a/buildtools/script/scriptprojectpart.cpp b/buildtools/script/scriptprojectpart.cpp index 4505368b..fb457112 100644 --- a/buildtools/script/scriptprojectpart.cpp +++ b/buildtools/script/scriptprojectpart.cpp @@ -1,6 +1,6 @@ /*************************************************************************** * Copyright (C) 2001-2002 by Bernd Gehrmann * - * bernd@kdevelop.org * + * bernd@tdevelop.org * * * * This program is free software; you can redistribute it and/or modify * * it under the terms of the GNU General Public License as published by * @@ -72,7 +72,7 @@ ScriptProjectPart::~ScriptProjectPart() void ScriptProjectPart::projectConfigWidget(KDialogBase *dlg) { TQVBox *vbox; - vbox = dlg->addVBoxPage(i18n("Script Project Options"), i18n("Script Project Options"), BarIcon("kdevelop", KIcon::SizeMedium)); + vbox = dlg->addVBoxPage(i18n("Script Project Options"), i18n("Script Project Options"), BarIcon("tdevelop", KIcon::SizeMedium)); ScriptOptionsWidget *w = new ScriptOptionsWidget(this, vbox); connect( dlg, TQT_SIGNAL(okClicked()), w, TQT_SLOT(accept()) ); } diff --git a/buildtools/script/scriptprojectpart.h b/buildtools/script/scriptprojectpart.h index 03b21996..aa5a69ae 100644 --- a/buildtools/script/scriptprojectpart.h +++ b/buildtools/script/scriptprojectpart.h @@ -1,6 +1,6 @@ /*************************************************************************** * Copyright (C) 2001-2002 by Bernd Gehrmann * - * bernd@kdevelop.org * + * bernd@tdevelop.org * * * * This program is free software; you can redistribute it and/or modify * * it under the terms of the GNU General Public License as published by * diff --git a/configure.in.bot b/configure.in.bot index 91ad3029..9b006e9e 100644 --- a/configure.in.bot +++ b/configure.in.bot @@ -6,12 +6,12 @@ if test "$DOT_FOUND" = "no"; then echo "a dot copy, go to www.graphviz.org and download the graphviz package." fi -if test -z "$kdelibs_doxydir"; then +if test -z "$tdelibs_doxydir"; then echo "" - echo "You have no kdelibs documentation generated by Doxygen installed." + echo "You have no tdelibs documentation generated by Doxygen installed." echo "You should install Doxygen from www.doxygen.org, reconfigure" - echo "and rebuild the kdelibs sources. You should 'make apidox' and" - echo "'make install' in your kdelibs build dir, and then rerun this" + echo "and rebuild the tdelibs sources. You should 'make apidox' and" + echo "'make install' in your tdelibs build dir, and then rerun this" echo "configure script." fi diff --git a/configure.in.in b/configure.in.in index 67eb3e7a..0e9fa12a 100644 --- a/configure.in.in +++ b/configure.in.in @@ -1,6 +1,6 @@ #MIN_CONFIG(3.3.0) -AM_INIT_AUTOMAKE(kdevelop, 3.5.4) +AM_INIT_AUTOMAKE(tdevelop, 3.5.4) KDEV_CHECK_TDE_VERSION KDE_NEED_FLEX @@ -122,6 +122,6 @@ hpux11*) ;; esac -dnl AC_CHECK_FILE([$qt_includes/qassistantclient.h], [],[AC_MSG_ERROR([The qassistantclient.h header from Qt3 is needed to build kdevelop, on some systems this header is in a separate package called qt3-apps-dev])]) +dnl AC_CHECK_FILE([$qt_includes/qassistantclient.h], [],[AC_MSG_ERROR([The qassistantclient.h header from Qt3 is needed to build tdevelop, on some systems this header is in a separate package called qt3-apps-dev])]) KDE_INIT_DOXYGEN([KDevelop], [Version $VERSION]) diff --git a/doc/Makefile.am b/doc/Makefile.am index 2c7c6128..06f6c7cb 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -1,2 +1,2 @@ -SUBDIRS = kdevelop std extras kde_app_devel +SUBDIRS = tdevelop std extras kde_app_devel diff --git a/doc/api/FutureTasks.dox b/doc/api/FutureTasks.dox index fbed119a..5e2b8268 100644 --- a/doc/api/FutureTasks.dox +++ b/doc/api/FutureTasks.dox @@ -99,7 +99,7 @@ - cd's when selecting a file, but doesn't when selecting a dir, desired: a menu option to "cd" to that directory - QEditor - - Replace editors/qeditor/koReplace.* and editors/qeditor/koFind.* with kdelibs/kutils/kreplace.* and kdelibs/kutils/kfind.* + - Replace editors/qeditor/koReplace.* and editors/qeditor/koFind.* with tdelibs/kutils/kreplace.* and tdelibs/kutils/kfind.* \section extensiontodo Extensions / New Functionality: diff --git a/doc/api/HighPriTasks.dox b/doc/api/HighPriTasks.dox index 21116342..062b3b06 100644 --- a/doc/api/HighPriTasks.dox +++ b/doc/api/HighPriTasks.dox @@ -5,16 +5,16 @@ \section fixMajBugs Fixing major/annoying bugs - - Fix the mess of .kdevelop and .kdevses file. - - All project wide setings should go into .kdevelop and + - Fix the mess of .tdevelop and .kdevses file. + - All project wide setings should go into .tdevelop and - all session (and personal) options should go into .kdevses file . - This way the .kdevelop file can be shared in teams of developers. + This way the .tdevelop file can be shared in teams of developers. \section KDevelop2compat KDevelop 2 compatibility (These are things that must be accomplished before we can say that KDevelop 3 ->= kdevelop 2.x UI-wise and functionality-wise!) +>= tdevelop 2.x UI-wise and functionality-wise!) - general UI issues: - toplevel UI mode broken concerning to the accels @@ -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/HowToAddApplicationTemplates.dox b/doc/api/HowToAddApplicationTemplates.dox index 7eec80c7..b948c934 100644 --- a/doc/api/HowToAddApplicationTemplates.dox +++ b/doc/api/HowToAddApplicationTemplates.dox @@ -6,7 +6,7 @@ Project templates provide the developer with a basic application framework. This is necessary for rapid application development (RAD) and makes it even possible for an inexperienced 3rd party developer to create standard conforming -applications like kedit as well as plugins for example for kdevelop or noatun.\n\n +applications like kedit as well as plugins for example for tdevelop or noatun.\n\n \ref templates_1\n - \ref templates_1_1 - \ref templates_1_2 @@ -36,7 +36,7 @@ Create a directory template-khello with the files - template-khello/app.cpp - template-khello/app.h - template-khello/app.desktop - - template-khello/app.kdevelop + - template-khello/app.tdevelop - template-khello/appui.rc - template-khello/khello - template-khello/main.cpp @@ -64,7 +64,7 @@ wizard will replace: - \%{YEAR} ........ by the year . -All this can be found in $KDEDIR/share/apps/kdevappwizard/template-common/kdevelop.pm. +All this can be found in $KDEDIR/share/apps/kdevappwizard/template-common/tdevelop.pm. \subsubsection templates_1_2a I.2.1. The Source Files The files template-khello/app.cpp, template-khello/app.h and @@ -117,7 +117,7 @@ This file will be copied to the $PROJECTDIR/src/. The following script is used to install the template and replaces all variables by the corresponding value. The result is a hopefully working -kdevelop project! +tdevelop project! \verbinclude khello/script
\note There are several application templates which use some identical @@ -155,7 +155,7 @@ if [ ! -e "${newdir}/template-common" ]; then ln -s "${kde_prefix}/share/apps/kd # install now cp -R --target-directory "$newdir" template-khello # the file template-khello/khello must go to the "templates" directory that -# kdevelop knows that it exists +# tdevelop knows that it exists mv "$newdir/template-khello/khello" "$newdir/templates/" echo "done" \endcode @@ -164,9 +164,9 @@ echo "done" \section templates_3 III. How To Add The Template To KDevelop CVS HEAD -This section is for kdevelop developers only. Most probably you don't have to read this!.\n -Move the directory "template-khello" to kdevelop/languages/cpp/app_templates/ -and then add the following files in kdevelop/languages/cpp/app_templates/template-khello/ +This section is for tdevelop developers only. Most probably you don't have to read this!.\n +Move the directory "template-khello" to tdevelop/languages/cpp/app_templates/ +and then add the following files in tdevelop/languages/cpp/app_templates/template-khello/ (in this example the language is c++ if you use other language replace cpp with the language name): - ".kdev_ignore" is an empty file. It prevents KDevelop's C++-parser from parsing the C++ template files. This is necessary because the template files are just code templates and not real code (yet). @@ -179,9 +179,9 @@ script.local - "Makefile.am" looks like this: \verbinclude khello/Makefile.am . -Finally add "template-khello" to "SUBDIRS = " in kdevelop/languages/cpp/app_templates/Makefile.am.\n +Finally add "template-khello" to "SUBDIRS = " in tdevelop/languages/cpp/app_templates/Makefile.am.\n \attention Please test your template whether it installs and behaves correctly! -Test, test and test again! It works? Well - now talk to the kdevelop guys so +Test, test and test again! It works? Well - now talk to the tdevelop guys so that they know what's going on and probably you may commit. ;) \section templates_4 IV. Changes to the template system (VERY IMPORTANT) @@ -192,14 +192,14 @@ information from the script file will need to be moved into the ini file. The example is as follows: \code install( -"${src}/template-chello/app.kdevelop","${dest}/${APPNAMELC}.kdevelop" ); +"${src}/template-chello/app.tdevelop","${dest}/${APPNAMELC}.tdevelop" ); \endcode becomes \code [PROJECT] Type=install -Source=%{src}/template-chello/app.kdevelop -Dest=%{dest}/%{APPNAMELC}.kdevelop +Source=%{src}/template-chello/app.tdevelop +Dest=%{dest}/%{APPNAMELC}.tdevelop \endcode Things like installIncAdmin(); and installGNU(); now involve unpacking diff --git a/doc/api/HowToAddPlugins.dox b/doc/api/HowToAddPlugins.dox index 6171d9aa..3ab31af9 100644 --- a/doc/api/HowToAddPlugins.dox +++ b/doc/api/HowToAddPlugins.dox @@ -119,11 +119,11 @@ developers (e.g. via version control application CVS). So some user preferences very individual, and some may be valid for all of the team - project-wide so to speak. That's why the KDevelop architecture makes a difference here and supports two files -which will be stored in the project root directory. They are the project file (*.kdevelop) +which will be stored in the project root directory. They are the project file (*.tdevelop) and the session (*.kdevses) file. The later is for individual settings, not to be thought to be shared. -\subsection domProject Project file (*.kdevelop) +\subsection domProject Project file (*.tdevelop) For your convenience, you don't have to use the quite complex DOM API. Strings can very easily be read from and written to this document using the @@ -195,7 +195,7 @@ void GDBBreakpointWidget::savePartialProjectSession(QDomElement* el) Note that the .kdevses is related to a project. User settings equal for all projects don't -belong to here. You save them to ~/.kde/share/config/kdeveloprc via class KConfig of the +belong to here. You save them to ~/.kde/share/config/tdeveloprc via class KConfig of the tdecore library. Document your part in the way described at \ref howToDocument (doc/api/HowToDocument.dox file). diff --git a/doc/api/HowToAddProgrammingLanguages.dox b/doc/api/HowToAddProgrammingLanguages.dox index 5cfa3643..504a397e 100644 --- a/doc/api/HowToAddProgrammingLanguages.dox +++ b/doc/api/HowToAddProgrammingLanguages.dox @@ -42,7 +42,7 @@ Take a look at \ref LangSupportStatus (doc/api/LangSupportStatus.dox file) to se \section sectionLanguageSupport Language Support -Any language support should be written as a kdevelop part and implement +Any language support should be written as a tdevelop part and implement KDevLanguageSupport interface (lib/interfaces/kdevlanguagesupport.h). Implementing methods: @@ -137,7 +137,7 @@ and look at languages/ruby/app_templates/rubyhello, languages \subsubsection sectionApplicationImportTemplates Application import templates KDevelop has the ability to create a new project from existing projects or source code. -It scans for project files ('*.kdevelop, *.kdevprj, *.studio, *.pro) and if +It scans for project files ('*.tdevelop, *.kdevprj, *.studio, *.pro) and if - it finds a project it extracts the necessary information - it does not find project files it scans for source files (*.cpp, *.java, *.pl, *.py, ...) . diff --git a/doc/api/HowToDocument.dox b/doc/api/HowToDocument.dox index d606a8bf..f767fc5b 100644 --- a/doc/api/HowToDocument.dox +++ b/doc/api/HowToDocument.dox @@ -8,7 +8,7 @@ You should add a README and a README.dox file to your part (KDevPlugin). On the README file put this text: \verbatim Please read the on-line, automaticaly updated KDevelop API documentation at: -http://www.kdevelop.org +http://www.tdevelop.org or read the README.dox file. \endverbatim diff --git a/doc/api/Mainpage.dox b/doc/api/Mainpage.dox index 9d4b6d4c..48640827 100644 --- a/doc/api/Mainpage.dox +++ b/doc/api/Mainpage.dox @@ -13,14 +13,14 @@ This document is targeted at all those that want to add or improve KDevelop's so If you are instead looking for a user manual, just go to the help menu of your KDevelop and select KDevelop handbook. This documentation contains the KDevelop online class reference for the current development version of KDevelop. Additionally, you -can subscribe or read the mailing list for any additions and/or +can subscribe or read the mailing list for any additions and/or modifications to the %API. -An on-line, updated every 24H, html version of this documentation can be found at: http://www.kdevelop.org/HEAD/doc/api/html/index.html +An on-line, updated every 24H, html version of this documentation can be found at: http://www.tdevelop.org/HEAD/doc/api/html/index.html More information about the KDevelop architecture in form of tutorials, HOWTOs, and FAQs can be found at -the KDevelop website. +the KDevelop website. \section status Current Status @@ -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/extras/opengl.toc b/doc/extras/opengl.toc index efe104ff..cc420a7d 100644 --- a/doc/extras/opengl.toc +++ b/doc/extras/opengl.toc @@ -1,5 +1,5 @@ - - + + OpenGL @@ -264,4 +264,4 @@ - + diff --git a/doc/extras/sdl.toc b/doc/extras/sdl.toc index 947dd09a..01b7e7d7 100644 --- a/doc/extras/sdl.toc +++ b/doc/extras/sdl.toc @@ -1,5 +1,5 @@ - - + + SDL @@ -216,4 +216,4 @@ - + diff --git a/doc/extras/w3c/w3c-dom-level2-html.toc b/doc/extras/w3c/w3c-dom-level2-html.toc index f3540ff1..e41c5172 100644 --- a/doc/extras/w3c/w3c-dom-level2-html.toc +++ b/doc/extras/w3c/w3c-dom-level2-html.toc @@ -1,5 +1,5 @@ - - + + Document Object Model (DOM) Level 2 HTML Specification @@ -66,5 +66,5 @@ - + diff --git a/doc/extras/w3c/w3c-svg.toc b/doc/extras/w3c/w3c-svg.toc index a53e34fc..c7ef3f3d 100644 --- a/doc/extras/w3c/w3c-svg.toc +++ b/doc/extras/w3c/w3c-svg.toc @@ -1,5 +1,5 @@ - - + + Scalable Vector Graphics (SVG) 1.1 Specification @@ -1442,5 +1442,5 @@ - + diff --git a/doc/extras/w3c/w3c-uaag10.toc b/doc/extras/w3c/w3c-uaag10.toc index 08f90cc9..b0b581f7 100644 --- a/doc/extras/w3c/w3c-uaag10.toc +++ b/doc/extras/w3c/w3c-uaag10.toc @@ -1,5 +1,5 @@ - - + + User Agent Accessibility Guidelines 1.0 @@ -66,4 +66,4 @@ - + diff --git a/doc/kde_app_devel/index.docbook b/doc/kde_app_devel/index.docbook index 0ebf7e71..3cc34883 100644 --- a/doc/kde_app_devel/index.docbook +++ b/doc/kde_app_devel/index.docbook @@ -1,7 +1,7 @@ KDevelop"> - + KDevelop"> + ]> @@ -9,7 +9,7 @@ -The &kdevelop; Programming Handbook +The &tdevelop; Programming Handbook 2002-12-05 2.0 @@ -42,7 +42,7 @@ The User Guide to C++ Application Design for the K Desktop Environment (KDE) with -the &kdevelop; IDE +the &tdevelop; IDE @@ -76,7 +76,7 @@ C++ is available through various sources either in printed form at your local bo found on the Internet. Knowledge about the design of Graphical User Interfaces is not required, as this handbook tries to cover the application design for KDE programs, which also includes an introduction into the Qt toolkit as well as the KDE libraries and the design of User Interfaces. Also, you should have made -yourself comfortable with &kdevelop; by reading The User Manual to &kdevelop;, which contains a descriptive +yourself comfortable with &tdevelop; by reading The User Manual to &tdevelop;, which contains a descriptive review of the functionality provided by the IDE. @@ -106,8 +106,8 @@ online-manuals. We'll take a look at the Qt and KDE libraries, showing basic concepts and why things are the way they are. Also, we will discuss how to create the tutorial applications provided with the Qt toolkit by using -kdevelop;, so beginners can already see first results with a few steps, and thereby will learn how to make -use of some of &kdevelop;'s best features. +tdevelop;, so beginners can already see first results with a few steps, and thereby will learn how to make +use of some of &tdevelop;'s best features. @@ -135,7 +135,7 @@ You will learn how to: Additional information about Qt/KDE programming is available by various sources: Programming with Qt by Matthias Kalle Dalheimer -The User Manual to KDevelop, provided with the KDevelop IDE +The User Manual to KDevelop, provided with the KDevelop IDE The Online Reference to the Qt library The KDE Developer web site @@ -147,7 +147,7 @@ Unix Systems as well as about the C and C++ programming language. For obtaining help about the KDevelop IDE, you should send requests to our mailinglist at -kdevelop@kdevelop.org. Mind that the KDevelop team is dedicated to provide the means to enable you to +tdevelop@tdevelop.org. Mind that the KDevelop team is dedicated to provide the means to enable you to program applications and therefore is not intended as a technical support team in cases where the applications you're developing don't work due to implementation errors or misconfigurations of your operating system. By this, we ask all users to take advantage of the mailinglist in any case you're running @@ -259,7 +259,7 @@ an integer value to the overlaying Operating System signaling that the applicati The Reference Documentation for Qt Now, let's have a quick look at the reference documentation of the Qt library. To do this, start -&kdevelop; and select "Qt" from the tree in the Documentation tab. The documentation browser opens +&tdevelop; and select "Qt" from the tree in the Documentation tab. The documentation browser opens and shows you the start page of the Qt reference. This will be your first place to get information about Qt, it's classes and the available functions they provide. Also, the above program is the first that is included in the tutorials section. To get to the classes we want to have a look at, @@ -595,7 +595,7 @@ include path and the linker to link in the tdecore library with -ltdecore. As you now know what at least the main() function provides generally and how an application gets visible and allows user and object interaction, we'll go on with the next chapter, -where our first application is made with &kdevelop;. There you can also test everything which was +where our first application is made with &tdevelop;. There you can also test everything which was mentioned before and see the effects. @@ -617,7 +617,7 @@ also covers a complete description about the invocation of the QAppli The Application Wizard -&kdevelop;'s Application Wizard is intended to let you start working on new project with &kdevelop;. Therefore +&tdevelop;'s Application Wizard is intended to let you start working on new project with &tdevelop;. Therefore all of your projects are first created by the wizard, and then you can start building them and extend what is already provided by the source skeleton. You can choose from several project types according to your project goals: @@ -648,7 +648,7 @@ may not have as many options available. Starting the Application Wizard and the First Page -To start with your KDE application, open &kdevelop;. From the Project menu, selection New Project. The +To start with your KDE application, open &tdevelop;. From the Project menu, selection New Project. The Application Wizard starts, and you'll see the selection tree on the first page containing available project types that can be created. Choose the C++ subtree, then KDE, then Application Framework. @@ -673,7 +673,7 @@ and select Next. Header and Source Templates The next two pages show example headers that will go at the top of each of the header and source files that -you create using &kdevelop;. For now, just leave these as the default, and select Next, then Finish. If the +you create using &tdevelop;. For now, just leave these as the default, and select Next, then Finish. If the Finish button is not activated, you haven't set all of the options correct. Use the Back button to return to earlier menus and correct any mistakes. @@ -682,7 +682,7 @@ to earlier menus and correct any mistakes. Finishing Up Upon completion, the Application Wizard should close and the messages window should popup displaying -information about the tasks that &kdevelop; is currently doing. At the end of all of the tasks, you +information about the tasks that &tdevelop; is currently doing. At the end of all of the tasks, you should see **** Success *****. This means the application framework was successfully loaded. @@ -696,7 +696,7 @@ of how the application framework looks. This won't only help us get started, bu what in later steps. -This chapter makes the assumption that you understand the basic navigation of &kdevelop;. Consult the +This chapter makes the assumption that you understand the basic navigation of &tdevelop;. Consult the KDevelop User Manual for information if you need it. @@ -707,7 +707,7 @@ The Automake manager shows the project files as follows: -Before diving into the sources, we'll let &kdevelop; build an run our new application. To do this, select +Before diving into the sources, we'll let &tdevelop; build an run our new application. To do this, select Build Project from the Build menu, or press F8. The output window opens and displays output messages during the compilation phase. @@ -822,7 +822,7 @@ returns to the directory it was started, processes it, then finishes. Our first line of interest is 24. Notice on this line that g++, which is our C++ compiler, gets called by make to compile the first source code file in our project - in this case main.cpp. Many extra command line options are also being used with the g++ compiler; some of which are defaults and some of which can be configured -via &kdevelop;. +via &tdevelop;. Before the next file (kscribble.cpp, line 29) is compiled, the moc (meta object compiler) is first @@ -1023,7 +1023,7 @@ inherits QWidget already. This chapter therefore describes how to use library widgets for creating views of KDE or -Qt applications that are generated with &kdevelop;, then we look at the libraries and what kind of +Qt applications that are generated with &tdevelop;, then we look at the libraries and what kind of views are already offered. @@ -1046,7 +1046,7 @@ Change the inheritance of the provided view class to the class of the library wi In either way, it is important to know that if the application framework is currently not linked against the library that contains the widget, the linker will fail. After you decided to use a -certain widget, look for the library to link to; then open "Project"->"Options" from the &kdevelop; +certain widget, look for the library to link to; then open "Project"->"Options" from the &tdevelop; menubar. Switch to the "Linker Options" page and look for the checkmarks indicating the libraries that are currently used. If the library of your view widget is already checked, you can leave the project options untouched and start doing the necessary changes due to your choice. If not, and the @@ -1206,7 +1206,7 @@ KAction, which provides the keyboard accelerator keys and access to standard keyboard accelerators. -By default, frame applications generated by &kdevelop; only use standard keyboard accelerators +By default, frame applications generated by &tdevelop; only use standard keyboard accelerators such as F1 for accessing online-help, Ctrl+N for New File etc. @@ -1252,7 +1252,7 @@ using the standard help key F1. This context based help system is provided auto KMainWindow class, though as the author you must provide the content. -As &kdevelop; also offers all types of help as well as the KDE framework generated by the +As &tdevelop; also offers all types of help as well as the KDE framework generated by the application wizard already contains support for this, this chapter will help you find out where and how to add your help functionality. @@ -1306,7 +1306,7 @@ that the user wants to get help about a certain widget within the working view o It is placed in the toolbar and gets activated once the user hits the button. The cursor changes to an arrow cursor with a question mark like the button itself looks like. The the user can press on a visible widget item and gets a help window. As an exercise, you could try this behavior with the -What's this...? button within &kdevelop;. +What's this...? button within &tdevelop;. To add the What's This...? help to one of your widgets, use the static method @@ -1321,7 +1321,7 @@ To add the What's This...? help to one of your widgets, use the static method Introduction Due to the fact that projects often lack a complete set of user documentation, -all &kdevelop; projects contain a pre-build handbook that can be easily adapted; +all &tdevelop; projects contain a pre-build handbook that can be easily adapted; therefore fulfiling another goal of KDE: providing enough online-help to support users that are not familiar with an application. This chapter therefore introduces you on how to extend the provided documentation template and what you have to do to make it available to the user. @@ -1341,10 +1341,10 @@ The format for editing this file is explained on Another important part of the documentation is including a descriptive help for your class interfaces. This will allow you and other programmers to use your classes by reading the HTML class documentation -that can be created with KDoc. &kdevelop; supports the use of KDoc completely by creating the +that can be created with KDoc. &tdevelop; supports the use of KDoc completely by creating the KDE-library documentation, also your application frameworks are already documented. To work yourself into the provided code, it would be a good start to read the included documentation online. -The following describes what to do to get the API documentation, where &kdevelop; helps you add it +The following describes what to do to get the API documentation, where &tdevelop; helps you add it and what kind of special tags KDoc provides. diff --git a/doc/kdearch/index.docbook b/doc/kdearch/index.docbook index a17aaa87..fff7cd57 100644 --- a/doc/kdearch/index.docbook +++ b/doc/kdearch/index.docbook @@ -16,7 +16,7 @@ Bernd Gehrmann -

bernd@kdevelop.org
+
bernd@tdevelop.org
@@ -1451,7 +1451,7 @@ in this screenshot: The XML file begins with a document type declaration. The DTD for kpartgui can -be found in the kdelibs sources in tdeui/kpartgui.dtd. The +be found in the tdelibs sources in tdeui/kpartgui.dtd. The outermost element of the file contains the instance name of the application as attribute. It can also contain a version number in the form "version=2". This is useful when you release new versions of an application with a changed menu @@ -1480,7 +1480,7 @@ declared as follows: In KDE's automake framework, such titles are automatically extracted and put -into the application's .po +into the application's .po file , so it is considered by translators. Note that you have to write the accelerator marker "&" in the form XML compliant form "&amp;". @@ -1503,7 +1503,7 @@ actions are created by the class When you create such actions in your application (such as in the C++ example above), they will automatically be inserted in a prescribed position, and possibly with an icon and a shortcut key. You can look up these locations in -the file tdeui/ui_standards.rc in the kdelibs sources. +the file tdeui/ui_standards.rc in the tdelibs sources. @@ -1913,12 +1913,12 @@ snippet: -kde_servicetypesdir_DATA = kdeveloppart.desktop +kde_servicetypesdir_DATA = tdeveloppart.desktop EXTRA_DIST = $(kde_servicetypesdir_DATA) -The definition kdeveloppart.desktop of a +The definition tdeveloppart.desktop of a KDevelop part looks as follows: @@ -2920,7 +2920,7 @@ cache, you can use: void FooClass::reloadPage() { - KURL url("http://www.kdevelop.org/index.html"); + KURL url("http://www.tdevelop.org/index.html"); KIO::TransferJob *job = KIO::get(url, true, false); job->addMetaData("cache", "reload"); ... @@ -3119,7 +3119,7 @@ extern "C" { int kdemain(int argc, char **argv); } int kdemain(int argc, char **argv) { - KLocale::setMainCatalogue("kdelibs"); + KLocale::setMainCatalogue("tdelibs"); KInstance instance("kio_ftp"); (void) KGlobal::locale(); diff --git a/doc/kdevelop/adv-build-management.docbook b/doc/kdevelop/adv-build-management.docbook index e589a007..02dd987e 100644 --- a/doc/kdevelop/adv-build-management.docbook +++ b/doc/kdevelop/adv-build-management.docbook @@ -23,7 +23,7 @@ When you have suitable cross compilers available, you can cross compile your programs for processors and operating systems different from the system where -&kdevelop; and the compiler is running. The &GNU; compiler collection &gcc; can +&tdevelop; and the compiler is running. The &GNU; compiler collection &gcc; can be configured and compiled as a cross compiler if you compile it yourself. Consult the GCC info pages for more information. Some &Linux; distributions also provide binary packages. @@ -36,7 +36,7 @@ configure script and setting the CC and CXX environment variables to the respective cross compiler binaries. Often you want to switch between a the cross-compiled version of your application and one compiled for your development system. For this, it is advantageous to -use &kdevelop; capability of creating multiple build configurations, as +use &tdevelop; capability of creating multiple build configurations, as explained in . Once you have created a new build configuration for cross-compiling in the ProjectProject @@ -79,7 +79,7 @@ the one of the X11 version. -Developing an application for &qte; with &kdevelop; is not very different +Developing an application for &qte; with &tdevelop; is not very different from developing a program for the X11 version of &Qt;. In fact, you can use the same codebase for both versions. If you use the autoproject project management, you switch to the embedded version by passing the argument diff --git a/doc/kdevelop/app-files.docbook b/doc/kdevelop/app-files.docbook index 210e1469..f79b81c1 100644 --- a/doc/kdevelop/app-files.docbook +++ b/doc/kdevelop/app-files.docbook @@ -10,38 +10,38 @@ -Configuration Files Used by &kdevelop; +Configuration Files Used by &tdevelop; -&kdevelop; uses a series of configuration files which are distributed amongst several directories. There are two main groups of configuration files to distinguish: +&tdevelop; uses a series of configuration files which are distributed amongst several directories. There are two main groups of configuration files to distinguish: - &kdevelop; Default Configuration — files set up when &kdevelop; was installed. + &tdevelop; Default Configuration — files set up when &tdevelop; was installed. - User Oriented Configuration — files which contain user modifications of the defaults as well as settings made by the &kdevelop; application itself and its plugins. + User Oriented Configuration — files which contain user modifications of the defaults as well as settings made by the &tdevelop; application itself and its plugins. -&kdevelop; Default Configuration +&tdevelop; Default Configuration -On installation, &kdevelop; writes some default information files for setup and configuration purposes into subdirectories of the $KDEDIR installation directory (usually something like /opt/kde, /usr/local/kde, or some other user-defined installation directory, see Installing &kdevelop;). +On installation, &tdevelop; writes some default information files for setup and configuration purposes into subdirectories of the $KDEDIR installation directory (usually something like /opt/kde, /usr/local/kde, or some other user-defined installation directory, see Installing &tdevelop;). -Default &kdevelop; Configuration +Default &tdevelop; Configuration -There is only one &kdevelop; specific default configuration file in the $KDEDIR/share/config/ directory: +There is only one &tdevelop; specific default configuration file in the $KDEDIR/share/config/ directory: - kdeveloprc + tdeveloprc - This file contains the basic settings &kdevelop; needs to start. It will be copied to the user's $KDEHOME/share/config directory when &kdevelop; does not find a kdeveloprc file there on startup. + This file contains the basic settings &tdevelop; needs to start. It will be copied to the user's $KDEHOME/share/config directory when &tdevelop; does not find a tdeveloprc file there on startup. @@ -52,11 +52,11 @@ There is only one &kdevelop; specific default configuration file in the Application Specific Defaults -Most &kdevelop; features are provided by KParts. These are basically applications specially designed to run in the &kdevelop; framework (see the overview in the Plugin Tools appendix). Each KPart application has its own set of configuration files whose defaults will be stored in several subdirectories of the $KDEDIR/share/apps/ installation directory. +Most &tdevelop; features are provided by KParts. These are basically applications specially designed to run in the &tdevelop; framework (see the overview in the Plugin Tools appendix). Each KPart application has its own set of configuration files whose defaults will be stored in several subdirectories of the $KDEDIR/share/apps/ installation directory. -There are quite a lot of default configuration subdirectories in $KDEDIR/share/apps/ whose names all start with a kdev sequence. Most of them are for &kdevelop; internal use only. They might be deliberately grouped for readability as: +There are quite a lot of default configuration subdirectories in $KDEDIR/share/apps/ whose names all start with a kdev sequence. Most of them are for &tdevelop; internal use only. They might be deliberately grouped for readability as: Stand-alone Applications Task Specific Parts @@ -69,18 +69,18 @@ There are quite a lot of default configuration subdirectories in Stand-alone Applications - kdevelop/ — contains files to configure the &kdevelop; &IDE;: + tdevelop/ — contains files to configure the &tdevelop; &IDE;: licenses/ — contains various licenses texts. - pics/ — contains the picture files used for the &kdevelop;, &kdevelop; Assistant, and &kdevelop; Designer splash screens. - profiles/ — contains default plugin profile settings. (Currently there is only a tiny profile provided which defines a minimum set of active &kdevelop; plugins.) + pics/ — contains the picture files used for the &tdevelop;, &tdevelop; Assistant, and &tdevelop; Designer splash screens. + profiles/ — contains default plugin profile settings. (Currently there is only a tiny profile provided which defines a minimum set of active &tdevelop; plugins.) eventsrc — holds a lot of Process successful localization strings. - kdevelopui.rc — provides the basic menu and tool bar entries &kdevelop; uses. + tdevelopui.rc — provides the basic menu and tool bar entries &tdevelop; uses. kdevhtml_partui.rc — provides a Print... entry in the File menu, a Copy entry in the Edit menu, and Back and Forward arrows in the Browser Toolbar in case a &HTML; file is browsed from the Documentation plugin. - kdevassistant/ — provides the menu and tool bars of the stand-alone &kdevelop; Assistant documentation browser. - kdevdesigner/ and kdevdesignerpart/ — provide menu bar and tool bars of the stand-alone &kdevelop; user interface designer. + kdevassistant/ — provides the menu and tool bars of the stand-alone &tdevelop; Assistant documentation browser. + kdevdesigner/ and kdevdesignerpart/ — provide menu bar and tool bars of the stand-alone &tdevelop; user interface designer. @@ -96,7 +96,7 @@ There are quite a lot of default configuration subdirectories in kdevappwizard/ — contains files used by the &appwizard; part: - importfiles/ — contains .kdevelop project files which control the initialization of a new project. + importfiles/ — contains .tdevelop project files which control the initialization of a new project. imports/ — contains templates to set up project specific .desktop files. template-common/ — contains various files commonly included in the project source directories. templates/ — contains configuration files which describe the information to be included in a given project source directory. @@ -105,7 +105,7 @@ There are quite a lot of default configuration subdirectories in kdevastyle/ — provides the Reformat Source entry in the Edit menu. - kdevautoproject/ — provides most of the entries in the Build menu and the Build Toolbar (&kdevelop;) toolbar. + kdevautoproject/ — provides most of the entries in the Build menu and the Build Toolbar (&tdevelop;) toolbar. kdevclassview/ — contains files used by the Class View project plugin: @@ -123,7 +123,7 @@ There are quite a lot of default configuration subdirectories in kdevdocumentation/ — contains files used by the Documentation plugin: en/ and pics/ — contain files used by the htdig search tool. - tocs/ — contain the default &kdevelop; documentation content description files (see the description in Basic Structure of &kdevelop; TOC Files). + tocs/ — contain the default &tdevelop; documentation content description files (see the description in Basic Structure of &tdevelop; TOC Files). kdevpart_documentation.rc — provides the search related entries in the Help menu. @@ -212,20 +212,20 @@ All information about user defined settings is kept in two subdirectories of Application Specific Configuration -Any user changes to the &kdevelop; Default Configuration settings as well as user specific settings which are not kept in any of the Resource Configuration Files are found in kdev... subdirectories of the $KDEHOME/share/apps/ directory. +Any user changes to the &tdevelop; Default Configuration settings as well as user specific settings which are not kept in any of the Resource Configuration Files are found in kdev... subdirectories of the $KDEHOME/share/apps/ directory. -Most of these configuration files are however used by various &kdevelop; plugins in order to provide some specific menu and/or toolbar entries. Thus they are of interest only in case something went really wrong with the user interface. +Most of these configuration files are however used by various &tdevelop; plugins in order to provide some specific menu and/or toolbar entries. Thus they are of interest only in case something went really wrong with the user interface. -In case the contents of these directories mirror those of the Default Configuration settings, &kdevelop; will have copied them from $KDEDIR/apps/ into the $KDEHOME/apps/ directory on its initial start. Any subsequent changes will be made to these copies only. The Default Configuration settings remain unchanged in any case. +In case the contents of these directories mirror those of the Default Configuration settings, &tdevelop; will have copied them from $KDEDIR/apps/ into the $KDEHOME/apps/ directory on its initial start. Any subsequent changes will be made to these copies only. The Default Configuration settings remain unchanged in any case. kdevabbrev/ — contains files used by the Abbreviation Expansion plugin: - sources/ — currently empty; &kdevelop; uses the default keyword definition files for Expand Text commands. + sources/ — currently empty; &tdevelop; uses the default keyword definition files for Expand Text commands. templates/ — contains the user modified template definition files used by the Expand Abbreviation command. kdevabbrev.rc — provides the Expand Text and Expand Abbreviation entries in the Edit menu. @@ -252,7 +252,7 @@ In case the contents of these directories mirror those of the Default Configurat newclass/ — contains the actual header and source templates from which the &appwizard; builds the according source files. - pcs/ — contains database files &kdevelop; uses build the actual Persistent Code Store (.pcs) file of a &kde; C++ project. + pcs/ — contains database files &tdevelop; uses build the actual Persistent Code Store (.pcs) file of a &kde; C++ project. kdevcppsupport.rc — provides the Complete Text and Make Member entries fo the Edit menu, the Switch Header/Implementation entry for the View menu, and the New Class entry for the Project menu as well as a New Class icon for the Browser Toolbar. @@ -273,10 +273,10 @@ In case the contents of these directories mirror those of the Default Configurat The directories in kdevdocumentation/ mainly hold actual bookkeeping information. The actually set up documentation files are kept in doc...pluginrc files in the $KDEHOME/share/config/ directory. - bookmarks/ — maintains the entries in the Bookmarks tab of the &kdevelop; Documentation plugin. + bookmarks/ — maintains the entries in the Bookmarks tab of the &tdevelop; Documentation plugin. - index/ — holds various cache files &kdevelop; uses to speed up indexed documentation searches in the Index tab of the Documentation plugin. + index/ — holds various cache files &tdevelop; uses to speed up indexed documentation searches in the Index tab of the Documentation plugin. search/ — contains files used by the htdig search tool which serves search calls from the Search tab of the Documentation plugin. @@ -290,10 +290,10 @@ In case the contents of these directories mirror those of the Default Configurat kdevdoxygen/ — provides the menu entries for the Doxygen Support project plugin. - kdevelop/ — contains some actual settings &kdevelop; uses for its basic setup: + tdevelop/ — contains some actual settings &tdevelop; uses for its basic setup: - profiles/ — provides actual plugin profile setting. (Initially there is only a FullIDE profile which defines a full set of initially active &kdevelop; plugins.) - kdevelopui.rc — provides the basic menu and tool bar entries &kdevelop; uses. + profiles/ — provides actual plugin profile setting. (Initially there is only a FullIDE profile which defines a full set of initially active &tdevelop; plugins.) + tdevelopui.rc — provides the basic menu and tool bar entries &tdevelop; uses. @@ -345,32 +345,32 @@ In case the contents of these directories mirror those of the Default Configurat Resource Configuration Files -There are two groups of &kdevelop; configuration files in the $KDEHOME/share/config/ directory, distiguished by their surrounding character sequences: +There are two groups of &tdevelop; configuration files in the $KDEHOME/share/config/ directory, distiguished by their surrounding character sequences: doc...pluginrc denotes files used by the documentation plugin. - kdev...rc denotes configuration files used by &kdevelop; itself and its available plugins. + kdev...rc denotes configuration files used by &tdevelop; itself and its available plugins. -Configuration Files Used by &kdevelop; +Configuration Files Used by &tdevelop; kdevabbrevrc — holds the current state of the Abbreviations configuration provided by the Abbreviation Expansion plugin. This only records whether the abbreviations will be used or not. The actual definitions of new abbreviations will go into the $KDEHOME/share/apps/kdevabbrev/templates/templates file. - kdevassistantrc — holds some configuration states specific of the stand-alone &kdevelop; Assistant documentation browser. - Most common configuration settings are shared with the &kdevelop; IDE kdeveloprc file. + kdevassistantrc — holds some configuration states specific of the stand-alone &tdevelop; Assistant documentation browser. + Most common configuration settings are shared with the &tdevelop; IDE tdeveloprc file. - kdevassistantuimode4rc — holds the current MDI configuration states (dock positions &etc;) of the stand-alone &kdevelop; Assistant documentation browser. + kdevassistantuimode4rc — holds the current MDI configuration states (dock positions &etc;) of the stand-alone &tdevelop; Assistant documentation browser. kdevclassviewrc — holds the View Mode setting of the Classes class browser tab provided by the Class View project plugin. This is a global setting, although the Class View plugin may be disabled on a per project basis. Any change in this setting will be globally updated whenever the current project is closed and thus affect all subsequently loaded projects. kdevcppsupportrc — holds some settings used to set up CPP source files. In particular you will find the settings made on the C++ Class Generator configuration dialog in here. kdevdocumentationrc — holds actual settings the Documentation plugin uses. - kdeveloprc — holds the global settings the &kdevelop; IDE and the &kdevelop; Assistant stand-alone documentation browser will use. - kdevelopuimode4rc — holds the current MDI configuration states (dock positions &etc;) of the &kdevelop; IDE. + tdeveloprc — holds the global settings the &tdevelop; IDE and the &tdevelop; Assistant stand-alone documentation browser will use. + tdevelopuimode4rc — holds the current MDI configuration states (dock positions &etc;) of the &tdevelop; IDE. kdevfileselectorrc — holds actual settings the File Selector plugin uses. kdevfileviewrc — holds the actual filename color settings the CVS Integration (Cervisia) project plugin uses for display. kdevfilterrc — holds actual settings the Shell Filtering and Insertion plugin uses. @@ -399,10 +399,10 @@ There are two groups of &kdevelop; configuration files in the -&kdevelop; User Interface Mode Examples +&tdevelop; User Interface Mode Examples IDEAl Mode @@ -11,10 +11,10 @@ Click here to return to the modes overview - + Screenshot - &kdevelop; IDEAl mode + &tdevelop; IDEAl mode @@ -25,10 +25,10 @@ Click here to return to the modes overview - + Screenshot - &kdevelop; IDEAl mode, closed tabs + &tdevelop; IDEAl mode, closed tabs @@ -57,10 +57,10 @@ Click here to return to the modes overview - + Screenshot - &kdevelop; child frame windows mode + &tdevelop; child frame windows mode @@ -82,10 +82,10 @@ Click here to return to the modes overview - + Screenshot - &kdevelop; tabbed pages mode + &tdevelop; tabbed pages mode @@ -107,10 +107,10 @@ Click here to return to the modes overview - + Screenshot - &kdevelop; toplevel windows mode + &tdevelop; toplevel windows mode diff --git a/doc/kdevelop/applicationwizard.docbook b/doc/kdevelop/applicationwizard.docbook index 6370cb12..601cc801 100644 --- a/doc/kdevelop/applicationwizard.docbook +++ b/doc/kdevelop/applicationwizard.docbook @@ -16,10 +16,10 @@ &appwizard; -In &kdevelop; software development work is organized in projects. Such a project keeps everything together which belongs to a complete programming task: source files, additional data files, any actually needed management facilities as the make system as well as access to all components and any additional tools needed to get the application up and running. +In &tdevelop; software development work is organized in projects. Such a project keeps everything together which belongs to a complete programming task: source files, additional data files, any actually needed management facilities as the make system as well as access to all components and any additional tools needed to get the application up and running. -Organizing all development work in projects allows you to easily switch between the global tasks at hand. This is quite handy if you ⪚ work on several applications at the same time as is often the case. Tell &kdevelop; to open the project you want to work at and you may proceed in the environment just where you left. +Organizing all development work in projects allows you to easily switch between the global tasks at hand. This is quite handy if you ⪚ work on several applications at the same time as is often the case. Tell &tdevelop; to open the project you want to work at and you may proceed in the environment just where you left. @@ -36,7 +36,7 @@ Organizing all development work in projects allows you to easily switch between Whenever you want to initiate a new programming project quite a lot of formal setup procedures need to be done. An initial directory structure has to be set up, initial header and source files must be provided, the make system has to be initialized, &etc; -&kdevelop; provides an easy way to initiate a new programming project—the &appwizard;. You will find the &appwizard; at menu entry Project New Project. +&tdevelop; provides an easy way to initiate a new programming project—the &appwizard;. You will find the &appwizard; at menu entry Project New Project. Only a short series of steps is necessary to start a new programming project, using the &appwizard;: @@ -83,7 +83,7 @@ Let's look at all this in more detail now ... project -To create a new project in &kdevelop;, select New Project from the Project menu. The Create New Project dialog will pop up showing an initial General page: +To create a new project in &tdevelop;, select New Project from the Project menu. The Create New Project dialog will pop up showing an initial General page: @@ -318,7 +318,7 @@ There are two ways to select another path for your new application. One is to se This is done in the second row input field of the Properties, named Location. What you enter here is the starting path of the new application development directory. The &appwizard; appends the application name to this path when it initializes the new project. The result is shown in the Final location line to give you better control on what is going on. -&appwizard; will copy an initial value to the Location field on start-up. This is taken from what you have chosen in the Default projects directory field during the general configuration steps. In our case we have &kdevelop; set up to use /home/devel/projects/ as initial path for new projects. +&appwizard; will copy an initial value to the Location field on start-up. This is taken from what you have chosen in the Default projects directory field during the general configuration steps. In our case we have &tdevelop; set up to use /home/devel/projects/ as initial path for new projects. Alter the Location field contents so that the application development directory shown in the Final location line will be unique. @@ -439,7 +439,7 @@ Otherwise you must reselect the version control system you want to use from the -A version control system such as &CVS; (which means Concurrent Versions System) stores copies of selected project files in some sort of a database. If you use &CVS; you can amongst others upload (commit) those files or load them back into your project directory (checkout, or update). The special thing about this is that the files in the versioning database are stored in a structured way which allows you to always revert to an earlier development state if you need so. And &CVS; allows multiple designers to fairly easily collaborate on a big project (such as &kdevelop;) without disturbing each others work. +A version control system such as &CVS; (which means Concurrent Versions System) stores copies of selected project files in some sort of a database. If you use &CVS; you can amongst others upload (commit) those files or load them back into your project directory (checkout, or update). The special thing about this is that the files in the versioning database are stored in a structured way which allows you to always revert to an earlier development state if you need so. And &CVS; allows multiple designers to fairly easily collaborate on a big project (such as &tdevelop;) without disturbing each others work. @@ -465,7 +465,7 @@ A version control system such as &CVS; (which means Concurrent Versions S &CVS; Root -&CVS; needs to manage the versioning database it keeps from your project files. To accomplish this it keeps some special database information in an own directory, called the &CVS; root. The first step on setting up &CVS; for your new project thus is to tell &kdevelop; where this root is located. +&CVS; needs to manage the versioning database it keeps from your project files. To accomplish this it keeps some special database information in an own directory, called the &CVS; root. The first step on setting up &CVS; for your new project thus is to tell &tdevelop; where this root is located. @@ -483,10 +483,10 @@ In fact, this is a short form. Exactly, the local &CVS; root should be addressed Enter the name of the &CVS; root directory your system has been set up for in the CVS root field. In principle you can select any name, even use multiple &CVS; databases, but it is advisable that you stick to the &CVS; root once set up. -Initialize a new &CVS; root. If there does not exist a &CVS; root yet, &kdevelop; can command the &CVS; system to create one for you in the given directory. Just check the Init root checkbox below the CVS root field. +Initialize a new &CVS; root. If there does not exist a &CVS; root yet, &tdevelop; can command the &CVS; system to create one for you in the given directory. Just check the Init root checkbox below the CVS root field. -As said, &kdevelop; only commands the &CVS; system to initialize a new &CVS; root. It does nothing by itself to this directory. Fortunately &CVS; is clever enough to check whether the &CVS; root directory already exists. Hence it does no harm if you should have inadvertently checked Init root on an already existing &CVS; root directory. +As said, &tdevelop; only commands the &CVS; system to initialize a new &CVS; root. It does nothing by itself to this directory. Fortunately &CVS; is clever enough to check whether the &CVS; root directory already exists. Hence it does no harm if you should have inadvertently checked Init root on an already existing &CVS; root directory. @@ -540,11 +540,11 @@ for an rsh or ssh encrypted server type. For example accesses the &CVS; root of the widely used Cervisia &CVS; management tool on the SourceForge server. -If you want to use an rsh or ssh encrypted server for &CVS; access you must tell &kdevelop; the encryption protocol to be used. Just enter rsh or ssh in the CVS_RSH field of the Create New Project Version Control System page. +If you want to use an rsh or ssh encrypted server for &CVS; access you must tell &tdevelop; the encryption protocol to be used. Just enter rsh or ssh in the CVS_RSH field of the Create New Project Version Control System page. -There is a caveat if you use an encrypted server for &CVS; from within &kdevelop;. See the Using &CVS; chapter for details. +There is a caveat if you use an encrypted server for &CVS; from within &tdevelop;. See the Using &CVS; chapter for details. @@ -557,7 +557,7 @@ There is a caveat if you use an encrypted server for &CVS; from within &kdevelop The &CVS; Repository -So far you have told &kdevelop; where the &CVS; root resides which manages the versioning database and how to access it. Now you need to tell &kdevelop; under which name you want &CVS; save your project files in that database. Such a place your project files will be held in &CVS; is called a repository. +So far you have told &tdevelop; where the &CVS; root resides which manages the versioning database and how to access it. Now you need to tell &tdevelop; under which name you want &CVS; save your project files in that database. Such a place your project files will be held in &CVS; is called a repository. @@ -592,7 +592,7 @@ The &appwizard; has put a default start tag in here which is a wo -When any information of all these is wrong &kdevelop; usually will not know about until project construction time. It is the &CVS; system which will figure out those errors when it tries to build the repository. Hence you must keep an eye to the Messages window of &kdevelop; when the project is created in the final setup step. If anything was in error with &CVS; you will in most cases see an error message like this: +When any information of all these is wrong &tdevelop; usually will not know about until project construction time. It is the &CVS; system which will figure out those errors when it tries to build the repository. Hence you must keep an eye to the Messages window of &tdevelop; when the project is created in the final setup step. If anything was in error with &CVS; you will in most cases see an error message like this: @@ -606,7 +606,7 @@ When any information of all these is wrong &kdevelop; usually will not know abou -If this happens you will have to either manually set up &CVS; (&kdevelop; should have successfully initialized your project files at this time) or delete the project directory and start over again with New Project from the Project menu. +If this happens you will have to either manually set up &CVS; (&tdevelop; should have successfully initialized your project files at this time) or delete the project directory and start over again with New Project from the Project menu. @@ -675,10 +675,10 @@ As you might have noticed, the applications manager did readily fill in some inf edit -The templates you set up in the Create New Project dialog will later be processed whenever you command &kdevelop; to set up a new source and/or header file. The information you provided here will be included at top as a documentation header, before the code parts begin. +The templates you set up in the Create New Project dialog will later be processed whenever you command &tdevelop; to set up a new source and/or header file. The information you provided here will be included at top as a documentation header, before the code parts begin. -You are not restricted to plain text however. &kdevelop; knows of several variables which allow you to include actual information in the file. The &appwizard; did in fact use some such variables to insert the Author, Email, and License informations into the initial template text. +You are not restricted to plain text however. &tdevelop; knows of several variables which allow you to include actual information in the file. The &appwizard; did in fact use some such variables to insert the Author, Email, and License informations into the initial template text. @@ -695,7 +695,7 @@ If, for example, you want the &doxygen;-built &API; documentation to display som **/ -Whenever you create a new source file, &kdevelop; will replace the $MODULE$ variable by the name body of the newly created file. For example, if you created a new C++ class named ASimpleTest you will see the following lines in the asimpletest.cpp file: +Whenever you create a new source file, &tdevelop; will replace the $MODULE$ variable by the name body of the newly created file. For example, if you created a new C++ class named ASimpleTest you will see the following lines in the asimpletest.cpp file: /** @@ -735,7 +735,7 @@ for the GPL license, or if you decided to put your application under the BSD license. -Thee are of course more variables &kdevelop; knows of. See the Editing the templates section in the Editing tools chapter for what is possible. +Thee are of course more variables &tdevelop; knows of. See the Editing the templates section in the Editing tools chapter for what is possible. @@ -773,7 +773,7 @@ If you want to use a versioning system (&CVS;) there will be two runs actually. -In many cases when your new project has been set up this way, &kdevelop; will automatically load the source file(s) of one or more basically important modules so you can readily start work. (Which source modules will be displayed—if any at all—however depends on the template initially selected in the &appwizard;.) +In many cases when your new project has been set up this way, &tdevelop; will automatically load the source file(s) of one or more basically important modules so you can readily start work. (Which source modules will be displayed—if any at all—however depends on the template initially selected in the &appwizard;.) diff --git a/doc/kdevelop/class-browsers.docbook b/doc/kdevelop/class-browsers.docbook index 7c251ee1..a0358761 100644 --- a/doc/kdevelop/class-browsers.docbook +++ b/doc/kdevelop/class-browsers.docbook @@ -6,7 +6,7 @@ When working on a project in an object-oriented language, your emphasis when working on a project is not on the source files and their names, but on the classes and their relationships. In order to help you navigating in the space -of defined classes and symbols, &kdevelop; includes various class browsers +of defined classes and symbols, &tdevelop; includes various class browsers that visualize the class structure in different ways. diff --git a/doc/kdevelop/credits.docbook b/doc/kdevelop/credits.docbook index 77712cc4..d47af015 100644 --- a/doc/kdevelop/credits.docbook +++ b/doc/kdevelop/credits.docbook @@ -7,7 +7,7 @@ - The initial contents of this manual were witten by Bernd Gehrmann bernd@kdevelop.org and Caleb Tennis caleb@aei-tech.com. + The initial contents of this manual were witten by Bernd Gehrmann bernd@tdevelop.org and Caleb Tennis caleb@aei-tech.com. The Summary of &automanag; and Automake Manager Operation chapters were written by Ian Wadham, ianw@netspace.net.au). diff --git a/doc/kdevelop/cvs.docbook b/doc/kdevelop/cvs.docbook index ccdce4e6..116e24f6 100644 --- a/doc/kdevelop/cvs.docbook +++ b/doc/kdevelop/cvs.docbook @@ -39,7 +39,7 @@ differences between revisions, the revision history of files &etc; with the repository goes through the command line program &cvs;. A higher level user interface is available through frontends like &cervisia; () or TkCVS (). In &kdevelop;, only a small part of the &cvs; +url="http://tkcvs.sf.net"/>). In &tdevelop;, only a small part of the &cvs; functionality which is important for your daily work can be used directly. @@ -56,7 +56,7 @@ distributed (except for the non-technical chapters). See -&CVS; Commands in &kdevelop; +&CVS; Commands in &tdevelop; In the file views, the following context menu items are available: @@ -109,7 +109,7 @@ Otherwise, when another user has committed his own changes before, -All these commands are invoked as subprocesses by &kdevelop; without any +All these commands are invoked as subprocesses by &tdevelop; without any further command line options or environment variables. This may be a problem when the connection with the &CVS; server goes through a &ssh; connection and requires that you enter your password each time diff --git a/doc/kdevelop/debugger.docbook b/doc/kdevelop/debugger.docbook index a06f2c83..247d26ff 100644 --- a/doc/kdevelop/debugger.docbook +++ b/doc/kdevelop/debugger.docbook @@ -3,7 +3,7 @@ debugger -For C and C++, &kdevelop; contains an internal debugger that is directly +For C and C++, &tdevelop; contains an internal debugger that is directly integrated with the editor. Technically, it is implemented as a frontend that uses the portable &GNU; debugger gdb through a pipe. The debugger can be started in several ways: @@ -100,13 +100,13 @@ via the context menu. breakpoints This window allows you to see and manipulate the breakpoints. Remember that -&kdevelop; uses GDB, so to fully understand the -&kdevelop; debugging features, you should know a little bit about the GDB, so to fully understand the +&tdevelop; debugging features, you should know a little bit about the GDB. If you want to look at the source code, breakpoints are defined in -kdevelop/languages/cpp/debugger/breakpoint.h. +tdevelop/languages/cpp/debugger/breakpoint.h. At the left edge, the window has buttons to: @@ -215,10 +215,10 @@ The debugger backend gdb does not allow to set breakpoints within code that is not currently loaded. In a highly modular application, where often code is only loaded on demand as a plugin (using the libc function dlopen(3)), this can be inconvenient. -Therefore, &kdevelop; rolls its own support for breakpoints in shared +Therefore, &tdevelop; rolls its own support for breakpoints in shared libraries. If you set this option, it allows you to set breakpoints in libraries which are not loaded. Then, whenever gdb -notifies that a library is loaded, &kdevelop; tries to set the pending +notifies that a library is loaded, &tdevelop; tries to set the pending breakpoints. diff --git a/doc/kdevelop/documentation.docbook b/doc/kdevelop/documentation.docbook index eed065b0..2214fed3 100644 --- a/doc/kdevelop/documentation.docbook +++ b/doc/kdevelop/documentation.docbook @@ -36,7 +36,7 @@ Documentation has multiple facets. There is -All this documentation should be easily maintainable and ready at hand whenever you need it. &kdevelop; has provisions for just this. +All this documentation should be easily maintainable and ready at hand whenever you need it. &tdevelop; has provisions for just this. diff --git a/doc/kdevelop/file-browsers.docbook b/doc/kdevelop/file-browsers.docbook index f8b37735..93a096e5 100644 --- a/doc/kdevelop/file-browsers.docbook +++ b/doc/kdevelop/file-browsers.docbook @@ -2,7 +2,7 @@ The File Browsers -On the left side of the main window, &kdevelop; can display various kinds of +On the left side of the main window, &tdevelop; can display various kinds of lists and trees for the selection of files: @@ -13,14 +13,14 @@ lists and trees for the selection of files: This shows a tree view of the file hierarchy below the project directory. If you click on a file, it is loaded into the editor. For files which do not -contain text, &kdevelop; starts an application that can handle the respective +contain text, &tdevelop; starts an application that can handle the respective MIME type. The file tree is regularly updated whenever something changes in the file system. For example, if you create new files or directories (even outside -&kdevelop;), this is immediately reflected in the file list. On &Linux;, +&tdevelop;), this is immediately reflected in the file list. On &Linux;, this feature makes use of the FAM library. On other operating systems or over NFS, the directories shown are polled in small intervals. @@ -62,7 +62,7 @@ The groups shown in this view can be configured under File views in the Project options dialog. In order to customize the view to your needs, it is helpful to understand how files are distributed on -the groups. For each file, &kdevelop; goes through all groups from top to +the groups. For each file, &tdevelop; goes through all groups from top to bottom. In each group, it looks whether the file name matches one of the patterns. If there is a match, the file is shown in this group and the iteration is aborted. This makes it clear that more general patterns should diff --git a/doc/kdevelop/getting-started.docbook b/doc/kdevelop/getting-started.docbook index 11a08253..33bfee94 100644 --- a/doc/kdevelop/getting-started.docbook +++ b/doc/kdevelop/getting-started.docbook @@ -14,9 +14,9 @@ Keep lines at 80 characters length maximum. -Getting Started with &kdevelop; — a Guided Tour +Getting Started with &tdevelop; — a Guided Tour -Now that you have got your new &kdevelop; &IDE;, how are you going to make +Now that you have got your new &tdevelop; &IDE;, how are you going to make good use of it? As this is a complex application, the learning curve may be somewhat steep, especially if you are not already used to this type of an Integrated Development Environment. @@ -27,7 +27,7 @@ at: A first look — the user -interface elements of the &kdevelop; &IDE;. +interface elements of the &tdevelop; &IDE;. Doing some initial configuration. How to create a new project. @@ -50,20 +50,20 @@ shortcuts What to expect? -As said, &kdevelop; is an Integrated Development -Environment. That means in essence that &kdevelop; is no development +As said, &tdevelop; is an Integrated Development +Environment. That means in essence that &tdevelop; is no development tool by itself but rather a graphical front end to easily access a wide range of development tools, many of which actually would require complex keyboard commands run from a text console. -While &kdevelop; eases many of those programming tasks, much of the +While &tdevelop; eases many of those programming tasks, much of the complexity from this bundle of tools still remains which means that in order to -fully understand the &kdevelop; &IDE; you will still need to comprehend these +fully understand the &tdevelop; &IDE; you will still need to comprehend these tools actually running beneath the surface. Hence, we cannot teach you how to build software, but rather introduce you -to some of the ways &kdevelop; was designed to ease such a software building +to some of the ways &tdevelop; was designed to ease such a software building process. If you want to learn more about what an Integrated Development Environment is meant for, you might want to have a look at the Development on &UNIX; historical overview and there @@ -71,20 +71,20 @@ especially at the Integrating Concepts and Tools chapter. -The following discussions apply to the default case, where &kdevelop; +The following discussions apply to the default case, where &tdevelop; starts up in the Simplified IDEAl Window Mode. If you already did switch to another user interface mode some items may not be there as described or will behave slightly different. If in doubt which user interface -mode your &kdevelop; currently uses, check with the +mode your &tdevelop; currently uses, check with the Settings Configure KDevelop... User Interface dialog. -A Very First Look at &kdevelop; +A Very First Look at &tdevelop; -This is all about what you will see when you first started &kdevelop;. +This is all about what you will see when you first started &tdevelop;. You will find preliminary information about: @@ -101,7 +101,7 @@ for? On the Surface -When you start &kdevelop; for the first time you will get a display +When you start &tdevelop; for the first time you will get a display similar to this one: @@ -110,8 +110,8 @@ similar to this one: -The &kdevelop; initial layout -(Actually the initial &kdevelop; window will be larger, but the elements +The &tdevelop; initial layout +(Actually the initial &tdevelop; window will be larger, but the elements you see are the same.) @@ -119,7 +119,7 @@ you see are the same.) Workspace Area and Tool View Tabs -In this initial case &kdevelop; uses the so-called In this initial case &tdevelop; uses the so-called IDEAl user interface mode. A workspace area of maximum possible size is surrounded left, bottom, and right by a series of buttons which act similar to tabs on a tabbed display. If you click on one of @@ -196,7 +196,7 @@ the Command Reference. Usual Actions This is pretty standard. It allows to create, open, save, print, and close -document files as well as quitting the &kdevelop; application as usual. +document files as well as quitting the &tdevelop; application as usual. @@ -282,7 +282,7 @@ text. Project -All work of &kdevelop; is based on projects which +All work of &tdevelop; is based on projects which basically collect source files, build management files, and other information in one project directory. In this menu you control which project to use, which properties it has, and some other managing actions. @@ -365,7 +365,7 @@ application in the debugger and step through it in various ways. Breakpoints -&kdevelop; provides several means to set breakpoints in your application +&tdevelop; provides several means to set breakpoints in your application sources. One is through the use of the Toggle Breakpoint menu entry. @@ -406,7 +406,7 @@ editor window horizontally as well as vertically. Tools -&kdevelop; is highly customizable. +&tdevelop; is highly customizable. You may select a favorite editor for your documents as well as provide external and plugged-in tools to extend the basic &IDE; capabilities. The Tools menu reflects most of this setup. @@ -445,7 +445,7 @@ purposes. This menu allows you to show and hide menubar, toolbars and statusbar. Also, you can configure shortcuts, toolbars, notifications, the editor and -&kdevelop;'s general behavior. +&tdevelop;'s general behavior. @@ -496,7 +496,7 @@ different main purpose. The number of tool view tabs shown will change once a project is open for actual work. More tools to work on that project will be available then. The actual number of tool views depends on the Plugin -Tools being currently available to &kdevelop;. You will find more on this +Tools being currently available to &tdevelop;. You will find more on this topic in the Configuring KDevelop chapter. Currently, with no project open and the default number of plugin tools @@ -534,7 +534,7 @@ menu. Application Displays the output from an application started from within -&kdevelop;. +&tdevelop;. @@ -548,7 +548,7 @@ Viewer... menu. Messages Displays messages produced by the build tools called from within -&kdevelop;, usually from the Build menu. +&tdevelop;, usually from the Build menu. @@ -570,7 +570,7 @@ or not. This global search-and-replace facility is actually available only after a -project has been loaded into &kdevelop;. Otherwise the global replace tool in +project has been loaded into &tdevelop;. Otherwise the global replace tool in the Edit Find-Select-Replace... menu will in fact be be disabled. @@ -590,7 +590,7 @@ interface. Documentation -&kdevelop; provides access to a whole bunch of documentation through this +&tdevelop; provides access to a whole bunch of documentation through this tool. You may here access document files, usually online from remote locations, in a structured way. And there are several ways available to directly access valuable information from &kde; or &Qt; manuals. @@ -621,19 +621,19 @@ chapters. A Bit of Configuration Before we actually start a first example project, we should tailor the -&kdevelop; behavior to our needs. Although most of the default settings will be +&tdevelop; behavior to our needs. Although most of the default settings will be appropriate for now, there are a few places which better should be adjusted. -If you want to know more about &kdevelop; configuration, have a look at +If you want to know more about &tdevelop; configuration, have a look at the Configuring KDevelop chapter. Some General Settings -To configure &kdevelop;, click the +To configure &tdevelop;, click the Settings menu and select Configure KDevelop.... The Configure KDevelop dialog will pop up, showing the @@ -645,7 +645,7 @@ following General settings page to the right. -The &kdevelop; general configuration dialog +The &tdevelop; general configuration dialog @@ -655,7 +655,7 @@ But you will probably want to change two of those settings. Default projects directory -At first start of &kdevelop; this will most likely be preset to your home +At first start of &tdevelop; this will most likely be preset to your home directory. Most people however prefer a dedicated projects directory for software development. Change the text box to your preferred parent development directory. You may select it from the directory tree if you press the @@ -671,7 +671,7 @@ parent directory for actual development. Again, replace projects with your development directory name. -&kdevelop; will by default set up an own subdirectory below this parent +&tdevelop; will by default set up an own subdirectory below this parent for every new project you create. So will ⪚ all files of a project named Hello in our case be located in the /home/devel/projects/hello directory. @@ -682,15 +682,15 @@ for more info on this. Compiler output -Whenever &kdevelop; compiles some source, it will display the messages of +Whenever &tdevelop; compiles some source, it will display the messages of the make, etc. build tools in the Messages window in the lower part of the workspace area. Usually these messages will be overwhelmingly wordy. To keep a better overview -of what happens, &kdevelop; has some means of shortening those messages built +of what happens, &tdevelop; has some means of shortening those messages built in. -Depending on the &kdevelop; version you use, the Compiler +Depending on the &tdevelop; version you use, the Compiler output selection may be preset to Long, which will cause all message contents be fully shown. You may probably want to change this to the far more convenient Very Short setting. Just select this @@ -711,13 +711,13 @@ Output from the popup menu. There is another, not so obvious, item which preferably should be initialized before you start actual development work. This is because you will -want to perform documentation search regularly during development. &kdevelop; +want to perform documentation search regularly during development. &tdevelop; requires some search indexes be created before such search operations can be performed. So let's initialize them before we attempt our first steps -toward actual &kdevelop; work. +toward actual &tdevelop; work. Open the Documentation tool view at the right side of -the &kdevelop; main window. There open the Search dialog +the &tdevelop; main window. There open the Search dialog page. @@ -734,7 +734,7 @@ basic search tools are properly set up. A dialog should pop up, telling Configuration file updated. Click OK to make it disappear. -This done, &kdevelop; will be ready to parse the documentation it knows of +This done, &tdevelop; will be ready to parse the documentation it knows of and build some useful search indexes from it. Press the Update Index button to the right. Now the Generating Search Index dialog will pop up showing the progress of the index build @@ -745,7 +745,7 @@ operations. -&kdevelop; is generating documentation search +&tdevelop; is generating documentation search indexes. @@ -758,7 +758,7 @@ place to OK. Just press this button to proceed. This usually should work out of the box. In some cases the -htdig application &kdevelop; uses to perform its full +htdig application &tdevelop; uses to perform its full text searches might not be properly set up. Refer to the Setting Up Text Search Indexes chapter for more help in this case. @@ -766,10 +766,10 @@ for more help in this case. To be able to look up &kde; and &Qt; specific API documentation, it is mandatory that the KDELibs Apidocs were present when -&kdevelop; was installed. If you experience problems building the indexes or +&tdevelop; was installed. If you experience problems building the indexes or perform the identifier lookup examples later in this chapter, make sure that this documentation exists -and is accessible to &kdevelop;. See Installing +and is accessible to &tdevelop;. See Installing KDevelop fore more detail. @@ -783,17 +783,17 @@ KDevelop fore more detail. Almost any application will consist of dozens, hundreds, even thousands of files which need kept structured and maintainable. To accomplish this, -&kdevelop; organizes software development tasks in +&tdevelop; organizes software development tasks in projects. Thus the first practical step to develop software -in &kdevelop; usually is to create a new project. +in &tdevelop; usually is to create a new project. -Fortunately this is fairly easily accomplished. &kdevelop; provides the +Fortunately this is fairly easily accomplished. &tdevelop; provides the so-called &appwizard; tool for this. (See the Getting Started — the &appwizard; chapter for more.) We will now start a simple &kde; application project to illustrate how -easily this is accomplished and which files and tools &kdevelop; will have +easily this is accomplished and which files and tools &tdevelop; will have provided. Thereby we will have a short look at: @@ -927,7 +927,7 @@ The &appwizard; will take over and construct a series of initial files in the Final location directory you provided in step 2c above. -Once this file creation phase is finished, &kdevelop; will open an editor +Once this file creation phase is finished, &tdevelop; will open an editor window for the application main window implementation file (which is hello.cpp in our example), so you can readily proceed. @@ -990,8 +990,8 @@ created. You will find exactly the same text headers in every source file you will -create inside &kdevelop; (provided you use the proper built in tools for file -creation). &kdevelop; remembers these settings in some template files you may +create inside &tdevelop; (provided you use the proper built in tools for file +creation). &tdevelop; remembers these settings in some template files you may find in the templates directory. @@ -1040,13 +1040,13 @@ application, namely hello.desktop contains some meta data used by -&kdevelop; to maintain and start the application. +&tdevelop; to maintain and start the application. hi16-app-hello.png, and hi32-app-hello.png contain some initial default icons, -&kdevelop; will use for application display. +&tdevelop; will use for application display. @@ -1103,7 +1103,7 @@ application. Those Makefile.am files need to be maintained -throughout the development process. Luckily, &kdevelop; relieves you of most of +throughout the development process. Luckily, &tdevelop; relieves you of most of this burden by the &automanag; tool, which basically is a graphical front end to maintain Makefile.am contents. @@ -1118,20 +1118,20 @@ binaries. -&kdevelop; Control Files -&kdevelop; needs some control and administration data on its own. These +&tdevelop; Control Files +&tdevelop; needs some control and administration data on its own. These are located in the project root directory, in our example -hello.kdevelop, hello.kdevelop.pcs, +hello.tdevelop, hello.tdevelop.pcs, and hello.kdevses. Of particular importance in each project is the -xxx.kdevelop (where xxx denotes the project +xxx.tdevelop (where xxx denotes the project name) file. It is the main KDevelop 3 Project File and needed if you later want load this project into the &IDE;. -Never do manually modify, rename, or even delete any of these &kdevelop; +Never do manually modify, rename, or even delete any of these &tdevelop; control files! The &IDE; will most likely not function properly on your project afterwards. @@ -1203,7 +1203,7 @@ functionality. The tool views actually visible depend on the plugins currently loaded -into &kdevelop;. There are ways to control this. See the Plugin Tools chapter for instructions. @@ -1215,7 +1215,7 @@ linkend="setup-plugins">Plugin Tools chapter for instructions. Bookmarks You can mark any text file line in order to quickly return to this -position from everywhere. &kdevelop; will remember all those +position from everywhere. &tdevelop; will remember all those bookmarks, even if you close the editor window afterwards. The Bookmarks tool view lists all those bookmarks by file name and line number. You need only click such an entry to open the editor @@ -1268,7 +1268,7 @@ memory leaks. Security Problems There is a Security Checker plugin tool for -&kdevelop;. It analyzes the currently edited source file for several common +&tdevelop;. It analyzes the currently edited source file for several common security problems which may occur in the application and notifies the user in this tool view window. @@ -1297,7 +1297,7 @@ position the cursor on the appropriate identifier there. Problems -&kdevelop; keeps track of common programming problems in the currently +&tdevelop; keeps track of common programming problems in the currently edited source file and notifies the user in this tool view window. @@ -1345,7 +1345,7 @@ a more extensive description. hello.cpp file open in an editor window, so you can immediately start working. Now, we may well assume your are knowledgeable about using an editor, so we do not need talk much about this here. But there are some -handy &kdevelop; specifics about dealing with such tabbed editor windows and the +handy &tdevelop; specifics about dealing with such tabbed editor windows and the documents you are working on. We will have a short look at some of them, namely: @@ -1363,7 +1363,7 @@ common problems. Switching Between Header and Implementation Files -&kdevelop; provides a quick and easy way to switch from a given +&tdevelop; provides a quick and easy way to switch from a given implementation (.cpp) file to the corresponding header (.h) file and vice versa. Just right click into the editor window you want to switch. A menu similar to the following will pop up. @@ -1379,20 +1379,20 @@ files. Find the Switch header/implementation entry and -select it. &kdevelop; will look up the corresponding header or implementation +select it. &tdevelop; will look up the corresponding header or implementation file and open it in another editor window. In our example, if you did right click into the hello.cpp source, the hello.h file will be displayed and the cursor positioned there. There is even more. If you do right click inside the text of a class -implementation, &kdevelop; will position the cursor on the corresponding +implementation, &tdevelop; will position the cursor on the corresponding declaration line in the header file. And vice versa, right clicking on a declaration line will bring you to the corresponding class implementation. If the editor window with the file to be switched to already exists, -&kdevelop; will of course activate this one and reposition the cursor there if +&tdevelop; will of course activate this one and reposition the cursor there if necessary. @@ -1417,8 +1417,8 @@ internal text items. In a most common case you want to look up an identifier which was defined externally to your project. In &kde; projects such identifiers are most likely -documented in various &kde; or &Qt; libraries. If &kde; and &kdevelop; were -properly installed, &kdevelop; will be able to access such so-called API +documented in various &kde; or &Qt; libraries. If &kde; and &tdevelop; were +properly installed, &tdevelop; will be able to access such so-called API documentation and be able to search it for identifiers of this kind. Let us look at an example. In the hello.cpp editor @@ -1475,7 +1475,7 @@ then come back here and try again. Such search facilities in external documentation have their limitations, however. Of course one cannot look up an identifier externally if it is only -defined and used inside the current project. But there is help. &kdevelop; can +defined and used inside the current project. But there is help. &tdevelop; can use indexes built by the CTags application to search the sources in your project. @@ -1518,14 +1518,14 @@ possibilities. Use the CTags tool view This is easy. Just start typing the identifier name you are interested in into the -Lookup input field in the bottom left. &kdevelop; will try +Lookup input field in the bottom left. &tdevelop; will try to complete the word you have typed so far and show all occurrences of those identifiers which start with this character sequence. If for example you want to know wherever the Hello identifier was used in our example project, type an "H" into the -Lookup input field. &kdevelop; will immediately start +Lookup input field. &tdevelop; will immediately start working and present you a result like this: @@ -1538,7 +1538,7 @@ tool view. -If you click one of the listed entries, &kdevelop; will open an editor +If you click one of the listed entries, &tdevelop; will open an editor window with this file and position the cursor on the appropriate place. @@ -1568,7 +1568,7 @@ internal identifier. Click what you are interested in, say CTags - Go to Definition: -Hello, and &kdevelop; will immediately open the +Hello, and &tdevelop; will immediately open the hello.cpp editor window and position the cursor right in front of this class definition: @@ -1583,7 +1583,7 @@ Hello::Hello() Do a global search This is especially useful if you want to look up arbitrary text in your project source. There are two possibilities to start a global search from within -&kdevelop;. +&tdevelop;. @@ -1602,7 +1602,7 @@ The outcome of the menu call will essentially be the same. Let us assume you are studying the hello.cpp source file and have the cursor positioned on the first Hello occurrence there. Now you wonder, where this one word Hello was used in the project source and how many -occurrences there are. This is a typical case where to use &kdevelop;'s +occurrences there are. This is a typical case where to use &tdevelop;'s global search facilities. Now, still keeping the cursor somewhere on this Hello in @@ -1645,13 +1645,13 @@ the Search button at the bottom right. Now the Find in Files tool view will open at the bottom, showing you file names and lines of all literal occurrences of Hello in our example project. As usual, if you click an entry, -&kdevelop; will get you to exactly that position in an editor window in the +&tdevelop; will get you to exactly that position in an editor window in the workspace area. There are two lines of special interest in the tool view window. -Right on top you will find the command sequences &kdevelop; did actually +Right on top you will find the command sequences &tdevelop; did actually use to perform the search. This will be useful to more precisely control the search outcome. @@ -1663,7 +1663,7 @@ listed. In our example this should read *** 11 matches found -&kdevelop; will remember these search results throughout the currently +&tdevelop; will remember these search results throughout the currently running session. If you initiate another global search, its results will display in another tabbed window in the Find in Files tool view window. @@ -1678,7 +1678,7 @@ window. When your work with large complex projects you will often end up with quite a lot of tabbed editor windows residing on the tab bar. This makes specific facilities to clean up, order, and group all those editor tabs -necessary. &kdevelop; provides several means for this. We will have a short look +necessary. &tdevelop; provides several means for this. We will have a short look at some of them. How to remove unneeded @@ -1699,7 +1699,7 @@ files into development sessions. If the vast amount of editor window tabs becomes badly arranged at all, you usually may want to close all those tabs you really do not need any more. -&kdevelop; provides several facilities to do so, the usual way of bulk closing +&tdevelop; provides several facilities to do so, the usual way of bulk closing open editor windows and a more specific approach where you can expressly command which ones to close and which to keep open. @@ -1727,7 +1727,7 @@ may find in other &kde; applications as well. You can use the The step-by-step approach of closing individual editor window tabs can become awkward if there are a great number of tabs from which you want to still keep several open. Instead of searching and closing one editor window tab after -another &kdevelop; provides a means to select the candidates from a list and +another &tdevelop; provides a means to select the candidates from a list and close those, and only those, with one single mouse click. @@ -1766,7 +1766,7 @@ step. That was all. -&kdevelop; will have closed all editor windows at your wish, and you are ready +&tdevelop; will have closed all editor windows at your wish, and you are ready to proceed with a clean tab bar again. @@ -1774,7 +1774,7 @@ to proceed with a clean tab bar again. How to Rearrange Edit Window Tabs Even if you have only the really necessary editor windows open you may -still want to have their tabs arranged in some logical way. &kdevelop; provides +still want to have their tabs arranged in some logical way. &tdevelop; provides some common means to do so, in short: @@ -1784,7 +1784,7 @@ some common means to do so, in short: the right of the editor window tab currently in use. This can be changed so that the new tab will open to the far right on the tab bar. -You must change a basic user interface setting in &kdevelop; to enable +You must change a basic user interface setting in &tdevelop; to enable this behavior. @@ -1802,7 +1802,7 @@ Browsing. Remove the check mark on the Open new tab after current tab line. -Close &kdevelop; and restart it again. Now the new editor window tabs will +Close &tdevelop; and restart it again. Now the new editor window tabs will open at the far right end of the current tabs row. @@ -1810,13 +1810,13 @@ open at the far right end of the current tabs row. Unfortunately, this setting cannot be changed on the fly during a development session. You must make up your mind which behavior you prefer in the long run and then stick to it, at least until the next start of -&kdevelop;. +&tdevelop;. How to Rearrange the Tabs As development tasks do vary over time, the need to rearrange the tabbed editor windows will more or less often arise. This is easily accomplished in -&kdevelop;. +&tdevelop;. Just click the tab you want to move with the middle mouse button and move the @@ -1832,7 +1832,7 @@ into the place where you want it to be. work on a source file. Although you may fast switch the tabbed windows, there are times where you want have several files open at once, ⪚ for reference purposes or to keep complex tasks under better control. To accomplish this, -&kdevelop; provides a way to split the workspace area into different, +&tdevelop; provides a way to split the workspace area into different, simultaneously visible sections which each can hold their own series of tabbed windows. @@ -1905,11 +1905,11 @@ It closes automatically, once the last tabbed window in it was closed. Edit C++ Source and Header Files Simultaneously There is a neat application of the above mentioned workspace split -feature built into &kdevelop;. It allows to automatically keep a +feature built into &tdevelop;. It allows to automatically keep a .cpp source and its accompanying .h header file side by side open in the workspace area. And, optionally, it allows to work on both files synchronously, such that if -you select a declaration in the header file &kdevelop; will navigate to the +you select a declaration in the header file &tdevelop; will navigate to the respective definition in the source file and vice versa. This feature is however deactivated by default. If you want to use it in @@ -1942,7 +1942,7 @@ both the hello.cpp and hello.h editor windows, if necessary. Then select hello.cpp again from the src subdirectory of the project. The editor window will open as usual. But if you now open the -hello.h belonging to it, &kdevelop; will automatically +hello.h belonging to it, &tdevelop; will automatically split the workspace and open this header file editor window just beneath the hello.cpp window. @@ -1953,7 +1953,7 @@ line: Hello::Hello() and put the cursor there. Then look at the hello.h -window below and note how &kdevelop; did navigate to the corresponding default +window below and note how &tdevelop; did navigate to the corresponding default constructor declaration line. @@ -1961,13 +1961,13 @@ constructor declaration line. -&kdevelop; automatically navigated to the constructor +&tdevelop; automatically navigated to the constructor declaration. This works vice versa as well. Whenever you put the cursor somewhere into -a construct in one editor window, &kdevelop; will navigate to the corresponding +a construct in one editor window, &tdevelop; will navigate to the corresponding construct in the other. @@ -1977,7 +1977,7 @@ construct in the other. When your project grows larger, and the development tasks become more and more complex and force you to often switch between different, even distinct sets of files, it is about time to organize your development work into distinct -sessions. The File List tool view of &kdevelop; allows you +sessions. The File List tool view of &tdevelop; allows you do to just this. On top of the File List tool view window there is a @@ -2034,7 +2034,7 @@ planned. Once your file list is complete, click the Save Session -icon in the toolbar. Do not skip this step, &kdevelop; will forget the file list +icon in the toolbar. Do not skip this step, &tdevelop; will forget the file list otherwise. @@ -2042,7 +2042,7 @@ otherwise. That was it. Whenever you select the sources session -from the Open Session drop down box, &kdevelop; will close +from the Open Session drop down box, &tdevelop; will close all currently open editor windows and open the remembered ones (hello.cpp, hello.h, and main.cpp in our example) instead. @@ -2053,7 +2053,7 @@ remembered file list with a Save Session click. And if you want get rid of a session, select it in the drop down box, then click the Delete Session icon in the toolbar right. -There is even more. You can force &kdevelop; to open a given session by +There is even more. You can force &tdevelop; to open a given session by default when it loads the project. Just select the session in the drop down box on the Projects Project Options File List project @@ -2064,7 +2064,7 @@ options configuration page. -Let &kdevelop; open a specific session when the project is +Let &tdevelop; open a specific session when the project is loaded. @@ -2074,7 +2074,7 @@ loaded. Keeping an Eye on Common Problems -When you open an editor window containing a source file, &kdevelop; will +When you open an editor window containing a source file, &tdevelop; will parse its contents. This allows the built in problem reporter to scan the source text for some common errors it knows of. And it can alert the user of different places which have been marked for special @@ -2107,7 +2107,7 @@ row. If all went right, it will currently report this todo: -&kdevelop; is alerting a source code line containing a todo +&tdevelop; is alerting a source code line containing a todo mark. @@ -2153,7 +2153,7 @@ currently edited file. Note the other tabs in the Problem reporter tool view window, especially Fixme, and Todo. If you open them, you will find all FIXME and -TODO marked lines, &kdevelop; has found so far +TODO marked lines, &tdevelop; has found so far in this session. For example the TODO alerts will currently look thus: @@ -2173,7 +2173,7 @@ you will find here alerts of some common programming mistakes which would likely go unnoticed otherwise and probably be catched with difficulties during complex debugging session. -You will find the &kdevelop; problem reporter facility a very valuable +You will find the &tdevelop; problem reporter facility a very valuable tool, so check the Problems tool view regularly in the development process. @@ -2182,7 +2182,7 @@ development process. How to Compile a Project -Compiling a project in &kdevelop; requires several setup steps and then +Compiling a project in &tdevelop; requires several setup steps and then building the application. All these are available through the Build menu. @@ -2203,7 +2203,7 @@ needed. Other entries are there to compile selected project portions or a single file only, to perform several initialization sequences, or to install the completed application binaries. -For now we will concentrate on several facilities which &kdevelop; +For now we will concentrate on several facilities which &tdevelop; provides for project setup, initializing, building, and running an application. In general, this includes: @@ -2229,12 +2229,12 @@ initial configuration. How to build the project. How to run the -application from within &kdevelop;. +application from within &tdevelop;. This discussion implies that your project is based on the &GNU; autotools, -which enabled the &automanag; tool in &kdevelop; as our example Hello project +which enabled the &automanag; tool in &tdevelop; as our example Hello project does. If you created another type project, ⪚ for the &Qt; based QMake project manager, there will be other facilities available in the menus or perhaps even none of them. You will have to consult @@ -2263,7 +2263,7 @@ function key, you will get the following warning. You may press the Run Them button in which case -&kdevelop; will try to automatically run all required setup steps prior to +&tdevelop; will try to automatically run all required setup steps prior to compiling and linking the application. But we will look at those initial steps in sequence, so cancel the dialog by pressing Do Not run. @@ -2282,12 +2282,12 @@ through the Build menu. Call it up and select -&kdevelop; will now open the Messages tool view window at +&tdevelop; will now open the Messages tool view window at the bottom and list a series of messages produced by several make tools. If everything went right, the final line will read *** Success ***. -If you scroll back to the top, you will find the command line, &kdevelop; +If you scroll back to the top, you will find the command line, &tdevelop; issued to call up the tools beneath the surface: @@ -2295,7 +2295,7 @@ cd '/home/devel/projects/hello' && \ WANT_AUTOCONF_2_5="1" WANT_AUTOMAKE_1_6="1" gmake -f Makefile.cvs -This basically tells that &kdevelop; first switched to the root directory +This basically tells that &tdevelop; first switched to the root directory of our example project. Then it set up a dedicated environment, advising the make system of the autoconf and automake tool revisions used for this initialization. @@ -2323,16 +2323,16 @@ available. This done, select the Build Run Configure menu entry to initiate a configuration sequence. -&kdevelop; opened the Messages tool view +&tdevelop; opened the Messages tool view window again if necessary and listed the messages of the configure run therein. If all went right, the final messages will be Good - your configure finished. Start make now (which was issued by -configure) followed by the &kdevelop; *** Success +configure) followed by the &tdevelop; *** Success *** message. On top of the Messages window you will again find -the command line, &kdevelop; used to initiate this configuration run: +the command line, &tdevelop; used to initiate this configuration run: mkdir '/home/devel/projects/hello/debug' && \ @@ -2354,7 +2354,7 @@ CXXFLAGS="-O0 -g3" "/home/devel/projects/hello/configure" --enable-debug=full -First, &kdevelop; uses a dedicated subdirectory in the project directory +First, &tdevelop; uses a dedicated subdirectory in the project directory tree for the build process. This debug build directory (shown to the left) mirrors the basic project structure and contains some set of build related files, such as several @@ -2365,8 +2365,8 @@ contains some set of build related files, such as several In the Configuring the Project section shortly below we will have a brief look at the motivations why -&kdevelop; uses separate build directories in cases like this one. For the -moment it is enough to know that &kdevelop; created this debug directory — if necessary — prior to the configure call and that the configure script did build the sub structure and all the Makefiles in @@ -2374,7 +2374,7 @@ there. Next, from within the debug build -directory, &kdevelop; called the configure script in the +directory, &tdevelop; called the configure script in the root directory of our project using a dedicated environment, where the CXXFLAGS="-O0 -g3" flags will later signal the &gcc; compiler that it should not optimize the resulting binaries and include @@ -2409,7 +2409,7 @@ there are three such compile options from which to select. -&kdevelop; commands to build binaries. +&tdevelop; commands to build binaries. @@ -2446,14 +2446,14 @@ class="directory">Debug subtree. There are not many source files in our Hello example project, so the Messages window will contain only a few lines. On top of them again find the command line -&kdevelop; issued to the underlying shell. +&tdevelop; issued to the underlying shell. cd '/home/devel/projects/hello/debug' && \ WANT_AUTOCONF_2_5="1" WANT_AUTOMAKE_1_6="1" gmake -k -Not very surprisingly, &kdevelop; switched to the Not very surprisingly, &tdevelop; switched to the Debug subtree root in order to run the Makefile located there. A dedicated sub-environment was set up again as before in the gmake tool was called. Note the -k option in the gmake call. It forces the build process to continue -up to its very end, even if errors will occur. This makes sense as &kdevelop; +up to its very end, even if errors will occur. This makes sense as &tdevelop; will list all error messages in the Messages window. If there are any, use the virtues of an &IDE;: Just click on the error message in -the Messages window and &kdevelop; will take you to +the Messages window and &tdevelop; will take you to exactly the position where the error occurred in the source file. And what did happen inside the . -That was all. &kdevelop; will now start the new application in +That was all. &tdevelop; will now start the new application in the dedicated console window which opens as Application -tool view on the bottom. There the command &kdevelop; issued to execute the +tool view on the bottom. There the command &tdevelop; issued to execute the program will be shown in the top line: @@ -2530,7 +2530,7 @@ our Hello form running. Close the Hello application window as -usual. If no errors occurred, &kdevelop; will report this as +usual. If no errors occurred, &tdevelop; will report this as *** Exited normally *** in the Application tool view window. @@ -2539,7 +2539,7 @@ in the Application tool view window. Configuring the Project -In &kdevelop; there are numerous ways how you can manage your project. +In &tdevelop; there are numerous ways how you can manage your project. This behavior is configurable on a per-project basis and mostly of interest to the advanced developer. Yet there are a few project specific settings you should know of right from the beginning. @@ -2564,12 +2564,12 @@ executable be and how should it be called? When we did a first run of the configure script in the Initial Hello -Configuration section above, we noted that &kdevelop; had set up a +Configuration section above, we noted that &tdevelop; had set up a dedicated debug subdirectory for this purpose. In this section we will briefly consider some consequences of this feature. -First of all, &kdevelop; does not necessarily use dedicated build +First of all, &tdevelop; does not necessarily use dedicated build directories apart from the source. The preparations to automatically use dedicated build configurations is done through templates the &appwizard; uses when creating a new project. @@ -2670,7 +2670,7 @@ the resulting application. So in many cases, when the logical structure of some routine appears to be correct, you may want to test whether it still behaves correctly under more practical conditions. -This is where the build configurations of &kdevelop; step in. Because +This is where the build configurations of &tdevelop; step in. Because the built object and executable files in each dedicated build directory and the build commands are kept separately from each other only source changes need to be handled when you switch between these build configurations. @@ -2699,7 +2699,7 @@ environment prior to running configure as ⪚ the CXXFLAGS in our previous discussions. You may set most of the configuring options for a given project from -within &kdevelop; &GUI;. Select +within &tdevelop; &GUI;. Select Project Project Options and then from the icon bar on the left of the dialog the Configure Options @@ -2762,7 +2762,7 @@ configuration options can be defined: Configure arguments -These are the options &kdevelop; assigns to the +These are the options &tdevelop; assigns to the configure script call in the build process. See the example in the Initial Hello Configuration section above. @@ -2772,7 +2772,7 @@ the Initial Hello Configuration section above. Build directory -This is the subdirectory in the current project root, where &kdevelop; +This is the subdirectory in the current project root, where &tdevelop; will put all files created in the build process. Ideally, this should correspond to the name of the build configuration in use, but you are free to use any name you like, provided it is different from any other @@ -2792,7 +2792,7 @@ in another place. C/C++ preprocessor flags (CPPFLAGS) -Put specific instructions for the preprocessor here. &kdevelop; will +Put specific instructions for the preprocessor here. &tdevelop; will use this to set up a temporary environment before it calls the actual build tool. Again, see the example in @@ -2814,7 +2814,7 @@ temporary build environment as well. Environment Variables Here you may define additional variables to be set up in the -temporal build environment, &kdevelop; will set up before calling the +temporal build environment, &tdevelop; will set up before calling the respective build tool. Again, you must define these environment variables for every build configuration where they are to be used. @@ -2834,7 +2834,7 @@ so it suffices to have a brief look at the C++ page. -Select the compiler and its working environment &kdevelop; shall +Select the compiler and its working environment &tdevelop; shall use here. @@ -2845,8 +2845,8 @@ use here. C++ compiler -Select the C++ compiler &kdevelop; should regularly use from this -combo box. It however lists only those compilers &kdevelop; really knows +Select the C++ compiler &tdevelop; should regularly use from this +combo box. It however lists only those compilers &tdevelop; really knows of. @@ -2862,7 +2862,7 @@ Put the name by which it is called here. Compiler flags (CXXFLAGS) -Here you can enter any extra option &kdevelop; shall pass (via the +Here you can enter any extra option &tdevelop; shall pass (via the Makefile) to the compiler. Some option values will be preset according to the build configuration selected in the Configuration combo box. @@ -2900,7 +2900,7 @@ configuration would have to be altered manually if ever needed. How Make Should Build the Program -You can as well configure the way &kdevelop; will call the +You can as well configure the way &tdevelop; will call the make tool in the project build. Select Project Project Options and then the @@ -2913,7 +2913,7 @@ the right. -Define how &kdevelop; will call the +Define how &tdevelop; will call the make tool. @@ -2926,7 +2926,7 @@ You will find it deactivated in most projects. This corresponds to the linkend="gettingstarted-compile-basic-build-cmd">initial build of our example Hello project. -This makes sense in an &IDE; like &kdevelop; which will protocol any +This makes sense in an &IDE; like &tdevelop; which will protocol any error message during the build. After the build process you may easily navigate to any error message in the Messages tool window. Use View @@ -2934,12 +2934,12 @@ window. Use View View Previous Error or respectively the F4 and Shift F4 keys for this. -&kdevelop; will automatically activate the editor window of the source file in +&tdevelop; will automatically activate the editor window of the source file in question and put the cursor on the error line. If on the other hand you rather want the build be stopped on whenever an error occurs, check the Abort on first error option -in this dialog. &kdevelop; will then call gmake +in this dialog. &tdevelop; will then call gmake without the -k option. @@ -2947,11 +2947,11 @@ without the -k option. How to Run the Executable Once the build is complete, you can easily run the application from within -&kdevelop;. Use either Build +&tdevelop;. Use either Build Execute Program, the Shift F9 keys, or the Execute program button in the Build -Toolbar of &kdevelop;. +Toolbar of &tdevelop;. @@ -2963,12 +2963,12 @@ Toolbar of &kdevelop;. But where is the executable located which should be run? How does -one have &kdevelop; append options to the call? Or, how can I have the +one have &tdevelop; append options to the call? Or, how can I have the application executed in a terminal by its own to test its console interactive behavior? All this can be solved by configuring some project oriented run options in -&kdevelop;. Select Project +&tdevelop;. Select Project Project Options and then the Run Options icon from the icon bar on the left dialog window side. The Run Options dialog page will display to the @@ -2990,13 +2990,13 @@ Basically there are four groups of configuration items. Directory -This tells &kdevelop; where it basically shall assume the +This tells &tdevelop; where it basically shall assume the executable to be called. There are three possibilities you can select from. Note however that only root directories are defined here. -&kdevelop; usually looks for the executable in some subdirectory +&tdevelop; usually looks for the executable in some subdirectory given in the next configuration group. @@ -3012,7 +3012,7 @@ The name of this directory was set up on the General Configuration dialog page. -This is the root where &kdevelop; will find the executable. It +This is the root where &tdevelop; will find the executable. It changes automatically with the selection you made in Project Build Configurations menu. Try it. @@ -3037,17 +3037,17 @@ the version located in the project directories. Program -This tells &kdevelop; the relative position and name of the +This tells &tdevelop; the relative position and name of the program it shall actually call. This is relative to the root directory defined in the configuration group above. Furthermore you can define any -argument &kdevelop; will pass to the program when it is actually called. +argument &tdevelop; will pass to the program when it is actually called. If leave the Main program text box empty, the active target settings of the &automanag; will be used. Although this is an expert setting, inadvertently leaving this input -field blank is a common cause of problems. Check this setting if &kdevelop; +field blank is a common cause of problems. Check this setting if &tdevelop; appears not to call the executable you wanted. @@ -3055,7 +3055,7 @@ appears not to call the executable you wanted. Environment Variables -&kdevelop; will set up a dedicated shell environment to run the +&tdevelop; will set up a dedicated shell environment to run the program in. Define any extra environment variable in this configuration group. @@ -3070,7 +3070,7 @@ group. Automatically compile before execution comes -in handy most of time. &kdevelop; will check the project for changes and +in handy most of time. &tdevelop; will check the project for changes and perform necessary configure and build steps for you any time you command it to run the program. @@ -3081,7 +3081,7 @@ last change. Start in external terminal is interesting if you want to test the input/output behavior of non-&GUI; programs in a console -terminal. This is unchecked by default, so &kdevelop; does start the program in +terminal. This is unchecked by default, so &tdevelop; does start the program in a window of its own without console terminal I/O capabilities. @@ -3160,17 +3160,17 @@ After building your project, the user manual is displayed in &kde; are the main features and how to configure it. It should also explain the advanced features if any. -All &kde; based templates in &kdevelop; have a doc subdir which contains +All &kde; based templates in &tdevelop; have a doc subdir which contains a index.docbook template in the en folder to get you started in writing the user manual. You should edit this -index.docbook in &kdevelop; and start changing personal +index.docbook in &tdevelop; and start changing personal details such as name, email, &etc;. Look at the comments in this file and try following these indications to start your application documentation. Rebuild your project to see the changes in &khelpcenter;. You need to install your project using Build Install or Install (as -root user) in &kdevelop; to see the user manual in +root user) in &tdevelop; to see the user manual in &khelpcenter;. You can find more about the docbook syntax on the &kde; documentation @@ -3205,7 +3205,7 @@ website. (- to be written -) -Using Existing &kdevelop; Projects +Using Existing &tdevelop; Projects (- to be written -) diff --git a/doc/kdevelop/index.docbook b/doc/kdevelop/index.docbook index 993400c0..e3d800ec 100644 --- a/doc/kdevelop/index.docbook +++ b/doc/kdevelop/index.docbook @@ -1,7 +1,7 @@ KDevelop"> --> - + + @@ -32,7 +32,7 @@ - + @@ -46,10 +46,10 @@ - + - + @@ -63,7 +63,7 @@ - + ]> @@ -76,7 +76,7 @@ Entries which require special treatment are marked with comments starting with ' - &kdevelop; User Manual + &tdevelop; User Manual 2006-06-19 &kdevrelease; @@ -86,7 +86,7 @@ Entries which require special treatment are marked with comments starting with ' Bernd Gehrmann -
bernd@kdevelop.org
+
bernd@tdevelop.org
@@ -137,7 +137,7 @@ Entries which require special treatment are marked with comments starting with ' &FDLNotice; - &kdevelop; is an Integrated Development Environment to be used for a wide variety of programming tasks. + &tdevelop; is an Integrated Development Environment to be used for a wide variety of programming tasks. @@ -154,8 +154,8 @@ Entries which require special treatment are marked with comments starting with ' &survey-manual; &getting-started; -&kdevelop-survey; -&setup; +&tdevelop-survey; +&setup; &applicationwizard; &editing; &file-browsers; @@ -165,13 +165,13 @@ Entries which require special treatment are marked with comments starting with ' &adv-build-management; &debugger; &cvs-chapter; - + &credits; -&kdevelop-install; +&tdevelop-install; &nutshell; &unixdev; SuSE, RedHat and others. These binaries are packed in some convenient format, mostly RPM, for easy installation. To install, follow the standard instructions given in your distribution. +&tdevelop; is available in binary form from many different &Linux; distributions such as SuSE, RedHat and others. These binaries are packed in some convenient format, mostly RPM, for easy installation. To install, follow the standard instructions given in your distribution.
-You may as well obtain the &kdevelop; sources, compile and install them by yourself. These sources can be found via the project home page at http://www.kdevelop.org or via the &kde; ftp site. +You may as well obtain the &tdevelop; sources, compile and install them by yourself. These sources can be found via the project home page at http://www.tdevelop.org or via the &kde; ftp site. -Get Daily &kdevelop; Snapshots from svn +Get Daily &tdevelop; Snapshots from svn svn If you want to be in front of current development, anonymous svn repository snapshots are available. -The module name is kdevelop at svn co svn://anonsvn.kde.org/home/kde/branches/KDE/3.5/kdevelop. +The module name is tdevelop at svn co svn://anonsvn.kde.org/home/kde/branches/KDE/3.5/tdevelop. @@ -64,16 +64,16 @@ You may as well obtain the &kdevelop; sources, compile and install them by yours checkout - &kdevelop; + &tdevelop; svn checkout -To obtain an initial version of &kdevelop; you must download it from anonymous svn. For this so-called checkout operation follow these steps. +To obtain an initial version of &tdevelop; you must download it from anonymous svn. For this so-called checkout operation follow these steps. -We assume you want to put your &kdevelop; copy into the trinitysrc subdirectory of your home directory (~). +We assume you want to put your &tdevelop; copy into the trinitysrc subdirectory of your home directory (~). @@ -90,24 +90,24 @@ We assume you want to put your &kdevelop; copy into the &kdevelop; Compilation and Installation section. +Now you may compile your &tdevelop; version as shown in the &tdevelop; Compilation and Installation section. @@ -118,12 +118,12 @@ Now you may compile your &kdevelop; version as shown in the update - &kdevelop; + &tdevelop; svn update -After you checked out (and successfully compiled) &kdevelop; from svn as shown above, you'll want to keep it up to date in order to get all the patches. Follow these steps. (We again assume you have put your &kdevelop; copy into the trinitysrc directory.) +After you checked out (and successfully compiled) &tdevelop; from svn as shown above, you'll want to keep it up to date in order to get all the patches. Follow these steps. (We again assume you have put your &tdevelop; copy into the trinitysrc directory.) Note the up (= update) command instead of the co (which stands for checkout). @@ -136,7 +136,7 @@ Note the up (= update) command instead o ~/trinitysrc> - cd kdevelop + cd tdevelop ~/trinitysrc> @@ -149,7 +149,7 @@ Keep an eye on the messages svn produces during the update sequence. The exact s -Now you can compile a new &kdevelop; version as shown in the Special svn compilation considerations chapter. +Now you can compile a new &tdevelop; version as shown in the Special svn compilation considerations chapter. @@ -160,19 +160,19 @@ Now you can compile a new &kdevelop; version as shown in the -&kdevelop; Requirements +&tdevelop; Requirements requirements - &kdevelop; + &tdevelop; requirements GNU requirements -In order to successfully compile and use &kdevelop;, you need the following programs and libraries. They are available on most platforms as distribution packages and thereby can be installed easily. +In order to successfully compile and use &tdevelop;, you need the following programs and libraries. They are available on most platforms as distribution packages and thereby can be installed easily. @@ -306,7 +306,7 @@ In order to successfully compile and use &kdevelop;, you need the following prog - You can, to a certain extent, circumvent the need for &autoconf; ≥ 2.52 and &automake; ≥ 1.6. Just remove the admin directory in your &kdevelop; installation directory and type + You can, to a certain extent, circumvent the need for &autoconf; ≥ 2.52 and &automake; ≥ 1.6. Just remove the admin directory in your &tdevelop; installation directory and type autoconf circumvent version need @@ -318,16 +318,16 @@ In order to successfully compile and use &kdevelop;, you need the following prog circumvent for autoconf/automake - (your-kdevelop-directory)> - ln -s $KDEDIR/share/apps/kdelibs/admin admin + (your-tdevelop-directory)> + ln -s $KDEDIR/share/apps/tdelibs/admin admin - at the console. This causes &kdevelop; to use the standard settings in the &kde; admin directory instead. + at the console. This causes &tdevelop; to use the standard settings in the &kde; admin directory instead. - Be careful not to mix &Qt; versions. Always link &kdevelop; to the same &Qt; version your &kde; library was compiled. Otherwise you will most likely experience very strange behaviours. + Be careful not to mix &Qt; versions. Always link &tdevelop; to the same &Qt; version your &kde; library was compiled. Otherwise you will most likely experience very strange behaviours. @@ -338,27 +338,27 @@ In order to successfully compile and use &kdevelop;, you need the following prog -&kdevelop; Compilation and Installation +&tdevelop; Compilation and Installation - &kdevelop; + &tdevelop; compilation - &kdevelop; + &tdevelop; installation -Once all requirements are met, you are ready to compile and install &kdevelop;. This appendix will discuss the necessary steps to do so. +Once all requirements are met, you are ready to compile and install &tdevelop;. This appendix will discuss the necessary steps to do so. Preliminary Steps tells you about setting up a proper environment. - Compile &kdevelop; deals with obtaining the &kdevelop; sources from svn, how to prepare them for the installation process, and finally shows the steps necessary to compile and install &kdevelop;. + Compile &tdevelop; deals with obtaining the &tdevelop; sources from svn, how to prepare them for the installation process, and finally shows the steps necessary to compile and install &tdevelop;. - Some Notes on configure Options tells you how to run &kdevelop; if it has been installed in a location other than the &kde; directory. + Some Notes on configure Options tells you how to run &tdevelop; if it has been installed in a location other than the &kde; directory. @@ -367,7 +367,7 @@ Once all requirements are met, you are ready to compile and install &kdevelop;. preliminaries - &kdevelop; installation + &tdevelop; installation KDEDIR @@ -426,24 +426,24 @@ If you use the tcsh shell add the following lines: -Compile &kdevelop; +Compile &tdevelop; make - &kdevelop; installation + &tdevelop; installation compiling - &kdevelop; + &tdevelop; -In the following discussion we assume that you have put your &kdevelop; sources in the ~/trinitysrc/kdevelop directory. +In the following discussion we assume that you have put your &tdevelop; sources in the ~/trinitysrc/tdevelop directory. Special svn Compilation Considerations -In case you use a &kdevelop; snapshot from svn the initial compilation steps depend on whether you just did a complete checkout or only updated the source. +In case you use a &tdevelop; snapshot from svn the initial compilation steps depend on whether you just did a complete checkout or only updated the source. @@ -455,7 +455,7 @@ You must initialize the make system after a fresh checkout. - ~/trinitysrc/kdevelop> + ~/trinitysrc/tdevelop> make -f admin/Makefile.common svn-clean @@ -484,7 +484,7 @@ U /some_directory_path/Makefile.am or if you just did a full checkout, you must enter: - ~/trinitysrc/kdevelop> + ~/trinitysrc/tdevelop> make -f Makefile.svn @@ -499,11 +499,11 @@ before you proceed with all of the following steps. Basic <command>make</command> Command Sequence -Once the basic make system is set up you must decide which type of the &kdevelop; system you want to use. This is done in the following configure step which builds the actual Makefiles the make command will use. +Once the basic make system is set up you must decide which type of the &tdevelop; system you want to use. This is done in the following configure step which builds the actual Makefiles the make command will use. -You may drop the option in the following configure command lines if you want &kdevelop; be installed in the default &kde; directory. See the Some notes on configure options chapter for this. +You may drop the option in the following configure command lines if you want &tdevelop; be installed in the default &kde; directory. See the Some notes on configure options chapter for this. @@ -511,11 +511,11 @@ You may drop the option in the following conf A Debug-Compiled Version -If you want to keep track of what your &kdevelop; application does at run-time you may build a debug-compiled version. Just command configure to do so: +If you want to keep track of what your &tdevelop; application does at run-time you may build a debug-compiled version. Just command configure to do so: - ~/trinitysrc/kdevelop> + ~/trinitysrc/tdevelop> ./configure --enable-debug=full --prefix=(where-your-trinity-is) @@ -524,64 +524,64 @@ If you want to keep track of what your &kdevelop; application does at run-time y A Release-Compiled Version -If you only want to use &kdevelop; as-is a (smaller and faster +If you only want to use &tdevelop; as-is a (smaller and faster running) release version suffices. configure defaults to this. - ~/trinitysrc/kdevelop> + ~/trinitysrc/tdevelop> ./configure --prefix=(where-your-trinity-is) -If you want to build your own API documentation for &kdevelop; you must include yet another option in the configure command: +If you want to build your own API documentation for &tdevelop; you must include yet another option in the configure command: - ~/trinitysrc/kdevelop> - ./configure --(options-as-above) \ --with-kdelibsdoxy-dir=$KDEDIR/share/doc/HTML/en/kdelibs-apidocs + ~/trinitysrc/tdevelop> + ./configure --(options-as-above) \ --with-tdelibsdoxy-dir=$KDEDIR/share/doc/HTML/en/tdelibs-apidocs -Make and Install &kdevelop; +Make and Install &tdevelop; configure will check the system and build some Makefiles according to what it found. The make command will use the main Makefile by default. Thus - ~/trinitysrc/kdevelop> + ~/trinitysrc/tdevelop> make suffices. If necessary, now gain root user rights using the command - ~/trinitysrc/kdevelop> + ~/trinitysrc/tdevelop> su and entering the root password. Then install the application: - ~/trinitysrc/kdevelop> + ~/trinitysrc/tdevelop> make install -That's all. If you installed &kdevelop; in the default &kde; directory you may now run the IDE. Otherwise some additional steps will be necessary as shown in the Non-default installation directory section below. +That's all. If you installed &tdevelop; in the default &kde; directory you may now run the IDE. Otherwise some additional steps will be necessary as shown in the Non-default installation directory section below. - In fact there usually will have been three &kdevelop;-based applications installed: + In fact there usually will have been three &tdevelop;-based applications installed: - The &kdevelop; IDE — this is the place where you will usually work. - The stand-alone &kdevelop; Assistant documentation browser — isolates all the powerful documentation facilities of the &kdevelop; IDE in a separate tool. This comes in handy when you want to look up some programming documentation but do not want to start the full IDE. - The &kdevelop; Designer — enhances the &Qt; User Interface Designer by &kde; specific elements and integrates nicely in the &kdevelop; IDE. + The &tdevelop; IDE — this is the place where you will usually work. + The stand-alone &tdevelop; Assistant documentation browser — isolates all the powerful documentation facilities of the &tdevelop; IDE in a separate tool. This comes in handy when you want to look up some programming documentation but do not want to start the full IDE. + The &tdevelop; Designer — enhances the &Qt; User Interface Designer by &kde; specific elements and integrates nicely in the &tdevelop; IDE. @@ -600,7 +600,7 @@ That's all. If you installed &kdevelop; in the default &kde; directory you may n Non-default Installation Directory - &kdevelop; + &tdevelop; installation non-default directory @@ -611,17 +611,17 @@ That's all. If you installed &kdevelop; in the default &kde; directory you may n kbuildsycoca -By default configure prepares the IDE to be installed in the default &kde; directory. This is necessary because &kdevelop; assumes direct access to some tools and parts which reside there. If want to use your own installation directory, you must tell configure this by the option: +By default configure prepares the IDE to be installed in the default &kde; directory. This is necessary because &tdevelop; assumes direct access to some tools and parts which reside there. If want to use your own installation directory, you must tell configure this by the option: - ~/trinitysrc/kdevelop> + ~/trinitysrc/tdevelop> ./configure --prefix=(where-your-trinity-is) -There is a caveat if you do so. You must provide a means for &kdevelop; to access the needed tools and parts in the &kde; directory when running. (You can still use the IDE without doing so, but with very restrained capabilities.) +There is a caveat if you do so. You must provide a means for &tdevelop; to access the needed tools and parts in the &kde; directory when running. (You can still use the IDE without doing so, but with very restrained capabilities.) -Call up a shell and have the following commands executed before you start &kdevelop; at the shell prompt. +Call up a shell and have the following commands executed before you start &tdevelop; at the shell prompt. @@ -638,11 +638,11 @@ Call up a shell and have the following commands executed before you start &kdeve kbuildsycoca - (Now start &kdevelop;:) + (Now start &tdevelop;:) ~> - kdevelop + tdevelop @@ -661,7 +661,7 @@ In a tcsh shell you must set the environment variables using: setenv KDEDIRS /usr/local/kde:/opt/trinity -The kbuildsycoca command (build system control cache) looks around for libraries and caches their location and version, so that &kdevelop; can find them. The caveat is that it takes noticeable time—and it has to be run any time you call up the shell to start &kdevelop; from a non-default directory. You may want to put the above commands into a shell script to reduce the typing effort. +The kbuildsycoca command (build system control cache) looks around for libraries and caches their location and version, so that &tdevelop; can find them. The caveat is that it takes noticeable time—and it has to be run any time you call up the shell to start &tdevelop; from a non-default directory. You may want to put the above commands into a shell script to reduce the typing effort. (You could as well put the lines in your .bashrc or .cshrc file, but this is not advisable as kbuildsycoca will then be run any time you call up the shell.) @@ -679,56 +679,56 @@ The kbuildsycoca command does not run from within the root. Y
-How to Obtain a &kdevelop; API Documentation +How to Obtain a &tdevelop; API Documentation API - &kdevelop; + &tdevelop; - &kdevelop; + &tdevelop; API compiling - &kdevelop; + &tdevelop; API configure - &kdevelop; API + &tdevelop; API API is the short form of Application Program Interface. Actually such an API cotains a series of descriptions (&ie; calling conventions) by which an application program can access the operating system and other services. In our context, however, a broader definition was adopted. The API of a &kde; or &Qt; application is an abstract of the classes and methods interfaces, a synopsis to be used like a dictionary to navigate the sources. -There is a version of the most current API available at the KDevelop-Home website. It will be automatically updated every 24 hours so you can keep up. +There is a version of the most current API available at the KDevelop-Home website. It will be automatically updated every 24 hours so you can keep up. -Alas, this version is best used read-only over the internet. If you do not always have internet access you may as well build your own API documentation from the &kdevelop; sources. To do so, you must tell the automake system where to find the KDELIBS API in your system. This is accomplished by the special option in the configure command when you prepare to compile the &kdevelop; sources: +Alas, this version is best used read-only over the internet. If you do not always have internet access you may as well build your own API documentation from the &tdevelop; sources. To do so, you must tell the automake system where to find the KDELIBS API in your system. This is accomplished by the special option in the configure command when you prepare to compile the &tdevelop; sources: - ~/trinitysrc/kdevelop> + ~/trinitysrc/tdevelop> ./configure --(options-as-usual) \ - --with-kdelibsdoxy-dir=$KDEDIR/share/doc/HTML/en/kdelibs-apidocs + --with-tdelibsdoxy-dir=$KDEDIR/share/doc/HTML/en/tdelibs-apidocs -(make will replace the global $KDEDIR variable with the actual &kde; directory setting recorded therein.) Then issue a make command as usual. After the &kdevelop; IDE has been built you have the option to build the API as well. For this you must issue +(make will replace the global $KDEDIR variable with the actual &kde; directory setting recorded therein.) Then issue a make command as usual. After the &tdevelop; IDE has been built you have the option to build the API as well. For this you must issue - ~/trinitysrc/kdevelop> + ~/trinitysrc/tdevelop> make apidocs -This will build a Doxyfile in your &kdevelop; base directory which in turn will be processed by the Doxygen application to build quite a lot of .html API files. When this rather lengthy API building process (may last more than an hour on a slow system) finally comes to an end, you must install the API just like you have to install the &kdevelop; IDE itself. If necessary obtain superuser rights by +This will build a Doxyfile in your &tdevelop; base directory which in turn will be processed by the Doxygen application to build quite a lot of .html API files. When this rather lengthy API building process (may last more than an hour on a slow system) finally comes to an end, you must install the API just like you have to install the &tdevelop; IDE itself. If necessary obtain superuser rights by - ~/trinitysrc/kdevelop> + ~/trinitysrc/tdevelop> su @@ -737,18 +737,18 @@ and entering the root password. Then install the API files: - ~/trinitysrc/kdevelop> + ~/trinitysrc/tdevelop> make install-apidox -Once this is done, make will inform you about the directory where you can finally look at the API documentation's contents. Note this address, you can use it from &konqueror; as well as from inside &kdevelop;, in case you have set up the &kdevelop; sources themselves as a project to work on. +Once this is done, make will inform you about the directory where you can finally look at the API documentation's contents. Note this address, you can use it from &konqueror; as well as from inside &tdevelop;, in case you have set up the &tdevelop; sources themselves as a project to work on. -You will most probably see a lot of warning and/or error messages during the API build run by Doxygen. It is best to ignore them, they are of interest to the &kdevelop; developers only. If the API generation ever comes to a successful end, the .html API files will be usable. +You will most probably see a lot of warning and/or error messages during the API build run by Doxygen. It is best to ignore them, they are of interest to the &tdevelop; developers only. If the API generation ever comes to a successful end, the .html API files will be usable. - + diff --git a/doc/kdevelop/kdevelop-scripting.docbook b/doc/kdevelop/kdevelop-scripting.docbook index d9e59bb5..177a0b65 100644 --- a/doc/kdevelop/kdevelop-scripting.docbook +++ b/doc/kdevelop/kdevelop-scripting.docbook @@ -1,4 +1,4 @@ - + @@ -12,7 +12,7 @@ Running Scripts - To access a script that is available to &kdevelop; use the ToolsScripts menu. If there there is no such menu item then there are no installed scripts available to KDevelop. + To access a script that is available to &tdevelop; use the ToolsScripts menu. If there there is no such menu item then there are no installed scripts available to KDevelop. @@ -30,7 +30,7 @@ The next step is to create the actual script. For the above example the Type of One of the most useful tools in developing scripts for applications is the KDCOP application.
- KDCOP Browsing DCOP Interfaces in &kdevelop; + KDCOP Browsing DCOP Interfaces in &tdevelop; @@ -41,7 +41,7 @@ The next step is to create the actual script. For the above example the Type of Once the script is complete it is ready to be installed. Application developers should document the location that will be scanned for scripts. In the case of the above example for Kate the scripts are located in "$KDEDIRS/share/apps/kate/scripts".
- &kdevelop; Scripts on the Filesystem + &tdevelop; Scripts on the Filesystem diff --git a/doc/kdevelop/kdevelop-survey.docbook b/doc/kdevelop/kdevelop-survey.docbook index 9fe32d2d..0f117958 100644 --- a/doc/kdevelop/kdevelop-survey.docbook +++ b/doc/kdevelop/kdevelop-survey.docbook @@ -1,4 +1,4 @@ - + @@ -7,18 +7,18 @@ -Overview of &kdevelop; Features +Overview of &tdevelop; Features - - &kdevelop; + + &tdevelop; survey - + overall view - + survey -&kdevelop; integrates a lot of tools, scripts, and templates in a common user interface. Basically it consists of +&tdevelop; integrates a lot of tools, scripts, and templates in a common user interface. Basically it consists of @@ -40,7 +40,7 @@ various class browsers to aid you in maintaining the classes and their relationships of your object-oriented programming project, - a debugger interface to find and remove program errors from within &kdevelop;, and + a debugger interface to find and remove program errors from within &tdevelop;, and several plugin tools, extensible modules which can be loaded at runtime and on demand. This allows you to only turn on those features you really need. @@ -53,12 +53,12 @@ - In fact there are three &kdevelop;-based applications: + In fact there are three &tdevelop;-based applications: - The &kdevelop; IDE — this is the place where you will usually work. - The stand-alone &kdevelop; Assistant documentation browser — isolates all the powerful documentation facilities of the &kdevelop; IDE in a separate tool. This comes in handy when you want to look up some programming documentation but do not want to start the full IDE. - The &kdevelop; Designer — enhances the &Qt; User Interface Designer by &kde; specific elements and integrates nicely in the &kdevelop; IDE. + The &tdevelop; IDE — this is the place where you will usually work. + The stand-alone &tdevelop; Assistant documentation browser — isolates all the powerful documentation facilities of the &tdevelop; IDE in a separate tool. This comes in handy when you want to look up some programming documentation but do not want to start the full IDE. + The &tdevelop; Designer — enhances the &Qt; User Interface Designer by &kde; specific elements and integrates nicely in the &tdevelop; IDE. @@ -67,11 +67,11 @@ Available User Interface Modes - &kdevelop; + &tdevelop; user interface modes user interface - &kdevelop; modes + &tdevelop; modes UI modes @@ -84,7 +84,7 @@ IDEAl -&kdevelop; offers developers four separate user interface modes (click on the mode name to view an example): +&tdevelop; offers developers four separate user interface modes (click on the mode name to view an example): IDEAl @@ -160,7 +160,7 @@ To switch the user interface mode select Settings -(Older &kdevelop; versions provide the top mode selection section only.) +(Older &tdevelop; versions provide the top mode selection section only.) @@ -171,7 +171,7 @@ Dependent on the user interface mode you selected, other configuration sections -Do not forget to restart &kdevelop; in order to let your selections take effect. +Do not forget to restart &tdevelop; in order to let your selections take effect. @@ -180,10 +180,10 @@ Do not forget to restart &kdevelop; in order to let your selections take effect. How to Maximize the Work Space Area - &kdevelop; + &tdevelop; work space - &kdevelop; + &tdevelop; maximize work space user interface @@ -254,7 +254,7 @@ To hide the menubar select Settings -The &kdevelop; Titlebar +The &tdevelop; Titlebar (... to be written ...) @@ -262,7 +262,7 @@ To hide the menubar select Settings -The &kdevelop; Statusbar +The &tdevelop; Statusbar (... to be written ...) @@ -312,7 +312,7 @@ To hide the menubar select Settingsproject management -Globally, a project will rely on some form of project management system. &kdevelop; offers four project management systems the programmer can select from when creating a new project. +Globally, a project will rely on some form of project management system. &tdevelop; offers four project management systems the programmer can select from when creating a new project. @@ -341,7 +341,7 @@ Globally, a project will rely on some form of project management system. &kdeve projects -Projects created with &kdevelop;'s &automanag; make it very easy for developers to use the &GNU; standard development tools. They provide +Projects created with &tdevelop;'s &automanag; make it very easy for developers to use the &GNU; standard development tools. They provide a better way of Makefile generation and @@ -364,7 +364,7 @@ Projects created with &kdevelop;'s &automanag; make it very easy for developers projects -For developers who enjoy the flexibility and feel of &Qt;'s qmake system, &kdevelop; offers the ability to handle qmake based projects (.pro files) within the &GUI;. +For developers who enjoy the flexibility and feel of &Qt;'s qmake system, &tdevelop; offers the ability to handle qmake based projects (.pro files) within the &GUI;. For more information on the QMake project manager see the qmake User Guide which should be included in your distribution or have a look at the TROLLTECH Documentation home page where you may find the QMake documentation of your Qt C++ GUI Application Development Toolkit version. @@ -382,12 +382,12 @@ For more information on the QMake project manager see the qmake User Guid projects -CMake will be the &kde; build system for &kde; 4 and &kdevelop; already +CMake will be the &kde; build system for &kde; 4 and &tdevelop; already provides you some CMake based templates in C and C++. You only need the cmake program in your $PATH to build them. -To set up a new C or C++ project in &kdevelop; select +To set up a new C or C++ project in &tdevelop; select Project New Project... C or C++ @@ -417,7 +417,7 @@ To set up a new C or C++ project in &kdevelop; select Java -&Java; developers may want to use the Apache ANT project manager for their projects. To set up a new Ant project in &kdevelop; select Project +&Java; developers may want to use the Apache ANT project manager for their projects. To set up a new Ant project in &tdevelop; select Project New Project... Java Ant Project @@ -441,7 +441,7 @@ For more information see The Apache Ant Proj custom projects -If you prefer to maintain your own Makefiles for your project you may use the custom project option of &kdevelop;. This may be feasible in unusually structured projects or if you want to retain full control over the make process. +If you prefer to maintain your own Makefiles for your project you may use the custom project option of &tdevelop;. This may be feasible in unusually structured projects or if you want to retain full control over the make process. Yet, if you do not really need the extra flexibility and control of the custom project manager you should consider &automanag; or one of the other project managers, because they considerably ease the program building and distribution processes. @@ -470,10 +470,10 @@ The distribution of your applications does not require the end-user to have anyt which at least for C++ applications is most often the case. But you can as well distribute binary packages of your application. -In either way, the end-user of your product does not need &kdevelop; installed. +In either way, the end-user of your product does not need &tdevelop; installed. -For giving away your sources, we advise to include the project file of &kdevelop; as well. This makes it very easy for other developers—if they use &kdevelop;—to work with your sources. +For giving away your sources, we advise to include the project file of &tdevelop; as well. This makes it very easy for other developers—if they use &tdevelop;—to work with your sources. For projects where several developers, maybe working on different places, are involved, this should be the case anyway. So you can ensure consistency of the Makefiles to not run into trouble. @@ -486,4 +486,4 @@ Especially on multi language applications, translators won' - + diff --git a/doc/kdevelop/listplugins.sh b/doc/kdevelop/listplugins.sh index e21b3a15..f916b7fe 100755 --- a/doc/kdevelop/listplugins.sh +++ b/doc/kdevelop/listplugins.sh @@ -1,6 +1,6 @@ # kdevdir must be set to the KDevelop project directory. -kdevdir=/home/volker/data/prj/kdevelop/kdevelop/ +kdevdir=/home/volker/data/prj/tdevelop/tdevelop/ # The plugins are in the parts/ subdirectory. pushd $kdevdir/parts >/dev/null diff --git a/doc/kdevelop/nutshell.docbook b/doc/kdevelop/nutshell.docbook index 1c5395dd..59ee283b 100644 --- a/doc/kdevelop/nutshell.docbook +++ b/doc/kdevelop/nutshell.docbook @@ -10,7 +10,7 @@ This chapter is meant to provide short hints and tips together with (mandatory) There should be an additional FAQ section near the end nevertheless which contains more general stuff not directly related to navigating the manual. --> -The information in this chapter is meant as a quick reference for a head start or if you (momentarily) forgot about some basic concept. There are also short hints on how to solve some common problems when working with &kdevelop;. +The information in this chapter is meant as a quick reference for a head start or if you (momentarily) forgot about some basic concept. There are also short hints on how to solve some common problems when working with &tdevelop;. If you want more information on a topic, just follow the link in the title starting that advice. @@ -34,16 +34,16 @@ Information on these topics is availabe: Force smaller tool view tabs in IDEAl Mode -By default &kdevelop; starts with large text-based tool tip tabs +By default &tdevelop; starts with large text-based tool tip tabs around the work area. You may change this look to ⪚ save space in the -&kdevelop; configuration dialog (Settings +&tdevelop; configuration dialog (Settings Configure KDevelop... User Interface). -If you use an older &kdevelop; 3 version, this configuration dialog +If you use an older &tdevelop; 3 version, this configuration dialog may not be available. To change the toolview tabs display manually, place a entry under the tag in your -$KDEHOME/share/config/kdeveloprc configuration file as +$KDEHOME/share/config/tdeveloprc configuration file as follows: @@ -60,20 +60,20 @@ follows: style If you notice random colored letters everywhere (&ie; on tabs, on tool -bars, etc.) and the &kdevelop; window seemingly uses a wrong display style, +bars, etc.) and the &tdevelop; window seemingly uses a wrong display style, this may help: In your -$KDEHOME/share/config/kdeveloprc +$KDEHOME/share/config/tdeveloprc configuration file find the line containing Style=Checked and remove -it. Then restart &kdevelop;. +it. Then restart &tdevelop;. (This behaviour does sometimes occur after you left clicked a .ui file -in one of the file navigators and &kdevelop; did load +in one of the file navigators and &tdevelop; did load KUIViewer to show the &GUI; which was produced from this file.) @@ -231,7 +231,7 @@ try to update the information in the &GNU; Build System files. See Other Topics Configuration -Files used by &kdevelop; +Files used by &tdevelop; Usually you should not need to care, but this is very useful to know in case something went wrong with your setup. diff --git a/doc/kdevelop/plugin-tools.docbook b/doc/kdevelop/plugin-tools.docbook index 1c07cb7a..35e2c206 100644 --- a/doc/kdevelop/plugin-tools.docbook +++ b/doc/kdevelop/plugin-tools.docbook @@ -5,7 +5,7 @@ plugins -&kdevelop; contains a large number of little tools that help you to perform +&tdevelop; contains a large number of little tools that help you to perform certain task. Most of them are realized as plugins. That means, if you do not need a plugin, you can disable it. That also means, if you are looking for a functionality that should be there @@ -179,7 +179,7 @@ it is because the plugin authors made them this way. -Project Management Plugins in &kdevelop; +Project Management Plugins in &tdevelop; antproject @@ -205,7 +205,7 @@ in the future.
-Language Support Plugins in &kdevelop; +Language Support Plugins in &tdevelop; cppsupportSupport for C/C++ diff --git a/doc/kdevelop/project-advanced.docbook b/doc/kdevelop/project-advanced.docbook index d597e65e..a87b1658 100644 --- a/doc/kdevelop/project-advanced.docbook +++ b/doc/kdevelop/project-advanced.docbook @@ -45,7 +45,7 @@ Converting Old KDevelop Project Files -&kdevelop; allows you to open old KDevelop 2.x project files and convert them to &kdevelop; files. To do so go to Open Project... and select KDevelop 2 project files in the Filter:. Then select project file you want to open. The project gets converted to &kdevelop; and saved as a &kdevelop; project file. +&tdevelop; allows you to open old KDevelop 2.x project files and convert them to &tdevelop; files. To do so go to Open Project... and select KDevelop 2 project files in the Filter:. Then select project file you want to open. The project gets converted to &tdevelop; and saved as a &tdevelop; project file. @@ -54,7 +54,7 @@ Importing an Existing Project -To import an existing directory in &kdevelop; select Import Existing Directory +To import an existing directory in &tdevelop; select Import Existing Directory from the Project menu. You should see the Import Directory Wizard, as seen below: diff --git a/doc/kdevelop/project-management.docbook b/doc/kdevelop/project-management.docbook index 75674203..69ca9474 100644 --- a/doc/kdevelop/project-management.docbook +++ b/doc/kdevelop/project-management.docbook @@ -34,7 +34,7 @@ You will find here information on: In the Build systems chapter we have given a rough overview of the build systems commonly in use on &UNIX; systems. In the following sections we will look at this in more detail. -There is some confusion about how to name such things. &GNU; calls them build systems when it describes Automake, Autoconf and Libtool. QMake calls itself a tool to write Makefiles for different compilers and platforms. In &kde; often the term project management systems is used. We will use this term in a broader sense to describe the built-in environments in &kdevelop; which are used to organize and build your projects. In the context of this section, however, we will mostly talk about automated build systems. +There is some confusion about how to name such things. &GNU; calls them build systems when it describes Automake, Autoconf and Libtool. QMake calls itself a tool to write Makefiles for different compilers and platforms. In &kde; often the term project management systems is used. We will use this term in a broader sense to describe the built-in environments in &tdevelop; which are used to organize and build your projects. In the context of this section, however, we will mostly talk about automated build systems. @@ -95,7 +95,7 @@ A build system will iron out these differences for you. -In brief, a build system offers safe and secure methods for your application to be compiled and installed correctly on any receiving machine. As we have shown before in the Project Management Systems survey, &kdevelop; offers three automated build systems and the option of creating your own Makefile, in short (click on the project names to get more information): +In brief, a build system offers safe and secure methods for your application to be compiled and installed correctly on any receiving machine. As we have shown before in the Project Management Systems survey, &tdevelop; offers three automated build systems and the option of creating your own Makefile, in short (click on the project names to get more information): @@ -126,7 +126,7 @@ One of these four alternatives must be chosen when you create a project and Autoconf, Automake and Libtool) of which the &automanag; makes use. - A short autoconf tutorial written by Christopher W. Curtis available on the &kdevelop; home page. It concentrates on some basic steps to modify a Makefile. + A short autoconf tutorial written by Christopher W. Curtis available on the &tdevelop; home page. It concentrates on some basic steps to modify a Makefile. A more detailed tutorial can be found in a greater set of tutorials on Developing software with GNU. @@ -181,14 +181,14 @@ How does this work? Well configure is a script that The Makefile.in are input files—templates which provide basic information for the Makefiles to be produced from them by filling in some system dependent information. They are generated by the Automake utility from the Makefile.am files. -The process of going from Makefile.am (.am denotes Automake template files) to Makefile files is handled automatically by the &kdevelop; &promanag;, using the Autoconf utility, M4 macros and other arcana we need not go into here. +The process of going from Makefile.am (.am denotes Automake template files) to Makefile files is handled automatically by the &tdevelop; &promanag;, using the Autoconf utility, M4 macros and other arcana we need not go into here. So when make runs, it automatically picks up the correct pieces from the current environment, such as compilers and libraries. Similarly, make install puts your application components, such as executables, documentation and data files in the correct places for that environment. -If you distribute your application as a tarball (a single compressed file that &kdevelop; can create for you), it will include the Makefile.in files and the configure script file, so the recipient can compile, build and install your application without having Automake, Autoconf or &kdevelop; on their machine. The Makefile.am files are also included, just in case the receiver needs to do any source-code modifications. +If you distribute your application as a tarball (a single compressed file that &tdevelop; can create for you), it will include the Makefile.in files and the configure script file, so the recipient can compile, build and install your application without having Automake, Autoconf or &tdevelop; on their machine. The Makefile.am files are also included, just in case the receiver needs to do any source-code modifications. The rules are rather different if you distribute via a web-based source-code repository such as &kde; &cvs;. @@ -290,7 +290,7 @@ As you can see, many of the items on the right hand side are symbols of the form -Also, sometime after you have started with &kdevelop;, it is a good idea to run the command ./configure --help, which will show you the range of things you can change at build and installation time, such as for a test environment. In particular, the command: +Also, sometime after you have started with &tdevelop;, it is a good idea to run the command ./configure --help, which will show you the range of things you can change at build and installation time, such as for a test environment. In particular, the command: ./configure --prefix=/where/you/wish @@ -346,7 +346,7 @@ In this chapter you will find a basic description of the &automanag; elements an On top of each view there is a toolbar, the buttons in which will become activated when an element in this view is selected. This provides one way you can access the actions provided for that view element. The other are context menus which pop up on right mouse button click as will be discussed below. - In IDEAl mode there are two additional small buttons in the &automanag; window titlebar left hand side – a triangular shaped right arrow, and a dot button. The arrow button is used to close the window. The dot button on the other hand will keep the window open even if another &kdevelop; window has been selected. (Otherwise the &automanag; window will automatically close whenever another window gets the input focus.) + In IDEAl mode there are two additional small buttons in the &automanag; window titlebar left hand side – a triangular shaped right arrow, and a dot button. The arrow button is used to close the window. The dot button on the other hand will keep the window open even if another &tdevelop; window has been selected. (Otherwise the &automanag; window will automatically close whenever another window gets the input focus.) @@ -429,7 +429,7 @@ In both the overall and the detail view you can left-click on the +Opening a file for Edit If you &LMB; click on a file name in the detail -view, the corresponding file opens up in &kdevelop;'s editing window. +view, the corresponding file opens up in &tdevelop;'s editing window. @@ -677,7 +677,7 @@ CXX = g++ -&kdevelop;'s &automanag; +&tdevelop;'s &automanag;
A screenshot of the automake manager diff --git a/doc/kdevelop/setup.docbook b/doc/kdevelop/setup.docbook index e5449a99..5dd15c06 100644 --- a/doc/kdevelop/setup.docbook +++ b/doc/kdevelop/setup.docbook @@ -7,10 +7,10 @@ -Configuring &kdevelop; +Configuring &tdevelop; -&kdevelop; is a very powerful and flexible IDE which offers many ways to tailor it to your needs. To start configuration select SettingsConfigure &kdevelop;.... This will cause the configuration dialog to pop up consisting of a selection window to the left and the configuration dialog on the right hand side whose contents will vary upon the configuration item you did select. +&tdevelop; is a very powerful and flexible IDE which offers many ways to tailor it to your needs. To start configuration select SettingsConfigure &tdevelop;.... This will cause the configuration dialog to pop up consisting of a selection window to the left and the configuration dialog on the right hand side whose contents will vary upon the configuration item you did select. @@ -56,7 +56,7 @@ If you want directly look up a certain configuration item use one of the followi General Configuration -General configuration concerns the more common tasks of tailoring &kdevelop; as there are: +General configuration concerns the more common tasks of tailoring &tdevelop; as there are: @@ -88,7 +88,7 @@ General configuration concerns the more common tasks of tailoring &kdevelop; as General Setup -The General configuration dialog allows you to define some basic &kdevelop; behaviour which seldom will change in everyday work. This concerns: +The General configuration dialog allows you to define some basic &tdevelop; behaviour which seldom will change in everyday work. This concerns: @@ -97,10 +97,10 @@ The General configuration dialog allows you to define some - defining a default parent directory &kdevelop; shall use for new projects. + defining a default parent directory &tdevelop; shall use for new projects. - deciding whether you want &kdevelop; to automatically load the project you last worked on. + deciding whether you want &tdevelop; to automatically load the project you last worked on. @@ -114,7 +114,7 @@ namely: the Messages Output -View &kdevelop; uses to communicate ⪚ compilation progresses, +View &tdevelop; uses to communicate ⪚ compilation progresses, and @@ -166,7 +166,7 @@ messages issued by make will be shown. startup -Mark this checkbox if you want to continue to work with the last project you worked on. This will cause &kdevelop; to automatically load this project on start-up. It will usually be shown in the state you left work so you can readily proceed. +Mark this checkbox if you want to continue to work with the last project you worked on. This will cause &tdevelop; to automatically load this project on start-up. It will usually be shown in the state you left work so you can readily proceed. @@ -176,9 +176,9 @@ Mark this checkbox if you want to continue to work with the last project you wor Default projects directory: -By default, &kdevelop; uses a common parent directory for all new +By default, &tdevelop; uses a common parent directory for all new projects. Enter the absolute path of this common directory in the box or -select it from your directory structure. &kdevelop; will place the any new +select it from your directory structure. &tdevelop; will place the any new project here as a subdirectory. You may of course change the directory path of a new project at the time you set it up in the &appwizard;. @@ -190,13 +190,13 @@ You may of course change the directory path of a new project at the time you set Window font: -The Application Output View window is used to display error and state information from applications which are run from inside &kdevelop;. These are informations the applications usually sends to the console when run stand-alone. So you do not need to leave the IDE when testing the application you currently work on. +The Application Output View window is used to display error and state information from applications which are run from inside &tdevelop;. These are informations the applications usually sends to the console when run stand-alone. So you do not need to leave the IDE when testing the application you currently work on. To select a font suitable for the Messages Output View window click the Window Font button showing the currently selected font (it says Luxi Sans in the above illustration). The &kde; standard Select Font dialog will pop up from which you may select the font to be used. -On first start-up, &kdevelop; initializes this font setting to the standard font for which your &kde; user has been configured. This setting is fixed, so if you alter PreferencesAppearances & ThemesFonts in the Control Center, this will not effect this &kdevelop; font selection. You will have to explicitely reselect the Messages Output View window font. +On first start-up, &tdevelop; initializes this font setting to the standard font for which your &kde; user has been configured. This setting is fixed, so if you alter PreferencesAppearances & ThemesFonts in the Control Center, this will not effect this &tdevelop; font selection. You will have to explicitely reselect the Messages Output View window font. @@ -205,7 +205,7 @@ On first start-up, &kdevelop; initializes this font setting to the standard font Compiler Output -&kdevelop; preprocesses the messages the Messages Output View window receives during the build processes in order to filter superfluous information. You can control the level of detail &kdevelop; will display using the dropdown box in this field. +&tdevelop; preprocesses the messages the Messages Output View window receives during the build processes in order to filter superfluous information. You can control the level of detail &tdevelop; will display using the dropdown box in this field. @@ -238,7 +238,7 @@ There is an alternative way to switch the compiler output detail. Just right cli Line wrapping -By default, &kdevelop; will wrap long lines around in the Messages Output View window so that valuable information will not be easily overlooked. In some cases this will clutter long message lists. Remove the checkbox mark if you do not want the lines wrap around. +By default, &tdevelop; will wrap long lines around in the Messages Output View window so that valuable information will not be easily overlooked. In some cases this will clutter long message lists. Remove the checkbox mark if you do not want the lines wrap around. There is an alternative way to switch the line wrapping. Just &RMB; click in the Messages Output View window and mark/unmark the Line Wrapping entry in the menu which will pop up. @@ -251,7 +251,7 @@ There is an alternative way to switch the line wrapping. Just &RMB; click in the messages -The make tool usually will display messages like Entering directory, or Leaving directory when it switches the directories it currently works in. As this clutters the messages list in the Messages Output View window, &kdevelop; suppresses those messages by default. Mark the checkbox if you want to protocol which directories make worked in. +The make tool usually will display messages like Entering directory, or Leaving directory when it switches the directories it currently works in. As this clutters the messages list in the Messages Output View window, &tdevelop; suppresses those messages by default. Mark the checkbox if you want to protocol which directories make worked in. Changes in this setting effect the processing of new messages only. Old directory navigation messages will be kept visible when you switch this feature off. @@ -263,14 +263,14 @@ Changes in this setting effect the processing of new messages only. Old director UI Designer Integration -This let you choose the way you want .ui files to be displayed in &kdevelop;. &kdevelop; comes with its own UI designer called KDeveDesigner that can either be embedded or be run as a separate program. Qt Designer can also be used to edit .ui files. +This let you choose the way you want .ui files to be displayed in &tdevelop;. &tdevelop; comes with its own UI designer called KDeveDesigner that can either be embedded or be run as a separate program. Qt Designer can also be used to edit .ui files. - Use &kdevelop;'s embedded designer - This uses &kdevelop; own designer embedded within &kdevelop; + Use &tdevelop;'s embedded designer + This uses &tdevelop; own designer embedded within &tdevelop; - Run &kdevelop;'s designer as a separate application + Run &tdevelop;'s designer as a separate application The KDevDesigner application will be run separately in its own window. @@ -285,7 +285,7 @@ This let you choose the way you want .ui files to be displa Run Qt Designer - Qt Designer from your Qt installation will be started externally whenever you click on a .ui file in &kdevelop;. + Qt Designer from your Qt installation will be started externally whenever you click on a .ui file in &tdevelop;. @@ -322,7 +322,7 @@ You choose here which terminal you want to be integrated within KDevelop. switch UI modes -As already said in the Available User Interface Modes chapter there are five different ways the &kdevelop; work area may be set up, namely: +As already said in the Available User Interface Modes chapter there are five different ways the &tdevelop; work area may be set up, namely: @@ -349,7 +349,7 @@ A typical example of this user interface mode is Borland Delphi 6.0. -To switch the user interface mode select Settings Configure &kdevelop;... from the menus. The Customize KDevelop dialog will pop up, where you have to select User Interface in the left hand tree. This will display the following settings dialog to the right. +To switch the user interface mode select Settings Configure &tdevelop;... from the menus. The Customize KDevelop dialog will pop up, where you have to select User Interface in the left hand tree. This will display the following settings dialog to the right. @@ -368,7 +368,7 @@ Select the radio button of the user interface mode you want to switch to, then c -Do not forget to restart &kdevelop; in order to let any of these selections take effect. +Do not forget to restart &tdevelop; in order to let any of these selections take effect. @@ -384,26 +384,26 @@ In Simplified IDEAl window mode and in IDEAl wind Configuring the Documents Tab Bar Display -In the IDEAl and tabbed pages modes there will be named tabs on top of the document windows by default, so you can easily select different documents with a &LMB; click. If you prefer to provide more space for the document windows in the &kdevelop; main work area, you may change to another behaviour in the Use Tabs configuration section. +In the IDEAl and tabbed pages modes there will be named tabs on top of the document windows by default, so you can easily select different documents with a &LMB; click. If you prefer to provide more space for the document windows in the &tdevelop; main work area, you may change to another behaviour in the Use Tabs configuration section. Always - This is the default — show a tab comprising an icon and the document name on top of any document window in the &kdevelop; main area display. + This is the default — show a tab comprising an icon and the document name on top of any document window in the &tdevelop; main area display. When more than one - Do not show a tab when only one document is displayed. If there is more than one document, however, &kdevelop; will display an according tab bar as in the Always selection above. You may want to select this mode if you work on a single document most of the time as this provides more vertical space. + Do not show a tab when only one document is displayed. If there is more than one document, however, &tdevelop; will display an according tab bar as in the Always selection above. You may want to select this mode if you work on a single document most of the time as this provides more vertical space. Never - Never show any document selection tab. You may prefer this mode if you seldom use the mouse to switch between documents. It provides more vertical space for all document windows. To select another the document window or to close any, use the &kdevelop; Window menu. + Never show any document selection tab. You may prefer this mode if you seldom use the mouse to switch between documents. It provides more vertical space for all document windows. To select another the document window or to close any, use the &tdevelop; Window menu. @@ -415,7 +415,7 @@ In the IDEAl and tabbed pages modes there will be named tabs on top of the docum Tab -When you configured &kdevelop; to display the documents tab bar, either always or when more than one document is displayed in the main work area, you may add more functionality to the tabs beyond their document selection capability. Use the Use Close On Hover coniguration section for this. +When you configured &tdevelop; to display the documents tab bar, either always or when more than one document is displayed in the main work area, you may add more functionality to the tabs beyond their document selection capability. Use the Use Close On Hover coniguration section for this. @@ -428,13 +428,13 @@ When you configured &kdevelop; to display the documents tab bar, either always o Yes - When you selected this radio button, &kdevelop; will allow to close a document window by a &LMB; click. Use the mouse to point at the small icon on the on the left tab border. It will change to a close symbol. Now click with the &LMB; on this changed symbol and &kdevelop; will close the according document window. + When you selected this radio button, &tdevelop; will allow to close a document window by a &LMB; click. Use the mouse to point at the small icon on the on the left tab border. It will change to a close symbol. Now click with the &LMB; on this changed symbol and &tdevelop; will close the according document window. Yes, Delayed - After selecting this radio button, &kdevelop; will allow to close a document window as shown in the Yes case above. The icon will not change instantly, however, but there will be a short delay before the close icon shows up. + After selecting this radio button, &tdevelop; will allow to close a document window as shown in the Yes case above. The icon will not change instantly, however, but there will be a short delay before the close icon shows up. @@ -524,7 +524,7 @@ The active toolview window must be shown fixed (non-overlap mode), sharing the w Selecting an Editor -&kdevelop; allows you to select your favorite text editor tool. Mark the Editor entry in the left hand side selections tree of the Configure KDevelop window. The following dialog will be displayed to the right. +&tdevelop; allows you to select your favorite text editor tool. Mark the Editor entry in the left hand side selections tree of the Configure KDevelop window. The following dialog will be displayed to the right. @@ -560,7 +560,7 @@ To select a new editor, click on the arrow on the drop down list field. Dependin -These editor interfaces are fully integrated in the &kdevelop; IDE concept. Particularly the possibility to jump to the offending source code line by just clicking on an error message in the Messages Output View window has been provided. +These editor interfaces are fully integrated in the &tdevelop; IDE concept. Particularly the possibility to jump to the offending source code line by just clicking on an error message in the Messages Output View window has been provided. @@ -655,15 +655,15 @@ KDevelop lets you use editor interfaces which have registered with &kde; and tha Selecting a Source Format Style -&kdevelop; automatically formats a source text in a predefined style. This style is highly configurable. +&tdevelop; automatically formats a source text in a predefined style. This style is highly configurable. -The reformat source feature is currently available for C, C++, and &Java; only. Especially you cannot use it for scripting languages like ⪚ PHP. This is because &kdevelop; uses the astyle application to implement this feature. +The reformat source feature is currently available for C, C++, and &Java; only. Especially you cannot use it for scripting languages like ⪚ PHP. This is because &tdevelop; uses the astyle application to implement this feature. -To set up a specific format style, select Settings Configure &kdevelop;.. from the menubar. The Customize KDevelop dialog will pop up, where you have to select Source Formatter in the left hand tree. This will display a series of three settings dialog tabs to the right, namely a General Formatting Setup, a Indentation Style Setup, and a Other Formatting Setup. +To set up a specific format style, select Settings Configure &tdevelop;.. from the menubar. The Customize KDevelop dialog will pop up, where you have to select Source Formatter in the left hand tree. This will display a series of three settings dialog tabs to the right, namely a General Formatting Setup, a Indentation Style Setup, and a Other Formatting Setup. @@ -930,7 +930,7 @@ namespace foospace Controlling Extra Spaces -By default &kdevelop; does minimize the use of spaces in source texts. +By default &tdevelop; does minimize the use of spaces in source texts. @@ -997,7 +997,7 @@ split a long line apart. For C/C++ code this can be controlled here. Setting Up the Code Snippets Tool -When editing in &kdevelop; you can store often used parts of code as Code Snippets. To configure the capabilities of the code snippets part select Settings Configure &kdevelop;.. from the menubar. The Customize KDevelop dialog will pop up, where you have to select Code Snippets in the left hand tree. This will show the following dialog in the right hand side. +When editing in &tdevelop; you can store often used parts of code as Code Snippets. To configure the capabilities of the code snippets part select Settings Configure &tdevelop;.. from the menubar. The Customize KDevelop dialog will pop up, where you have to select Code Snippets in the left hand tree. This will show the following dialog in the right hand side. @@ -1069,7 +1069,7 @@ variables' mechanism. You can set up it's behaviour in the Configuring the File Selector -&kdevelop; provides a File Selector plugin which, when +&tdevelop; provides a File Selector plugin which, when loaded at start-up, allows to navigate to any file or directory in the system. @@ -1088,7 +1088,7 @@ system. The behaviour of the File Selector can be highly configured. Select Settings -Configure &kdevelop;.. from the +Configure &tdevelop;.. from the menubar. The Customize KDevelop dialog will pop up, where you have to select File Selector in the left hand tree. This will show the following dialog in the right hand side. @@ -1240,11 +1240,11 @@ entries as follows. Controlling What Should be Remembered Between Sessions -By default the File Selector is set up so that it shows the display of the most recent session again at the next &kdevelop; start-up. You may change this behaviour in the Session configuration group. +By default the File Selector is set up so that it shows the display of the most recent session again at the next &tdevelop; start-up. You may change this behaviour in the Session configuration group. -If &kdevelop; was automatically restarted by the &kde; session manager the changes in these settings will have no effect. In this case location and filter settings of the most recent &kde; session will always be restored. +If &tdevelop; was automatically restarted by the &kde; session manager the changes in these settings will have no effect. In this case location and filter settings of the most recent &kde; session will always be restored. @@ -1310,7 +1310,7 @@ If &kdevelop; was automatically restarted by the &kde; session manager the chang Configuring the Documentation -&kdevelop; contains a very powerful documentation facility which provides access to several kinds of extensive documentation. In ⪚ IDEAl mode you find a Documentation tab at the right border of the work area. +&tdevelop; contains a very powerful documentation facility which provides access to several kinds of extensive documentation. In ⪚ IDEAl mode you find a Documentation tab at the right border of the work area. @@ -1318,19 +1318,19 @@ If &kdevelop; was automatically restarted by the &kde; session manager the chang -The &kdevelop; documentation window in IDEAl mode +The &tdevelop; documentation window in IDEAl mode
-&kdevelop; must have loaded the Documentation plugin in order to view the documentation tree. See the Plugin Tools section for more info. +&tdevelop; must have loaded the Documentation plugin in order to view the documentation tree. See the Plugin Tools section for more info. -You may set up contents and behaviour of the various parts of this documentation window if you select Settings Configure &kdevelop;.. from the menubar. The Customize KDevelop dialog will pop up, where you have to select Documentation in the left hand window. +You may set up contents and behaviour of the various parts of this documentation window if you select Settings Configure &tdevelop;.. from the menubar. The Customize KDevelop dialog will pop up, where you have to select Documentation in the left hand window. @@ -1347,7 +1347,7 @@ The thus displayed configuration pageSetting Up Documentation Collections -The documentation configuration settings have been divided into a series of documentation collections, each providing access to documentation files of some unique format and content type. These setups control which documentation items will be listed on the Contents page of the &kdevelop; Documentation facility, and how the user may access documentation details by indexed and full text searches. +The documentation configuration settings have been divided into a series of documentation collections, each providing access to documentation files of some unique format and content type. These setups control which documentation items will be listed on the Contents page of the &tdevelop; Documentation facility, and how the user may access documentation details by indexed and full text searches. The Documentation tab provides a series of configuration pages which are ordered vertically like a stack of index cards. One page at a time will open after a click on its index card title: @@ -1356,7 +1356,7 @@ The Documentation tab provides a series of configuration pa &Qt; Documentation Collection CHM Documentation Collection Doxygen Documentation Collection - &kdevelop; TOC Documentation Collection + &tdevelop; TOC Documentation Collection Devhelp Documentation Collection Custom Documentation Collection @@ -1445,7 +1445,7 @@ Every documentation setup page shows the listed documentation items in a table w TOC - If this check box is marked, this documentation item will show up on the Contents page of the &kdevelop; Documentation facility. + If this check box is marked, this documentation item will show up on the Contents page of the &tdevelop; Documentation facility. Unchecking the TOC check box will in turn disable the Index and Search check boxes (see below). Thus you cannot have documentation collection items indexed but not shown in the contents. @@ -1456,7 +1456,7 @@ Every documentation setup page shows the listed documentation items in a table w Index - If this check box is marked, an internal index will be built of this documentation item. This provides fast access to the documentation by the use of the Index and (optionally) Finder pages of the &kdevelop; Documentation facility. + If this check box is marked, an internal index will be built of this documentation item. This provides fast access to the documentation by the use of the Index and (optionally) Finder pages of the &tdevelop; Documentation facility. @@ -1472,14 +1472,14 @@ Every documentation setup page shows the listed documentation items in a table w Search - If this check box is marked, the contents of this documentation item will be included in the full text search path of the Search page of the &kdevelop; Documentation facility. + If this check box is marked, the contents of this documentation item will be included in the full text search path of the Search page of the &tdevelop; Documentation facility. - &kdevelop; utilizes the htdig application collection to perform full text searches. This search is done over an internal index, the htdig machinery has to build before it can be used. + &tdevelop; utilizes the htdig application collection to perform full text searches. This search is done over an internal index, the htdig machinery has to build before it can be used. - Any change of the Search check box marks will thus effect the search runs only after you rebuilt the index on the Search page of the &kdevelop; Documentation facility. + Any change of the Search check box marks will thus effect the search runs only after you rebuilt the index on the Search page of the &tdevelop; Documentation facility. @@ -1487,13 +1487,13 @@ Every documentation setup page shows the listed documentation items in a table w Title - This is the name of the Documentation item as it will be shown on the Contents page of the &kdevelop; Documentation facility. + This is the name of the Documentation item as it will be shown on the Contents page of the &tdevelop; Documentation facility. -Former &kdevelop; versions allowed to select the documentation items to be displayed on a per-project basis. This is not available any more. +Former &tdevelop; versions allowed to select the documentation items to be displayed on a per-project basis. This is not available any more. @@ -1521,7 +1521,7 @@ On this configuration page all &Qt; documentation is set up. -Normally &kdevelop; will fill this in on its first start-up. It looks for standard *.xml, or *.dcf documentation files in the &Qt; installation directory. The table to the left lists the files &kdevelop; found by their standard titles. +Normally &tdevelop; will fill this in on its first start-up. It looks for standard *.xml, or *.dcf documentation files in the &Qt; installation directory. The table to the left lists the files &tdevelop; found by their standard titles. @@ -1529,11 +1529,11 @@ If you have a non-standard installation, either there will be no information lis -&kdevelop; will use the titles already provided by the installed &Qt; documentation. Hence the Title field in the Documentation Catalog Properties dialog is inaccessible. +&tdevelop; will use the titles already provided by the installed &Qt; documentation. Hence the Title field in the Documentation Catalog Properties dialog is inaccessible. -By default, not all &Qt; documentation will be shown on the Contents page of the &kdevelop; Documentation facility. Use the TOC check box in the setup table to select the documentation to be shown. +By default, not all &Qt; documentation will be shown on the Contents page of the &tdevelop; Documentation facility. Use the TOC check box in the setup table to select the documentation to be shown. @@ -1562,7 +1562,7 @@ On this configuration page you may collect documentation according to the &Micro -By default, this configuration page will be empty (as shown above). You may add new entries using the buttons to the right of the list field. &kdevelop; will filter *.chm files in the directory dialog associated to the Add and Edit buttons. +By default, this configuration page will be empty (as shown above). You may add new entries using the buttons to the right of the list field. &tdevelop; will filter *.chm files in the directory dialog associated to the Add and Edit buttons. @@ -1594,13 +1594,13 @@ On this configuration page all &API; documentation generated by &doxygen; is set In short, such an &API; documents the interface to certain library functions. The &API; documentation on this page should be produced by the externally provided &doxygen; tool. -&doxygen; generated &API; documentationconsists of a series of html files, starting with index.html. Additionally there may exist tag files which contain information to link to already existing &API; documentations. Thus &kdevelop; will look for index.html and *.tag files when seaching for &doxygen; generated &API; documentation. +&doxygen; generated &API; documentationconsists of a series of html files, starting with index.html. Additionally there may exist tag files which contain information to link to already existing &API; documentations. Thus &tdevelop; will look for index.html and *.tag files when seaching for &doxygen; generated &API; documentation. There are some structural constraints assumed when searching for &doxygen; generated &API; documentation. The directory in which the index.html file resides should contain subdirectories with separate documentation collections. Each of these subdirectories is assumed to contain a .tag file and a html/ subdirectory. -You may have a look at $KDEDIR/share/doc/HTML/en/kdelibs-apidocs for an example of such a &doxygen; &API; documentation layout. +You may have a look at $KDEDIR/share/doc/HTML/en/tdelibs-apidocs for an example of such a &doxygen; &API; documentation layout. @@ -1608,25 +1608,25 @@ The older &kde; KDoc gener -&kdevelop; will have filled in a link to the current &kde; Libraries &API;, provided it found one. There are several ways for &kdevelop; to find out: +&tdevelop; will have filled in a link to the current &kde; Libraries &API;, provided it found one. There are several ways for &tdevelop; to find out: Either you provided the configure command with the - option when you compiled - &kdevelop; (see the How to Obtain a &kdevelop; &API; Documentation chapter). + option when you compiled + &tdevelop; (see the How to Obtain a &tdevelop; &API; Documentation chapter). Or the configure command did automatically find a &doxygen; generated &kde; Libraries &API; in one of several standard locations it knows of. - Or as a last resort the $KDEDIR/share/doc/HTML/en/kdelibs-apidocs/ was found at the first &kdevelop; startup. + Or as a last resort the $KDEDIR/share/doc/HTML/en/tdelibs-apidocs/ was found at the first &tdevelop; startup. -If &kdevelop; did not find a valid &doxygen; generated &kde; Libraries &API; at its first start-up the Doxygen Documentation Collection list will be empty. +If &tdevelop; did not find a valid &doxygen; generated &kde; Libraries &API; at its first start-up the Doxygen Documentation Collection list will be empty. @@ -1634,12 +1634,12 @@ You may add your own &API; documentation entries (⪚ from your current project -&kdevelop; uses the title information from the index.html. Hence the Title field in the Documentation Catalog Properties dialog is inaccessible. +&tdevelop; uses the title information from the index.html. Hence the Title field in the Documentation Catalog Properties dialog is inaccessible. - The &kde; system provides more &API; documentation than the &kde; Libraries &API; only. You will need additional interfaces information if you want to ⪚ include the &kate; part into you programs. For this &kate; part &API; for example you should compile and install the &kde; Base Libraries &API; from the sources (using the make apidox and make install commands on the kdebase sources) and then add an entry to the Doxygen Documentation Collection list like this: + The &kde; system provides more &API; documentation than the &kde; Libraries &API; only. You will need additional interfaces information if you want to ⪚ include the &kate; part into you programs. For this &kate; part &API; for example you should compile and install the &kde; Base Libraries &API; from the sources (using the make apidox and make install commands on the tdebase sources) and then add an entry to the Doxygen Documentation Collection list like this: @@ -1656,7 +1656,7 @@ You may add your own &API; documentation entries (⪚ from your current project -You must put the &API; of your current project into this Doxygen Documentation Collection as well. Former &kdevelop; versions did put it into the documentation tree on a per-project basis. This is not provided any more. +You must put the &API; of your current project into this Doxygen Documentation Collection as well. Former &tdevelop; versions did put it into the documentation tree on a per-project basis. This is not provided any more. @@ -1665,7 +1665,7 @@ You must put the &API; of your current project into this Doxygen Docum Handling Structured Documentation (KDevelopTOC Files) -The main bulk of the &kdevelop; documentation facility provides immediate access to structured documentation, local as well as remote ones. You can configure this on the KDevelopTOC Documentation Collection page. +The main bulk of the &tdevelop; documentation facility provides immediate access to structured documentation, local as well as remote ones. You can configure this on the KDevelopTOC Documentation Collection page. @@ -1680,31 +1680,31 @@ The main bulk of the &kdevelop; documentation facility provides immediate access -&kdevelop; comes with a bunch of predefined KDevelopTOC files which are automatically entered in the table at installation time. To keep the display manageable only the most often used will initially be marked for display. If you want to see another documentation, mark the TOC check box in the setup table. +&tdevelop; comes with a bunch of predefined KDevelopTOC files which are automatically entered in the table at installation time. To keep the display manageable only the most often used will initially be marked for display. If you want to see another documentation, mark the TOC check box in the setup table. -KDevelopTOC files cannot be indexed to perform a full text search because they usually point to a remote location. On the other hand, such a .toc file can have an index manually defined, using the <index> tag. Thus the Index check box will be enabled ony when &kdevelop; finds an <index> tag in the .toc file. (For more detail see the description below in the &kdevelop; TOC Files section.) +KDevelopTOC files cannot be indexed to perform a full text search because they usually point to a remote location. On the other hand, such a .toc file can have an index manually defined, using the <index> tag. Thus the Index check box will be enabled ony when &tdevelop; finds an <index> tag in the .toc file. (For more detail see the description below in the &tdevelop; TOC Files section.) The Search check box in the setup table will alway be disabled. -You may add new entries using the buttons to the right of the list field. &kdevelop; will filter *.toc files in the directory dialog associated to the Add and Edit buttons. +You may add new entries using the buttons to the right of the list field. &tdevelop; will filter *.toc files in the directory dialog associated to the Add and Edit buttons. -Other than former &kdevelop; versions will the Remove button not change the *.toc files on disk, so the remove operation is safe now. +Other than former &tdevelop; versions will the Remove button not change the *.toc files on disk, so the remove operation is safe now. -&kdevelop; TOC Files +&tdevelop; TOC Files -There is a special feature associated with this. To illustrate, follow these steps: In the documentation tree find an entry shortly below the &Qt;/&kde; documentation (⪚ KDE2 Development Book (kde.org)). Click on the plus sign next to it. A tree will open where you can quickly navigate to subsequent chapters nested several levels deep, all offline. But if you finally select one of the chapters, &kdevelop; will in many cases try to access a remote documentation file. +There is a special feature associated with this. To illustrate, follow these steps: In the documentation tree find an entry shortly below the &Qt;/&kde; documentation (⪚ KDE2 Development Book (kde.org)). Click on the plus sign next to it. A tree will open where you can quickly navigate to subsequent chapters nested several levels deep, all offline. But if you finally select one of the chapters, &tdevelop; will in many cases try to access a remote documentation file. @@ -1712,15 +1712,15 @@ The rationale behind this is not only to locally navigate remote documentation w -Such structured access is made possible through the use of special table of content files, which are denoted by .toc filename extensions. Any such &kdevelop; TOC file contains an &XML; structured description of the document to be accessed. +Such structured access is made possible through the use of special table of content files, which are denoted by .toc filename extensions. Any such &tdevelop; TOC file contains an &XML; structured description of the document to be accessed. -Standard Directory of &kdevelop; TOC Files +Standard Directory of &tdevelop; TOC Files -When &kdevelop; was installed usually a series of predefined .toc files has been put into the $KDEDIR/share/apps/kdevdocumentation/tocs directory. These are fairly simple, structured text files. You may look at them using a text editor or other text display facility. +When &tdevelop; was installed usually a series of predefined .toc files has been put into the $KDEDIR/share/apps/kdevdocumentation/tocs directory. These are fairly simple, structured text files. You may look at them using a text editor or other text display facility. @@ -1730,16 +1730,16 @@ When &kdevelop; was installed usually a series of predefined .toc - Basic Structure of &kdevelop; TOC Files + Basic Structure of &tdevelop; TOC Files header - <!DOCTYPE kdeveloptoc> + <!DOCTYPE tdeveloptoc> - <kdeveloptoc> + <tdeveloptoc> (title) @@ -1754,11 +1754,11 @@ When &kdevelop; was installed usually a series of predefined .toc(index structure) - </kdeveloptoc> + </tdeveloptoc> - This &XML; structure will be parsed by the &kdevelop; Documentation plugin to set up the documentation tree contents and to guide the user in navigating the documentation. It contains all information necessary to display titles and access the documentation file contents. + This &XML; structure will be parsed by the &tdevelop; Documentation plugin to set up the documentation tree contents and to guide the user in navigating the documentation. It contains all information necessary to display titles and access the documentation file contents. @@ -1773,7 +1773,7 @@ When &kdevelop; was installed usually a series of predefined .toc - This is the title &kdevelop; will display at the basic levels in the documentation tree. + This is the title &tdevelop; will display at the basic levels in the documentation tree. This displayed title cannot be changed by the user. If you want another text be displayed, you must manually change the <title> entry in the .toc file. @@ -1826,7 +1826,7 @@ When &kdevelop; was installed usually a series of predefined .toc<tocsecti> entry must have a name="xxx" attribute associated with it (the "xxx" denotes the actual title string). This name will be displayed as level title in the documentation tree. It should correspond to an actual documentation section. - There may be an url="" attribute associated with any i nesting level. When the user clicks on a section title in the documentation tree &kdevelop; will try to access the file at the location pointed to by the combined base and section &URL;. + There may be an url="" attribute associated with any i nesting level. When the user clicks on a section title in the documentation tree &tdevelop; will try to access the file at the location pointed to by the combined base and section &URL;. The <tocsectn/> entry must have an url="" attribute whatsoever. @@ -1869,7 +1869,7 @@ When &kdevelop; was installed usually a series of predefined .tocDevHelp Documentation -DevHelp documentation is another means of structured documentation access. It uses structured table of content files denoted by a .devhelp extension similar to &kdevelop; TOC files to access documentation for the GNOME 2 desktop. +DevHelp documentation is another means of structured documentation access. It uses structured table of content files denoted by a .devhelp extension similar to &tdevelop; TOC files to access documentation for the GNOME 2 desktop. You can control which DevHelp files should be accessible on the DevHelp Documentation Collection configuration page. @@ -1891,11 +1891,11 @@ DevHelp files originally were accessible on the /opt/gnome/share/. Initially these files will not be marked for display. If you want to see another documentation, mark the TOC check box in the setup table. +When &tdevelop; is installed it will attempt to find all .devhelp files in some standard places in the system, ⪚ in the subdirectories of /opt/gnome/share/. Initially these files will not be marked for display. If you want to see another documentation, mark the TOC check box in the setup table. -You may add new entries using the buttons to the right of the list field. &kdevelop; will filter *.toc files in the directory dialog associated to the Add and Edit buttons. +You may add new entries using the buttons to the right of the list field. &tdevelop; will filter *.toc files in the directory dialog associated to the Add and Edit buttons. @@ -1919,14 +1919,14 @@ This is for your own purpose. You may add almost any documentation files here, p -Usually this collection will be empty at first &kdevelop; startup. We have filled in a deliberate item to show the entry structure. +Usually this collection will be empty at first &tdevelop; startup. We have filled in a deliberate item to show the entry structure. -Handling is straightforward here. Use the buttons to the right of the list field to add, edit or remove the document items. &kdevelop; will not filter anything in the directory dialog associated to the Add and Edit buttons. +Handling is straightforward here. Use the buttons to the right of the list field to add, edit or remove the document items. &tdevelop; will not filter anything in the directory dialog associated to the Add and Edit buttons. -You will have to explicitely select the items for display in the &kdevelop; documentation facility. Mark the TOC check box of the entry in the setup table. +You will have to explicitely select the items for display in the &tdevelop; documentation facility. Mark the TOC check box of the entry in the setup table. diff --git a/doc/kdevelop/survey-manual.docbook b/doc/kdevelop/survey-manual.docbook index d9611a03..0bd59c8d 100644 --- a/doc/kdevelop/survey-manual.docbook +++ b/doc/kdevelop/survey-manual.docbook @@ -2,30 +2,30 @@ What This Manual Contains -This user manual is intended to describe the contents and use of the &kdevelop; &kdevrelease; Integrated Development Environment (IDE) from a user's point of view. It is not a programming manual, nor does it describe the development process in detail. Its only aim is to guide you in the handling of the IDE. +This user manual is intended to describe the contents and use of the &tdevelop; &kdevrelease; Integrated Development Environment (IDE) from a user's point of view. It is not a programming manual, nor does it describe the development process in detail. Its only aim is to guide you in the handling of the IDE. Here you will find information on the following topics: -Getting Started with &kdevelop; — a Guided Tour +Getting Started with &tdevelop; — a Guided Tour Gives you a quick start on the use of this &IDE;, introducing the basic steps of how to work on a project. -Overview of the Features of - &kdevelop; +Overview of the Features of + &tdevelop; Extends the guided tour in the previous chapter, giving an overall -view of what is built-in within &kdevelop; and gets you acquainted with the +view of what is built-in within &tdevelop; and gets you acquainted with the look and feel of this &IDE;. -Configuring &kdevelop; +Configuring &tdevelop; Shows how you can tailor the &IDE; to suit your needs. @@ -35,7 +35,7 @@ look and feel of this &IDE;. Getting started: the &appwizard; -Describes the basics of how to set up a new project in &kdevelop; +Describes the basics of how to set up a new project in &tdevelop; using the built-in &appwizard;. @@ -60,7 +60,7 @@ and how to access the files you want to work with. The Class Browsers -Describes one of the most powerful tools of &kdevelop; which lets you +Describes one of the most powerful tools of &tdevelop; which lets you navigate through class dependencies and allows you to easily create and access the classes and methods you need. @@ -70,7 +70,7 @@ access the classes and methods you need. Documentation -Shows how to access the rich built-in documentation &kdevelop; +Shows how to access the rich built-in documentation &tdevelop; provides and tells you how to create documentation of your project, concise and powerful &API; documentation providing you an overall view of all your project sources as well as docbook-based user documentation. @@ -103,16 +103,16 @@ for diverse platforms, or to make an embedded system using the Describes how to use the integrated gdb debugger interface so you can hunt down bugs without leaving -&kdevelop;. +&tdevelop;. @@ -127,7 +127,7 @@ project. Configuration Files Used by - &kdevelop; -Lists the files &kdevelop; uses to save its internal + &tdevelop; +Lists the files &tdevelop; uses to save its internal information. This is particularly useful in case something went wrong with your setup. @@ -189,12 +189,12 @@ necessary and why you need an &IDE;. Plugin Tools Lists the pluggable tools you can use to taylor the capabilities of -&kdevelop; to your needs. +&tdevelop; to your needs. diff --git a/doc/kdevelop/unixdev.docbook b/doc/kdevelop/unixdev.docbook index d7881afb..8151f30b 100644 --- a/doc/kdevelop/unixdev.docbook +++ b/doc/kdevelop/unixdev.docbook @@ -241,7 +241,7 @@ Basically the make command will read the rules one after anot There are several additional possibilities to control such a make process, and a Makefile can thus grow very complex. We cannot go into the details here. However, we recommend that you make yourself accustomed to the syntax of make. Even if you do not normally use it directly, an understanding of the fundamentals of the build system can be useful. See the GNU Make Manual for more information. -For more &kdevelop; specific detail see the Building and Project Management chapter of this manual. +For more &tdevelop; specific detail see the Building and Project Management chapter of this manual. There are several tutorials available, see the references in the Building and project management chapter. @@ -307,16 +307,16 @@ For example—would it not be convenient if a debugger were able to open the To more easily accomplish such a scheme, Integrated Development Environments (&IDE;s) were devised. Such an &IDE; integrates all templates, tools, and scripts which are commonly needed in the development process into one single environment. -For the &kde; platform &kdevelop; is such an &IDE;. It provides a wide range of tools which ease program development and maintenance, even for different programming languages and across platforms. +For the &kde; platform &tdevelop; is such an &IDE;. It provides a wide range of tools which ease program development and maintenance, even for different programming languages and across platforms. - -Basic Features of &kdevelop; &kdevrelease; + +Basic Features of &tdevelop; &kdevrelease; - - &kdevelop; + + &tdevelop; features - + features @@ -378,7 +378,7 @@ For the &kde; platform &kdevelop; is such an &IDE;. It provides a wide range of - + diff --git a/doc/platform/Mainpage.dox b/doc/platform/Mainpage.dox index dd69ba92..b5d008c6 100644 --- a/doc/platform/Mainpage.dox +++ b/doc/platform/Mainpage.dox @@ -22,18 +22,18 @@ This document is targeted at all those that want to build their own IDE or impro If you are instead looking for a user manual, just go to the help menu of your KDevelop and select KDevelop handbook. This documentation contains the KDevelop Platform online class reference for the current development version of KDevelop. Additionally, you -can subscribe or read the mailing list for any additions and/or +can subscribe or read the mailing list for any additions and/or modifications to the Platform %API. -An on-line, updated every 24H, html version of this documentation can be found at: http://www.kdevelop.org/HEAD/doc/platform/html/index.html +An on-line, updated every 24H, html version of this documentation can be found at: http://www.tdevelop.org/HEAD/doc/platform/html/index.html -You can also download a local browseable copy form http://www.kdevelop.org/HEAD/doc/platform/kdevplatformdoc.tar.bz2 . It gets updated every single day too. +You can also download a local browseable copy form http://www.tdevelop.org/HEAD/doc/platform/kdevplatformdoc.tar.bz2 . It gets updated every single day too. More information about the KDevelop Platform architecture in form of tutorials, Wikis, HOWTOs, and FAQs can be found at -the KDevelop website. +the KDevelop website. -Quick overviews of the architecture can also be found in the issues of +Quick overviews of the architecture can also be found in the issues of KDevelop Technotes. \section platformapi Platform Libraries API @@ -122,7 +122,7 @@ KDevelop 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/doc/std/kdev3api.toc b/doc/std/kdev3api.toc index 28d9cf3a..be3c7f0c 100644 --- a/doc/std/kdev3api.toc +++ b/doc/std/kdev3api.toc @@ -1,7 +1,7 @@ - - + + KDevelop API Documentation - + @@ -42,4 +42,4 @@ - + diff --git a/editors/editor-chooser/CMakeLists.txt b/editors/editor-chooser/CMakeLists.txt index 7580858b..90d6d070 100644 --- a/editors/editor-chooser/CMakeLists.txt +++ b/editors/editor-chooser/CMakeLists.txt @@ -32,6 +32,6 @@ install( FILES kdeveditorchooser.desktop DESTINATION ${SERVICES_INSTALL_DIR} ) tde_add_kpart( libkdeveditorchooser AUTOMOC SOURCES editorchooser_part.cpp editchooser.ui editorchooser_widget.cpp - LINK kdevelop-shared + LINK tdevelop-shared DESTINATION ${PLUGIN_INSTALL_DIR} ) diff --git a/editors/editor-chooser/Makefile.am b/editors/editor-chooser/Makefile.am index 2cdf58a6..f95ca61c 100644 --- a/editors/editor-chooser/Makefile.am +++ b/editors/editor-chooser/Makefile.am @@ -2,7 +2,7 @@ INCLUDES = -I$(top_srcdir)/lib/interfaces -I$(top_srcdir)/lib/util $(all_include kde_module_LTLIBRARIES = libkdeveditorchooser.la libkdeveditorchooser_la_LDFLAGS = $(all_libraries) $(KDE_PLUGIN) -libkdeveditorchooser_la_LIBADD = $(top_builddir)/lib/libkdevelop.la +libkdeveditorchooser_la_LIBADD = $(top_builddir)/lib/libtdevelop.la libkdeveditorchooser_la_SOURCES = editorchooser_part.cpp editchooser.ui editorchooser_widget.cpp diff --git a/editors/editor-chooser/editorchooser_widget.cpp b/editors/editor-chooser/editorchooser_widget.cpp index 3a8a3584..bb377d22 100644 --- a/editors/editor-chooser/editorchooser_widget.cpp +++ b/editors/editor-chooser/editorchooser_widget.cpp @@ -3,7 +3,7 @@ #include #include -#include +#include #include #include #include diff --git a/editors/editor-chooser/kdeveditorchooser.desktop b/editors/editor-chooser/kdeveditorchooser.desktop index 691c538a..61bc3090 100644 --- a/editors/editor-chooser/kdeveditorchooser.desktop +++ b/editors/editor-chooser/kdeveditorchooser.desktop @@ -83,7 +83,7 @@ GenericName[tg]=Интихоби муҳаррир GenericName[tr]=Düzenleyici Seçimi GenericName[zh_CN]=编辑器选择 GenericName[zh_TW]=編輯器選擇 -Icon=kdevelop +Icon=tdevelop ServiceTypes=KDevelop/Plugin X-KDE-Library=libkdeveditorchooser X-KDevelop-Version=5 diff --git a/embedded/Makefile.am b/embedded/Makefile.am index 9bd593c0..3a3a9564 100644 --- a/embedded/Makefile.am +++ b/embedded/Makefile.am @@ -1,11 +1,11 @@ ## -## Do NOT remove the comments that start with "kdevelop:" -## They are actually directives to the kdevelop plugin system +## Do NOT remove the comments that start with "tdevelop:" +## They are actually directives to the tdevelop plugin system ## ## The include_xxxx variables are controlled by configure.in.in ## -#kdevelop: VISUALBOYADVANCE_SUBDIR = visualboyadvance +#tdevelop: VISUALBOYADVANCE_SUBDIR = visualboyadvance if include_vba VISUALBOYADVANCE_SUBDIR = visualboyadvance endif diff --git a/embedded/visualboyadvance/Makefile.am b/embedded/visualboyadvance/Makefile.am index 4732b646..a866fd79 100644 --- a/embedded/visualboyadvance/Makefile.am +++ b/embedded/visualboyadvance/Makefile.am @@ -3,7 +3,7 @@ INCLUDES = -I$(top_srcdir)/lib/interfaces \ kde_module_LTLIBRARIES = libkdevvisualboyadvance.la libkdevvisualboyadvance_la_LDFLAGS = $(all_libraries) $(KDE_PLUGIN) -libkdevvisualboyadvance_la_LIBADD = $(top_builddir)/lib/libkdevelop.la +libkdevvisualboyadvance_la_LIBADD = $(top_builddir)/lib/libtdevelop.la libkdevvisualboyadvance_la_SOURCES = visualboyadvance_part.cpp vbaconfigwidgetbase.ui vbaconfigwidget.cpp diff --git a/embedded/visualboyadvance/kdevvisualboyadvance.desktop b/embedded/visualboyadvance/kdevvisualboyadvance.desktop index bec85456..6c6b84f7 100644 --- a/embedded/visualboyadvance/kdevvisualboyadvance.desktop +++ b/embedded/visualboyadvance/kdevvisualboyadvance.desktop @@ -77,7 +77,7 @@ GenericName[tg]=Ёри намудан ба VisualBoyAdvance GenericName[tr]=VisualBoyAdvance Desteği GenericName[zh_CN]=VisualBoyAdvance 支持 GenericName[zh_TW]=VisualBoyAdvance 支援 -Icon=kdevelop +Icon=tdevelop ServiceTypes=KDevelop/Plugin X-KDE-Library=libkdevvisualboyadvance X-KDevelop-Version=5 diff --git a/embedded/visualboyadvance/vbaconfigwidget.cpp b/embedded/visualboyadvance/vbaconfigwidget.cpp index a89a397f..7f95a901 100644 --- a/embedded/visualboyadvance/vbaconfigwidget.cpp +++ b/embedded/visualboyadvance/vbaconfigwidget.cpp @@ -3,7 +3,7 @@ ------------------- begin : Thu Nov 29 2001 copyright : (C) 2001 by Sandy Meier - email : smeier@kdevelop.org + email : smeier@tdevelop.org ***************************************************************************/ /*************************************************************************** diff --git a/embedded/visualboyadvance/vbaconfigwidget.h b/embedded/visualboyadvance/vbaconfigwidget.h index 7f636f2b..52101841 100644 --- a/embedded/visualboyadvance/vbaconfigwidget.h +++ b/embedded/visualboyadvance/vbaconfigwidget.h @@ -3,7 +3,7 @@ ------------------- begin : Thu Nov 29 2001 copyright : (C) 2001 by Sandy Meier - email : smeier@kdevelop.org + email : smeier@tdevelop.org ***************************************************************************/ /*************************************************************************** diff --git a/embedded/visualboyadvance/visualboyadvance_part.h b/embedded/visualboyadvance/visualboyadvance_part.h index 7a3378d1..de8fa8a8 100644 --- a/embedded/visualboyadvance/visualboyadvance_part.h +++ b/embedded/visualboyadvance/visualboyadvance_part.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2001 Sandy Meier + * Copyright (C) 2001 Sandy Meier */ diff --git a/kde-development-kdevelop.directory b/kde-development-kdevelop.directory index add723a6..f7a98d45 100644 --- a/kde-development-kdevelop.directory +++ b/kde-development-kdevelop.directory @@ -2,4 +2,4 @@ Encoding=UTF-8 Name=KDevelop Name[ne]=केडीई विकास -Icon=kdevelop +Icon=tdevelop diff --git a/kdevassistant.desktop b/kdevassistant.desktop index c4310dff..33416cc2 100644 --- a/kdevassistant.desktop +++ b/kdevassistant.desktop @@ -1,8 +1,8 @@ [Desktop Entry] Type=Application Exec=kdevassistant %u -Icon=kdevelop -X-DocPath=kdevelop/index.html +Icon=tdevelop +X-DocPath=tdevelop/index.html Terminal=false Name=KDevelop Assistant Name[br]=Skoazeller KDevelop diff --git a/kdevdesigner/README b/kdevdesigner/README index a9e2cf4b..33b906d9 100644 --- a/kdevdesigner/README +++ b/kdevdesigner/README @@ -14,7 +14,7 @@ Designer Editor plugins are not loaded. Available in system designer plugins are loaded if possible (tested with Qt 3.3 version). KDevDesignerPart integration: -KDevDesignerPart implements KInterfaceDesigner interface (defined in kdevelop/lib/external_interfaces). +KDevDesignerPart implements KInterfaceDesigner interface (defined in tdevelop/lib/external_interfaces). WARNING: If you want to modify this code, try to introduce as few modifications to original Qt Designer code as possible. diff --git a/kdevdesigner/src/main.cpp b/kdevdesigner/src/main.cpp index c06c77dc..78726e0b 100644 --- a/kdevdesigner/src/main.cpp +++ b/kdevdesigner/src/main.cpp @@ -43,7 +43,7 @@ int main(int argc, char **argv) KAboutData about("kdevdesigner", I18N_NOOP("KDevDesigner"), version, description, KAboutData::License_GPL, "KDevDesigner Copyright: (C) 2004-2005 Alexander Dymo\nTQt Designer Copyright: (C) 2000-2005 Trolltech AS All Rights Reserved", 0, 0); about.addAuthor( "Trolltech AS", "TQt Designer code (Free Edition)" ); - about.addAuthor( "Alexander Dymo", "Port to KDE, partification", "adymo@kdevelop.org" ); + about.addAuthor( "Alexander Dymo", "Port to KDE, partification", "adymo@tdevelop.org" ); KCmdLineArgs::init(argc, argv, &about); KCmdLineArgs::addCmdLineOptions( options ); KApplication app; @@ -57,7 +57,7 @@ int main(int argc, char **argv) { // no session.. just start up normally TQSplashScreen * splash = 0; - TQString splashFile = locate("data", "kdevelop/pics/kdevdesigner-splash.png"); + TQString splashFile = locate("data", "tdevelop/pics/kdevdesigner-splash.png"); if (!splashFile.isNull()) { TQPixmap pm; diff --git a/kdevelop.desktop b/kdevelop.desktop index 8a8435c2..36093b3f 100644 --- a/kdevelop.desktop +++ b/kdevelop.desktop @@ -1,9 +1,9 @@ [Desktop Entry] Type=Application -Exec=kdevelop %u -MimeType=application/x-kdevelop; -Icon=kdevelop -X-DocPath=kdevelop/index.html +Exec=tdevelop %u +MimeType=application/x-tdevelop; +Icon=tdevelop +X-DocPath=tdevelop/index.html Terminal=false Name=KDevelop: Multilanguage Name[br]=KDevelop : meur a yezh diff --git a/kdevelop.lsm b/kdevelop.lsm index fedd4ec5..9f0886b7 100644 --- a/kdevelop.lsm +++ b/kdevelop.lsm @@ -1,11 +1,11 @@ Begin4 -Title: kdevelop +Title: tdevelop Version: 3.5.4 Entered-date: 2008-12-18 Description: Integrated Development Environment for KDE Keywords: KDE X11 desktop Qt Author: http://bugs.kde.org/ (KDE Bugtracking System) -Primary-site: http://www.kdevelop.org/index.html?filename=download.html +Primary-site: http://www.tdevelop.org/index.html?filename=download.html Platforms: Unix, Qt Copying-policy: GPL, Artistic End diff --git a/kdevelop.m4.in b/kdevelop.m4.in index 9821737d..0e062a19 100644 --- a/kdevelop.m4.in +++ b/kdevelop.m4.in @@ -31,19 +31,19 @@ AC_DEFINE_UNQUOTED(QT_DOCDIR, "$qt_docdir", [Where the Qt documentation is insta dnl -dnl Check location of kdelibs documentation generated by Doxygen +dnl Check location of tdelibs documentation generated by Doxygen dnl AC_DEFUN([KDEV_PATH_KDELIBSDOXY], [ -AC_MSG_CHECKING([for kdelibs documentation generated by Doxygen]) +AC_MSG_CHECKING([for tdelibs documentation generated by Doxygen]) -ac_kdelibs_doxydirs="" -AC_ARG_WITH(kdelibsdoxy_dir, -[ --with-kdelibsdoxy-dir=DIR where the kdelibs documentation is installed ], -ac_kdelibs_doxydirs="" -kdelibs_doxydirs="" +ac_tdelibs_doxydirs="" +AC_ARG_WITH(tdelibsdoxy_dir, +[ --with-tdelibsdoxy-dir=DIR where the tdelibs documentation is installed ], +ac_tdelibs_doxydirs="" +tdelibs_doxydirs="" [ - ac_kdelibs_doxydirs=$withval + ac_tdelibs_doxydirs=$withval ], ) @@ -53,31 +53,31 @@ else ac_kde_htmldir="$prefix"/share/doc/HTML fi -kdelibs_doxydirs="$ac_kdelibs_doxydirs $ac_kde_htmldir/default/kdelibs-apidocs $ac_kde_htmldir/en/kdelibs-apidocs" -AC_FIND_FILE(tdecore/html/classKApplication.html, $kdelibs_doxydirs, kdelibs_doxydir) -AC_MSG_RESULT($kdelibs_doxydir) -if test "$kdelibs_doxydir" = NO; then - kdelibs_doxydir="" +tdelibs_doxydirs="$ac_tdelibs_doxydirs $ac_kde_htmldir/default/tdelibs-apidocs $ac_kde_htmldir/en/tdelibs-apidocs" +AC_FIND_FILE(tdecore/html/classKApplication.html, $tdelibs_doxydirs, tdelibs_doxydir) +AC_MSG_RESULT($tdelibs_doxydir) +if test "$tdelibs_doxydir" = NO; then + tdelibs_doxydir="" fi -AC_DEFINE_UNQUOTED(KDELIBS_DOXYDIR, "$kdelibs_doxydir", [where KDE documentation is installed]) +AC_DEFINE_UNQUOTED(KDELIBS_DOXYDIR, "$tdelibs_doxydir", [where KDE documentation is installed]) ]) -AC_SUBST(kdelibs_doxydir) +AC_SUBST(tdelibs_doxydir) dnl -dnl Check location of kdelibs documentation +dnl Check location of tdelibs documentation dnl AC_DEFUN([KDEV_PATH_KDELIBSDOC], [ -AC_MSG_CHECKING([for kdelibs documentation]) +AC_MSG_CHECKING([for tdelibs documentation]) -ac_kdelibs_docdirs="" -AC_ARG_WITH(kdelibsdoc_dir, -[ --with-kdelibsdoc-dir=DIR where the kdelibs documentation is installed ], -ac_kdelibs_docdirs="" -kdelibs_docdirs="" +ac_tdelibs_docdirs="" +AC_ARG_WITH(tdelibsdoc_dir, +[ --with-tdelibsdoc-dir=DIR where the tdelibs documentation is installed ], +ac_tdelibs_docdirs="" +tdelibs_docdirs="" [ - ac_kdelibs_docdirs=$withval + ac_tdelibs_docdirs=$withval ], ) @@ -87,17 +87,17 @@ else ac_kde_htmldir="$prefix"/share/doc/HTML fi -kdelibs_docdirs="/usr/doc/kdelibs-doc/html" +tdelibs_docdirs="/usr/doc/tdelibs-doc/html" if test "$ac_kde_htmldir" != ""; then - kdelibs_docdirs="$kdelibs_docdirs $ac_kde_htmldir/default/kdelibs $ac_kde_htmldir/en/kdelibs" + tdelibs_docdirs="$tdelibs_docdirs $ac_kde_htmldir/default/tdelibs $ac_kde_htmldir/en/tdelibs" fi -kdelibs_docdirs="$ac_kdelibs_docdirs $kdelibs_docdirs" -AC_FIND_FILE(tdecore/index.html, $kdelibs_docdirs, kdelibs_docdir) -AC_MSG_RESULT($kdelibs_docdir) -if test "$kdelibs_docdir" = NO; then - kdelibs_docdir="" +tdelibs_docdirs="$ac_tdelibs_docdirs $tdelibs_docdirs" +AC_FIND_FILE(tdecore/index.html, $tdelibs_docdirs, tdelibs_docdir) +AC_MSG_RESULT($tdelibs_docdir) +if test "$tdelibs_docdir" = NO; then + tdelibs_docdir="" fi -AC_DEFINE_UNQUOTED(KDELIBS_DOCDIR, "$kdelibs_docdir", [where KDE documentation is installed]) +AC_DEFINE_UNQUOTED(KDELIBS_DOCDIR, "$tdelibs_docdir", [where KDE documentation is installed]) ]) @@ -457,7 +457,7 @@ AC_DEFUN([KDEV_CHECK_TDE_VERSION], CXXFLAGS="$CXXFLAGS $QT_INCLUDES -I$ac_kde_includes" AC_TRY_COMPILE([ - #include + #include ], [ #if KDE_IS_VERSION(3,4,0) diff --git a/kdevelop_c_cpp.desktop b/kdevelop_c_cpp.desktop index a0db141f..cd7d9236 100644 --- a/kdevelop_c_cpp.desktop +++ b/kdevelop_c_cpp.desktop @@ -1,9 +1,9 @@ [Desktop Entry] Type=Application -Exec=kdevelop --profile CandCppIDE %u -MimeType=application/x-kdevelop; -Icon=kdevelop -X-DocPath=kdevelop/index.html +Exec=tdevelop --profile CandCppIDE %u +MimeType=application/x-tdevelop; +Icon=tdevelop +X-DocPath=tdevelop/index.html Terminal=false Name=KDevelop: C/C++ Name[br]=KDevelop : C/C++ diff --git a/kdevelop_kde_cpp.desktop b/kdevelop_kde_cpp.desktop index 2f9657e9..f606553a 100644 --- a/kdevelop_kde_cpp.desktop +++ b/kdevelop_kde_cpp.desktop @@ -1,9 +1,9 @@ [Desktop Entry] Type=Application -Exec=kdevelop --profile KDECppIDE %u -MimeType=application/x-kdevelop; -Icon=kdevelop -X-DocPath=kdevelop/index.html +Exec=tdevelop --profile KDECppIDE %u +MimeType=application/x-tdevelop; +Icon=tdevelop +X-DocPath=tdevelop/index.html Terminal=false Name=KDevelop: KDE/C++ Name[br]=KDevelop : KDE/C++ diff --git a/kdevelop_ruby.desktop b/kdevelop_ruby.desktop index b5bc3c3f..47c60944 100644 --- a/kdevelop_ruby.desktop +++ b/kdevelop_ruby.desktop @@ -1,9 +1,9 @@ [Desktop Entry] Type=Application -Exec=kdevelop --profile RubyIDE %u -MimeType=application/x-kdevelop; -Icon=kdevelop -X-DocPath=kdevelop/index.html +Exec=tdevelop --profile RubyIDE %u +MimeType=application/x-tdevelop; +Icon=tdevelop +X-DocPath=tdevelop/index.html Terminal=false Name=KDevelop: Ruby Name[br]=KDevelop : Ruby diff --git a/kdevelop_scripting.desktop b/kdevelop_scripting.desktop index fde95daf..23e89a05 100644 --- a/kdevelop_scripting.desktop +++ b/kdevelop_scripting.desktop @@ -1,9 +1,9 @@ [Desktop Entry] Type=Application -Exec=kdevelop --profile ScriptingLanguageIDE %u -MimeType=application/x-kdevelop; -Icon=kdevelop -X-DocPath=kdevelop/index.html +Exec=tdevelop --profile ScriptingLanguageIDE %u +MimeType=application/x-tdevelop; +Icon=tdevelop +X-DocPath=tdevelop/index.html Terminal=false Name=KDevelop: Scripting Name[ca]=KDevelop: Scripts diff --git a/kdevprj2kdevelop b/kdevprj2kdevelop index 124c2d99..e9c27b3b 100755 --- a/kdevprj2kdevelop +++ b/kdevprj2kdevelop @@ -124,12 +124,12 @@ if ($project_type =~ /normal_kde|mini_kde|normalogl_kde|normal_kde2|mini_kde2|md ## $projectfilename = $filename; -$projectfilename =~ s/^(.*)\.kdevprj$/$1.kdevelop/; +$projectfilename =~ s/^(.*)\.kdevprj$/$1.tdevelop/; open(FILE, ">$projectfilename"); print FILE < - + + $author $email @@ -233,7 +233,7 @@ EOF } print FILE < + EOF close FILE; diff --git a/languages/Makefile.am b/languages/Makefile.am index 1172b71c..52efa309 100644 --- a/languages/Makefile.am +++ b/languages/Makefile.am @@ -1,6 +1,6 @@ ## -## Do NOT remove the comments that start with "kdevelop:" -## They are actually directives to the kdevelop plugin system +## Do NOT remove the comments that start with "tdevelop:" +## They are actually directives to the tdevelop plugin system ## ## The include_xxxx variables are controlled by configure.in.in ## @@ -53,18 +53,18 @@ if include_sql SQL_LANGUAGE = sql endif -#kdevelop: ADA_LANGUAGE = ada -#kdevelop: BASH_LANGUAGE = bash -#kdevelop: CPP_LANGUAGE = cpp -#kdevelop: FORTRAN_LANGUAGE = fortran -#kdevelop: JAVA_LANGUAGE = java -#kdevelop: CSHARP_LANGUAGE = csharp -#kdevelop: PASCAL_LANGUAGE = pascal -#kdevelop: PERL_LANGUAGE = perl -#kdevelop: PHP_LANGUAGE = php -#kdevelop: PYTHON_LANGUAGE = python -#kdevelop: RUBY_LANGUAGE = ruby -#kdevelop: SQL_LANGUAGE = sql +#tdevelop: ADA_LANGUAGE = ada +#tdevelop: BASH_LANGUAGE = bash +#tdevelop: CPP_LANGUAGE = cpp +#tdevelop: FORTRAN_LANGUAGE = fortran +#tdevelop: JAVA_LANGUAGE = java +#tdevelop: CSHARP_LANGUAGE = csharp +#tdevelop: PASCAL_LANGUAGE = pascal +#tdevelop: PERL_LANGUAGE = perl +#tdevelop: PHP_LANGUAGE = php +#tdevelop: PYTHON_LANGUAGE = python +#tdevelop: RUBY_LANGUAGE = ruby +#tdevelop: SQL_LANGUAGE = sql SUBDIRS = lib $(ADA_LANGUAGE) $(BASH_LANGUAGE) $(CPP_LANGUAGE) $(CSHARP_LANGUAGE) \ $(FORTRAN_LANGUAGE) $(JAVA_LANGUAGE) $(PASCAL_LANGUAGE) \ diff --git a/languages/ada/CMakeLists.txt b/languages/ada/CMakeLists.txt index 976f6902..e8d351b9 100644 --- a/languages/ada/CMakeLists.txt +++ b/languages/ada/CMakeLists.txt @@ -45,6 +45,6 @@ tde_add_kpart( libkdevadasupport AUTOMOC addclassdlg.ui addclass.cpp configproblemreporter.ui ada_utils.cpp adasupport.cpp AdaLexer.cpp AdaParser.cpp AdaTreeParserSuper.cpp AdaStoreWalker.cpp - LINK antlr-static kdevelop-shared + LINK antlr-static tdevelop-shared DESTINATION ${PLUGIN_INSTALL_DIR} ) diff --git a/languages/ada/Makefile.am b/languages/ada/Makefile.am index 4a7eb0c1..d45a2add 100644 --- a/languages/ada/Makefile.am +++ b/languages/ada/Makefile.am @@ -9,7 +9,7 @@ SUBDIRS = app_templates file_templates doc kde_module_LTLIBRARIES = libkdevadasupport.la libkdevadasupport_la_LDFLAGS = $(LEXLIB) $(all_libraries) $(KDE_PLUGIN) -libkdevadasupport_la_LIBADD = $(top_builddir)/lib/libkdevelop.la $(top_builddir)/lib/antlr/src/libantlr.la +libkdevadasupport_la_LIBADD = $(top_builddir)/lib/libtdevelop.la $(top_builddir)/lib/antlr/src/libantlr.la libkdevadasupport_la_SOURCES = adasupportpart.cpp problemreporter.cpp backgroundparser.cpp addclassdlg.ui addclass.cpp configproblemreporter.ui ada_utils.cpp adasupport.cpp AdaLexer.cpp AdaParser.cpp AdaTreeParserSuper.cpp AdaStoreWalker.cpp diff --git a/languages/ada/README.dox b/languages/ada/README.dox index ccb7f0aa..d9cd67bd 100644 --- a/languages/ada/README.dox +++ b/languages/ada/README.dox @@ -21,7 +21,7 @@ with the one from Oliver Kellogg -\authors Roberto Raggi +\authors Roberto Raggi \authors Alexander Dymo \feature Consult \ref LangSupporttqStatus for a up to date features/status of this programming language support part. diff --git a/languages/ada/ada.store.g b/languages/ada/ada.store.g index dbca7312..31dccf99 100644 --- a/languages/ada/ada.store.g +++ b/languages/ada/ada.store.g @@ -121,7 +121,7 @@ public: } /* - * Only those rules that require specific action for the kdevelop + * Only those rules that require specific action for the tdevelop * class store are overloaded here. */ diff --git a/languages/ada/app_templates/CMakeLists.txt b/languages/ada/app_templates/CMakeLists.txt index d5fd9bf2..e1d7ba22 100644 --- a/languages/ada/app_templates/CMakeLists.txt +++ b/languages/ada/app_templates/CMakeLists.txt @@ -13,4 +13,4 @@ add_subdirectory( adahello ) install( FILES ada.appwizard - DESTINATION ${DATA_INSTALL_DIR}/kdevelop/profiles/IDE/CompiledLanguageIDE/AdaIDE ) + DESTINATION ${DATA_INSTALL_DIR}/tdevelop/profiles/IDE/CompiledLanguageIDE/AdaIDE ) diff --git a/languages/ada/app_templates/Makefile.am b/languages/ada/app_templates/Makefile.am index 3da5006f..de99e86a 100644 --- a/languages/ada/app_templates/Makefile.am +++ b/languages/ada/app_templates/Makefile.am @@ -1,5 +1,5 @@ SUBDIRS = adahello -profilesdir = $(kde_datadir)/kdevelop/profiles/IDE/CompiledLanguageIDE/AdaIDE +profilesdir = $(kde_datadir)/tdevelop/profiles/IDE/CompiledLanguageIDE/AdaIDE profiles_DATA = ada.appwizard diff --git a/languages/ada/app_templates/adahello/CMakeLists.txt b/languages/ada/app_templates/adahello/CMakeLists.txt index 5c0dbc7a..cbd00e6e 100644 --- a/languages/ada/app_templates/adahello/CMakeLists.txt +++ b/languages/ada/app_templates/adahello/CMakeLists.txt @@ -11,7 +11,7 @@ add_custom_target( adahello.tar.gz ALL COMMAND - tar zcf adahello.tar.gz -C ${CMAKE_CURRENT_SOURCE_DIR} main.adb app.kdevelop ada-Makefile app.kdevelop.filelist ) + tar zcf adahello.tar.gz -C ${CMAKE_CURRENT_SOURCE_DIR} main.adb app.tdevelop ada-Makefile app.tdevelop.filelist ) install( FILES ${CMAKE_CURRENT_BINARY_DIR}/adahello.tar.gz adahello.png diff --git a/languages/ada/app_templates/adahello/Makefile.am b/languages/ada/app_templates/adahello/Makefile.am index 45e04df7..5a970c91 100644 --- a/languages/ada/app_templates/adahello/Makefile.am +++ b/languages/ada/app_templates/adahello/Makefile.am @@ -1,4 +1,4 @@ -dataFiles = main.adb app.kdevelop ada-Makefile app.kdevelop.filelist +dataFiles = main.adb app.tdevelop ada-Makefile app.tdevelop.filelist ### no need to change below: template_DATA = adahello.kdevtemplate diff --git a/languages/ada/app_templates/adahello/adahello.kdevtemplate b/languages/ada/app_templates/adahello/adahello.kdevtemplate index 380f739b..0cc09da2 100644 --- a/languages/ada/app_templates/adahello/adahello.kdevtemplate +++ b/languages/ada/app_templates/adahello/adahello.kdevtemplate @@ -70,13 +70,13 @@ Archive=adahello.tar.gz [GNU] Type=include -File=%{kdevelop}/template-common/gnu.kdevtemplate +File=%{tdevelop}/template-common/gnu.kdevtemplate [FILE1] Type=install EscapeXML=true -Source=%{src}/app.kdevelop -Dest=%{dest}/%{APPNAMELC}.kdevelop +Source=%{src}/app.tdevelop +Dest=%{dest}/%{APPNAMELC}.tdevelop [FILE2] Type=install @@ -85,8 +85,8 @@ Dest=%{dest}/Makefile [FILE3] Type=install -Source=%{src}/app.kdevelop.filelist -Dest=%{dest}/%{APPNAMELC}.kdevelop.filelist +Source=%{src}/app.tdevelop.filelist +Dest=%{dest}/%{APPNAMELC}.tdevelop.filelist [MkDir1] Type=mkdir diff --git a/languages/ada/app_templates/adahello/app.kdevelop b/languages/ada/app_templates/adahello/app.kdevelop index b430f6e8..a94f7e34 100644 --- a/languages/ada/app_templates/adahello/app.kdevelop +++ b/languages/ada/app_templates/adahello/app.kdevelop @@ -1,5 +1,5 @@ - + %{AUTHOR} %{EMAIL} @@ -81,4 +81,4 @@ - + diff --git a/languages/ada/backgroundparser.cpp b/languages/ada/backgroundparser.cpp index 2ee39af8..f38491b9 100644 --- a/languages/ada/backgroundparser.cpp +++ b/languages/ada/backgroundparser.cpp @@ -1,6 +1,6 @@ /*************************************************************************** * Copyright (C) 2002 by Roberto Raggi * - * roberto@kdevelop.org * + * roberto@tdevelop.org * * * * This program is free software; you can redistribute it and/or modify * * it under the terms of the GNU General Public License as published by * diff --git a/languages/ada/backgroundparser.h b/languages/ada/backgroundparser.h index e07ff55f..0285ebb6 100644 --- a/languages/ada/backgroundparser.h +++ b/languages/ada/backgroundparser.h @@ -1,6 +1,6 @@ /* * Copyright (C) 2002 by Roberto Raggi - * roberto@kdevelop.org + * roberto@tdevelop.org * Copyright (C) 2003 Oliver Kellogg * okellogg@users.sourceforge.net * diff --git a/languages/ada/doc/ada.toc b/languages/ada/doc/ada.toc index 434a5b6a..cb990b7a 100644 --- a/languages/ada/doc/ada.toc +++ b/languages/ada/doc/ada.toc @@ -1,5 +1,5 @@ - - + + Ada @@ -127,4 +127,4 @@ - + diff --git a/languages/ada/doc/ada_bugs_gcc.toc b/languages/ada/doc/ada_bugs_gcc.toc index 9c543f0c..0740e7d2 100644 --- a/languages/ada/doc/ada_bugs_gcc.toc +++ b/languages/ada/doc/ada_bugs_gcc.toc @@ -1,7 +1,7 @@ - - + + Ada bugs (GCC) - + diff --git a/languages/ada/problemreporter.cpp b/languages/ada/problemreporter.cpp index 616f8449..39bbd91d 100644 --- a/languages/ada/problemreporter.cpp +++ b/languages/ada/problemreporter.cpp @@ -1,5 +1,5 @@ /* - Copyright (C) 2002 by Roberto Raggi + Copyright (C) 2002 by Roberto Raggi Copyright (C) 2003 Oliver Kellogg This library is free software; you can redistribute it and/or @@ -26,7 +26,7 @@ #include -#include +#include #include #include #include diff --git a/languages/ada/problemreporter.h b/languages/ada/problemreporter.h index 5ac12154..dfad5a82 100644 --- a/languages/ada/problemreporter.h +++ b/languages/ada/problemreporter.h @@ -1,5 +1,5 @@ /* - Copyright (C) 2002 by Roberto Raggi + Copyright (C) 2002 by Roberto Raggi Copyright (C) 2003 Oliver Kellogg This library is free software; you can redistribute it and/or diff --git a/languages/bash/CMakeLists.txt b/languages/bash/CMakeLists.txt index 0d887e4a..9998693d 100644 --- a/languages/bash/CMakeLists.txt +++ b/languages/bash/CMakeLists.txt @@ -37,6 +37,6 @@ install( FILES kdevbashsupport.rc DESTINATION ${DATA_INSTALL_DIR}/kdevbashsuppor tde_add_kpart( libkdevbashsupport AUTOMOC SOURCES bashsupport_part.cpp - LINK kdevelop-shared + LINK tdevelop-shared DESTINATION ${PLUGIN_INSTALL_DIR} ) diff --git a/languages/bash/Makefile.am b/languages/bash/Makefile.am index 90b94689..5916563a 100644 --- a/languages/bash/Makefile.am +++ b/languages/bash/Makefile.am @@ -7,7 +7,7 @@ SUBDIRS = app_templates doc kde_module_LTLIBRARIES = libkdevbashsupport.la libkdevbashsupport_la_LDFLAGS = $(all_libraries) $(KDE_PLUGIN) -libkdevbashsupport_la_LIBADD = $(top_builddir)/lib/libkdevelop.la +libkdevbashsupport_la_LIBADD = $(top_builddir)/lib/libtdevelop.la libkdevbashsupport_la_SOURCES = bashsupport_part.cpp diff --git a/languages/bash/app_templates/CMakeLists.txt b/languages/bash/app_templates/CMakeLists.txt index 7aa79062..57aef895 100644 --- a/languages/bash/app_templates/CMakeLists.txt +++ b/languages/bash/app_templates/CMakeLists.txt @@ -13,4 +13,4 @@ add_subdirectory( bashhello ) install( FILES bash.appwizard - DESTINATION ${DATA_INSTALL_DIR}/kdevelop/profiles/IDE/ScriptingLanguageIDE/ShellIDE ) + DESTINATION ${DATA_INSTALL_DIR}/tdevelop/profiles/IDE/ScriptingLanguageIDE/ShellIDE ) diff --git a/languages/bash/app_templates/Makefile.am b/languages/bash/app_templates/Makefile.am index 7dbe86af..ef118c97 100644 --- a/languages/bash/app_templates/Makefile.am +++ b/languages/bash/app_templates/Makefile.am @@ -1,3 +1,3 @@ SUBDIRS = bashhello -profilesdir = $(kde_datadir)/kdevelop/profiles/IDE/ScriptingLanguageIDE/ShellIDE +profilesdir = $(kde_datadir)/tdevelop/profiles/IDE/ScriptingLanguageIDE/ShellIDE profiles_DATA = bash.appwizard diff --git a/languages/bash/app_templates/bashhello/CMakeLists.txt b/languages/bash/app_templates/bashhello/CMakeLists.txt index 3e7aba81..69abf15c 100644 --- a/languages/bash/app_templates/bashhello/CMakeLists.txt +++ b/languages/bash/app_templates/bashhello/CMakeLists.txt @@ -11,7 +11,7 @@ add_custom_target( bashhello.tar.gz ALL COMMAND - tar zcf bashhello.tar.gz -C ${CMAKE_CURRENT_SOURCE_DIR} app.sh app.kdevelop ) + tar zcf bashhello.tar.gz -C ${CMAKE_CURRENT_SOURCE_DIR} app.sh app.tdevelop ) install( FILES ${CMAKE_CURRENT_BINARY_DIR}/bashhello.tar.gz bashhello.png diff --git a/languages/bash/app_templates/bashhello/Makefile.am b/languages/bash/app_templates/bashhello/Makefile.am index 45e403b8..b26692b4 100644 --- a/languages/bash/app_templates/bashhello/Makefile.am +++ b/languages/bash/app_templates/bashhello/Makefile.am @@ -1,4 +1,4 @@ -dataFiles = app.sh app.kdevelop +dataFiles = app.sh app.tdevelop templateName = bashhello ### no need to change below: diff --git a/languages/bash/app_templates/bashhello/app.kdevelop b/languages/bash/app_templates/bashhello/app.kdevelop index 40e783a4..cab08799 100644 --- a/languages/bash/app_templates/bashhello/app.kdevelop +++ b/languages/bash/app_templates/bashhello/app.kdevelop @@ -1,5 +1,5 @@ - + %{AUTHOR} %{EMAIL} @@ -79,4 +79,4 @@ - + diff --git a/languages/bash/app_templates/bashhello/bashhello.kdevtemplate b/languages/bash/app_templates/bashhello/bashhello.kdevtemplate index e62b1514..b9e7bd11 100644 --- a/languages/bash/app_templates/bashhello/bashhello.kdevtemplate +++ b/languages/bash/app_templates/bashhello/bashhello.kdevtemplate @@ -69,8 +69,8 @@ Archive=bashhello.tar.gz [FILE1] Type=install EscapeXML=true -Source=%{src}/app.kdevelop -Dest=%{dest}/%{APPNAMELC}.kdevelop +Source=%{src}/app.tdevelop +Dest=%{dest}/%{APPNAMELC}.tdevelop [FILE2] Type=install diff --git a/languages/bash/doc/bash.toc b/languages/bash/doc/bash.toc index 060c59c7..75151d6b 100644 --- a/languages/bash/doc/bash.toc +++ b/languages/bash/doc/bash.toc @@ -1,5 +1,5 @@ - - + + Bash Reference Manual @@ -76,5 +76,5 @@ - + diff --git a/languages/bash/doc/bash_bugs.toc b/languages/bash/doc/bash_bugs.toc index aa7b42e3..6ba61863 100644 --- a/languages/bash/doc/bash_bugs.toc +++ b/languages/bash/doc/bash_bugs.toc @@ -1,7 +1,7 @@ - - + + Bash bugs - + diff --git a/languages/cpp/Makefile.am b/languages/cpp/Makefile.am index 30ba6d44..7c506ac1 100644 --- a/languages/cpp/Makefile.am +++ b/languages/cpp/Makefile.am @@ -12,7 +12,7 @@ INCLUDES = -I$(top_srcdir)/languages/lib/designer_integration \ kde_module_LTLIBRARIES = libkdevcppsupport.la libkdevcppsupport_la_LDFLAGS = $(all_libraries) $(KDE_PLUGIN) -libkdevcppsupport_la_LIBADD = $(top_builddir)/lib/libkdevelop.la \ +libkdevcppsupport_la_LIBADD = $(top_builddir)/lib/libtdevelop.la \ $(top_builddir)/lib/catalog/libkdevcatalog.la $(top_builddir)/lib/cppparser/libkdevcppparser.la \ $(top_builddir)/languages/lib/interfaces/liblang_interfaces.la \ $(top_builddir)/languages/lib/designer_integration/libdesignerintegration.la $(top_builddir)/lib/interfaces/libkdevinterfaces.la diff --git a/languages/cpp/README.dox b/languages/cpp/README.dox index 3078ec53..04c7fe30 100644 --- a/languages/cpp/README.dox +++ b/languages/cpp/README.dox @@ -8,9 +8,9 @@ then you can play with KDevPCSImporter the code of the dialog is in languages/cp and of course lib/interfaces/kdevpcsimporter.* and if you want play with the c++ parser go to lib/cppparser/, the best is to start to read driver.* -\authors Roberto Raggi +\authors Roberto Raggi -\maintainer Roberto Raggi +\maintainer Roberto Raggi \feature supports C/C++ language \feature can do code completion @@ -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 LangSupporttqStatus 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/addattributedialog.cpp b/languages/cpp/addattributedialog.cpp index fcc59880..69d373fd 100644 --- a/languages/cpp/addattributedialog.cpp +++ b/languages/cpp/addattributedialog.cpp @@ -1,5 +1,5 @@ /* -* Copyright (C) 2003 Roberto Raggi (roberto@kdevelop.org) +* Copyright (C) 2003 Roberto Raggi (roberto@tdevelop.org) * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public diff --git a/languages/cpp/addattributedialog.h b/languages/cpp/addattributedialog.h index 948eefa7..73d2013a 100644 --- a/languages/cpp/addattributedialog.h +++ b/languages/cpp/addattributedialog.h @@ -1,5 +1,5 @@ /* -* Copyright (C) 2003 Roberto Raggi (roberto@kdevelop.org) +* Copyright (C) 2003 Roberto Raggi (roberto@tdevelop.org) * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public diff --git a/languages/cpp/addmethoddialog.cpp b/languages/cpp/addmethoddialog.cpp index b7ffe02c..6f13ed91 100644 --- a/languages/cpp/addmethoddialog.cpp +++ b/languages/cpp/addmethoddialog.cpp @@ -1,5 +1,5 @@ /* -* Copyright (C) 2003 Roberto Raggi (roberto@kdevelop.org) +* Copyright (C) 2003 Roberto Raggi (roberto@tdevelop.org) * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public diff --git a/languages/cpp/addmethoddialog.h b/languages/cpp/addmethoddialog.h index f0bb1f2d..9a3c52f1 100644 --- a/languages/cpp/addmethoddialog.h +++ b/languages/cpp/addmethoddialog.h @@ -1,5 +1,5 @@ /* -* Copyright (C) 2003 Roberto Raggi (roberto@kdevelop.org) +* Copyright (C) 2003 Roberto Raggi (roberto@tdevelop.org) * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public diff --git a/languages/cpp/app_templates/CMakeLists.txt b/languages/cpp/app_templates/CMakeLists.txt index ada04721..77cc1a57 100644 --- a/languages/cpp/app_templates/CMakeLists.txt +++ b/languages/cpp/app_templates/CMakeLists.txt @@ -68,12 +68,12 @@ add_subdirectory( kde4app ) install( FILES c.appwizard - DESTINATION ${DATA_INSTALL_DIR}/kdevelop/profiles/IDE/CompiledLanguageIDE/CandCppIDE/CIDE ) + DESTINATION ${DATA_INSTALL_DIR}/tdevelop/profiles/IDE/CompiledLanguageIDE/CandCppIDE/CIDE ) install( FILES cpp.appwizard - DESTINATION ${DATA_INSTALL_DIR}/kdevelop/profiles/IDE/CompiledLanguageIDE/CandCppIDE/CppIDE ) + DESTINATION ${DATA_INSTALL_DIR}/tdevelop/profiles/IDE/CompiledLanguageIDE/CandCppIDE/CppIDE ) install( FILES kdecpp.appwizard - DESTINATION ${DATA_INSTALL_DIR}/kdevelop/profiles/IDE/CompiledLanguageIDE/CandCppIDE/CppIDE/KDECppIDE ) + DESTINATION ${DATA_INSTALL_DIR}/tdevelop/profiles/IDE/CompiledLanguageIDE/CandCppIDE/CppIDE/KDECppIDE ) diff --git a/languages/cpp/app_templates/Makefile.am b/languages/cpp/app_templates/Makefile.am index a075677f..024bfaff 100644 --- a/languages/cpp/app_templates/Makefile.am +++ b/languages/cpp/app_templates/Makefile.am @@ -1,10 +1,10 @@ SUBDIRS = kapp kpartapp kpartplugin kcmodule kicker kioslave kdevpart kdevpart2 chello cpphello kscreensaver kofficepart chello_gba dcopservice konqnavpanel qmakesimple qmakeapp qt4makeapp khello khello2 kateplugin kateplugin2 qtopiaapp kdedcop wxhello cppsdlhello kconfig35 kdevlang noatunvisual noatunui kmod kfileplugin clanlib opieapp opieapplet opieinput opiemenu opienet opietoday kxt gtk2mmapp cppcurseshello win32hello win32gui cmakesimple cmakesimplec cmakelibcpp cmakelibc kscons_kxt kscons_kmdi qt4hello qmakeempty automakeempty makefileempty qtopia4app kde4app -profilescdir = $(kde_datadir)/kdevelop/profiles/IDE/CompiledLanguageIDE/CandCppIDE/CIDE +profilescdir = $(kde_datadir)/tdevelop/profiles/IDE/CompiledLanguageIDE/CandCppIDE/CIDE profilesc_DATA = c.appwizard -profilescppdir = $(kde_datadir)/kdevelop/profiles/IDE/CompiledLanguageIDE/CandCppIDE/CppIDE +profilescppdir = $(kde_datadir)/tdevelop/profiles/IDE/CompiledLanguageIDE/CandCppIDE/CppIDE profilescpp_DATA = cpp.appwizard -profileskdecppdir = $(kde_datadir)/kdevelop/profiles/IDE/CompiledLanguageIDE/CandCppIDE/CppIDE/KDECppIDE +profileskdecppdir = $(kde_datadir)/tdevelop/profiles/IDE/CompiledLanguageIDE/CandCppIDE/CppIDE/KDECppIDE profileskdecpp_DATA = kdecpp.appwizard diff --git a/languages/cpp/app_templates/automakeempty/CMakeLists.txt b/languages/cpp/app_templates/automakeempty/CMakeLists.txt index 9639ee4e..6785106a 100644 --- a/languages/cpp/app_templates/automakeempty/CMakeLists.txt +++ b/languages/cpp/app_templates/automakeempty/CMakeLists.txt @@ -12,7 +12,7 @@ add_custom_target( automakeempty.tar.gz ALL COMMAND tar zcf automakeempty.tar.gz -C ${CMAKE_CURRENT_SOURCE_DIR} automakeempty-Makefile.am automakeempty-Makefile.cvs - configure.in automakeempty.png app.kdevelop + configure.in automakeempty.png app.tdevelop ) diff --git a/languages/cpp/app_templates/automakeempty/Makefile.am b/languages/cpp/app_templates/automakeempty/Makefile.am index 461e4322..06f9a94c 100644 --- a/languages/cpp/app_templates/automakeempty/Makefile.am +++ b/languages/cpp/app_templates/automakeempty/Makefile.am @@ -1,5 +1,5 @@ dataFiles = automakeempty-Makefile.am automakeempty-Makefile.cvs \ - configure.in automakeempty.png app.kdevelop + configure.in automakeempty.png app.tdevelop templateName = automakeempty ### no need to change below: diff --git a/languages/cpp/app_templates/automakeempty/app.kdevelop b/languages/cpp/app_templates/automakeempty/app.kdevelop index 6cadd049..bed072f3 100644 --- a/languages/cpp/app_templates/automakeempty/app.kdevelop +++ b/languages/cpp/app_templates/automakeempty/app.kdevelop @@ -1,5 +1,5 @@ - + %{AUTHOR} %{EMAIL} @@ -98,4 +98,4 @@ %{APPNAMELC}.tag - + diff --git a/languages/cpp/app_templates/automakeempty/automakeempty.kdevtemplate b/languages/cpp/app_templates/automakeempty/automakeempty.kdevtemplate index db3cdd13..a99dde66 100644 --- a/languages/cpp/app_templates/automakeempty/automakeempty.kdevtemplate +++ b/languages/cpp/app_templates/automakeempty/automakeempty.kdevtemplate @@ -48,16 +48,16 @@ Archive=automakeempty.tar.gz [FILE1] Type=install EscapeXML=true -Source=%{src}/app.kdevelop -Dest=%{dest}/%{APPNAMELC}.kdevelop +Source=%{src}/app.tdevelop +Dest=%{dest}/%{APPNAMELC}.tdevelop [INCADMIN] Type=include -File=%{kdevelop}/template-common/incadmin.kdevtemplate +File=%{tdevelop}/template-common/incadmin.kdevtemplate [GNU] Type=include -File=%{kdevelop}/template-common/gnu.kdevtemplate +File=%{tdevelop}/template-common/gnu.kdevtemplate [FILE2] Type=install diff --git a/languages/cpp/app_templates/chello/CMakeLists.txt b/languages/cpp/app_templates/chello/CMakeLists.txt index afe494d9..5d792072 100644 --- a/languages/cpp/app_templates/chello/CMakeLists.txt +++ b/languages/cpp/app_templates/chello/CMakeLists.txt @@ -12,7 +12,7 @@ add_custom_target( chello.tar.gz ALL COMMAND tar zcf chello.tar.gz -C ${CMAKE_CURRENT_SOURCE_DIR} main.c src-Makefile.am c-Makefile.am c-Makefile.cvs - configure.in chello.png app.kdevelop + configure.in chello.png app.tdevelop ) diff --git a/languages/cpp/app_templates/chello/Makefile.am b/languages/cpp/app_templates/chello/Makefile.am index f7c9742a..0a51e6fd 100644 --- a/languages/cpp/app_templates/chello/Makefile.am +++ b/languages/cpp/app_templates/chello/Makefile.am @@ -1,5 +1,5 @@ dataFiles = main.c src-Makefile.am c-Makefile.am c-Makefile.cvs \ - configure.in chello.png app.kdevelop + configure.in chello.png app.tdevelop templateName = chello diff --git a/languages/cpp/app_templates/chello/app.kdevelop b/languages/cpp/app_templates/chello/app.kdevelop index 521c9f89..c5c04cbf 100644 --- a/languages/cpp/app_templates/chello/app.kdevelop +++ b/languages/cpp/app_templates/chello/app.kdevelop @@ -1,5 +1,5 @@ - + %{AUTHOR} %{EMAIL} @@ -104,4 +104,4 @@ %{APPNAMELC}.tag - + diff --git a/languages/cpp/app_templates/chello/chello.kdevtemplate b/languages/cpp/app_templates/chello/chello.kdevtemplate index 8f2ea5dc..10f700c3 100644 --- a/languages/cpp/app_templates/chello/chello.kdevtemplate +++ b/languages/cpp/app_templates/chello/chello.kdevtemplate @@ -211,16 +211,16 @@ Archive=chello.tar.gz [INCADMIN] Type=include -File=%{kdevelop}/template-common/incadmin.kdevtemplate +File=%{tdevelop}/template-common/incadmin.kdevtemplate [GNU] Type=include -File=%{kdevelop}/template-common/gnu.kdevtemplate +File=%{tdevelop}/template-common/gnu.kdevtemplate [FILE1] Type=install -Source=%{src}/app.kdevelop -Dest=%{dest}/%{APPNAMELC}.kdevelop +Source=%{src}/app.tdevelop +Dest=%{dest}/%{APPNAMELC}.tdevelop [FILE2] Type=install diff --git a/languages/cpp/app_templates/chello_gba/CMakeLists.txt b/languages/cpp/app_templates/chello_gba/CMakeLists.txt index 3011e87e..b11230fe 100644 --- a/languages/cpp/app_templates/chello_gba/CMakeLists.txt +++ b/languages/cpp/app_templates/chello_gba/CMakeLists.txt @@ -13,7 +13,7 @@ add_custom_target( chellogba.tar.gz ALL COMMAND tar zcf chellogba.tar.gz -C ${CMAKE_CURRENT_SOURCE_DIR} main.c font.raw.c master.pal.c src-Makefile.am c-Makefile.am c-Makefile.cvs configure.in chellogba.png - app.kdevelop main.h gba.h font.bmp README.devel + app.tdevelop main.h gba.h font.bmp README.devel ) diff --git a/languages/cpp/app_templates/chello_gba/Makefile.am b/languages/cpp/app_templates/chello_gba/Makefile.am index 2a72573e..fbc6c2b4 100644 --- a/languages/cpp/app_templates/chello_gba/Makefile.am +++ b/languages/cpp/app_templates/chello_gba/Makefile.am @@ -1,5 +1,5 @@ dataFiles = main.c font.raw.c master.pal.c src-Makefile.am c-Makefile.am \ - c-Makefile.cvs configure.in chellogba.png app.kdevelop \ + c-Makefile.cvs configure.in chellogba.png app.tdevelop \ main.h gba.h font.bmp README.devel templateName = chellogba diff --git a/languages/cpp/app_templates/chello_gba/README.devel b/languages/cpp/app_templates/chello_gba/README.devel index a7cdcc75..8fbc0285 100644 --- a/languages/cpp/app_templates/chello_gba/README.devel +++ b/languages/cpp/app_templates/chello_gba/README.devel @@ -26,5 +26,5 @@ You can download the emulator from: http://vboy.emuhq.com/ Have fun! -Please report bugs,wishes,problems.. to smeier@kdevelop.org (Sandy Meier) +Please report bugs,wishes,problems.. to smeier@tdevelop.org (Sandy Meier) diff --git a/languages/cpp/app_templates/chello_gba/app.kdevelop b/languages/cpp/app_templates/chello_gba/app.kdevelop index 0025fd02..b507444e 100644 --- a/languages/cpp/app_templates/chello_gba/app.kdevelop +++ b/languages/cpp/app_templates/chello_gba/app.kdevelop @@ -1,5 +1,5 @@ - + %{AUTHOR} %{EMAIL} @@ -97,4 +97,4 @@ %{APPNAMELC}.tag - + diff --git a/languages/cpp/app_templates/chello_gba/chellogba.kdevtemplate b/languages/cpp/app_templates/chello_gba/chellogba.kdevtemplate index 7a3ba857..10684d2c 100644 --- a/languages/cpp/app_templates/chello_gba/chellogba.kdevtemplate +++ b/languages/cpp/app_templates/chello_gba/chellogba.kdevtemplate @@ -68,17 +68,17 @@ Archive=chellogba.tar.gz [INCADMIN] Type=include -File=%{kdevelop}/template-common/incadmin.kdevtemplate +File=%{tdevelop}/template-common/incadmin.kdevtemplate [GNU] Type=include -File=%{kdevelop}/template-common/gnu.kdevtemplate +File=%{tdevelop}/template-common/gnu.kdevtemplate [FILE1] Type=install EscapeXML=true -Source=%{src}/app.kdevelop -Dest=%{dest}/%{APPNAMELC}.kdevelop +Source=%{src}/app.tdevelop +Dest=%{dest}/%{APPNAMELC}.tdevelop [FILE2] Type=install diff --git a/languages/cpp/app_templates/clanlib/CMakeLists.txt b/languages/cpp/app_templates/clanlib/CMakeLists.txt index 955dcc81..e0b99cc2 100644 --- a/languages/cpp/app_templates/clanlib/CMakeLists.txt +++ b/languages/cpp/app_templates/clanlib/CMakeLists.txt @@ -11,7 +11,7 @@ add_custom_target( clanlib.tar.gz ALL COMMAND tar zcf clanlib.tar.gz -C ${CMAKE_CURRENT_SOURCE_DIR} - src-Makefile.am app-Makefile.am main.cpp app.kdevelop + src-Makefile.am app-Makefile.am main.cpp app.tdevelop app-configure.in app-autogen.sh ) diff --git a/languages/cpp/app_templates/clanlib/Makefile.am b/languages/cpp/app_templates/clanlib/Makefile.am index f4a650af..84e0459b 100644 --- a/languages/cpp/app_templates/clanlib/Makefile.am +++ b/languages/cpp/app_templates/clanlib/Makefile.am @@ -1,4 +1,4 @@ -dataFiles = src-Makefile.am app-Makefile.am main.cpp app.kdevelop \ +dataFiles = src-Makefile.am app-Makefile.am main.cpp app.tdevelop \ app-configure.in app-autogen.sh templateName = clanlib diff --git a/languages/cpp/app_templates/clanlib/app.kdevelop b/languages/cpp/app_templates/clanlib/app.kdevelop index c0d5c286..2a9f649a 100644 --- a/languages/cpp/app_templates/clanlib/app.kdevelop +++ b/languages/cpp/app_templates/clanlib/app.kdevelop @@ -1,5 +1,5 @@ - + %{AUTHOR} %{EMAIL} @@ -103,4 +103,4 @@ %{APPNAMELC}.tag - + diff --git a/languages/cpp/app_templates/clanlib/clanlib.kdevtemplate b/languages/cpp/app_templates/clanlib/clanlib.kdevtemplate index 1e7b2677..38bf8ccf 100644 --- a/languages/cpp/app_templates/clanlib/clanlib.kdevtemplate +++ b/languages/cpp/app_templates/clanlib/clanlib.kdevtemplate @@ -68,13 +68,13 @@ Archive=clanlib.tar.gz [GNU] Type=include -File=%{kdevelop}/template-common/gnu.kdevtemplate +File=%{tdevelop}/template-common/gnu.kdevtemplate [FILE1] Type=install EscapeXML=true -Source=%{src}/app.kdevelop -Dest=%{dest}/%{APPNAMELC}.kdevelop +Source=%{src}/app.tdevelop +Dest=%{dest}/%{APPNAMELC}.tdevelop [FILE2] Type=install diff --git a/languages/cpp/app_templates/cmakesimple/README b/languages/cpp/app_templates/cmakesimple/README index 1a96a1e8..da6a617c 100644 --- a/languages/cpp/app_templates/cmakesimple/README +++ b/languages/cpp/app_templates/cmakesimple/README @@ -11,7 +11,7 @@ this application template. ----------------------------------------------- * REQUIREMENTS * - Qt version might be 3.3.4 or 3.3.5 -- kdelibs 3.5 and kdelibs headers 3.5 (devel package) in order to build this template. +- tdelibs 3.5 and tdelibs headers 3.5 (devel package) in order to build this template. - cmake (http://www.cmake.org/) version 2.1 or 2.2 in your PATH ----------------------------------------------- diff --git a/languages/cpp/app_templates/cppcurseshello/CMakeLists.txt b/languages/cpp/app_templates/cppcurseshello/CMakeLists.txt index 1bfd8cd0..ccb2dd4a 100644 --- a/languages/cpp/app_templates/cppcurseshello/CMakeLists.txt +++ b/languages/cpp/app_templates/cppcurseshello/CMakeLists.txt @@ -12,7 +12,7 @@ add_custom_target( cppcurseshello.tar.gz ALL COMMAND tar zcf cppcurseshello.tar.gz -C ${CMAKE_CURRENT_SOURCE_DIR} main.cpp src-Makefile.am cpp-Makefile.am cpp-Makefile.cvs - app-configure.in app.kdevelop + app-configure.in app.tdevelop ) diff --git a/languages/cpp/app_templates/cppcurseshello/Makefile.am b/languages/cpp/app_templates/cppcurseshello/Makefile.am index 3f6f64af..ef3623f6 100644 --- a/languages/cpp/app_templates/cppcurseshello/Makefile.am +++ b/languages/cpp/app_templates/cppcurseshello/Makefile.am @@ -1,5 +1,5 @@ dataFiles = main.cpp src-Makefile.am cpp-Makefile.am cpp-Makefile.cvs\ - app-configure.in app.kdevelop + app-configure.in app.tdevelop templateName = cppcurseshello ### no need to change below: diff --git a/languages/cpp/app_templates/cppcurseshello/app.kdevelop b/languages/cpp/app_templates/cppcurseshello/app.kdevelop index c7498e39..de718054 100644 --- a/languages/cpp/app_templates/cppcurseshello/app.kdevelop +++ b/languages/cpp/app_templates/cppcurseshello/app.kdevelop @@ -1,5 +1,5 @@ - + %{AUTHOR} %{EMAIL} @@ -102,4 +102,4 @@ %{APPNAMELC}.tag - + diff --git a/languages/cpp/app_templates/cppcurseshello/cppcurseshello.kdevtemplate b/languages/cpp/app_templates/cppcurseshello/cppcurseshello.kdevtemplate index 451999a3..b1da70a6 100644 --- a/languages/cpp/app_templates/cppcurseshello/cppcurseshello.kdevtemplate +++ b/languages/cpp/app_templates/cppcurseshello/cppcurseshello.kdevtemplate @@ -68,17 +68,17 @@ Archive=cppcurseshello.tar.gz [INCADMIN] Type=include -File=%{kdevelop}/template-common/incadmin.kdevtemplate +File=%{tdevelop}/template-common/incadmin.kdevtemplate [GNU] Type=include -File=%{kdevelop}/template-common/gnu.kdevtemplate +File=%{tdevelop}/template-common/gnu.kdevtemplate [FILE1] Type=install EscapeXML=true -Source=%{src}/app.kdevelop -Dest=%{dest}/%{APPNAMELC}.kdevelop +Source=%{src}/app.tdevelop +Dest=%{dest}/%{APPNAMELC}.tdevelop [FILE2] Type=install diff --git a/languages/cpp/app_templates/cpphello/CMakeLists.txt b/languages/cpp/app_templates/cpphello/CMakeLists.txt index d8f7f8cc..d77effea 100644 --- a/languages/cpp/app_templates/cpphello/CMakeLists.txt +++ b/languages/cpp/app_templates/cpphello/CMakeLists.txt @@ -12,7 +12,7 @@ add_custom_target( cpphello.tar.gz ALL COMMAND tar zcf cpphello.tar.gz -C ${CMAKE_CURRENT_SOURCE_DIR} main.cpp src-Makefile.am cpp-Makefile.am cpp-Makefile.cvs - configure.in cpphello.png app.kdevelop + configure.in cpphello.png app.tdevelop ) diff --git a/languages/cpp/app_templates/cpphello/Makefile.am b/languages/cpp/app_templates/cpphello/Makefile.am index 49bd1b67..2ba017c2 100644 --- a/languages/cpp/app_templates/cpphello/Makefile.am +++ b/languages/cpp/app_templates/cpphello/Makefile.am @@ -1,5 +1,5 @@ dataFiles = main.cpp src-Makefile.am cpp-Makefile.am cpp-Makefile.cvs \ - configure.in cpphello.png app.kdevelop + configure.in cpphello.png app.tdevelop templateName = cpphello ### no need to change below: diff --git a/languages/cpp/app_templates/cpphello/app.kdevelop b/languages/cpp/app_templates/cpphello/app.kdevelop index c7498e39..de718054 100644 --- a/languages/cpp/app_templates/cpphello/app.kdevelop +++ b/languages/cpp/app_templates/cpphello/app.kdevelop @@ -1,5 +1,5 @@ - + %{AUTHOR} %{EMAIL} @@ -102,4 +102,4 @@ %{APPNAMELC}.tag - + diff --git a/languages/cpp/app_templates/cpphello/cpphello.kdevtemplate b/languages/cpp/app_templates/cpphello/cpphello.kdevtemplate index 0b5b9367..2336840b 100644 --- a/languages/cpp/app_templates/cpphello/cpphello.kdevtemplate +++ b/languages/cpp/app_templates/cpphello/cpphello.kdevtemplate @@ -69,17 +69,17 @@ Archive=cpphello.tar.gz [INCADMIN] Type=include -File=%{kdevelop}/template-common/incadmin.kdevtemplate +File=%{tdevelop}/template-common/incadmin.kdevtemplate [GNU] Type=include -File=%{kdevelop}/template-common/gnu.kdevtemplate +File=%{tdevelop}/template-common/gnu.kdevtemplate [FILE1] Type=install EscapeXML=true -Source=%{src}/app.kdevelop -Dest=%{dest}/%{APPNAMELC}.kdevelop +Source=%{src}/app.tdevelop +Dest=%{dest}/%{APPNAMELC}.tdevelop [FILE2] Type=install diff --git a/languages/cpp/app_templates/cppsdlhello/CMakeLists.txt b/languages/cpp/app_templates/cppsdlhello/CMakeLists.txt index 6373f0f0..b5e16259 100644 --- a/languages/cpp/app_templates/cppsdlhello/CMakeLists.txt +++ b/languages/cpp/app_templates/cppsdlhello/CMakeLists.txt @@ -12,7 +12,7 @@ add_custom_target( cppsdlhello.tar.gz ALL COMMAND tar zcf cppsdlhello.tar.gz -C ${CMAKE_CURRENT_SOURCE_DIR} main.cpp src-Makefile.am cpp-Makefile.am cpp-Makefile.cvs - configure.in cppsdlhello.png app.kdevelop acinclude.m4 + configure.in cppsdlhello.png app.tdevelop acinclude.m4 ) diff --git a/languages/cpp/app_templates/cppsdlhello/Makefile.am b/languages/cpp/app_templates/cppsdlhello/Makefile.am index e17785a4..c0357370 100644 --- a/languages/cpp/app_templates/cppsdlhello/Makefile.am +++ b/languages/cpp/app_templates/cppsdlhello/Makefile.am @@ -1,4 +1,4 @@ -dataFiles = main.cpp src-Makefile.am cpp-Makefile.am cpp-Makefile.cvs configure.in cppsdlhello.png app.kdevelop acinclude.m4 +dataFiles = main.cpp src-Makefile.am cpp-Makefile.am cpp-Makefile.cvs configure.in cppsdlhello.png app.tdevelop acinclude.m4 templateName = cppsdlhello ### no need to change below: diff --git a/languages/cpp/app_templates/cppsdlhello/app.kdevelop b/languages/cpp/app_templates/cppsdlhello/app.kdevelop index fadfbadc..08e3056d 100644 --- a/languages/cpp/app_templates/cppsdlhello/app.kdevelop +++ b/languages/cpp/app_templates/cppsdlhello/app.kdevelop @@ -1,5 +1,5 @@ - + %{AUTHOR} %{EMAIL} @@ -100,4 +100,4 @@ %{APPNAMELC}.tag - + diff --git a/languages/cpp/app_templates/cppsdlhello/cppsdlhello.kdevtemplate b/languages/cpp/app_templates/cppsdlhello/cppsdlhello.kdevtemplate index ec4e94b3..864b9769 100644 --- a/languages/cpp/app_templates/cppsdlhello/cppsdlhello.kdevtemplate +++ b/languages/cpp/app_templates/cppsdlhello/cppsdlhello.kdevtemplate @@ -69,17 +69,17 @@ Archive=cppsdlhello.tar.gz [INCADMIN] Type=include -File=%{kdevelop}/template-common/incadmin.kdevtemplate +File=%{tdevelop}/template-common/incadmin.kdevtemplate [GNU] Type=include -File=%{kdevelop}/template-common/gnu.kdevtemplate +File=%{tdevelop}/template-common/gnu.kdevtemplate [FILE1] Type=install EscapeXML=true -Source=%{src}/app.kdevelop -Dest=%{dest}/%{APPNAMELC}.kdevelop +Source=%{src}/app.tdevelop +Dest=%{dest}/%{APPNAMELC}.tdevelop [FILE2] Type=install diff --git a/languages/cpp/app_templates/dcopservice/CMakeLists.txt b/languages/cpp/app_templates/dcopservice/CMakeLists.txt index 91f82605..c3a2397b 100644 --- a/languages/cpp/app_templates/dcopservice/CMakeLists.txt +++ b/languages/cpp/app_templates/dcopservice/CMakeLists.txt @@ -13,7 +13,7 @@ add_custom_target( dcopservice.tar.gz ALL COMMAND tar zcf dcopservice.tar.gz -C ${CMAKE_CURRENT_SOURCE_DIR} dcopservice.desktop dcopservice.png dcopservice.h src-Makefile.am main.cpp dcopservice.cpp - dcopservice.kdevelop subdirs + dcopservice.tdevelop subdirs ) diff --git a/languages/cpp/app_templates/dcopservice/Makefile.am b/languages/cpp/app_templates/dcopservice/Makefile.am index 00875115..dddb4916 100644 --- a/languages/cpp/app_templates/dcopservice/Makefile.am +++ b/languages/cpp/app_templates/dcopservice/Makefile.am @@ -1,5 +1,5 @@ dataFiles = dcopservice.desktop dcopservice.png dcopservice.h \ - src-Makefile.am main.cpp dcopservice.cpp dcopservice.kdevelop \ + src-Makefile.am main.cpp dcopservice.cpp dcopservice.tdevelop \ subdirs templateName = dcopservice diff --git a/languages/cpp/app_templates/dcopservice/dcopservice.kdevelop b/languages/cpp/app_templates/dcopservice/dcopservice.kdevelop index 22681e00..0ee8f3e4 100644 --- a/languages/cpp/app_templates/dcopservice/dcopservice.kdevelop +++ b/languages/cpp/app_templates/dcopservice/dcopservice.kdevelop @@ -1,5 +1,5 @@ - + %{AUTHOR} %{EMAIL} @@ -106,4 +106,4 @@ %{APPNAMELC}.tag - + diff --git a/languages/cpp/app_templates/dcopservice/dcopservice.kdevtemplate b/languages/cpp/app_templates/dcopservice/dcopservice.kdevtemplate index dd950d6d..1b33fee1 100644 --- a/languages/cpp/app_templates/dcopservice/dcopservice.kdevtemplate +++ b/languages/cpp/app_templates/dcopservice/dcopservice.kdevtemplate @@ -69,11 +69,11 @@ Archive=dcopservice.tar.gz [ADMIN] Type=include -File=%{kdevelop}/template-common/admin.kdevtemplate +File=%{tdevelop}/template-common/admin.kdevtemplate [GNU] Type=include -File=%{kdevelop}/template-common/gnu.kdevtemplate +File=%{tdevelop}/template-common/gnu.kdevtemplate [MKDIR_DOCBOOK1] Type=mkdir @@ -85,25 +85,25 @@ Dir=%{dest}/doc/en [FILE1] Type=install -Source=%{kdevelop}/template-common/kde-doc-Makefile.am +Source=%{tdevelop}/template-common/kde-doc-Makefile.am Dest=%{dest}/doc/Makefile.am [FILE2] Type=install -Source=%{kdevelop}/template-common/kde-doc-en-Makefile.am +Source=%{tdevelop}/template-common/kde-doc-en-Makefile.am Dest=%{dest}/doc/en/Makefile.am [FILE3] Type=install EscapeXML=true -Source=%{kdevelop}/template-common/kde-index.docbook +Source=%{tdevelop}/template-common/kde-index.docbook Dest=%{dest}/doc/en/index.docbook [FILE4] Type=install EscapeXML=true -Source=%{src}/dcopservice.kdevelop -Dest=%{dest}/%{APPNAMELC}.kdevelop +Source=%{src}/dcopservice.tdevelop +Dest=%{dest}/%{APPNAMELC}.tdevelop [MkDir3] Type=mkdir @@ -111,7 +111,7 @@ Dir=%{dest}/src [FILE5] Type=install -Source=%{kdevelop}/template-common/kde-app.lsm +Source=%{tdevelop}/template-common/kde-app.lsm Dest=%{dest}/src/%{APPNAMELC}.lsm [MkDir4] @@ -120,22 +120,22 @@ Dir=%{dest}/po [FILE6] Type=install -Source=%{kdevelop}/template-common/kde-po-Makefile.am +Source=%{tdevelop}/template-common/kde-po-Makefile.am Dest=%{dest}/po/Makefile.am [FILE7] Type=install -Source=%{kdevelop}/template-common/kde-Makefile.am +Source=%{tdevelop}/template-common/kde-Makefile.am Dest=%{dest}/Makefile.am [FILE8] Type=install -Source=%{kdevelop}/template-common/kde-Makefile.cvs +Source=%{tdevelop}/template-common/kde-Makefile.cvs Dest=%{dest}/Makefile.cvs [FILE9] Type=install -Source=%{kdevelop}/template-common/kde-configure.in.in +Source=%{tdevelop}/template-common/kde-configure.in.in Dest=%{dest}/configure.in.in [FILE10] diff --git a/languages/cpp/app_templates/dcopservice/main.cpp b/languages/cpp/app_templates/dcopservice/main.cpp index 55509560..26b81878 100644 --- a/languages/cpp/app_templates/dcopservice/main.cpp +++ b/languages/cpp/app_templates/dcopservice/main.cpp @@ -20,7 +20,7 @@ static KCmdLineOptions options[] = int main (int argc, char *argv[]) { - KLocale::setMainCatalogue("kdelibs"); + KLocale::setMainCatalogue("tdelibs"); KAboutData aboutdata("%{APPNAMELC}", I18N_NOOP("KDE"), version, description, KAboutData::License_GPL, "(C) %{YEAR}, %{AUTHOR}"); diff --git a/languages/cpp/app_templates/generichello/Makefile.am b/languages/cpp/app_templates/generichello/Makefile.am index b558eecd..75bad862 100644 --- a/languages/cpp/app_templates/generichello/Makefile.am +++ b/languages/cpp/app_templates/generichello/Makefile.am @@ -1,4 +1,4 @@ -dataFiles = main.cpp cpphello.png app.kdevelop app.prj +dataFiles = main.cpp cpphello.png app.tdevelop app.prj templateName = cppgenerichello # BELOW is not the GENERIC Template-Template; diff --git a/languages/cpp/app_templates/generichello/app.kdevelop b/languages/cpp/app_templates/generichello/app.kdevelop index c0b6cc1e..63f5ce16 100644 --- a/languages/cpp/app_templates/generichello/app.kdevelop +++ b/languages/cpp/app_templates/generichello/app.kdevelop @@ -1,5 +1,5 @@ - + %{AUTHOR} %{EMAIL} @@ -58,4 +58,4 @@ %{APPNAMELC}.tag - + diff --git a/languages/cpp/app_templates/generichello/generichello.kdevtemplate b/languages/cpp/app_templates/generichello/generichello.kdevtemplate index 2c71b0ad..3440ffa5 100644 --- a/languages/cpp/app_templates/generichello/generichello.kdevtemplate +++ b/languages/cpp/app_templates/generichello/generichello.kdevtemplate @@ -68,13 +68,13 @@ Archive=generichello.tar.gz [GNU] Type=include -File=%{kdevelop}/template-common/gnu.kdevtemplate +File=%{tdevelop}/template-common/gnu.kdevtemplate [FILE1] Type=install EscapeXML=true -Source=%{src}/app.kdevelop -Dest=%{dest}/%{APPNAMELC}.kdevelop +Source=%{src}/app.tdevelop +Dest=%{dest}/%{APPNAMELC}.tdevelop [FILE2] Type=install diff --git a/languages/cpp/app_templates/gnome2mmapp/Makefile.am b/languages/cpp/app_templates/gnome2mmapp/Makefile.am index f86ae76c..9d73ddd6 100644 --- a/languages/cpp/app_templates/gnome2mmapp/Makefile.am +++ b/languages/cpp/app_templates/gnome2mmapp/Makefile.am @@ -1,7 +1,7 @@ dataFiles = acconfig.h autogen.sh gnome2mm.glade main_window.cc \ main_window_glade.hh Makefile.am app-Makefile.am \ configure.in gnome2mm.gladep main_window.hh \ - app.kdevelop gnome2mm.cc gnome2mmapp main_window_glade.cc\ + app.tdevelop gnome2mm.cc gnome2mmapp main_window_glade.cc\ src-Makefile.am config.h gnome2mmapp.png templateName = gnome2mmapp diff --git a/languages/cpp/app_templates/gnome2mmapp/app.kdevelop b/languages/cpp/app_templates/gnome2mmapp/app.kdevelop index 8ccf488a..19fbacb7 100644 --- a/languages/cpp/app_templates/gnome2mmapp/app.kdevelop +++ b/languages/cpp/app_templates/gnome2mmapp/app.kdevelop @@ -1,5 +1,5 @@ - + %{AUTHOR} %{EMAIL} @@ -66,4 +66,4 @@ %{APPNAMELC}.tag - + diff --git a/languages/cpp/app_templates/gnome2mmapp/gnome2mmapp.kdevtemplate b/languages/cpp/app_templates/gnome2mmapp/gnome2mmapp.kdevtemplate index ec101c69..93e2c3e4 100644 --- a/languages/cpp/app_templates/gnome2mmapp/gnome2mmapp.kdevtemplate +++ b/languages/cpp/app_templates/gnome2mmapp/gnome2mmapp.kdevtemplate @@ -67,21 +67,21 @@ Archive=gnome2mmapp.tar.gz [INCADMIN] Type=include -File=%{kdevelop}/template-common/incadmin.kdevtemplate +File=%{tdevelop}/template-common/incadmin.kdevtemplate [GNOME2] Type=include -File=%{kdevelop}/template-common/gnome2.kdevtemplate +File=%{tdevelop}/template-common/gnome2.kdevtemplate [GNU] Type=include -File=%{kdevelop}/template-common/gnu.kdevtemplate +File=%{tdevelop}/template-common/gnu.kdevtemplate [FILE1] Type=install EscapeXML=true -Source=%{src}/app.kdevelop -Dest=%{dest}/%{APPNAMELC}.kdevelop +Source=%{src}/app.tdevelop +Dest=%{dest}/%{APPNAMELC}.tdevelop [FILE2] Type=install diff --git a/languages/cpp/app_templates/gtk2mmapp/CMakeLists.txt b/languages/cpp/app_templates/gtk2mmapp/CMakeLists.txt index b81f3833..45544ac9 100644 --- a/languages/cpp/app_templates/gtk2mmapp/CMakeLists.txt +++ b/languages/cpp/app_templates/gtk2mmapp/CMakeLists.txt @@ -13,7 +13,7 @@ add_custom_target( gtk2mmapp.tar.gz ALL COMMAND tar zcf gtk2mmapp.tar.gz -C ${CMAKE_CURRENT_SOURCE_DIR} acconfig.h autogen.sh gtk2mm.glade main_window.cc main_window_glade.hh Makefile.am app-Makefile.am - configure.in gtk2mm.gladep main_window.hh app.kdevelop + configure.in gtk2mm.gladep main_window.hh app.tdevelop gtk2mm.cc main_window_glade.cc src-Makefile.am config.h gtk2mmapp.png ) diff --git a/languages/cpp/app_templates/gtk2mmapp/Makefile.am b/languages/cpp/app_templates/gtk2mmapp/Makefile.am index 2069ade7..c44ba568 100644 --- a/languages/cpp/app_templates/gtk2mmapp/Makefile.am +++ b/languages/cpp/app_templates/gtk2mmapp/Makefile.am @@ -1,7 +1,7 @@ dataFiles = acconfig.h autogen.sh gtk2mm.glade main_window.cc \ main_window_glade.hh Makefile.am app-Makefile.am \ configure.in gtk2mm.gladep main_window.hh \ - app.kdevelop gtk2mm.cc main_window_glade.cc\ + app.tdevelop gtk2mm.cc main_window_glade.cc\ src-Makefile.am config.h gtk2mmapp.png templateName = gtk2mmapp diff --git a/languages/cpp/app_templates/gtk2mmapp/app.kdevelop b/languages/cpp/app_templates/gtk2mmapp/app.kdevelop index 47330ca2..2ccb9141 100644 --- a/languages/cpp/app_templates/gtk2mmapp/app.kdevelop +++ b/languages/cpp/app_templates/gtk2mmapp/app.kdevelop @@ -1,5 +1,5 @@ - + %{AUTHOR} %{EMAIL} @@ -110,4 +110,4 @@ %{APPNAMELC}.tag - + diff --git a/languages/cpp/app_templates/gtk2mmapp/gtk2mmapp.kdevtemplate b/languages/cpp/app_templates/gtk2mmapp/gtk2mmapp.kdevtemplate index 6d52c9bd..b270e2f0 100644 --- a/languages/cpp/app_templates/gtk2mmapp/gtk2mmapp.kdevtemplate +++ b/languages/cpp/app_templates/gtk2mmapp/gtk2mmapp.kdevtemplate @@ -59,17 +59,17 @@ Archive=gtk2mmapp.tar.gz [INCADMIN] Type=include -File=%{kdevelop}/template-common/incadmin.kdevtemplate +File=%{tdevelop}/template-common/incadmin.kdevtemplate [GNU] Type=include -File=%{kdevelop}/template-common/gnu.kdevtemplate +File=%{tdevelop}/template-common/gnu.kdevtemplate [FILE1] Type=install EscapeXML=true -Source=%{src}/app.kdevelop -Dest=%{dest}/%{APPNAMELC}.kdevelop +Source=%{src}/app.tdevelop +Dest=%{dest}/%{APPNAMELC}.tdevelop [FILE2] Type=install diff --git a/languages/cpp/app_templates/kapp/CMakeLists.txt b/languages/cpp/app_templates/kapp/CMakeLists.txt index 6b736681..bfe6d93d 100644 --- a/languages/cpp/app_templates/kapp/CMakeLists.txt +++ b/languages/cpp/app_templates/kapp/CMakeLists.txt @@ -13,7 +13,7 @@ add_custom_target( kapp.tar.gz ALL COMMAND tar zcf kapp.tar.gz -C ${CMAKE_CURRENT_SOURCE_DIR} app.cpp app.h pref.cpp pref.h appview.cpp appview.h appiface.h app_client.cpp main.cpp appui.rc src-Makefile.am - kapp.png app.kdevelop subdirs README + kapp.png app.tdevelop subdirs README ) diff --git a/languages/cpp/app_templates/kapp/Makefile.am b/languages/cpp/app_templates/kapp/Makefile.am index efe532d3..145551d3 100644 --- a/languages/cpp/app_templates/kapp/Makefile.am +++ b/languages/cpp/app_templates/kapp/Makefile.am @@ -1,6 +1,6 @@ dataFiles = app.cpp app.h pref.cpp pref.h appview.cpp appview.h \ appiface.h app_client.cpp main.cpp appui.rc src-Makefile.am \ - kapp.png app.kdevelop subdirs README + kapp.png app.tdevelop subdirs README templateName = kapp diff --git a/languages/cpp/app_templates/kapp/app.cpp b/languages/cpp/app_templates/kapp/app.cpp index 10046641..f3872d04 100644 --- a/languages/cpp/app_templates/kapp/app.cpp +++ b/languages/cpp/app_templates/kapp/app.cpp @@ -11,7 +11,7 @@ #include #include #include -#include +#include #include #include #include diff --git a/languages/cpp/app_templates/kapp/app.kdevelop b/languages/cpp/app_templates/kapp/app.kdevelop index 07cf3f0f..ff811f76 100644 --- a/languages/cpp/app_templates/kapp/app.kdevelop +++ b/languages/cpp/app_templates/kapp/app.kdevelop @@ -1,5 +1,5 @@ - + %{AUTHOR} %{EMAIL} @@ -165,4 +165,4 @@ %{APPNAMELC}.tag - + diff --git a/languages/cpp/app_templates/kapp/kapp.kdevtemplate b/languages/cpp/app_templates/kapp/kapp.kdevtemplate index 7865c973..c86fde78 100644 --- a/languages/cpp/app_templates/kapp/kapp.kdevtemplate +++ b/languages/cpp/app_templates/kapp/kapp.kdevtemplate @@ -67,11 +67,11 @@ Archive=kapp.tar.gz [ADMIN] Type=include -File=%{kdevelop}/template-common/admin.kdevtemplate +File=%{tdevelop}/template-common/admin.kdevtemplate [GNU] Type=include -File=%{kdevelop}/template-common/gnu.kdevtemplate +File=%{tdevelop}/template-common/gnu.kdevtemplate [MKDIR_DOCBOOK1] Type=mkdir @@ -83,39 +83,39 @@ Dir=%{dest}/doc/en [FILE1] Type=install -Source=%{kdevelop}/template-common/kde-doc-Makefile.am +Source=%{tdevelop}/template-common/kde-doc-Makefile.am Dest=%{dest}/doc/Makefile.am [FILE2] Type=install -Source=%{kdevelop}/template-common/kde-doc-en-Makefile.am +Source=%{tdevelop}/template-common/kde-doc-en-Makefile.am Dest=%{dest}/doc/en/Makefile.am [FILE3] Type=install EscapeXML=true -Source=%{kdevelop}/template-common/kde-index.docbook +Source=%{tdevelop}/template-common/kde-index.docbook Dest=%{dest}/doc/en/index.docbook [FILE4] Type=install EscapeXML=true -Source=%{src}/app.kdevelop -Dest=%{dest}/%{APPNAMELC}.kdevelop +Source=%{src}/app.tdevelop +Dest=%{dest}/%{APPNAMELC}.tdevelop [FILE5] Type=install -Source=%{kdevelop}/template-common/kde-Makefile.am +Source=%{tdevelop}/template-common/kde-Makefile.am Dest=%{dest}/Makefile.am [FILE6] Type=install -Source=%{kdevelop}/template-common/kde-Makefile.cvs +Source=%{tdevelop}/template-common/kde-Makefile.cvs Dest=%{dest}/Makefile.cvs [FILE7] Type=install -Source=%{kdevelop}/template-common/kde-configure.in.in +Source=%{tdevelop}/template-common/kde-configure.in.in Dest=%{dest}/configure.in.in [MkDir3] @@ -124,23 +124,23 @@ Dir=%{dest}/src [FILE8] Type=install -Source=%{kdevelop}/template-common/kde-app.desktop +Source=%{tdevelop}/template-common/kde-app.desktop Dest=%{dest}/src/%{APPNAMELC}.desktop [FILE9] Type=install -Source=%{kdevelop}/template-common/kde-app.lsm +Source=%{tdevelop}/template-common/kde-app.lsm Dest=%{dest}/src/%{APPNAMELC}.lsm [FILE10] Type=install -Source=%{kdevelop}/template-common/hi16-app-app.png +Source=%{tdevelop}/template-common/hi16-app-app.png Dest=%{dest}/src/hi16-app-%{APPNAMELC}.png Process=false [FILE11] Type=install -Source=%{kdevelop}/template-common/hi32-app-app.png +Source=%{tdevelop}/template-common/hi32-app-app.png Dest=%{dest}/src/hi32-app-%{APPNAMELC}.png Process=false @@ -150,7 +150,7 @@ Dir=%{dest}/po [FILE12] Type=install -Source=%{kdevelop}/template-common/kde-po-Makefile.am +Source=%{tdevelop}/template-common/kde-po-Makefile.am Dest=%{dest}/po/Makefile.am [FILE13] diff --git a/languages/cpp/app_templates/kateplugin/CMakeLists.txt b/languages/cpp/app_templates/kateplugin/CMakeLists.txt index 5016f4f3..354218ad 100644 --- a/languages/cpp/app_templates/kateplugin/CMakeLists.txt +++ b/languages/cpp/app_templates/kateplugin/CMakeLists.txt @@ -13,7 +13,7 @@ add_custom_target( kateplugin.tar.gz ALL COMMAND tar zcf kateplugin.tar.gz -C ${CMAKE_CURRENT_SOURCE_DIR} src-Makefile.am plugin_app.cpp plugin_app.h plugin_app.rc hi16-action-plugin.png hi22-action-plugin.png - kateplugin.png plugin.kdevelop subdirs plugin.desktop + kateplugin.png plugin.tdevelop subdirs plugin.desktop ) diff --git a/languages/cpp/app_templates/kateplugin/Makefile.am b/languages/cpp/app_templates/kateplugin/Makefile.am index 62da4d60..81c1a586 100644 --- a/languages/cpp/app_templates/kateplugin/Makefile.am +++ b/languages/cpp/app_templates/kateplugin/Makefile.am @@ -2,7 +2,7 @@ templateName = kateplugin dataFiles = src-Makefile.am plugin_app.cpp plugin_app.h\ plugin_app.rc hi16-action-plugin.png \ hi22-action-plugin.png kateplugin.png \ - plugin.kdevelop subdirs plugin.desktop + plugin.tdevelop subdirs plugin.desktop ### no need to change below: template_DATA = $(templateName).kdevtemplate diff --git a/languages/cpp/app_templates/kateplugin/kateplugin.kdevtemplate b/languages/cpp/app_templates/kateplugin/kateplugin.kdevtemplate index 767a0a57..22895a3b 100644 --- a/languages/cpp/app_templates/kateplugin/kateplugin.kdevtemplate +++ b/languages/cpp/app_templates/kateplugin/kateplugin.kdevtemplate @@ -67,11 +67,11 @@ Archive=kateplugin.tar.gz [ADMIN] Type=include -File=%{kdevelop}/template-common/admin.kdevtemplate +File=%{tdevelop}/template-common/admin.kdevtemplate [GNU] Type=include -File=%{kdevelop}/template-common/gnu.kdevtemplate +File=%{tdevelop}/template-common/gnu.kdevtemplate [MKDIR_DOCBOOK1] Type=mkdir @@ -83,39 +83,39 @@ Dir=%{dest}/doc/en [FILE1] Type=install -Source=%{kdevelop}/template-common/kde-doc-Makefile.am +Source=%{tdevelop}/template-common/kde-doc-Makefile.am Dest=%{dest}/doc/Makefile.am [FILE2] Type=install -Source=%{kdevelop}/template-common/kde-doc-en-Makefile.am +Source=%{tdevelop}/template-common/kde-doc-en-Makefile.am Dest=%{dest}/doc/en/Makefile.am [FILE3] Type=install EscapeXML=true -Source=%{kdevelop}/template-common/kde-index.docbook +Source=%{tdevelop}/template-common/kde-index.docbook Dest=%{dest}/doc/en/index.docbook [FILE4] Type=install EscapeXML=true -Source=%{src}/plugin.kdevelop -Dest=%{dest}/%{APPNAMELC}.kdevelop +Source=%{src}/plugin.tdevelop +Dest=%{dest}/%{APPNAMELC}.tdevelop [FILE5] Type=install -Source=%{kdevelop}/template-common/kde-Makefile.cvs +Source=%{tdevelop}/template-common/kde-Makefile.cvs Dest=%{dest}/Makefile.cvs [FILE6] Type=install -Source=%{kdevelop}/template-common/kde-Makefile.am +Source=%{tdevelop}/template-common/kde-Makefile.am Dest=%{dest}/Makefile.am [FILE7] Type=install -Source=%{kdevelop}/template-common/kde-configure.in.in +Source=%{tdevelop}/template-common/kde-configure.in.in Dest=%{dest}/configure.in.in [MkDir3] @@ -124,7 +124,7 @@ Dir=%{dest}/src [FILE8] Type=install -Source=%{kdevelop}/template-common/kde-app.lsm +Source=%{tdevelop}/template-common/kde-app.lsm Dest=%{dest}/src/%{APPNAMELC}.lsm [MkDir4] @@ -133,7 +133,7 @@ Dir=%{dest}/po [FILE9] Type=install -Source=%{kdevelop}/template-common/kde-po-Makefile.am +Source=%{tdevelop}/template-common/kde-po-Makefile.am Dest=%{dest}/po/Makefile.am [FILE10] diff --git a/languages/cpp/app_templates/kateplugin/plugin.kdevelop b/languages/cpp/app_templates/kateplugin/plugin.kdevelop index 9f0b4ede..661ba143 100644 --- a/languages/cpp/app_templates/kateplugin/plugin.kdevelop +++ b/languages/cpp/app_templates/kateplugin/plugin.kdevelop @@ -1,5 +1,5 @@ - + %{AUTHOR} %{EMAIL} @@ -110,4 +110,4 @@ %{APPNAMELC}.tag - + diff --git a/languages/cpp/app_templates/kateplugin2/CMakeLists.txt b/languages/cpp/app_templates/kateplugin2/CMakeLists.txt index b2b725d2..c4a47fba 100644 --- a/languages/cpp/app_templates/kateplugin2/CMakeLists.txt +++ b/languages/cpp/app_templates/kateplugin2/CMakeLists.txt @@ -13,7 +13,7 @@ add_custom_target( kateplugin2.tar.gz ALL COMMAND tar zcf kateplugin2.tar.gz -C ${CMAKE_CURRENT_SOURCE_DIR} src-Makefile.am plugin_app.cpp plugin_app.h plugin_app.rc hi16-action-plugin.png hi22-action-plugin.png - kateplugin2.png plugin.kdevelop subdirs plugin.desktop + kateplugin2.png plugin.tdevelop subdirs plugin.desktop ) diff --git a/languages/cpp/app_templates/kateplugin2/Makefile.am b/languages/cpp/app_templates/kateplugin2/Makefile.am index 29aea978..b12a6477 100644 --- a/languages/cpp/app_templates/kateplugin2/Makefile.am +++ b/languages/cpp/app_templates/kateplugin2/Makefile.am @@ -1,6 +1,6 @@ dataFiles = src-Makefile.am plugin_app.cpp plugin_app.h \ plugin_app.rc hi16-action-plugin.png hi22-action-plugin.png \ - kateplugin2.png plugin.kdevelop subdirs plugin.desktop + kateplugin2.png plugin.tdevelop subdirs plugin.desktop templateName = kateplugin2 diff --git a/languages/cpp/app_templates/kateplugin2/kateplugin2.kdevtemplate b/languages/cpp/app_templates/kateplugin2/kateplugin2.kdevtemplate index b98ab94f..266120d1 100644 --- a/languages/cpp/app_templates/kateplugin2/kateplugin2.kdevtemplate +++ b/languages/cpp/app_templates/kateplugin2/kateplugin2.kdevtemplate @@ -68,11 +68,11 @@ Archive=kateplugin2.tar.gz [ADMIN] Type=include -File=%{kdevelop}/template-common/admin.kdevtemplate +File=%{tdevelop}/template-common/admin.kdevtemplate [GNU] Type=include -File=%{kdevelop}/template-common/gnu.kdevtemplate +File=%{tdevelop}/template-common/gnu.kdevtemplate [MKDIR_DOCBOOK1] Type=mkdir @@ -84,39 +84,39 @@ Dir=%{dest}/doc/en [FILE1] Type=install -Source=%{kdevelop}/template-common/kde-doc-Makefile.am +Source=%{tdevelop}/template-common/kde-doc-Makefile.am Dest=%{dest}/doc/Makefile.am [FILE2] Type=install -Source=%{kdevelop}/template-common/kde-doc-en-Makefile.am +Source=%{tdevelop}/template-common/kde-doc-en-Makefile.am Dest=%{dest}/doc/en/Makefile.am [FILE3] Type=install EscapeXML=true -Source=%{kdevelop}/template-common/kde-index.docbook +Source=%{tdevelop}/template-common/kde-index.docbook Dest=%{dest}/doc/en/index.docbook [FILE4] Type=install EscapeXML=true -Source=%{src}/plugin.kdevelop -Dest=%{dest}/%{APPNAMELC}.kdevelop +Source=%{src}/plugin.tdevelop +Dest=%{dest}/%{APPNAMELC}.tdevelop [FILE5] Type=install -Source=%{kdevelop}/template-common/kde-Makefile.cvs +Source=%{tdevelop}/template-common/kde-Makefile.cvs Dest=%{dest}/Makefile.cvs [FILE6] Type=install -Source=%{kdevelop}/template-common/kde-Makefile.am +Source=%{tdevelop}/template-common/kde-Makefile.am Dest=%{dest}/Makefile.am [FILE7] Type=install -Source=%{kdevelop}/template-common/kde-configure.in.in +Source=%{tdevelop}/template-common/kde-configure.in.in Dest=%{dest}/configure.in.in [MkDir3] @@ -125,7 +125,7 @@ Dir=%{dest}/src [FILE8] Type=install -Source=%{kdevelop}/template-common/kde-app.lsm +Source=%{tdevelop}/template-common/kde-app.lsm Dest=%{dest}/src/%{APPNAMELC}.lsm [MkDir4] @@ -134,7 +134,7 @@ Dir=%{dest}/po [FILE9] Type=install -Source=%{kdevelop}/template-common/kde-po-Makefile.am +Source=%{tdevelop}/template-common/kde-po-Makefile.am Dest=%{dest}/po/Makefile.am [FILE10] diff --git a/languages/cpp/app_templates/kateplugin2/plugin.kdevelop b/languages/cpp/app_templates/kateplugin2/plugin.kdevelop index cbed4cac..f3123110 100644 --- a/languages/cpp/app_templates/kateplugin2/plugin.kdevelop +++ b/languages/cpp/app_templates/kateplugin2/plugin.kdevelop @@ -1,5 +1,5 @@ - + %{AUTHOR} %{EMAIL} @@ -111,4 +111,4 @@ %{APPNAMELC}.tag - + diff --git a/languages/cpp/app_templates/kcmodule/CMakeLists.txt b/languages/cpp/app_templates/kcmodule/CMakeLists.txt index 16a55571..76c3429d 100644 --- a/languages/cpp/app_templates/kcmodule/CMakeLists.txt +++ b/languages/cpp/app_templates/kcmodule/CMakeLists.txt @@ -11,7 +11,7 @@ add_custom_target( kcmodule.tar.gz ALL COMMAND tar zcf kcmodule.tar.gz -C ${CMAKE_CURRENT_SOURCE_DIR} - module.cpp module.h module.desktop module.kdevelop + module.cpp module.h module.desktop module.tdevelop src-Makefile.am kcmodule.png subdirs ) diff --git a/languages/cpp/app_templates/kcmodule/Makefile.am b/languages/cpp/app_templates/kcmodule/Makefile.am index 66173b12..8542c99c 100644 --- a/languages/cpp/app_templates/kcmodule/Makefile.am +++ b/languages/cpp/app_templates/kcmodule/Makefile.am @@ -1,4 +1,4 @@ -dataFiles = module.cpp module.h module.desktop module.kdevelop \ +dataFiles = module.cpp module.h module.desktop module.tdevelop \ src-Makefile.am kcmodule.png subdirs templateName = kcmodule diff --git a/languages/cpp/app_templates/kcmodule/kcmodule.kdevtemplate b/languages/cpp/app_templates/kcmodule/kcmodule.kdevtemplate index c551eeb5..2710abdb 100644 --- a/languages/cpp/app_templates/kcmodule/kcmodule.kdevtemplate +++ b/languages/cpp/app_templates/kcmodule/kcmodule.kdevtemplate @@ -69,11 +69,11 @@ Archive=kcmodule.tar.gz [ADMIN] Type=include -File=%{kdevelop}/template-common/admin.kdevtemplate +File=%{tdevelop}/template-common/admin.kdevtemplate [GNU] Type=include -File=%{kdevelop}/template-common/gnu.kdevtemplate +File=%{tdevelop}/template-common/gnu.kdevtemplate [MKDIR_DOCBOOK1] Type=mkdir @@ -85,25 +85,25 @@ Dir=%{dest}/doc/en [FILE1] Type=install -Source=%{kdevelop}/template-common/kde-doc-Makefile.am +Source=%{tdevelop}/template-common/kde-doc-Makefile.am Dest=%{dest}/doc/Makefile.am [FILE2] Type=install -Source=%{kdevelop}/template-common/kde-doc-en-Makefile.am +Source=%{tdevelop}/template-common/kde-doc-en-Makefile.am Dest=%{dest}/doc/en/Makefile.am [FILE3] Type=install EscapeXML=true -Source=%{kdevelop}/template-common/kde-index.docbook +Source=%{tdevelop}/template-common/kde-index.docbook Dest=%{dest}/doc/en/index.docbook [FILE4] Type=install EscapeXML=true -Source=%{src}/module.kdevelop -Dest=%{dest}/%{APPNAMELC}.kdevelop +Source=%{src}/module.tdevelop +Dest=%{dest}/%{APPNAMELC}.tdevelop [MkDir3] Type=mkdir @@ -111,22 +111,22 @@ Dir=%{dest}/po [FILE5] Type=install -Source=%{kdevelop}/template-common/kde-po-Makefile.am +Source=%{tdevelop}/template-common/kde-po-Makefile.am Dest=%{dest}/po/Makefile.am [FILE6] Type=install -Source=%{kdevelop}/template-common/kde-Makefile.am +Source=%{tdevelop}/template-common/kde-Makefile.am Dest=%{dest}/Makefile.am [FILE7] Type=install -Source=%{kdevelop}/template-common/kde-Makefile.cvs +Source=%{tdevelop}/template-common/kde-Makefile.cvs Dest=%{dest}/Makefile.cvs [FILE8] Type=install -Source=%{kdevelop}/template-common/kde-configure.in.in +Source=%{tdevelop}/template-common/kde-configure.in.in Dest=%{dest}/configure.in.in [MkDir4] diff --git a/languages/cpp/app_templates/kcmodule/module.kdevelop b/languages/cpp/app_templates/kcmodule/module.kdevelop index 76412de2..6ca41ef9 100644 --- a/languages/cpp/app_templates/kcmodule/module.kdevelop +++ b/languages/cpp/app_templates/kcmodule/module.kdevelop @@ -1,5 +1,5 @@ - + %{AUTHOR} %{EMAIL} @@ -110,4 +110,4 @@ %{APPNAMELC}.tag - + diff --git a/languages/cpp/app_templates/kconfig35/CMakeLists.txt b/languages/cpp/app_templates/kconfig35/CMakeLists.txt index 9756386e..412cabdf 100644 --- a/languages/cpp/app_templates/kconfig35/CMakeLists.txt +++ b/languages/cpp/app_templates/kconfig35/CMakeLists.txt @@ -12,7 +12,7 @@ add_custom_target( kconfig35.tar.gz ALL COMMAND tar zcf kconfig35.tar.gz -C ${CMAKE_CURRENT_SOURCE_DIR} src-Makefile.am app.cpp app.h main.cpp appui.rc - app.kdevelop subdirs app.desktop kxt35.png appview.h + app.tdevelop subdirs app.desktop kxt35.png appview.h appview.cpp appview_base.ui prefs-base.ui prefs.cpp prefs.h app.kcfg settings.kcfgc README src-configure.in.in ) diff --git a/languages/cpp/app_templates/kconfig35/Makefile.am b/languages/cpp/app_templates/kconfig35/Makefile.am index f5f8132d..e6695775 100644 --- a/languages/cpp/app_templates/kconfig35/Makefile.am +++ b/languages/cpp/app_templates/kconfig35/Makefile.am @@ -1,4 +1,4 @@ -dataFiles = src-Makefile.am app.cpp app.h main.cpp appui.rc app.kdevelop \ +dataFiles = src-Makefile.am app.cpp app.h main.cpp appui.rc app.tdevelop \ subdirs app.desktop kxt35.png appview.h appview.cpp appview_base.ui \ prefs-base.ui prefs.cpp prefs.h app.kcfg settings.kcfgc README \ src-configure.in.in diff --git a/languages/cpp/app_templates/kconfig35/README b/languages/cpp/app_templates/kconfig35/README index 6817ca20..993b3447 100644 --- a/languages/cpp/app_templates/kconfig35/README +++ b/languages/cpp/app_templates/kconfig35/README @@ -8,7 +8,7 @@ This README file explains you basic things for starting with this application template. ----------------------------------------------- ---NOTE--: you need kdelibs 3.5 and kdelibs headers 3.5 (devel package) in order to build this template. +--NOTE--: you need tdelibs 3.5 and tdelibs headers 3.5 (devel package) in order to build this template. Qt version might be 3.3.4 or 3.3.5 ----------------------------------------------- diff --git a/languages/cpp/app_templates/kconfig35/app.kdevelop b/languages/cpp/app_templates/kconfig35/app.kdevelop index 07cf3f0f..ff811f76 100644 --- a/languages/cpp/app_templates/kconfig35/app.kdevelop +++ b/languages/cpp/app_templates/kconfig35/app.kdevelop @@ -1,5 +1,5 @@ - + %{AUTHOR} %{EMAIL} @@ -165,4 +165,4 @@ %{APPNAMELC}.tag - + diff --git a/languages/cpp/app_templates/kconfig35/kconfig35.kdevtemplate b/languages/cpp/app_templates/kconfig35/kconfig35.kdevtemplate index 0aa709f4..4a01c38e 100644 --- a/languages/cpp/app_templates/kconfig35/kconfig35.kdevtemplate +++ b/languages/cpp/app_templates/kconfig35/kconfig35.kdevtemplate @@ -52,11 +52,11 @@ Archive=kconfig35.tar.gz [ADMIN] Type=include -File=%{kdevelop}/template-common/admin.kdevtemplate +File=%{tdevelop}/template-common/admin.kdevtemplate [GNU] Type=include -File=%{kdevelop}/template-common/gnu.kdevtemplate +File=%{tdevelop}/template-common/gnu.kdevtemplate [MKDIR_DOCBOOK1] Type=mkdir @@ -68,39 +68,39 @@ Dir=%{dest}/doc/en [FILE1] Type=install -Source=%{kdevelop}/template-common/kde-doc-Makefile.am +Source=%{tdevelop}/template-common/kde-doc-Makefile.am Dest=%{dest}/doc/Makefile.am [FILE2] Type=install -Source=%{kdevelop}/template-common/kde-doc-en-Makefile.am +Source=%{tdevelop}/template-common/kde-doc-en-Makefile.am Dest=%{dest}/doc/en/Makefile.am [FILE3] Type=install EscapeXML=true -Source=%{kdevelop}/template-common/kde-index.docbook +Source=%{tdevelop}/template-common/kde-index.docbook Dest=%{dest}/doc/en/index.docbook [FILE4] Type=install EscapeXML=true -Source=%{src}/app.kdevelop -Dest=%{dest}/%{APPNAMELC}.kdevelop +Source=%{src}/app.tdevelop +Dest=%{dest}/%{APPNAMELC}.tdevelop [FILE5] Type=install -Source=%{kdevelop}/template-common/kde-Makefile.am +Source=%{tdevelop}/template-common/kde-Makefile.am Dest=%{dest}/Makefile.am [FILE6] Type=install -Source=%{kdevelop}/template-common/kde-Makefile.cvs +Source=%{tdevelop}/template-common/kde-Makefile.cvs Dest=%{dest}/Makefile.cvs [FILE7] Type=install -Source=%{kdevelop}/template-common/kde-configure.in.in +Source=%{tdevelop}/template-common/kde-configure.in.in Dest=%{dest}/configure.in.in [MkDir3] @@ -109,22 +109,22 @@ Dir=%{dest}/src [FILE8] Type=install -Source=%{kdevelop}/template-common/kde-app.desktop +Source=%{tdevelop}/template-common/kde-app.desktop Dest=%{dest}/src/%{APPNAMELC}.desktop [FILE9] Type=install -Source=%{kdevelop}/template-common/kde-app.lsm +Source=%{tdevelop}/template-common/kde-app.lsm Dest=%{dest}/src/%{APPNAMELC}.lsm [FILE10] Type=install -Source=%{kdevelop}/template-common/hi16-app-app.png +Source=%{tdevelop}/template-common/hi16-app-app.png Dest=%{dest}/src/hi16-app-%{APPNAMELC}.png [FILE11] Type=install -Source=%{kdevelop}/template-common/hi32-app-app.png +Source=%{tdevelop}/template-common/hi32-app-app.png Dest=%{dest}/src/hi32-app-%{APPNAMELC}.png [MkDir4] @@ -133,7 +133,7 @@ Dir=%{dest}/po [FILE12] Type=install -Source=%{kdevelop}/template-common/kde-po-Makefile.am +Source=%{tdevelop}/template-common/kde-po-Makefile.am Dest=%{dest}/po/Makefile.am [FILE13] diff --git a/languages/cpp/app_templates/kde4app/CMakeLists.txt b/languages/cpp/app_templates/kde4app/CMakeLists.txt index 078366fe..0399f045 100644 --- a/languages/cpp/app_templates/kde4app/CMakeLists.txt +++ b/languages/cpp/app_templates/kde4app/CMakeLists.txt @@ -14,8 +14,8 @@ add_custom_target( kde4app.tar.gz ALL kapp4.cpp kapp4.h prefs_base.ui kapp4view.cpp kapp4view.h kapp4view_base.ui main.cpp kde4appui.rc kde4app-CMakeLists.txt kapp4.desktop kapp4.kcfg - settings.kcfgc kde4app.png README kde4app.kdevelop - kde4app.kdevelop.filelist + settings.kcfgc kde4app.png README kde4app.tdevelop + kde4app.tdevelop.filelist ) diff --git a/languages/cpp/app_templates/kde4app/Makefile.am b/languages/cpp/app_templates/kde4app/Makefile.am index 2b39fcb4..455acd8d 100644 --- a/languages/cpp/app_templates/kde4app/Makefile.am +++ b/languages/cpp/app_templates/kde4app/Makefile.am @@ -1,6 +1,6 @@ dataFiles = kapp4.cpp kapp4.h prefs_base.ui kapp4view.cpp kapp4view.h kapp4view_base.ui \ main.cpp kde4appui.rc CMakeLists.txt kapp4.desktop kapp4.kcfg settings.kcfgc \ - kde4app.png README kde4app.kdevelop kde4app.kdevelop.filelist + kde4app.png README kde4app.tdevelop kde4app.tdevelop.filelist templateName = kde4app diff --git a/languages/cpp/app_templates/kde4app/README b/languages/cpp/app_templates/kde4app/README index a5f3a307..8180d28c 100644 --- a/languages/cpp/app_templates/kde4app/README +++ b/languages/cpp/app_templates/kde4app/README @@ -6,7 +6,7 @@ pages. Each of these two has an environment variables widget in which you have to fill in the right values for the variables already listed. After setting up the variables you'll also need to run cmake inside the build -directory. This can not be done by kdevelop as a KDE4 environment is needed +directory. This can not be done by tdevelop as a KDE4 environment is needed when running cmake to find KDE4. Open the integrated konsole and change to the build subdirectory. Then setup a KDE4 environment and run "cmake ../". diff --git a/languages/cpp/app_templates/kde4app/kde4app.kdevelop b/languages/cpp/app_templates/kde4app/kde4app.kdevelop index 9ae6fd6b..afbdc832 100644 --- a/languages/cpp/app_templates/kde4app/kde4app.kdevelop +++ b/languages/cpp/app_templates/kde4app/kde4app.kdevelop @@ -1,5 +1,5 @@ - + %{AUTHOR} %{EMAIL} @@ -202,4 +202,4 @@ %{APPNAMELC}.tag - + diff --git a/languages/cpp/app_templates/kde4app/kde4app.kdevtemplate b/languages/cpp/app_templates/kde4app/kde4app.kdevtemplate index 2a7269fd..1516e92e 100644 --- a/languages/cpp/app_templates/kde4app/kde4app.kdevtemplate +++ b/languages/cpp/app_templates/kde4app/kde4app.kdevtemplate @@ -119,13 +119,13 @@ Dest=%{dest}/README [FILE14] Type=install -Source=%{src}/kde4app.kdevelop -Dest=%{dest}/%{APPNAMELC}.kdevelop +Source=%{src}/kde4app.tdevelop +Dest=%{dest}/%{APPNAMELC}.tdevelop [FILE15] Type=install -Source=%{src}/kde4app.kdevelop.filelist -Dest=%{dest}/%{APPNAMELC}.kdevelop.filelist +Source=%{src}/kde4app.tdevelop.filelist +Dest=%{dest}/%{APPNAMELC}.tdevelop.filelist [MKDIR1] Type=mkdir diff --git a/languages/cpp/app_templates/kdedcop/CMakeLists.txt b/languages/cpp/app_templates/kdedcop/CMakeLists.txt index cca04f6a..0b7e9a3f 100644 --- a/languages/cpp/app_templates/kdedcop/CMakeLists.txt +++ b/languages/cpp/app_templates/kdedcop/CMakeLists.txt @@ -11,7 +11,7 @@ add_custom_target( kdedcop.tar.gz ALL COMMAND tar zcf kdedcop.tar.gz -C ${CMAKE_CURRENT_SOURCE_DIR} - app.cpp app.h app_iface.h app.kdevelop main.cpp + app.cpp app.h app_iface.h app.tdevelop main.cpp mainclass.cpp mainclass.h kdedcop.png src-Makefile.am subdirs ) diff --git a/languages/cpp/app_templates/kdedcop/Makefile.am b/languages/cpp/app_templates/kdedcop/Makefile.am index 87697fcd..21c39778 100644 --- a/languages/cpp/app_templates/kdedcop/Makefile.am +++ b/languages/cpp/app_templates/kdedcop/Makefile.am @@ -1,4 +1,4 @@ -dataFiles = app.cpp app.h app_iface.h app.kdevelop main.cpp mainclass.cpp \ +dataFiles = app.cpp app.h app_iface.h app.tdevelop main.cpp mainclass.cpp \ mainclass.h kdedcop.png src-Makefile.am subdirs templateName = kdedcop diff --git a/languages/cpp/app_templates/kdedcop/app.kdevelop b/languages/cpp/app_templates/kdedcop/app.kdevelop index 496a3838..6c6dc03c 100644 --- a/languages/cpp/app_templates/kdedcop/app.kdevelop +++ b/languages/cpp/app_templates/kdedcop/app.kdevelop @@ -1,5 +1,5 @@ - + %{AUTHOR} %{EMAIL} @@ -113,4 +113,4 @@ %{APPNAMELC}.tag - + diff --git a/languages/cpp/app_templates/kdedcop/kdedcop.kdevtemplate b/languages/cpp/app_templates/kdedcop/kdedcop.kdevtemplate index 99f6e28d..a182867a 100644 --- a/languages/cpp/app_templates/kdedcop/kdedcop.kdevtemplate +++ b/languages/cpp/app_templates/kdedcop/kdedcop.kdevtemplate @@ -67,11 +67,11 @@ Archive=kdedcop.tar.gz [ADMIN] Type=include -File=%{kdevelop}/template-common/admin.kdevtemplate +File=%{tdevelop}/template-common/admin.kdevtemplate [GNU] Type=include -File=%{kdevelop}/template-common/gnu.kdevtemplate +File=%{tdevelop}/template-common/gnu.kdevtemplate [MKDIR_DOCBOOK1] Type=mkdir @@ -83,39 +83,39 @@ Dir=%{dest}/doc/en [FILE1] Type=install -Source=%{kdevelop}/template-common/kde-doc-Makefile.am +Source=%{tdevelop}/template-common/kde-doc-Makefile.am Dest=%{dest}/doc/Makefile.am [FILE2] Type=install -Source=%{kdevelop}/template-common/kde-doc-en-Makefile.am +Source=%{tdevelop}/template-common/kde-doc-en-Makefile.am Dest=%{dest}/doc/en/Makefile.am [FILE3] Type=install EscapeXML=true -Source=%{kdevelop}/template-common/kde-index.docbook +Source=%{tdevelop}/template-common/kde-index.docbook Dest=%{dest}/doc/en/index.docbook [FILE4] Type=install EscapeXML=true -Source=%{src}/app.kdevelop -Dest=%{dest}/%{APPNAMELC}.kdevelop +Source=%{src}/app.tdevelop +Dest=%{dest}/%{APPNAMELC}.tdevelop [FILE5] Type=install -Source=%{kdevelop}/template-common/kde-Makefile.am +Source=%{tdevelop}/template-common/kde-Makefile.am Dest=%{dest}/Makefile.am [FILE6] Type=install -Source=%{kdevelop}/template-common/kde-Makefile.cvs +Source=%{tdevelop}/template-common/kde-Makefile.cvs Dest=%{dest}/Makefile.cvs [FILE7] Type=install -Source=%{kdevelop}/template-common/kde-configure.in.in +Source=%{tdevelop}/template-common/kde-configure.in.in Dest=%{dest}/configure.in.in [MkDir3] @@ -124,23 +124,23 @@ Dir=%{dest}/src [FILE8] Type=install -Source=%{kdevelop}/template-common/kde-app.desktop +Source=%{tdevelop}/template-common/kde-app.desktop Dest=%{dest}/src/%{APPNAMELC}.desktop [FILE9] Type=install -Source=%{kdevelop}/template-common/kde-app.lsm +Source=%{tdevelop}/template-common/kde-app.lsm Dest=%{dest}/src/%{APPNAMELC}.lsm [FILE10] Type=install -Source=%{kdevelop}/template-common/hi16-app-app.png +Source=%{tdevelop}/template-common/hi16-app-app.png Dest=%{dest}/src/hi16-app-%{APPNAMELC}.png Process=false [FILE11] Type=install -Source=%{kdevelop}/template-common/hi32-app-app.png +Source=%{tdevelop}/template-common/hi32-app-app.png Dest=%{dest}/src/hi32-app-%{APPNAMELC}.png Process=false @@ -150,7 +150,7 @@ Dir=%{dest}/po [FILE12] Type=install -Source=%{kdevelop}/template-common/kde-po-Makefile.am +Source=%{tdevelop}/template-common/kde-po-Makefile.am Dest=%{dest}/po/Makefile.am [FILE13] diff --git a/languages/cpp/app_templates/kdevlang/CMakeLists.txt b/languages/cpp/app_templates/kdevlang/CMakeLists.txt index 854ca21e..483f85d9 100644 --- a/languages/cpp/app_templates/kdevlang/CMakeLists.txt +++ b/languages/cpp/app_templates/kdevlang/CMakeLists.txt @@ -12,7 +12,7 @@ add_custom_target( kdevlang.tar.gz ALL COMMAND tar zcf kdevlang.tar.gz -C ${CMAKE_CURRENT_SOURCE_DIR} src-Makefile.am kdevlang_part.cpp kdevlang_part.h - kdevlang.rc kdevlang.desktop app.kdevelop + kdevlang.rc kdevlang.desktop app.tdevelop kdevlang-configure.in.in README.dox ) diff --git a/languages/cpp/app_templates/kdevlang/Makefile.am b/languages/cpp/app_templates/kdevlang/Makefile.am index 972dd511..7afa5be8 100644 --- a/languages/cpp/app_templates/kdevlang/Makefile.am +++ b/languages/cpp/app_templates/kdevlang/Makefile.am @@ -1,5 +1,5 @@ dataFiles = src-Makefile.am kdevlang_part.cpp kdevlang_part.h kdevlang.rc \ - kdevlang.desktop app.kdevelop kdevlang-configure.in.in README.dox + kdevlang.desktop app.tdevelop kdevlang-configure.in.in README.dox templateName = kdevlang ### no need to change below: diff --git a/languages/cpp/app_templates/kdevlang/README.dox b/languages/cpp/app_templates/kdevlang/README.dox index 86968add..7069f3a5 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/kdevlang/app.kdevelop b/languages/cpp/app_templates/kdevlang/app.kdevelop index 7a0e573b..bc9ade0f 100644 --- a/languages/cpp/app_templates/kdevlang/app.kdevelop +++ b/languages/cpp/app_templates/kdevlang/app.kdevelop @@ -1,5 +1,5 @@ - + %{AUTHOR} %{EMAIL} @@ -112,4 +112,4 @@ %{APPNAMELC}.tag - + diff --git a/languages/cpp/app_templates/kdevlang/kdevlang-configure.in.in b/languages/cpp/app_templates/kdevlang/kdevlang-configure.in.in index 78ed2275..830716e0 100644 --- a/languages/cpp/app_templates/kdevlang/kdevlang-configure.in.in +++ b/languages/cpp/app_templates/kdevlang/kdevlang-configure.in.in @@ -4,7 +4,7 @@ AM_INIT_AUTOMAKE(%{APPNAMELC}, %{VERSION}) AC_C_BIGENDIAN AC_CHECK_KDEMAXPATHLEN -KDE_CHECK_HEADERS([kdevelop/kdevcore.h]) -KDE_CHECK_LIB([kdevelop],main, - [LIBKDEVELOP="-lkdevelop"]) +KDE_CHECK_HEADERS([tdevelop/kdevcore.h]) +KDE_CHECK_LIB([tdevelop],main, + [LIBKDEVELOP="-ltdevelop"]) AC_SUBST(LIBKDEVELOP) diff --git a/languages/cpp/app_templates/kdevlang/kdevlang.desktop b/languages/cpp/app_templates/kdevlang/kdevlang.desktop index d8f320a3..fc5aab75 100644 --- a/languages/cpp/app_templates/kdevlang/kdevlang.desktop +++ b/languages/cpp/app_templates/kdevlang/kdevlang.desktop @@ -7,7 +7,7 @@ Name=KDev%{APPNAME} Name[nds]=KDev%{ProgNaam} Name[sv]=KDevelop %{APPNAME} Name[ta]=கெடெவ்%{APPNAME} -Icon=kdevelop +Icon=tdevelop ServiceTypes=KDevelop/LanguageSupport X-KDevelop-Language=ChangeMe X-KDE-Library=libkdev%{APPNAMELC} diff --git a/languages/cpp/app_templates/kdevlang/kdevlang.kdevtemplate b/languages/cpp/app_templates/kdevlang/kdevlang.kdevtemplate index c3ad93bf..a8fc65c4 100644 --- a/languages/cpp/app_templates/kdevlang/kdevlang.kdevtemplate +++ b/languages/cpp/app_templates/kdevlang/kdevlang.kdevtemplate @@ -64,26 +64,26 @@ Archive=kdevlang.tar.gz [ADMIN] Type=include -File=%{kdevelop}/template-common/admin.kdevtemplate +File=%{tdevelop}/template-common/admin.kdevtemplate [GNU] Type=include -File=%{kdevelop}/template-common/gnu.kdevtemplate +File=%{tdevelop}/template-common/gnu.kdevtemplate [FILE1] Type=install EscapeXML=true -Source=%{src}/app.kdevelop -Dest=%{dest}/%{APPNAMELC}.kdevelop +Source=%{src}/app.tdevelop +Dest=%{dest}/%{APPNAMELC}.tdevelop [FILE2] Type=install -Source=%{kdevelop}/template-common/kde-Makefile.am +Source=%{tdevelop}/template-common/kde-Makefile.am Dest=%{dest}/Makefile.am [FILE3] Type=install -Source=%{kdevelop}/template-common/kde-Makefile.cvs +Source=%{tdevelop}/template-common/kde-Makefile.cvs Dest=%{dest}/Makefile.cvs [FILE5] diff --git a/languages/cpp/app_templates/kdevlang/src-Makefile.am b/languages/cpp/app_templates/kdevlang/src-Makefile.am index 325352ad..f758d936 100644 --- a/languages/cpp/app_templates/kdevlang/src-Makefile.am +++ b/languages/cpp/app_templates/kdevlang/src-Makefile.am @@ -1,8 +1,8 @@ -AM_CPPFLAGS = -I$(kde_includes)/kdevelop/interfaces -I$(kde_includes)/kdevelop/util -I$(kde_includes)/kinterfacedesigner $(all_includes) +AM_CPPFLAGS = -I$(kde_includes)/tdevelop/interfaces -I$(kde_includes)/tdevelop/util -I$(kde_includes)/kinterfacedesigner $(all_includes) kde_module_LTLIBRARIES = libkdev%{APPNAMELC}.la libkdev%{APPNAMELC}_la_LDFLAGS = $(all_libraries) $(KDE_PLUGIN) -libkdev%{APPNAMELC}_la_LIBADD = -lkdevelop +libkdev%{APPNAMELC}_la_LIBADD = -ltdevelop libkdev%{APPNAMELC}_la_SOURCES = %{APPNAMELC}_part.cpp METASOURCES = AUTO diff --git a/languages/cpp/app_templates/kdevpart/CMakeLists.txt b/languages/cpp/app_templates/kdevpart/CMakeLists.txt index aa4a738e..53293ea9 100644 --- a/languages/cpp/app_templates/kdevpart/CMakeLists.txt +++ b/languages/cpp/app_templates/kdevpart/CMakeLists.txt @@ -13,7 +13,7 @@ add_custom_target( kdevpart.tar.gz ALL COMMAND tar zcf kdevpart.tar.gz -C ${CMAKE_CURRENT_SOURCE_DIR} src-Makefile.am kdevpart_part.cpp kdevpart_part.h kdevpart_widget.h kdevpart_widget.cpp kdevpart_part.rc - kdevpart.desktop app.kdevelop README.dox + kdevpart.desktop app.tdevelop README.dox globalconfigbase.ui globalconfig.h globalconfig.cpp projectconfigbase.ui projectconfig.h projectconfig.cpp ) diff --git a/languages/cpp/app_templates/kdevpart/Makefile.am b/languages/cpp/app_templates/kdevpart/Makefile.am index d1541685..11c12dfe 100644 --- a/languages/cpp/app_templates/kdevpart/Makefile.am +++ b/languages/cpp/app_templates/kdevpart/Makefile.am @@ -1,6 +1,6 @@ dataFiles = src-Makefile.am kdevpart_part.cpp kdevpart_part.h \ kdevpart_widget.h kdevpart_widget.cpp kdevpart_part.rc \ - kdevpart.desktop app.kdevelop README.dox globalconfigbase.ui globalconfig.h \ + kdevpart.desktop app.tdevelop README.dox globalconfigbase.ui globalconfig.h \ globalconfig.cpp projectconfigbase.ui projectconfig.h projectconfig.cpp templateName = kdevpart diff --git a/languages/cpp/app_templates/kdevpart/README.dox b/languages/cpp/app_templates/kdevpart/README.dox index 86968add..7069f3a5 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/kdevpart/app.kdevelop b/languages/cpp/app_templates/kdevpart/app.kdevelop index 29beaf21..89685ef6 100644 --- a/languages/cpp/app_templates/kdevpart/app.kdevelop +++ b/languages/cpp/app_templates/kdevpart/app.kdevelop @@ -1,5 +1,5 @@ - + %{AUTHOR} %{EMAIL} @@ -113,4 +113,4 @@ %{APPNAMELC}.tag - + diff --git a/languages/cpp/app_templates/kdevpart/kdevpart.desktop b/languages/cpp/app_templates/kdevpart/kdevpart.desktop index eb61eef9..7a823b1d 100644 --- a/languages/cpp/app_templates/kdevpart/kdevpart.desktop +++ b/languages/cpp/app_templates/kdevpart/kdevpart.desktop @@ -67,7 +67,7 @@ Comment[sv]=%{APPNAME} beskrivning Comment[tr]=%{APPNAME} Tanımı Comment[zh_CN]=%{APPNAME} 描述 Comment[zh_TW]=%{APPNAME} 描述 -Icon=kdevelop +Icon=tdevelop ServiceTypes=KDevelop/Plugin X-KDevelop-Plugin-Version=1 diff --git a/languages/cpp/app_templates/kdevpart/kdevpart.kdevtemplate b/languages/cpp/app_templates/kdevpart/kdevpart.kdevtemplate index bc7becbf..4be91e8a 100644 --- a/languages/cpp/app_templates/kdevpart/kdevpart.kdevtemplate +++ b/languages/cpp/app_templates/kdevpart/kdevpart.kdevtemplate @@ -132,8 +132,8 @@ Default= [FILE1] Type=install EscapeXML=true -Source=%{src}/app.kdevelop -Dest=%{dest}/%{APPNAMELC}.kdevelop +Source=%{src}/app.tdevelop +Dest=%{dest}/%{APPNAMELC}.tdevelop [FILE2] Type=install diff --git a/languages/cpp/app_templates/kdevpart/src-Makefile.am b/languages/cpp/app_templates/kdevpart/src-Makefile.am index 5cd25f36..02cbedda 100644 --- a/languages/cpp/app_templates/kdevpart/src-Makefile.am +++ b/languages/cpp/app_templates/kdevpart/src-Makefile.am @@ -2,7 +2,7 @@ INCLUDES = -I$(top_srcdir)/lib/interfaces -I$(top_srcdir)/lib/util $(all_include kde_module_LTLIBRARIES = libkdev%{APPNAMELC}.la libkdev%{APPNAMELC}_la_LDFLAGS = -module -avoid-version -no-undefined $(all_libraries) $(KDE_PLUGIN) -libkdev%{APPNAMELC}_la_LIBADD = $(top_builddir)/lib/libkdevelop.la +libkdev%{APPNAMELC}_la_LIBADD = $(top_builddir)/lib/libtdevelop.la libkdev%{APPNAMELC}_la_SOURCES = %{APPNAMELC}part.cpp %{APPNAMELC}widget.cpp \ %{APPNAMELC}globalconfigbase.ui %{APPNAMELC}globalconfig.cpp \ diff --git a/languages/cpp/app_templates/kdevpart2/CMakeLists.txt b/languages/cpp/app_templates/kdevpart2/CMakeLists.txt index 2414bc80..080603a8 100644 --- a/languages/cpp/app_templates/kdevpart2/CMakeLists.txt +++ b/languages/cpp/app_templates/kdevpart2/CMakeLists.txt @@ -13,7 +13,7 @@ add_custom_target( kdevpart2.tar.gz ALL COMMAND tar zcf kdevpart2.tar.gz -C ${CMAKE_CURRENT_SOURCE_DIR} src-Makefile.am kdevpart_part.cpp kdevpart_part.h kdevpart_widget.h kdevpart_widget.cpp kdevpart_part.rc - kdevpart.desktop app.kdevelop kdevpart-configure.in.in + kdevpart.desktop app.tdevelop kdevpart-configure.in.in README.dox subdirs globalconfigbase.ui globalconfig.h globalconfig.cpp projectconfigbase.ui projectconfig.h projectconfig.cpp diff --git a/languages/cpp/app_templates/kdevpart2/Makefile.am b/languages/cpp/app_templates/kdevpart2/Makefile.am index 6e58fa02..436f919c 100644 --- a/languages/cpp/app_templates/kdevpart2/Makefile.am +++ b/languages/cpp/app_templates/kdevpart2/Makefile.am @@ -1,6 +1,6 @@ dataFiles = src-Makefile.am kdevpart_part.cpp kdevpart_part.h\ kdevpart_widget.h kdevpart_widget.cpp \ - kdevpart_part.rc kdevpart.desktop app.kdevelop \ + kdevpart_part.rc kdevpart.desktop app.tdevelop \ kdevpart-configure.in.in README.dox subdirs globalconfigbase.ui globalconfig.h \ globalconfig.cpp projectconfigbase.ui projectconfig.h projectconfig.cpp diff --git a/languages/cpp/app_templates/kdevpart2/README.dox b/languages/cpp/app_templates/kdevpart2/README.dox index 86968add..7069f3a5 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/cpp/app_templates/kdevpart2/app.kdevelop b/languages/cpp/app_templates/kdevpart2/app.kdevelop index 644adcdf..0099dc3b 100644 --- a/languages/cpp/app_templates/kdevpart2/app.kdevelop +++ b/languages/cpp/app_templates/kdevpart2/app.kdevelop @@ -1,5 +1,5 @@ - + %{AUTHOR} %{EMAIL} @@ -145,4 +145,4 @@ %{APPNAMELC}.tag - + diff --git a/languages/cpp/app_templates/kdevpart2/kdevpart-configure.in.in b/languages/cpp/app_templates/kdevpart2/kdevpart-configure.in.in index 06ee70b8..2d9de694 100644 --- a/languages/cpp/app_templates/kdevpart2/kdevpart-configure.in.in +++ b/languages/cpp/app_templates/kdevpart2/kdevpart-configure.in.in @@ -4,7 +4,7 @@ AM_INIT_AUTOMAKE(%{APPNAMELC}, %{VERSION}) AC_C_BIGENDIAN AC_CHECK_KDEMAXPATHLEN -KDE_CHECK_HEADERS([kdevelop/interfaces/kdevcore.h]) -KDE_CHECK_LIB([kdevelop],main, - [LIBKDEVELOP="-lkdevelop"]) +KDE_CHECK_HEADERS([tdevelop/interfaces/kdevcore.h]) +KDE_CHECK_LIB([tdevelop],main, + [LIBKDEVELOP="-ltdevelop"]) AC_SUBST(LIBKDEVELOP) diff --git a/languages/cpp/app_templates/kdevpart2/kdevpart.desktop b/languages/cpp/app_templates/kdevpart2/kdevpart.desktop index eb61eef9..7a823b1d 100644 --- a/languages/cpp/app_templates/kdevpart2/kdevpart.desktop +++ b/languages/cpp/app_templates/kdevpart2/kdevpart.desktop @@ -67,7 +67,7 @@ Comment[sv]=%{APPNAME} beskrivning Comment[tr]=%{APPNAME} Tanımı Comment[zh_CN]=%{APPNAME} 描述 Comment[zh_TW]=%{APPNAME} 描述 -Icon=kdevelop +Icon=tdevelop ServiceTypes=KDevelop/Plugin X-KDevelop-Plugin-Version=1 diff --git a/languages/cpp/app_templates/kdevpart2/kdevpart2.kdevtemplate b/languages/cpp/app_templates/kdevpart2/kdevpart2.kdevtemplate index 6b701188..0ee981a3 100644 --- a/languages/cpp/app_templates/kdevpart2/kdevpart2.kdevtemplate +++ b/languages/cpp/app_templates/kdevpart2/kdevpart2.kdevtemplate @@ -133,26 +133,26 @@ Default= [ADMIN] Type=include -File=%{kdevelop}/template-common/admin.kdevtemplate +File=%{tdevelop}/template-common/admin.kdevtemplate [GNU] Type=include -File=%{kdevelop}/template-common/gnu.kdevtemplate +File=%{tdevelop}/template-common/gnu.kdevtemplate [FILE1] Type=install EscapeXML=true -Source=%{src}/app.kdevelop -Dest=%{dest}/%{APPNAMELC}.kdevelop +Source=%{src}/app.tdevelop +Dest=%{dest}/%{APPNAMELC}.tdevelop [FILE2] Type=install -Source=%{kdevelop}/template-common/kde-Makefile.am +Source=%{tdevelop}/template-common/kde-Makefile.am Dest=%{dest}/Makefile.am [FILE3] Type=install -Source=%{kdevelop}/template-common/kde-Makefile.cvs +Source=%{tdevelop}/template-common/kde-Makefile.cvs Dest=%{dest}/Makefile.cvs [FILE4] diff --git a/languages/cpp/app_templates/kdevpart2/src-Makefile.am b/languages/cpp/app_templates/kdevpart2/src-Makefile.am index dded12c0..c5995af4 100644 --- a/languages/cpp/app_templates/kdevpart2/src-Makefile.am +++ b/languages/cpp/app_templates/kdevpart2/src-Makefile.am @@ -1,8 +1,8 @@ -INCLUDES = -I$(kde_includes)/kdevelop/interfaces -I$(kde_includes)/kdevelop/util $(all_includes) +INCLUDES = -I$(kde_includes)/tdevelop/interfaces -I$(kde_includes)/tdevelop/util $(all_includes) kde_module_LTLIBRARIES = libkdev%{APPNAMELC}.la libkdev%{APPNAMELC}_la_LDFLAGS = -module -avoid-version -no-undefined $(all_libraries) $(KDE_PLUGIN) -libkdev%{APPNAMELC}_la_LIBADD = -lkdevelop +libkdev%{APPNAMELC}_la_LIBADD = -ltdevelop libkdev%{APPNAMELC}_la_SOURCES = %{APPNAMELC}part.cpp %{APPNAMELC}widget.cpp %{APPNAMELC}globalconfigbase.ui %{APPNAMELC}globalconfig.cpp %{APPNAMELC}projectconfigbase.ui %{APPNAMELC}projectconfig.cpp METASOURCES = AUTO diff --git a/languages/cpp/app_templates/kfileplugin/CMakeLists.txt b/languages/cpp/app_templates/kfileplugin/CMakeLists.txt index 8bbcf675..fb3aab6b 100644 --- a/languages/cpp/app_templates/kfileplugin/CMakeLists.txt +++ b/languages/cpp/app_templates/kfileplugin/CMakeLists.txt @@ -12,7 +12,7 @@ add_custom_target( kfileplugin.tar.gz ALL COMMAND tar zcf kfileplugin.tar.gz -C ${CMAKE_CURRENT_SOURCE_DIR} README.devel kfile_plugin.cpp kfile_plugin.desktop - kfile_plugin.h plugin.kdevelop kfileplugin kfileplugin.png + kfile_plugin.h plugin.tdevelop kfileplugin kfileplugin.png src-Makefile.am subdirs ) diff --git a/languages/cpp/app_templates/kfileplugin/Makefile.am b/languages/cpp/app_templates/kfileplugin/Makefile.am index 9ac8003d..97f8a748 100644 --- a/languages/cpp/app_templates/kfileplugin/Makefile.am +++ b/languages/cpp/app_templates/kfileplugin/Makefile.am @@ -1,5 +1,5 @@ dataFiles = README.devel kfile_plugin.cpp kfile_plugin.desktop \ - kfile_plugin.h plugin.kdevelop kfileplugin kfileplugin.png \ + kfile_plugin.h plugin.tdevelop kfileplugin kfileplugin.png \ src-Makefile.am subdirs templateName = kfileplugin diff --git a/languages/cpp/app_templates/kfileplugin/kfileplugin.kdevtemplate b/languages/cpp/app_templates/kfileplugin/kfileplugin.kdevtemplate index edff2fd4..b0f7fee4 100644 --- a/languages/cpp/app_templates/kfileplugin/kfileplugin.kdevtemplate +++ b/languages/cpp/app_templates/kfileplugin/kfileplugin.kdevtemplate @@ -65,11 +65,11 @@ Archive=kfileplugin.tar.gz [ADMIN] Type=include -File=%{kdevelop}/template-common/admin.kdevtemplate +File=%{tdevelop}/template-common/admin.kdevtemplate [GNU] Type=include -File=%{kdevelop}/template-common/gnu.kdevtemplate +File=%{tdevelop}/template-common/gnu.kdevtemplate [MKDIR_DOCBOOK1] Type=mkdir @@ -81,39 +81,39 @@ Dir=%{dest}/doc/en [FILE1] Type=install -Source=%{kdevelop}/template-common/kde-doc-Makefile.am +Source=%{tdevelop}/template-common/kde-doc-Makefile.am Dest=%{dest}/doc/Makefile.am [FILE2] Type=install -Source=%{kdevelop}/template-common/kde-doc-en-Makefile.am +Source=%{tdevelop}/template-common/kde-doc-en-Makefile.am Dest=%{dest}/doc/en/Makefile.am [FILE3] Type=install EscapeXML=true -Source=%{kdevelop}/template-common/kde-index.docbook +Source=%{tdevelop}/template-common/kde-index.docbook Dest=%{dest}/doc/en/index.docbook [FILE4] Type=install EscapeXML=true -Source=%{src}/plugin.kdevelop -Dest=%{dest}/%{APPNAMELC}.kdevelop +Source=%{src}/plugin.tdevelop +Dest=%{dest}/%{APPNAMELC}.tdevelop [FILE5] Type=install -Source=%{kdevelop}/template-common/kde-Makefile.cvs +Source=%{tdevelop}/template-common/kde-Makefile.cvs Dest=%{dest}/Makefile.cvs [FILE6] Type=install -Source=%{kdevelop}/template-common/kde-Makefile.am +Source=%{tdevelop}/template-common/kde-Makefile.am Dest=%{dest}/Makefile.am [FILE7] Type=install -Source=%{kdevelop}/template-common/kde-configure.in.in +Source=%{tdevelop}/template-common/kde-configure.in.in Dest=%{dest}/configure.in.in [MkDir3] @@ -122,7 +122,7 @@ Dir=%{dest}/src [FILE8] Type=install -Source=%{kdevelop}/template-common/kde-app.lsm +Source=%{tdevelop}/template-common/kde-app.lsm Dest=%{dest}/src/%{APPNAMELC}.lsm [MkDir4] @@ -131,7 +131,7 @@ Dir=%{dest}/po [FILE9] Type=install -Source=%{kdevelop}/template-common/kde-po-Makefile.am +Source=%{tdevelop}/template-common/kde-po-Makefile.am Dest=%{dest}/po/Makefile.am [FILE10] diff --git a/languages/cpp/app_templates/kfileplugin/plugin.kdevelop b/languages/cpp/app_templates/kfileplugin/plugin.kdevelop index a95b52f9..05640c16 100644 --- a/languages/cpp/app_templates/kfileplugin/plugin.kdevelop +++ b/languages/cpp/app_templates/kfileplugin/plugin.kdevelop @@ -1,5 +1,5 @@ - + %{AUTHOR} %{EMAIL} @@ -111,4 +111,4 @@ %{APPNAMELC}.tag - + diff --git a/languages/cpp/app_templates/khello/CMakeLists.txt b/languages/cpp/app_templates/khello/CMakeLists.txt index f51a2100..360e792e 100644 --- a/languages/cpp/app_templates/khello/CMakeLists.txt +++ b/languages/cpp/app_templates/khello/CMakeLists.txt @@ -12,7 +12,7 @@ add_custom_target( khello.tar.gz ALL COMMAND tar zcf khello.tar.gz -C ${CMAKE_CURRENT_SOURCE_DIR} src-Makefile.am app.cpp app.h main.cpp appui.rc - app.kdevelop subdirs app.desktop khello.png + app.tdevelop subdirs app.desktop khello.png ) diff --git a/languages/cpp/app_templates/khello/Makefile.am b/languages/cpp/app_templates/khello/Makefile.am index 6f788f99..56df4792 100644 --- a/languages/cpp/app_templates/khello/Makefile.am +++ b/languages/cpp/app_templates/khello/Makefile.am @@ -1,5 +1,5 @@ # all khello data files -dataFiles = src-Makefile.am app.cpp app.h main.cpp appui.rc app.kdevelop \ +dataFiles = src-Makefile.am app.cpp app.h main.cpp appui.rc app.tdevelop \ subdirs app.desktop khello.png templateName = khello diff --git a/languages/cpp/app_templates/khello/app.kdevelop b/languages/cpp/app_templates/khello/app.kdevelop index 7e6cf8da..7d0c5203 100644 --- a/languages/cpp/app_templates/khello/app.kdevelop +++ b/languages/cpp/app_templates/khello/app.kdevelop @@ -1,5 +1,5 @@ - + %{AUTHOR} %{EMAIL} @@ -112,4 +112,4 @@ %{APPNAMELC}.tag - + diff --git a/languages/cpp/app_templates/khello/khello.kdevtemplate b/languages/cpp/app_templates/khello/khello.kdevtemplate index e401fa5d..1936046a 100644 --- a/languages/cpp/app_templates/khello/khello.kdevtemplate +++ b/languages/cpp/app_templates/khello/khello.kdevtemplate @@ -68,11 +68,11 @@ Archive=khello.tar.gz [ADMIN] Type=include -File=%{kdevelop}/template-common/admin.kdevtemplate +File=%{tdevelop}/template-common/admin.kdevtemplate [GNU] Type=include -File=%{kdevelop}/template-common/gnu.kdevtemplate +File=%{tdevelop}/template-common/gnu.kdevtemplate [MKDIR_DOCBOOK1] Type=mkdir @@ -84,39 +84,39 @@ Dir=%{dest}/doc/en [FILE1] Type=install -Source=%{kdevelop}/template-common/kde-doc-Makefile.am +Source=%{tdevelop}/template-common/kde-doc-Makefile.am Dest=%{dest}/doc/Makefile.am [FILE2] Type=install -Source=%{kdevelop}/template-common/kde-doc-en-Makefile.am +Source=%{tdevelop}/template-common/kde-doc-en-Makefile.am Dest=%{dest}/doc/en/Makefile.am [FILE3] Type=install EscapeXML=true -Source=%{kdevelop}/template-common/kde-index.docbook +Source=%{tdevelop}/template-common/kde-index.docbook Dest=%{dest}/doc/en/index.docbook [FILE4] Type=install EscapeXML=true -Source=%{src}/app.kdevelop -Dest=%{dest}/%{APPNAMELC}.kdevelop +Source=%{src}/app.tdevelop +Dest=%{dest}/%{APPNAMELC}.tdevelop [FILE5] Type=install -Source=%{kdevelop}/template-common/kde-Makefile.cvs +Source=%{tdevelop}/template-common/kde-Makefile.cvs Dest=%{dest}/Makefile.cvs [FILE6] Type=install -Source=%{kdevelop}/template-common/kde-Makefile.am +Source=%{tdevelop}/template-common/kde-Makefile.am Dest=%{dest}/Makefile.am [FILE7] Type=install -Source=%{kdevelop}/template-common/kde-configure.in.in +Source=%{tdevelop}/template-common/kde-configure.in.in Dest=%{dest}/configure.in.in [MkDir3] @@ -125,7 +125,7 @@ Dir=%{dest}/po [FILE8] Type=install -Source=%{kdevelop}/template-common/kde-po-Makefile.am +Source=%{tdevelop}/template-common/kde-po-Makefile.am Dest=%{dest}/po/Makefile.am [FILE9] @@ -139,18 +139,18 @@ Dir=%{dest}/src [FILE10] Type=install -Source=%{kdevelop}/template-common/kde-app.lsm +Source=%{tdevelop}/template-common/kde-app.lsm Dest=%{dest}/src/%{APPNAMELC}.lsm [FILE11] Type=install -Source=%{kdevelop}/template-common/hi16-app-app.png +Source=%{tdevelop}/template-common/hi16-app-app.png Dest=%{dest}/src/hi16-app-%{APPNAMELC}.png Process=false [FILE12] Type=install -Source=%{kdevelop}/template-common/hi32-app-app.png +Source=%{tdevelop}/template-common/hi32-app-app.png Dest=%{dest}/src/hi32-app-%{APPNAMELC}.png Process=false diff --git a/languages/cpp/app_templates/khello2/CMakeLists.txt b/languages/cpp/app_templates/khello2/CMakeLists.txt index e8a178bc..8e9fdb9d 100644 --- a/languages/cpp/app_templates/khello2/CMakeLists.txt +++ b/languages/cpp/app_templates/khello2/CMakeLists.txt @@ -12,7 +12,7 @@ add_custom_target( khello2.tar.gz ALL COMMAND tar zcf khello2.tar.gz -C ${CMAKE_CURRENT_SOURCE_DIR} src-Makefile.am app.cpp app.h main.cpp appui.rc - app.kdevelop subdirs app.desktop khello2.png widget.cpp + app.tdevelop subdirs app.desktop khello2.png widget.cpp widget.h widgetbase.ui ) diff --git a/languages/cpp/app_templates/khello2/Makefile.am b/languages/cpp/app_templates/khello2/Makefile.am index 8ac1b18d..14445170 100644 --- a/languages/cpp/app_templates/khello2/Makefile.am +++ b/languages/cpp/app_templates/khello2/Makefile.am @@ -1,4 +1,4 @@ -dataFiles = src-Makefile.am app.cpp app.h main.cpp appui.rc app.kdevelop \ +dataFiles = src-Makefile.am app.cpp app.h main.cpp appui.rc app.tdevelop \ subdirs app.desktop khello2.png widget.cpp widget.h widgetbase.ui templateName = khello2 diff --git a/languages/cpp/app_templates/khello2/app.kdevelop b/languages/cpp/app_templates/khello2/app.kdevelop index 43425791..2efddb24 100644 --- a/languages/cpp/app_templates/khello2/app.kdevelop +++ b/languages/cpp/app_templates/khello2/app.kdevelop @@ -1,5 +1,5 @@ - + %{AUTHOR} %{EMAIL} @@ -112,4 +112,4 @@ %{APPNAMELC}.tag - + diff --git a/languages/cpp/app_templates/khello2/khello2.kdevtemplate b/languages/cpp/app_templates/khello2/khello2.kdevtemplate index 479d7496..a0fd1809 100644 --- a/languages/cpp/app_templates/khello2/khello2.kdevtemplate +++ b/languages/cpp/app_templates/khello2/khello2.kdevtemplate @@ -64,11 +64,11 @@ Archive=khello2.tar.gz [ADMIN] Type=include -File=%{kdevelop}/template-common/admin.kdevtemplate +File=%{tdevelop}/template-common/admin.kdevtemplate [GNU] Type=include -File=%{kdevelop}/template-common/gnu.kdevtemplate +File=%{tdevelop}/template-common/gnu.kdevtemplate [MKDIR_DOCBOOK1] Type=mkdir @@ -80,39 +80,39 @@ Dir=%{dest}/doc/en [FILE1] Type=install -Source=%{kdevelop}/template-common/kde-doc-Makefile.am +Source=%{tdevelop}/template-common/kde-doc-Makefile.am Dest=%{dest}/doc/Makefile.am [FILE2] Type=install -Source=%{kdevelop}/template-common/kde-doc-en-Makefile.am +Source=%{tdevelop}/template-common/kde-doc-en-Makefile.am Dest=%{dest}/doc/en/Makefile.am [FILE3] Type=install EscapeXML=true -Source=%{kdevelop}/template-common/kde-index.docbook +Source=%{tdevelop}/template-common/kde-index.docbook Dest=%{dest}/doc/en/index.docbook [FILE4] Type=install EscapeXML=true -Source=%{src}/app.kdevelop -Dest=%{dest}/%{APPNAMELC}.kdevelop +Source=%{src}/app.tdevelop +Dest=%{dest}/%{APPNAMELC}.tdevelop [FILE5] Type=install -Source=%{kdevelop}/template-common/kde-Makefile.cvs +Source=%{tdevelop}/template-common/kde-Makefile.cvs Dest=%{dest}/Makefile.cvs [FILE6] Type=install -Source=%{kdevelop}/template-common/kde-Makefile.am +Source=%{tdevelop}/template-common/kde-Makefile.am Dest=%{dest}/Makefile.am [FILE7] Type=install -Source=%{kdevelop}/template-common/kde-configure.in.in +Source=%{tdevelop}/template-common/kde-configure.in.in Dest=%{dest}/configure.in.in [MkDir3] @@ -121,7 +121,7 @@ Dir=%{dest}/po [FILE8] Type=install -Source=%{kdevelop}/template-common/kde-po-Makefile.am +Source=%{tdevelop}/template-common/kde-po-Makefile.am Dest=%{dest}/po/Makefile.am [FILE9] @@ -135,18 +135,18 @@ Dir=%{dest}/src [FILE10] Type=install -Source=%{kdevelop}/template-common/kde-app.lsm +Source=%{tdevelop}/template-common/kde-app.lsm Dest=%{dest}/src/%{APPNAMELC}.lsm [FILE11] Type=install -Source=%{kdevelop}/template-common/hi16-app-app.png +Source=%{tdevelop}/template-common/hi16-app-app.png Dest=%{dest}/src/hi16-app-%{APPNAMELC}.png Process=false [FILE12] Type=install -Source=%{kdevelop}/template-common/hi32-app-app.png +Source=%{tdevelop}/template-common/hi32-app-app.png Dest=%{dest}/src/hi32-app-%{APPNAMELC}.png Process=false diff --git a/languages/cpp/app_templates/kicker/CMakeLists.txt b/languages/cpp/app_templates/kicker/CMakeLists.txt index 703f49c4..c1a1d7d5 100644 --- a/languages/cpp/app_templates/kicker/CMakeLists.txt +++ b/languages/cpp/app_templates/kicker/CMakeLists.txt @@ -11,7 +11,7 @@ add_custom_target( kicker.tar.gz ALL COMMAND tar zcf kicker.tar.gz -C ${CMAKE_CURRENT_SOURCE_DIR} - applet.cpp applet.h applet.desktop applet.kdevelop + applet.cpp applet.h applet.desktop applet.tdevelop src-Makefile.am kicker.png subdirs ) diff --git a/languages/cpp/app_templates/kicker/Makefile.am b/languages/cpp/app_templates/kicker/Makefile.am index 168a93c9..82095d72 100644 --- a/languages/cpp/app_templates/kicker/Makefile.am +++ b/languages/cpp/app_templates/kicker/Makefile.am @@ -1,4 +1,4 @@ -dataFiles = applet.cpp applet.h applet.desktop applet.kdevelop \ +dataFiles = applet.cpp applet.h applet.desktop applet.tdevelop \ src-Makefile.am kicker.png subdirs templateName = kicker diff --git a/languages/cpp/app_templates/kicker/applet.kdevelop b/languages/cpp/app_templates/kicker/applet.kdevelop index 8bb35326..da5c5195 100644 --- a/languages/cpp/app_templates/kicker/applet.kdevelop +++ b/languages/cpp/app_templates/kicker/applet.kdevelop @@ -1,5 +1,5 @@ - + %{AUTHOR} %{EMAIL} @@ -112,4 +112,4 @@ %{APPNAMELC}.tag - + diff --git a/languages/cpp/app_templates/kicker/kicker.kdevtemplate b/languages/cpp/app_templates/kicker/kicker.kdevtemplate index f6f87256..9912545c 100644 --- a/languages/cpp/app_templates/kicker/kicker.kdevtemplate +++ b/languages/cpp/app_templates/kicker/kicker.kdevtemplate @@ -66,11 +66,11 @@ Archive=kicker.tar.gz [ADMIN] Type=include -File=%{kdevelop}/template-common/admin.kdevtemplate +File=%{tdevelop}/template-common/admin.kdevtemplate [GNU] Type=include -File=%{kdevelop}/template-common/gnu.kdevtemplate +File=%{tdevelop}/template-common/gnu.kdevtemplate [MKDIR_DOCBOOK1] Type=mkdir @@ -82,25 +82,25 @@ Dir=%{dest}/doc/en [FILE1] Type=install -Source=%{kdevelop}/template-common/kde-doc-Makefile.am +Source=%{tdevelop}/template-common/kde-doc-Makefile.am Dest=%{dest}/doc/Makefile.am [FILE2] Type=install -Source=%{kdevelop}/template-common/kde-doc-en-Makefile.am +Source=%{tdevelop}/template-common/kde-doc-en-Makefile.am Dest=%{dest}/doc/en/Makefile.am [FILE3] Type=install EscapeXML=true -Source=%{kdevelop}/template-common/kde-index.docbook +Source=%{tdevelop}/template-common/kde-index.docbook Dest=%{dest}/doc/en/index.docbook [FILE4] Type=install EscapeXML=true -Source=%{src}/applet.kdevelop -Dest=%{dest}/%{APPNAMELC}.kdevelop +Source=%{src}/applet.tdevelop +Dest=%{dest}/%{APPNAMELC}.tdevelop [MkDir3] Type=mkdir @@ -108,7 +108,7 @@ Dir=%{dest}/src [FILE5] Type=install -Source=%{kdevelop}/template-common/kde-app.lsm +Source=%{tdevelop}/template-common/kde-app.lsm Dest=%{dest}/src/%{APPNAMELC}.lsm [MkDir4] @@ -117,22 +117,22 @@ Dir=%{dest}/po [FILE6] Type=install -Source=%{kdevelop}/template-common/kde-po-Makefile.am +Source=%{tdevelop}/template-common/kde-po-Makefile.am Dest=%{dest}/po/Makefile.am [FILE7] Type=install -Source=%{kdevelop}/template-common/kde-Makefile.am +Source=%{tdevelop}/template-common/kde-Makefile.am Dest=%{dest}/Makefile.am [FILE8] Type=install -Source=%{kdevelop}/template-common/kde-Makefile.cvs +Source=%{tdevelop}/template-common/kde-Makefile.cvs Dest=%{dest}/Makefile.cvs [FILE9] Type=install -Source=%{kdevelop}/template-common/kde-configure.in.in +Source=%{tdevelop}/template-common/kde-configure.in.in Dest=%{dest}/configure.in.in [FILE10] diff --git a/languages/cpp/app_templates/kioslave/CMakeLists.txt b/languages/cpp/app_templates/kioslave/CMakeLists.txt index 3f41d6d2..c0f70115 100644 --- a/languages/cpp/app_templates/kioslave/CMakeLists.txt +++ b/languages/cpp/app_templates/kioslave/CMakeLists.txt @@ -11,7 +11,7 @@ add_custom_target( kioslave.tar.gz ALL COMMAND tar zcf kioslave.tar.gz -C ${CMAKE_CURRENT_SOURCE_DIR} - slave.cpp slave.h slave.protocol slave.kdevelop + slave.cpp slave.h slave.protocol slave.tdevelop src-Makefile.am kioslave.png subdirs ) diff --git a/languages/cpp/app_templates/kioslave/Makefile.am b/languages/cpp/app_templates/kioslave/Makefile.am index 5aa5b88e..1d9a8224 100644 --- a/languages/cpp/app_templates/kioslave/Makefile.am +++ b/languages/cpp/app_templates/kioslave/Makefile.am @@ -1,4 +1,4 @@ -dataFiles = slave.cpp slave.h slave.protocol slave.kdevelop \ +dataFiles = slave.cpp slave.h slave.protocol slave.tdevelop \ src-Makefile.am kioslave.png subdirs templateName = kioslave diff --git a/languages/cpp/app_templates/kioslave/kioslave.kdevtemplate b/languages/cpp/app_templates/kioslave/kioslave.kdevtemplate index 0af80e7b..24c6143f 100644 --- a/languages/cpp/app_templates/kioslave/kioslave.kdevtemplate +++ b/languages/cpp/app_templates/kioslave/kioslave.kdevtemplate @@ -56,11 +56,11 @@ Archive=kioslave.tar.gz [ADMIN] Type=include -File=%{kdevelop}/template-common/admin.kdevtemplate +File=%{tdevelop}/template-common/admin.kdevtemplate [GNU] Type=include -File=%{kdevelop}/template-common/gnu.kdevtemplate +File=%{tdevelop}/template-common/gnu.kdevtemplate [MKDIR_DOCBOOK1] Type=mkdir @@ -72,25 +72,25 @@ Dir=%{dest}/doc/en [FILE1] Type=install -Source=%{kdevelop}/template-common/kde-doc-Makefile.am +Source=%{tdevelop}/template-common/kde-doc-Makefile.am Dest=%{dest}/doc/Makefile.am [FILE2] Type=install -Source=%{kdevelop}/template-common/kde-doc-en-Makefile.am +Source=%{tdevelop}/template-common/kde-doc-en-Makefile.am Dest=%{dest}/doc/en/Makefile.am [FILE3] Type=install EscapeXML=true -Source=%{kdevelop}/template-common/kde-index.docbook +Source=%{tdevelop}/template-common/kde-index.docbook Dest=%{dest}/doc/en/index.docbook [FILE4] Type=install EscapeXML=true -Source=%{src}/slave.kdevelop -Dest=%{dest}/%{APPNAMELC}.kdevelop +Source=%{src}/slave.tdevelop +Dest=%{dest}/%{APPNAMELC}.tdevelop [MkDir3] Type=mkdir @@ -98,7 +98,7 @@ Dir=%{dest}/src [FILE5] Type=install -Source=%{kdevelop}/template-common/kde-app.lsm +Source=%{tdevelop}/template-common/kde-app.lsm Dest=%{dest}/src/%{APPNAMELC}.lsm [MkDir4] @@ -107,22 +107,22 @@ Dir=%{dest}/po [FILE6] Type=install -Source=%{kdevelop}/template-common/kde-po-Makefile.am +Source=%{tdevelop}/template-common/kde-po-Makefile.am Dest=%{dest}/po/Makefile.am [FILE7] Type=install -Source=%{kdevelop}/template-common/kde-Makefile.am +Source=%{tdevelop}/template-common/kde-Makefile.am Dest=%{dest}/Makefile.am [FILE8] Type=install -Source=%{kdevelop}/template-common/kde-Makefile.cvs +Source=%{tdevelop}/template-common/kde-Makefile.cvs Dest=%{dest}/Makefile.cvs [FILE9] Type=install -Source=%{kdevelop}/template-common/kde-configure.in.in +Source=%{tdevelop}/template-common/kde-configure.in.in Dest=%{dest}/configure.in.in [FILE10] diff --git a/languages/cpp/app_templates/kioslave/slave.kdevelop b/languages/cpp/app_templates/kioslave/slave.kdevelop index a2ca970a..5e180089 100644 --- a/languages/cpp/app_templates/kioslave/slave.kdevelop +++ b/languages/cpp/app_templates/kioslave/slave.kdevelop @@ -1,5 +1,5 @@ - + %{AUTHOR} %{EMAIL} @@ -110,4 +110,4 @@ %{APPNAMELC}.tag - + diff --git a/languages/cpp/app_templates/kmake/Makefile.am b/languages/cpp/app_templates/kmake/Makefile.am index 87d660e0..b7bd96f9 100644 --- a/languages/cpp/app_templates/kmake/Makefile.am +++ b/languages/cpp/app_templates/kmake/Makefile.am @@ -1,4 +1,4 @@ -dataFiles = appui.rc app.desktop app.cpp mainviewimp.cpp mainviewimp.h mainview.ui app.kdevelop app.pro src.pro +dataFiles = appui.rc app.desktop app.cpp mainviewimp.cpp mainviewimp.h mainview.ui app.tdevelop app.pro src.pro templateName = kmake ### no need to change below: diff --git a/languages/cpp/app_templates/kmake/app.kdevelop b/languages/cpp/app_templates/kmake/app.kdevelop index aa290baa..89259578 100644 --- a/languages/cpp/app_templates/kmake/app.kdevelop +++ b/languages/cpp/app_templates/kmake/app.kdevelop @@ -1,5 +1,5 @@ - + %{AUTHOR} %{EMAIL} @@ -108,4 +108,4 @@ %{APPNAMELC}.tag - + diff --git a/languages/cpp/app_templates/kmake/app.pro b/languages/cpp/app_templates/kmake/app.pro index 7dc1cc78..b1bfced0 100644 --- a/languages/cpp/app_templates/kmake/app.pro +++ b/languages/cpp/app_templates/kmake/app.pro @@ -1,4 +1,4 @@ -# File generated by kdevelop's qmake manager. +# File generated by tdevelop's qmake manager. # ------------------------------------------- # Subdir relative project main directory: . # Target is a subdirs project diff --git a/languages/cpp/app_templates/kmake/kmake.kdevtemplate b/languages/cpp/app_templates/kmake/kmake.kdevtemplate index 3797d8e9..44209cb7 100644 --- a/languages/cpp/app_templates/kmake/kmake.kdevtemplate +++ b/languages/cpp/app_templates/kmake/kmake.kdevtemplate @@ -66,8 +66,8 @@ Archive=kmake.tar.gz [FILE1] Type=install EscapeXML=true -Source=%{src}/app.kdevelop -Dest=%{dest}/%{APPNAMELC}.kdevelop +Source=%{src}/app.tdevelop +Dest=%{dest}/%{APPNAMELC}.tdevelop [FILE2] Type=install diff --git a/languages/cpp/app_templates/kmake/src.pro b/languages/cpp/app_templates/kmake/src.pro index 950d6a91..1bbea1fd 100644 --- a/languages/cpp/app_templates/kmake/src.pro +++ b/languages/cpp/app_templates/kmake/src.pro @@ -1,4 +1,4 @@ -# File generated by kdevelop's qmake manager. +# File generated by tdevelop's qmake manager. # ------------------------------------------- # Subdir relative project main directory: ./src # Target is an application: ../bin/%{APPNAMELC} diff --git a/languages/cpp/app_templates/kmod/CMakeLists.txt b/languages/cpp/app_templates/kmod/CMakeLists.txt index b67f3b01..af575a10 100644 --- a/languages/cpp/app_templates/kmod/CMakeLists.txt +++ b/languages/cpp/app_templates/kmod/CMakeLists.txt @@ -11,7 +11,7 @@ add_custom_target( kmod.tar.gz ALL COMMAND tar zcf kmod.tar.gz -C ${CMAKE_CURRENT_SOURCE_DIR} - src-Makefile kmod.kdevelop kmod-driver.c + src-Makefile kmod.tdevelop kmod-driver.c ) diff --git a/languages/cpp/app_templates/kmod/Makefile.am b/languages/cpp/app_templates/kmod/Makefile.am index 76afcd5a..f4b1ec98 100644 --- a/languages/cpp/app_templates/kmod/Makefile.am +++ b/languages/cpp/app_templates/kmod/Makefile.am @@ -1,4 +1,4 @@ -dataFiles = src-Makefile kmod.kdevelop kmod-driver.c +dataFiles = src-Makefile kmod.tdevelop kmod-driver.c templateName = kmod diff --git a/languages/cpp/app_templates/kmod/kmod.kdevelop b/languages/cpp/app_templates/kmod/kmod.kdevelop index 93c6c0f4..673d60f5 100644 --- a/languages/cpp/app_templates/kmod/kmod.kdevelop +++ b/languages/cpp/app_templates/kmod/kmod.kdevelop @@ -1,5 +1,5 @@ - + %{AUTHOR} %{EMAIL} @@ -90,4 +90,4 @@ %{APPNAMELC}.tag - + diff --git a/languages/cpp/app_templates/kmod/kmod.kdevtemplate b/languages/cpp/app_templates/kmod/kmod.kdevtemplate index 03a335cd..b7173b32 100644 --- a/languages/cpp/app_templates/kmod/kmod.kdevtemplate +++ b/languages/cpp/app_templates/kmod/kmod.kdevtemplate @@ -66,13 +66,13 @@ Archive=kmod.tar.gz [GNU] Type=include -File=%{kdevelop}/template-common/gnu.kdevtemplate +File=%{tdevelop}/template-common/gnu.kdevtemplate [FILE1] Type=install EscapeXML=true -Source=%{src}/kmod.kdevelop -Dest=%{dest}/%{APPNAMELC}.kdevelop +Source=%{src}/kmod.tdevelop +Dest=%{dest}/%{APPNAMELC}.tdevelop [FILE2] Type=install diff --git a/languages/cpp/app_templates/kofficepart/CMakeLists.txt b/languages/cpp/app_templates/kofficepart/CMakeLists.txt index 2462d462..37a7ef44 100644 --- a/languages/cpp/app_templates/kofficepart/CMakeLists.txt +++ b/languages/cpp/app_templates/kofficepart/CMakeLists.txt @@ -11,7 +11,7 @@ add_custom_target( kopart.tar.gz ALL COMMAND tar zcf kopart.tar.gz -C ${CMAKE_CURRENT_SOURCE_DIR} - kopart.kdevelop kopart_aboutdata.h kopart_part.cpp + kopart.tdevelop kopart_aboutdata.h kopart_part.cpp kopart_view.h src-Makefile.am kopart.png kopart_factory.cpp kopart_part.h subdirs kopart.desktop kopart.rc kopart_factory.h kopart_view.cpp x-kopart.desktop diff --git a/languages/cpp/app_templates/kofficepart/Makefile.am b/languages/cpp/app_templates/kofficepart/Makefile.am index 96280d88..02b87d82 100644 --- a/languages/cpp/app_templates/kofficepart/Makefile.am +++ b/languages/cpp/app_templates/kofficepart/Makefile.am @@ -1,4 +1,4 @@ -dataFiles = kopart.kdevelop kopart_aboutdata.h kopart_part.cpp kopart_view.h \ +dataFiles = kopart.tdevelop kopart_aboutdata.h kopart_part.cpp kopart_view.h \ src-Makefile.am kopart.png kopart_factory.cpp kopart_part.h \ subdirs kopart.desktop kopart.rc kopart_factory.h \ kopart_view.cpp x-kopart.desktop kde-configure.in.in \ diff --git a/languages/cpp/app_templates/kofficepart/kopart.kdevelop b/languages/cpp/app_templates/kofficepart/kopart.kdevelop index bf70fc63..c01c17a2 100644 --- a/languages/cpp/app_templates/kofficepart/kopart.kdevelop +++ b/languages/cpp/app_templates/kofficepart/kopart.kdevelop @@ -1,5 +1,5 @@ - + %{AUTHOR} %{EMAIL} @@ -110,4 +110,4 @@ %{APPNAMELC}.tag - + diff --git a/languages/cpp/app_templates/kofficepart/kopart.kdevtemplate b/languages/cpp/app_templates/kofficepart/kopart.kdevtemplate index 9d5ecba4..97885dc4 100644 --- a/languages/cpp/app_templates/kofficepart/kopart.kdevtemplate +++ b/languages/cpp/app_templates/kofficepart/kopart.kdevtemplate @@ -63,11 +63,11 @@ Archive=kopart.tar.gz [ADMIN] Type=include -File=%{kdevelop}/template-common/admin.kdevtemplate +File=%{tdevelop}/template-common/admin.kdevtemplate [GNU] Type=include -File=%{kdevelop}/template-common/gnu.kdevtemplate +File=%{tdevelop}/template-common/gnu.kdevtemplate [MKDIR_DOCBOOK1] Type=mkdir @@ -79,25 +79,25 @@ Dir=%{dest}/doc/en [FILE1] Type=install -Source=%{kdevelop}/template-common/kde-doc-Makefile.am +Source=%{tdevelop}/template-common/kde-doc-Makefile.am Dest=%{dest}/doc/Makefile.am [FILE2] Type=install -Source=%{kdevelop}/template-common/kde-doc-en-Makefile.am +Source=%{tdevelop}/template-common/kde-doc-en-Makefile.am Dest=%{dest}/doc/en/Makefile.am [FILE3] Type=install EscapeXML=true -Source=%{kdevelop}/template-common/kde-index.docbook +Source=%{tdevelop}/template-common/kde-index.docbook Dest=%{dest}/doc/en/index.docbook [FILE4] Type=install EscapeXML=true -Source=%{src}/kopart.kdevelop -Dest=%{dest}/%{APPNAMELC}.kdevelop +Source=%{src}/kopart.tdevelop +Dest=%{dest}/%{APPNAMELC}.tdevelop [MkDir3] Type=mkdir @@ -105,7 +105,7 @@ Dir=%{dest}/src [FILE5] Type=install -Source=%{kdevelop}/template-common/kde-app.lsm +Source=%{tdevelop}/template-common/kde-app.lsm Dest=%{dest}/src/%{APPNAMELC}.lsm [MkDir4] @@ -114,17 +114,17 @@ Dir=%{dest}/po [FILE6] Type=install -Source=%{kdevelop}/template-common/kde-po-Makefile.am +Source=%{tdevelop}/template-common/kde-po-Makefile.am Dest=%{dest}/po/Makefile.am [FILE7] Type=install -Source=%{kdevelop}/template-common/kde-Makefile.am +Source=%{tdevelop}/template-common/kde-Makefile.am Dest=%{dest}/Makefile.am [FILE8] Type=install -Source=%{kdevelop}/template-common/kde-Makefile.cvs +Source=%{tdevelop}/template-common/kde-Makefile.cvs Dest=%{dest}/Makefile.cvs [FILE9] diff --git a/languages/cpp/app_templates/konqnavpanel/CMakeLists.txt b/languages/cpp/app_templates/konqnavpanel/CMakeLists.txt index 89bf20db..e38fc279 100644 --- a/languages/cpp/app_templates/konqnavpanel/CMakeLists.txt +++ b/languages/cpp/app_templates/konqnavpanel/CMakeLists.txt @@ -12,7 +12,7 @@ add_custom_target( konqnavpanel.tar.gz ALL COMMAND tar zcf konqnavpanel.tar.gz -C ${CMAKE_CURRENT_SOURCE_DIR} konqnavpanel.cpp konqnavpanel.h konqnavpanel.desktop - konqnavpanel.kdevelop src-Makefile.am konqnavpanel.png + konqnavpanel.tdevelop src-Makefile.am konqnavpanel.png subdirs ) diff --git a/languages/cpp/app_templates/konqnavpanel/Makefile.am b/languages/cpp/app_templates/konqnavpanel/Makefile.am index 7a3ae56b..6fccbf38 100644 --- a/languages/cpp/app_templates/konqnavpanel/Makefile.am +++ b/languages/cpp/app_templates/konqnavpanel/Makefile.am @@ -1,5 +1,5 @@ dataFiles = konqnavpanel.cpp konqnavpanel.h konqnavpanel.desktop \ - konqnavpanel.kdevelop src-Makefile.am \ + konqnavpanel.tdevelop src-Makefile.am \ konqnavpanel.png subdirs templateName = konqnavpanel diff --git a/languages/cpp/app_templates/konqnavpanel/konqnavpanel.kdevelop b/languages/cpp/app_templates/konqnavpanel/konqnavpanel.kdevelop index 8bb35326..da5c5195 100644 --- a/languages/cpp/app_templates/konqnavpanel/konqnavpanel.kdevelop +++ b/languages/cpp/app_templates/konqnavpanel/konqnavpanel.kdevelop @@ -1,5 +1,5 @@ - + %{AUTHOR} %{EMAIL} @@ -112,4 +112,4 @@ %{APPNAMELC}.tag - + diff --git a/languages/cpp/app_templates/konqnavpanel/konqnavpanel.kdevtemplate b/languages/cpp/app_templates/konqnavpanel/konqnavpanel.kdevtemplate index 4cbc7d5d..d9afb9a5 100644 --- a/languages/cpp/app_templates/konqnavpanel/konqnavpanel.kdevtemplate +++ b/languages/cpp/app_templates/konqnavpanel/konqnavpanel.kdevtemplate @@ -65,11 +65,11 @@ Archive=konqnavpanel.tar.gz [ADMIN] Type=include -File=%{kdevelop}/template-common/admin.kdevtemplate +File=%{tdevelop}/template-common/admin.kdevtemplate [GNU] Type=include -File=%{kdevelop}/template-common/gnu.kdevtemplate +File=%{tdevelop}/template-common/gnu.kdevtemplate [MKDIR_DOCBOOK1] Type=mkdir @@ -81,25 +81,25 @@ Dir=%{dest}/doc/en [FILE1] Type=install -Source=%{kdevelop}/template-common/kde-doc-Makefile.am +Source=%{tdevelop}/template-common/kde-doc-Makefile.am Dest=%{dest}/doc/Makefile.am [FILE2] Type=install -Source=%{kdevelop}/template-common/kde-doc-en-Makefile.am +Source=%{tdevelop}/template-common/kde-doc-en-Makefile.am Dest=%{dest}/doc/en/Makefile.am [FILE3] Type=install EscapeXML=true -Source=%{kdevelop}/template-common/kde-index.docbook +Source=%{tdevelop}/template-common/kde-index.docbook Dest=%{dest}/doc/en/index.docbook [FILE4] Type=install EscapeXML=true -Source=%{src}/konqnavpanel.kdevelop -Dest=%{dest}/%{APPNAMELC}.kdevelop +Source=%{src}/konqnavpanel.tdevelop +Dest=%{dest}/%{APPNAMELC}.tdevelop [MkDir3] Type=mkdir @@ -107,7 +107,7 @@ Dir=%{dest}/src [FILE5] Type=install -Source=%{kdevelop}/template-common/kde-app.lsm +Source=%{tdevelop}/template-common/kde-app.lsm Dest=%{dest}/src/%{APPNAMELC}.lsm [MkDir4] @@ -116,22 +116,22 @@ Dir=%{dest}/po [FILE6] Type=install -Source=%{kdevelop}/template-common/kde-po-Makefile.am +Source=%{tdevelop}/template-common/kde-po-Makefile.am Dest=%{dest}/po/Makefile.am [FILE7] Type=install -Source=%{kdevelop}/template-common/kde-Makefile.am +Source=%{tdevelop}/template-common/kde-Makefile.am Dest=%{dest}/Makefile.am [FILE8] Type=install -Source=%{kdevelop}/template-common/kde-Makefile.cvs +Source=%{tdevelop}/template-common/kde-Makefile.cvs Dest=%{dest}/Makefile.cvs [FILE9] Type=install -Source=%{kdevelop}/template-common/kde-configure.in.in +Source=%{tdevelop}/template-common/kde-configure.in.in Dest=%{dest}/configure.in.in [FILE10] diff --git a/languages/cpp/app_templates/kpartapp/CMakeLists.txt b/languages/cpp/app_templates/kpartapp/CMakeLists.txt index 80d44525..9f3d8119 100644 --- a/languages/cpp/app_templates/kpartapp/CMakeLists.txt +++ b/languages/cpp/app_templates/kpartapp/CMakeLists.txt @@ -12,7 +12,7 @@ add_custom_target( kpartapp.tar.gz ALL COMMAND tar zcf kpartapp.tar.gz -C ${CMAKE_CURRENT_SOURCE_DIR} src-Makefile.am app.cpp app.h app_part.cpp app_part.h - main.cpp app_part.rc app_shell.rc kpartapp.png app.kdevelop + main.cpp app_part.rc app_shell.rc kpartapp.png app.tdevelop subdirs ) diff --git a/languages/cpp/app_templates/kpartapp/Makefile.am b/languages/cpp/app_templates/kpartapp/Makefile.am index 9b69f17d..bfb8ceed 100644 --- a/languages/cpp/app_templates/kpartapp/Makefile.am +++ b/languages/cpp/app_templates/kpartapp/Makefile.am @@ -1,6 +1,6 @@ dataFiles = src-Makefile.am app.cpp app.h app_part.cpp\ app_part.h main.cpp app_part.rc app_shell.rc \ - kpartapp.png app.kdevelop subdirs + kpartapp.png app.tdevelop subdirs templateName = kpartapp ### no need to change below: template_DATA = $(templateName).kdevtemplate diff --git a/languages/cpp/app_templates/kpartapp/app.kdevelop b/languages/cpp/app_templates/kpartapp/app.kdevelop index 3adbae9e..c9cf269d 100644 --- a/languages/cpp/app_templates/kpartapp/app.kdevelop +++ b/languages/cpp/app_templates/kpartapp/app.kdevelop @@ -1,5 +1,5 @@ - + %{AUTHOR} %{EMAIL} @@ -112,4 +112,4 @@ %{APPNAMELC}.tag - + diff --git a/languages/cpp/app_templates/kpartapp/kpartapp.kdevtemplate b/languages/cpp/app_templates/kpartapp/kpartapp.kdevtemplate index 03583faa..dc5f67ae 100644 --- a/languages/cpp/app_templates/kpartapp/kpartapp.kdevtemplate +++ b/languages/cpp/app_templates/kpartapp/kpartapp.kdevtemplate @@ -65,11 +65,11 @@ Archive=kpartapp.tar.gz [ADMIN] Type=include -File=%{kdevelop}/template-common/admin.kdevtemplate +File=%{tdevelop}/template-common/admin.kdevtemplate [GNU] Type=include -File=%{kdevelop}/template-common/gnu.kdevtemplate +File=%{tdevelop}/template-common/gnu.kdevtemplate [MKDIR_DOCBOOK1] Type=mkdir @@ -81,39 +81,39 @@ Dir=%{dest}/doc/en [FILE1] Type=install -Source=%{kdevelop}/template-common/kde-doc-Makefile.am +Source=%{tdevelop}/template-common/kde-doc-Makefile.am Dest=%{dest}/doc/Makefile.am [FILE2] Type=install -Source=%{kdevelop}/template-common/kde-doc-en-Makefile.am +Source=%{tdevelop}/template-common/kde-doc-en-Makefile.am Dest=%{dest}/doc/en/Makefile.am [FILE3] Type=install EscapeXML=true -Source=%{kdevelop}/template-common/kde-index.docbook +Source=%{tdevelop}/template-common/kde-index.docbook Dest=%{dest}/doc/en/index.docbook [FILE4] Type=install EscapeXML=true -Source=%{src}/app.kdevelop -Dest=%{dest}/%{APPNAMELC}.kdevelop +Source=%{src}/app.tdevelop +Dest=%{dest}/%{APPNAMELC}.tdevelop [FILE5] Type=install -Source=%{kdevelop}/template-common/kde-Makefile.cvs +Source=%{tdevelop}/template-common/kde-Makefile.cvs Dest=%{dest}/Makefile.cvs [FILE6] Type=install -Source=%{kdevelop}/template-common/kde-Makefile.am +Source=%{tdevelop}/template-common/kde-Makefile.am Dest=%{dest}/Makefile.am [FILE7] Type=install -Source=%{kdevelop}/template-common/kde-configure.in.in +Source=%{tdevelop}/template-common/kde-configure.in.in Dest=%{dest}/configure.in.in [MkDir3] @@ -122,28 +122,28 @@ Dir=%{dest}/src [FILE8] Type=install -Source=%{kdevelop}/template-common/kde-part.desktop +Source=%{tdevelop}/template-common/kde-part.desktop Dest=%{dest}/src/%{APPNAMELC}_part.desktop [FILE9] Type=install -Source=%{kdevelop}/template-common/kde-app.desktop +Source=%{tdevelop}/template-common/kde-app.desktop Dest=%{dest}/src/%{APPNAMELC}.desktop [FILE10] Type=install -Source=%{kdevelop}/template-common/kde-app.lsm +Source=%{tdevelop}/template-common/kde-app.lsm Dest=%{dest}/src/%{APPNAMELC}.lsm [FILE11] Type=install -Source=%{kdevelop}/template-common/hi16-app-app.png +Source=%{tdevelop}/template-common/hi16-app-app.png Dest=%{dest}/src/hi16-app-%{APPNAMELC}.png Process=false [FILE12] Type=install -Source=%{kdevelop}/template-common/hi32-app-app.png +Source=%{tdevelop}/template-common/hi32-app-app.png Dest=%{dest}/src/hi32-app-%{APPNAMELC}.png Process=false @@ -153,7 +153,7 @@ Dir=%{dest}/po [FILE13] Type=install -Source=%{kdevelop}/template-common/kde-po-Makefile.am +Source=%{tdevelop}/template-common/kde-po-Makefile.am Dest=%{dest}/po/Makefile.am [FILE14] diff --git a/languages/cpp/app_templates/kpartplugin/CMakeLists.txt b/languages/cpp/app_templates/kpartplugin/CMakeLists.txt index 0de10864..00f4c664 100644 --- a/languages/cpp/app_templates/kpartplugin/CMakeLists.txt +++ b/languages/cpp/app_templates/kpartplugin/CMakeLists.txt @@ -13,7 +13,7 @@ add_custom_target( kpartplugin.tar.gz ALL COMMAND tar zcf kpartplugin.tar.gz -C ${CMAKE_CURRENT_SOURCE_DIR} src-Makefile.am plugin_app.cpp plugin_app.h plugin_app.rc hi16-action-plugin.png hi22-action-plugin.png - kpartplugin.png plugin.kdevelop subdirs + kpartplugin.png plugin.tdevelop subdirs ) diff --git a/languages/cpp/app_templates/kpartplugin/Makefile.am b/languages/cpp/app_templates/kpartplugin/Makefile.am index 170bdd6d..057be667 100644 --- a/languages/cpp/app_templates/kpartplugin/Makefile.am +++ b/languages/cpp/app_templates/kpartplugin/Makefile.am @@ -1,6 +1,6 @@ dataFiles = src-Makefile.am plugin_app.cpp plugin_app.h \ plugin_app.rc hi16-action-plugin.png hi22-action-plugin.png \ - kpartplugin.png plugin.kdevelop subdirs + kpartplugin.png plugin.tdevelop subdirs templateName = kpartplugin diff --git a/languages/cpp/app_templates/kpartplugin/kpartplugin.kdevtemplate b/languages/cpp/app_templates/kpartplugin/kpartplugin.kdevtemplate index f331c6cf..ec8d3dcf 100644 --- a/languages/cpp/app_templates/kpartplugin/kpartplugin.kdevtemplate +++ b/languages/cpp/app_templates/kpartplugin/kpartplugin.kdevtemplate @@ -64,11 +64,11 @@ Archive=kpartplugin.tar.gz [ADMIN] Type=include -File=%{kdevelop}/template-common/admin.kdevtemplate +File=%{tdevelop}/template-common/admin.kdevtemplate [GNU] Type=include -File=%{kdevelop}/template-common/gnu.kdevtemplate +File=%{tdevelop}/template-common/gnu.kdevtemplate [MKDIR_DOCBOOK1] Type=mkdir @@ -80,39 +80,39 @@ Dir=%{dest}/doc/en [FILE1] Type=install -Source=%{kdevelop}/template-common/kde-doc-Makefile.am +Source=%{tdevelop}/template-common/kde-doc-Makefile.am Dest=%{dest}/doc/Makefile.am [FILE2] Type=install -Source=%{kdevelop}/template-common/kde-doc-en-Makefile.am +Source=%{tdevelop}/template-common/kde-doc-en-Makefile.am Dest=%{dest}/doc/en/Makefile.am [FILE3] Type=install EscapeXML=true -Source=%{kdevelop}/template-common/kde-index.docbook +Source=%{tdevelop}/template-common/kde-index.docbook Dest=%{dest}/doc/en/index.docbook [FILE4] Type=install EscapeXML=true -Source=%{src}/plugin.kdevelop -Dest=%{dest}/%{APPNAMELC}.kdevelop +Source=%{src}/plugin.tdevelop +Dest=%{dest}/%{APPNAMELC}.tdevelop [FILE5] Type=install -Source=%{kdevelop}/template-common/kde-Makefile.cvs +Source=%{tdevelop}/template-common/kde-Makefile.cvs Dest=%{dest}/Makefile.cvs [FILE6] Type=install -Source=%{kdevelop}/template-common/kde-Makefile.am +Source=%{tdevelop}/template-common/kde-Makefile.am Dest=%{dest}/Makefile.am [FILE7] Type=install -Source=%{kdevelop}/template-common/kde-configure.in.in +Source=%{tdevelop}/template-common/kde-configure.in.in Dest=%{dest}/configure.in.in [MkDir3] @@ -121,7 +121,7 @@ Dir=%{dest}/src [FILE8] Type=install -Source=%{kdevelop}/template-common/kde-app.lsm +Source=%{tdevelop}/template-common/kde-app.lsm Dest=%{dest}/src/%{APPNAMELC}.lsm [MkDir4] @@ -130,7 +130,7 @@ Dir=%{dest}/po [FILE9] Type=install -Source=%{kdevelop}/template-common/kde-po-Makefile.am +Source=%{tdevelop}/template-common/kde-po-Makefile.am Dest=%{dest}/po/Makefile.am [FILE10] diff --git a/languages/cpp/app_templates/kpartplugin/plugin.kdevelop b/languages/cpp/app_templates/kpartplugin/plugin.kdevelop index dc1b3e25..032e1d86 100644 --- a/languages/cpp/app_templates/kpartplugin/plugin.kdevelop +++ b/languages/cpp/app_templates/kpartplugin/plugin.kdevelop @@ -1,5 +1,5 @@ - + %{AUTHOR} %{EMAIL} @@ -111,4 +111,4 @@ %{APPNAMELC}.tag - + diff --git a/languages/cpp/app_templates/kscons_kmdi/CMakeLists.txt b/languages/cpp/app_templates/kscons_kmdi/CMakeLists.txt index 87a8bd63..c42fac4f 100644 --- a/languages/cpp/app_templates/kscons_kmdi/CMakeLists.txt +++ b/languages/cpp/app_templates/kscons_kmdi/CMakeLists.txt @@ -11,7 +11,7 @@ add_custom_target( kscons_kmdi.tar.gz ALL COMMAND tar zcf kscons_kmdi.tar.gz -C ${CMAKE_CURRENT_SOURCE_DIR} - app.kcfg app.kdevelop appkmdi.cpp appkmdi.h appkmdiView.cpp + app.kcfg app.tdevelop appkmdi.cpp appkmdi.h appkmdiView.cpp appkmdiView.h INSTALL kmdikonsole.cpp kmdikonsole.h main.cpp messages.sh prefs.ui QUICKSTART README SConscript-doc SConscript-src SConstruct settings.kcfgc diff --git a/languages/cpp/app_templates/kscons_kmdi/INSTALL b/languages/cpp/app_templates/kscons_kmdi/INSTALL index edeed594..67c1dd4b 100644 --- a/languages/cpp/app_templates/kscons_kmdi/INSTALL +++ b/languages/cpp/app_templates/kscons_kmdi/INSTALL @@ -1,7 +1,7 @@ REQUIREMENTS ------------ -* KDE headers & libraries for kdelibs +* KDE headers & libraries for tdelibs * A Python interpreter for the compilation scons v0.96.1 or newer is recommended, but it's not required since a diff --git a/languages/cpp/app_templates/kscons_kmdi/Makefile.am b/languages/cpp/app_templates/kscons_kmdi/Makefile.am index aa6d9b53..e349e104 100644 --- a/languages/cpp/app_templates/kscons_kmdi/Makefile.am +++ b/languages/cpp/app_templates/kscons_kmdi/Makefile.am @@ -1,4 +1,4 @@ -dataFiles = app.kcfg app.kdevelop appkmdi.cpp appkmdi.h appkmdiView.cpp \ +dataFiles = app.kcfg app.tdevelop appkmdi.cpp appkmdi.h appkmdiView.cpp \ appkmdiView.h INSTALL kmdikonsole.cpp kmdikonsole.h main.cpp \ messages.sh prefs.ui QUICKSTART README SConscript-doc SConscript-src \ SConstruct settings.kcfgc tips VERSION \ diff --git a/languages/cpp/app_templates/kscons_kmdi/app.kdevelop b/languages/cpp/app_templates/kscons_kmdi/app.kdevelop index e6a14fff..25ed5653 100644 --- a/languages/cpp/app_templates/kscons_kmdi/app.kdevelop +++ b/languages/cpp/app_templates/kscons_kmdi/app.kdevelop @@ -1,5 +1,5 @@ - + %{AUTHOR} %{EMAIL} @@ -166,4 +166,4 @@ %{APPNAMELC}.tag - + diff --git a/languages/cpp/app_templates/kscons_kmdi/appkmdi.cpp b/languages/cpp/app_templates/kscons_kmdi/appkmdi.cpp index 7cc0f221..6b55b671 100644 --- a/languages/cpp/app_templates/kscons_kmdi/appkmdi.cpp +++ b/languages/cpp/app_templates/kscons_kmdi/appkmdi.cpp @@ -26,14 +26,14 @@ #include #include #include -#include +#include #include #include #include #include #include #include -#include +#include #include #include #include diff --git a/languages/cpp/app_templates/kscons_kmdi/kscons_kmdi.kdevtemplate b/languages/cpp/app_templates/kscons_kmdi/kscons_kmdi.kdevtemplate index 4f0f8856..1fbd8062 100644 --- a/languages/cpp/app_templates/kscons_kmdi/kscons_kmdi.kdevtemplate +++ b/languages/cpp/app_templates/kscons_kmdi/kscons_kmdi.kdevtemplate @@ -64,7 +64,7 @@ Archive=kscons_kmdi.tar.gz [SCONS] Type=include -File=%{kdevelop}/template-common/scons.kdevtemplate +File=%{tdevelop}/template-common/scons.kdevtemplate [MKDIR_DOCBOOK1] Type=mkdir @@ -82,14 +82,14 @@ Dest=%{dest}/doc/SConscript [FILE2] Type=install EscapeXML=true -Source=%{kdevelop}/template-common/kde-index.docbook +Source=%{tdevelop}/template-common/kde-index.docbook Dest=%{dest}/doc/en/index.docbook [FILE3] Type=install EscapeXML=true -Source=%{src}/app.kdevelop -Dest=%{dest}/%{APPNAMELC}.kdevelop +Source=%{src}/app.tdevelop +Dest=%{dest}/%{APPNAMELC}.tdevelop [FILE4] Type=install @@ -102,18 +102,18 @@ Dir=%{dest}/src [FILE6] Type=install -Source=%{kdevelop}/template-common/kde-app.desktop +Source=%{tdevelop}/template-common/kde-app.desktop Dest=%{dest}/src/%{APPNAMELC}.desktop [FILE7] Type=install -Source=%{kdevelop}/template-common/hi16-app-app.png +Source=%{tdevelop}/template-common/hi16-app-app.png Dest=%{dest}/src/hi16-app-%{APPNAMELC}.png Process=false [FILE8] Type=install -Source=%{kdevelop}/template-common/hi32-app-app.png +Source=%{tdevelop}/template-common/hi32-app-app.png Dest=%{dest}/src/hi32-app-%{APPNAMELC}.png Process=false @@ -225,12 +225,12 @@ Dest=%{dest}/src/%{APPNAMELC}_part.h [FILE36] Type=install -Source=%{kdevelop}/template-common/kde-app.desktop +Source=%{tdevelop}/template-common/kde-app.desktop Dest=%{dest}/src/%{APPNAMELC}.desktop [FILE37] Type=install -Source=%{kdevelop}/template-common/kde-part.desktop +Source=%{tdevelop}/template-common/kde-part.desktop Dest=%{dest}/src/%{APPNAMELC}_part.desktop [FILE38] diff --git a/languages/cpp/app_templates/kscons_kmdi/tips b/languages/cpp/app_templates/kscons_kmdi/tips index 56f29469..b9618b42 100644 --- a/languages/cpp/app_templates/kscons_kmdi/tips +++ b/languages/cpp/app_templates/kscons_kmdi/tips @@ -1,6 +1,6 @@

... that automake was not involved in building this kde application ?

-

The kdevelop template "kscons_kxt" was used instead.

+

The tdevelop template "kscons_kxt" was used instead.

diff --git a/languages/cpp/app_templates/kscons_kxt/CMakeLists.txt b/languages/cpp/app_templates/kscons_kxt/CMakeLists.txt index dae6dd3b..bf1be9f6 100644 --- a/languages/cpp/app_templates/kscons_kxt/CMakeLists.txt +++ b/languages/cpp/app_templates/kscons_kxt/CMakeLists.txt @@ -11,7 +11,7 @@ add_custom_target( kscons_kxt.tar.gz ALL COMMAND tar zcf kscons_kxt.tar.gz -C ${CMAKE_CURRENT_SOURCE_DIR} - app.cpp app.h main.cpp appui.rc app.kdevelop appview.h + app.cpp app.h main.cpp appui.rc app.tdevelop appview.h appview.cpp appview_base.ui prefs-base.ui prefs.cpp prefs.h app.kcfg settings.kcfgc messages.sh SConstruct SConscript-doc SConscript-src tips VERSION QUICKSTART diff --git a/languages/cpp/app_templates/kscons_kxt/INSTALL b/languages/cpp/app_templates/kscons_kxt/INSTALL index edeed594..67c1dd4b 100644 --- a/languages/cpp/app_templates/kscons_kxt/INSTALL +++ b/languages/cpp/app_templates/kscons_kxt/INSTALL @@ -1,7 +1,7 @@ REQUIREMENTS ------------ -* KDE headers & libraries for kdelibs +* KDE headers & libraries for tdelibs * A Python interpreter for the compilation scons v0.96.1 or newer is recommended, but it's not required since a diff --git a/languages/cpp/app_templates/kscons_kxt/Makefile.am b/languages/cpp/app_templates/kscons_kxt/Makefile.am index 8cce001c..59a58ee1 100644 --- a/languages/cpp/app_templates/kscons_kxt/Makefile.am +++ b/languages/cpp/app_templates/kscons_kxt/Makefile.am @@ -1,4 +1,4 @@ -dataFiles = app.cpp app.h main.cpp appui.rc app.kdevelop \ +dataFiles = app.cpp app.h main.cpp appui.rc app.tdevelop \ appview.h appview.cpp appview_base.ui prefs-base.ui \ prefs.cpp prefs.h app.kcfg settings.kcfgc messages.sh \ SConstruct SConscript-doc SConscript-src tips VERSION \ diff --git a/languages/cpp/app_templates/kscons_kxt/app.cpp b/languages/cpp/app_templates/kscons_kxt/app.cpp index ec892c11..2a89e471 100644 --- a/languages/cpp/app_templates/kscons_kxt/app.cpp +++ b/languages/cpp/app_templates/kscons_kxt/app.cpp @@ -13,7 +13,7 @@ #include #include #include -#include +#include #include #include #include diff --git a/languages/cpp/app_templates/kscons_kxt/app.kdevelop b/languages/cpp/app_templates/kscons_kxt/app.kdevelop index e6a14fff..25ed5653 100644 --- a/languages/cpp/app_templates/kscons_kxt/app.kdevelop +++ b/languages/cpp/app_templates/kscons_kxt/app.kdevelop @@ -1,5 +1,5 @@ - + %{AUTHOR} %{EMAIL} @@ -166,4 +166,4 @@ %{APPNAMELC}.tag - + diff --git a/languages/cpp/app_templates/kscons_kxt/kscons_kxt.kdevtemplate b/languages/cpp/app_templates/kscons_kxt/kscons_kxt.kdevtemplate index 6236f905..a6d2fbda 100644 --- a/languages/cpp/app_templates/kscons_kxt/kscons_kxt.kdevtemplate +++ b/languages/cpp/app_templates/kscons_kxt/kscons_kxt.kdevtemplate @@ -65,7 +65,7 @@ Archive=kscons_kxt.tar.gz [SCONS] Type=include -File=%{kdevelop}/template-common/scons.kdevtemplate +File=%{tdevelop}/template-common/scons.kdevtemplate [MKDIR_DOCBOOK1] Type=mkdir @@ -83,14 +83,14 @@ Dest=%{dest}/doc/SConscript [FILE2] Type=install EscapeXML=true -Source=%{kdevelop}/template-common/kde-index.docbook +Source=%{tdevelop}/template-common/kde-index.docbook Dest=%{dest}/doc/en/index.docbook [FILE3] Type=install EscapeXML=true -Source=%{src}/app.kdevelop -Dest=%{dest}/%{APPNAMELC}.kdevelop +Source=%{src}/app.tdevelop +Dest=%{dest}/%{APPNAMELC}.tdevelop [FILE4] Type=install @@ -103,18 +103,18 @@ Dir=%{dest}/src [FILE6] Type=install -Source=%{kdevelop}/template-common/kde-app.desktop +Source=%{tdevelop}/template-common/kde-app.desktop Dest=%{dest}/src/%{APPNAMELC}.desktop [FILE7] Type=install -Source=%{kdevelop}/template-common/hi16-app-app.png +Source=%{tdevelop}/template-common/hi16-app-app.png Dest=%{dest}/src/hi16-app-%{APPNAMELC}.png Process=false [FILE8] Type=install -Source=%{kdevelop}/template-common/hi32-app-app.png +Source=%{tdevelop}/template-common/hi32-app-app.png Dest=%{dest}/src/hi32-app-%{APPNAMELC}.png Process=false diff --git a/languages/cpp/app_templates/kscons_kxt/tips b/languages/cpp/app_templates/kscons_kxt/tips index 56f29469..b9618b42 100644 --- a/languages/cpp/app_templates/kscons_kxt/tips +++ b/languages/cpp/app_templates/kscons_kxt/tips @@ -1,6 +1,6 @@

... that automake was not involved in building this kde application ?

-

The kdevelop template "kscons_kxt" was used instead.

+

The tdevelop template "kscons_kxt" was used instead.

diff --git a/languages/cpp/app_templates/kscreensaver/CMakeLists.txt b/languages/cpp/app_templates/kscreensaver/CMakeLists.txt index fc8ab374..a74c003c 100644 --- a/languages/cpp/app_templates/kscreensaver/CMakeLists.txt +++ b/languages/cpp/app_templates/kscreensaver/CMakeLists.txt @@ -13,7 +13,7 @@ add_custom_target( kscreensaver.tar.gz ALL COMMAND tar zcf kscreensaver.tar.gz -C ${CMAKE_CURRENT_SOURCE_DIR} kscreensaver.desktop kscreensaver.png kscreensaver.h kscreensaverui.ui src-Makefile.am kscreensaver.cpp - kscreensaver.kdevelop subdirs + kscreensaver.tdevelop subdirs ) diff --git a/languages/cpp/app_templates/kscreensaver/Makefile.am b/languages/cpp/app_templates/kscreensaver/Makefile.am index 28747ace..a304c27a 100644 --- a/languages/cpp/app_templates/kscreensaver/Makefile.am +++ b/languages/cpp/app_templates/kscreensaver/Makefile.am @@ -1,6 +1,6 @@ dataFiles = kscreensaver.desktop kscreensaver.png kscreensaver.h \ kscreensaverui.ui src-Makefile.am kscreensaver.cpp \ - kscreensaver.kdevelop subdirs + kscreensaver.tdevelop subdirs templateName= kscreensaver diff --git a/languages/cpp/app_templates/kscreensaver/kscreensaver.kdevelop b/languages/cpp/app_templates/kscreensaver/kscreensaver.kdevelop index e912518f..bb887180 100644 --- a/languages/cpp/app_templates/kscreensaver/kscreensaver.kdevelop +++ b/languages/cpp/app_templates/kscreensaver/kscreensaver.kdevelop @@ -1,5 +1,5 @@ - + %{AUTHOR} %{EMAIL} @@ -110,4 +110,4 @@ %{APPNAMELC}.tag - + diff --git a/languages/cpp/app_templates/kscreensaver/kscreensaver.kdevtemplate b/languages/cpp/app_templates/kscreensaver/kscreensaver.kdevtemplate index 027ba4ea..979b6614 100644 --- a/languages/cpp/app_templates/kscreensaver/kscreensaver.kdevtemplate +++ b/languages/cpp/app_templates/kscreensaver/kscreensaver.kdevtemplate @@ -68,11 +68,11 @@ Archive=kscreensaver.tar.gz [ADMIN] Type=include -File=%{kdevelop}/template-common/admin.kdevtemplate +File=%{tdevelop}/template-common/admin.kdevtemplate [GNU] Type=include -File=%{kdevelop}/template-common/gnu.kdevtemplate +File=%{tdevelop}/template-common/gnu.kdevtemplate [MKDIR_DOCBOOK1] Type=mkdir @@ -85,25 +85,25 @@ Dir=%{dest}/doc/en [FILE1] Type=install EscapeXML=true -Source=%{kdevelop}/template-common/kde-doc-Makefile.am +Source=%{tdevelop}/template-common/kde-doc-Makefile.am Dest=%{dest}/doc/Makefile.am [FILE2] Type=install -Source=%{kdevelop}/template-common/kde-doc-en-Makefile.am +Source=%{tdevelop}/template-common/kde-doc-en-Makefile.am Dest=%{dest}/doc/en/Makefile.am [FILE3] Type=install EscapeXML=true -Source=%{kdevelop}/template-common/kde-index.docbook +Source=%{tdevelop}/template-common/kde-index.docbook Dest=%{dest}/doc/en/index.docbook [FILE4] Type=install EscapeXML=true -Source=%{src}/kscreensaver.kdevelop -Dest=%{dest}/%{APPNAMELC}.kdevelop +Source=%{src}/kscreensaver.tdevelop +Dest=%{dest}/%{APPNAMELC}.tdevelop [MkDir3] Type=mkdir @@ -111,7 +111,7 @@ Dir=%{dest}/src [FILE5] Type=install -Source=%{kdevelop}/template-common/kde-app.lsm +Source=%{tdevelop}/template-common/kde-app.lsm Dest=%{dest}/src/%{APPNAMELC}.lsm [MkDir4] @@ -120,22 +120,22 @@ Dir=%{dest}/po [FILE6] Type=install -Source=%{kdevelop}/template-common/kde-po-Makefile.am +Source=%{tdevelop}/template-common/kde-po-Makefile.am Dest=%{dest}/po/Makefile.am [FILE7] Type=install -Source=%{kdevelop}/template-common/kde-Makefile.am +Source=%{tdevelop}/template-common/kde-Makefile.am Dest=%{dest}/Makefile.am [FILE8] Type=install -Source=%{kdevelop}/template-common/kde-Makefile.cvs +Source=%{tdevelop}/template-common/kde-Makefile.cvs Dest=%{dest}/Makefile.cvs [FILE9] Type=install -Source=%{kdevelop}/template-common/kde-configure.in.in +Source=%{tdevelop}/template-common/kde-configure.in.in Dest=%{dest}/configure.in.in [FILE10] diff --git a/languages/cpp/app_templates/kxt/CMakeLists.txt b/languages/cpp/app_templates/kxt/CMakeLists.txt index 25505013..4b203750 100644 --- a/languages/cpp/app_templates/kxt/CMakeLists.txt +++ b/languages/cpp/app_templates/kxt/CMakeLists.txt @@ -12,7 +12,7 @@ add_custom_target( kxt.tar.gz ALL COMMAND tar zcf kxt.tar.gz -C ${CMAKE_CURRENT_SOURCE_DIR} src-Makefile.am app.cpp app.h main.cpp appui.rc - app.kdevelop subdirs app.desktop preview.png appview.h + app.tdevelop subdirs app.desktop preview.png appview.h appview.cpp appview_base.ui prefs-base.ui prefs.cpp prefs.h app.kcfg settings.kcfgc README src-configure.in.in ) diff --git a/languages/cpp/app_templates/kxt/Makefile.am b/languages/cpp/app_templates/kxt/Makefile.am index 07767961..8321742a 100644 --- a/languages/cpp/app_templates/kxt/Makefile.am +++ b/languages/cpp/app_templates/kxt/Makefile.am @@ -1,4 +1,4 @@ -dataFiles = src-Makefile.am app.cpp app.h main.cpp appui.rc app.kdevelop \ +dataFiles = src-Makefile.am app.cpp app.h main.cpp appui.rc app.tdevelop \ subdirs app.desktop preview.png appview.h appview.cpp appview_base.ui \ prefs-base.ui prefs.cpp prefs.h app.kcfg settings.kcfgc README \ src-configure.in.in diff --git a/languages/cpp/app_templates/kxt/app.cpp b/languages/cpp/app_templates/kxt/app.cpp index ce5577cb..e3032dc1 100644 --- a/languages/cpp/app_templates/kxt/app.cpp +++ b/languages/cpp/app_templates/kxt/app.cpp @@ -13,7 +13,7 @@ #include #include #include -#include +#include #include #include #include diff --git a/languages/cpp/app_templates/kxt/app.kdevelop b/languages/cpp/app_templates/kxt/app.kdevelop index e6a14fff..25ed5653 100644 --- a/languages/cpp/app_templates/kxt/app.kdevelop +++ b/languages/cpp/app_templates/kxt/app.kdevelop @@ -1,5 +1,5 @@ - + %{AUTHOR} %{EMAIL} @@ -166,4 +166,4 @@ %{APPNAMELC}.tag - + diff --git a/languages/cpp/app_templates/kxt/kxt.kdevtemplate b/languages/cpp/app_templates/kxt/kxt.kdevtemplate index a7a23298..43918275 100644 --- a/languages/cpp/app_templates/kxt/kxt.kdevtemplate +++ b/languages/cpp/app_templates/kxt/kxt.kdevtemplate @@ -67,11 +67,11 @@ Archive=kxt.tar.gz [ADMIN] Type=include -File=%{kdevelop}/template-common/admin.kdevtemplate +File=%{tdevelop}/template-common/admin.kdevtemplate [GNU] Type=include -File=%{kdevelop}/template-common/gnu.kdevtemplate +File=%{tdevelop}/template-common/gnu.kdevtemplate [MKDIR_DOCBOOK1] Type=mkdir @@ -83,39 +83,39 @@ Dir=%{dest}/doc/en [FILE1] Type=install -Source=%{kdevelop}/template-common/kde-doc-Makefile.am +Source=%{tdevelop}/template-common/kde-doc-Makefile.am Dest=%{dest}/doc/Makefile.am [FILE2] Type=install -Source=%{kdevelop}/template-common/kde-doc-en-Makefile.am +Source=%{tdevelop}/template-common/kde-doc-en-Makefile.am Dest=%{dest}/doc/en/Makefile.am [FILE3] Type=install EscapeXML=true -Source=%{kdevelop}/template-common/kde-index.docbook +Source=%{tdevelop}/template-common/kde-index.docbook Dest=%{dest}/doc/en/index.docbook [FILE4] Type=install EscapeXML=true -Source=%{src}/app.kdevelop -Dest=%{dest}/%{APPNAMELC}.kdevelop +Source=%{src}/app.tdevelop +Dest=%{dest}/%{APPNAMELC}.tdevelop [FILE5] Type=install -Source=%{kdevelop}/template-common/kde-Makefile.am +Source=%{tdevelop}/template-common/kde-Makefile.am Dest=%{dest}/Makefile.am [FILE6] Type=install -Source=%{kdevelop}/template-common/kde-Makefile.cvs +Source=%{tdevelop}/template-common/kde-Makefile.cvs Dest=%{dest}/Makefile.cvs [FILE7] Type=install -Source=%{kdevelop}/template-common/kde-configure.in.in +Source=%{tdevelop}/template-common/kde-configure.in.in Dest=%{dest}/configure.in.in [MkDir3] @@ -124,23 +124,23 @@ Dir=%{dest}/src [FILE8] Type=install -Source=%{kdevelop}/template-common/kde-app.desktop +Source=%{tdevelop}/template-common/kde-app.desktop Dest=%{dest}/src/%{APPNAMELC}.desktop [FILE9] Type=install -Source=%{kdevelop}/template-common/kde-app.lsm +Source=%{tdevelop}/template-common/kde-app.lsm Dest=%{dest}/src/%{APPNAMELC}.lsm [FILE10] Type=install -Source=%{kdevelop}/template-common/hi16-app-app.png +Source=%{tdevelop}/template-common/hi16-app-app.png Dest=%{dest}/src/hi16-app-%{APPNAMELC}.png Process=false [FILE11] Type=install -Source=%{kdevelop}/template-common/hi32-app-app.png +Source=%{tdevelop}/template-common/hi32-app-app.png Dest=%{dest}/src/hi32-app-%{APPNAMELC}.png Process=false @@ -150,7 +150,7 @@ Dir=%{dest}/po [FILE12] Type=install -Source=%{kdevelop}/template-common/kde-po-Makefile.am +Source=%{tdevelop}/template-common/kde-po-Makefile.am Dest=%{dest}/po/Makefile.am [FILE13] diff --git a/languages/cpp/app_templates/makefileempty/CMakeLists.txt b/languages/cpp/app_templates/makefileempty/CMakeLists.txt index 04cc2b33..48a6e3dd 100644 --- a/languages/cpp/app_templates/makefileempty/CMakeLists.txt +++ b/languages/cpp/app_templates/makefileempty/CMakeLists.txt @@ -11,7 +11,7 @@ add_custom_target( makefileempty.tar.gz ALL COMMAND tar zcf makefileempty.tar.gz -C ${CMAKE_CURRENT_SOURCE_DIR} - makefileempty-Makefile makefileempty.png app.kdevelop + makefileempty-Makefile makefileempty.png app.tdevelop ) diff --git a/languages/cpp/app_templates/makefileempty/Makefile.am b/languages/cpp/app_templates/makefileempty/Makefile.am index 87f1db69..ec381a04 100644 --- a/languages/cpp/app_templates/makefileempty/Makefile.am +++ b/languages/cpp/app_templates/makefileempty/Makefile.am @@ -1,5 +1,5 @@ dataFiles = makefileempty-Makefile \ - makefileempty.png app.kdevelop + makefileempty.png app.tdevelop templateName = makefileempty ### no need to change below: diff --git a/languages/cpp/app_templates/makefileempty/app.kdevelop b/languages/cpp/app_templates/makefileempty/app.kdevelop index a0b41f59..e6806599 100644 --- a/languages/cpp/app_templates/makefileempty/app.kdevelop +++ b/languages/cpp/app_templates/makefileempty/app.kdevelop @@ -1,5 +1,5 @@ - + %{AUTHOR} %{EMAIL} @@ -98,4 +98,4 @@ %{APPNAMELC}.tag - + diff --git a/languages/cpp/app_templates/makefileempty/makefileempty.kdevtemplate b/languages/cpp/app_templates/makefileempty/makefileempty.kdevtemplate index bacfcae0..413f9772 100644 --- a/languages/cpp/app_templates/makefileempty/makefileempty.kdevtemplate +++ b/languages/cpp/app_templates/makefileempty/makefileempty.kdevtemplate @@ -48,12 +48,12 @@ Archive=makefileempty.tar.gz [FILE1] Type=install EscapeXML=true -Source=%{src}/app.kdevelop -Dest=%{dest}/%{APPNAMELC}.kdevelop +Source=%{src}/app.tdevelop +Dest=%{dest}/%{APPNAMELC}.tdevelop [GNU] Type=include -File=%{kdevelop}/template-common/gnu.kdevtemplate +File=%{tdevelop}/template-common/gnu.kdevtemplate [FILE2] Type=install diff --git a/languages/cpp/app_templates/noatunui/CMakeLists.txt b/languages/cpp/app_templates/noatunui/CMakeLists.txt index 506cd194..332a960a 100644 --- a/languages/cpp/app_templates/noatunui/CMakeLists.txt +++ b/languages/cpp/app_templates/noatunui/CMakeLists.txt @@ -12,7 +12,7 @@ add_custom_target( noatunui.tar.gz ALL COMMAND tar zcf noatunui.tar.gz -C ${CMAKE_CURRENT_SOURCE_DIR} src-Makefile.am plugin_app.cpp plugin_impl.cpp - plugin_impl.h noatunui.png plugin.plugin plugin.kdevelop + plugin_impl.h noatunui.png plugin.plugin plugin.tdevelop subdirs ) diff --git a/languages/cpp/app_templates/noatunui/Makefile.am b/languages/cpp/app_templates/noatunui/Makefile.am index 29358f2f..a222f235 100644 --- a/languages/cpp/app_templates/noatunui/Makefile.am +++ b/languages/cpp/app_templates/noatunui/Makefile.am @@ -1,5 +1,5 @@ dataFiles = src-Makefile.am plugin_app.cpp plugin_impl.cpp plugin_impl.h \ - noatunui.png plugin.plugin plugin.kdevelop subdirs + noatunui.png plugin.plugin plugin.tdevelop subdirs templateName = noatunui ### no need to change below: diff --git a/languages/cpp/app_templates/noatunui/noatunui.kdevtemplate b/languages/cpp/app_templates/noatunui/noatunui.kdevtemplate index 394e71ed..cc3720c1 100644 --- a/languages/cpp/app_templates/noatunui/noatunui.kdevtemplate +++ b/languages/cpp/app_templates/noatunui/noatunui.kdevtemplate @@ -63,11 +63,11 @@ Archive=noatunui.tar.gz [ADMIN] Type=include -File=%{kdevelop}/template-common/admin.kdevtemplate +File=%{tdevelop}/template-common/admin.kdevtemplate [GNU] Type=include -File=%{kdevelop}/template-common/gnu.kdevtemplate +File=%{tdevelop}/template-common/gnu.kdevtemplate [MKDIR_DOCBOOK1] Type=mkdir @@ -79,39 +79,39 @@ Dir=%{dest}/doc/en [FILE1] Type=install -Source=%{kdevelop}/template-common/kde-doc-Makefile.am +Source=%{tdevelop}/template-common/kde-doc-Makefile.am Dest=%{dest}/doc/Makefile.am [FILE2] Type=install -Source=%{kdevelop}/template-common/kde-doc-en-Makefile.am +Source=%{tdevelop}/template-common/kde-doc-en-Makefile.am Dest=%{dest}/doc/en/Makefile.am [FILE3] Type=install EscapeXML=true -Source=%{kdevelop}/template-common/kde-index.docbook +Source=%{tdevelop}/template-common/kde-index.docbook Dest=%{dest}/doc/en/index.docbook [FILE4] Type=install EscapeXML=true -Source=%{src}/plugin.kdevelop -Dest=%{dest}/%{APPNAMELC}.kdevelop +Source=%{src}/plugin.tdevelop +Dest=%{dest}/%{APPNAMELC}.tdevelop [FILE5] Type=install -Source=%{kdevelop}/template-common/kde-Makefile.cvs +Source=%{tdevelop}/template-common/kde-Makefile.cvs Dest=%{dest}/Makefile.cvs [FILE6] Type=install -Source=%{kdevelop}/template-common/kde-Makefile.am +Source=%{tdevelop}/template-common/kde-Makefile.am Dest=%{dest}/Makefile.am [FILE7] Type=install -Source=%{kdevelop}/template-common/kde-configure.in.in +Source=%{tdevelop}/template-common/kde-configure.in.in Dest=%{dest}/configure.in.in [MkDir3] @@ -120,7 +120,7 @@ Dir=%{dest}/src [FILE8] Type=install -Source=%{kdevelop}/template-common/kde-app.lsm +Source=%{tdevelop}/template-common/kde-app.lsm Dest=%{dest}/src/%{APPNAMELC}.lsm [MkDir4] @@ -129,7 +129,7 @@ Dir=%{dest}/po [FILE9] Type=install -Source=%{kdevelop}/template-common/kde-po-Makefile.am +Source=%{tdevelop}/template-common/kde-po-Makefile.am Dest=%{dest}/po/Makefile.am [FILE10] diff --git a/languages/cpp/app_templates/noatunui/plugin.kdevelop b/languages/cpp/app_templates/noatunui/plugin.kdevelop index f0cda142..ba43279c 100644 --- a/languages/cpp/app_templates/noatunui/plugin.kdevelop +++ b/languages/cpp/app_templates/noatunui/plugin.kdevelop @@ -1,5 +1,5 @@ - + %{AUTHOR} %{EMAIL} @@ -108,4 +108,4 @@ %{APPNAMELC}.tag - + diff --git a/languages/cpp/app_templates/noatunvisual/CMakeLists.txt b/languages/cpp/app_templates/noatunvisual/CMakeLists.txt index 5a92db6f..8b5668ec 100644 --- a/languages/cpp/app_templates/noatunvisual/CMakeLists.txt +++ b/languages/cpp/app_templates/noatunvisual/CMakeLists.txt @@ -13,7 +13,7 @@ add_custom_target( noatunvisual.tar.gz ALL COMMAND tar zcf noatunvisual.tar.gz -C ${CMAKE_CURRENT_SOURCE_DIR} src-Makefile.am plugin_app.cpp plugin_app.h plugin_impl.cpp plugin_impl.h noatunvisual.png plugin.plugin - plugin.kdevelop subdirs noatunvisual-configure.in.in + plugin.tdevelop subdirs noatunvisual-configure.in.in ) diff --git a/languages/cpp/app_templates/noatunvisual/Makefile.am b/languages/cpp/app_templates/noatunvisual/Makefile.am index 0d6a43eb..d7466e24 100644 --- a/languages/cpp/app_templates/noatunvisual/Makefile.am +++ b/languages/cpp/app_templates/noatunvisual/Makefile.am @@ -1,5 +1,5 @@ dataFiles = src-Makefile.am plugin_app.cpp plugin_app.h plugin_impl.cpp \ - plugin_impl.h noatunvisual.png plugin.plugin plugin.kdevelop \ + plugin_impl.h noatunvisual.png plugin.plugin plugin.tdevelop \ subdirs noatunvisual-configure.in.in templateName = noatunvisual diff --git a/languages/cpp/app_templates/noatunvisual/noatunvisual.kdevtemplate b/languages/cpp/app_templates/noatunvisual/noatunvisual.kdevtemplate index 4c726194..885bada0 100644 --- a/languages/cpp/app_templates/noatunvisual/noatunvisual.kdevtemplate +++ b/languages/cpp/app_templates/noatunvisual/noatunvisual.kdevtemplate @@ -67,11 +67,11 @@ Archive=noatunvisual.tar.gz [ADMIN] Type=include -File=%{kdevelop}/template-common/admin.kdevtemplate +File=%{tdevelop}/template-common/admin.kdevtemplate [GNU] Type=include -File=%{kdevelop}/template-common/gnu.kdevtemplate +File=%{tdevelop}/template-common/gnu.kdevtemplate [MKDIR_DOCBOOK1] Type=mkdir @@ -84,33 +84,33 @@ Dir=%{dest}/doc/en [FILE1] Type=install EscapeXML=true -Source=%{kdevelop}/template-common/kde-doc-Makefile.am +Source=%{tdevelop}/template-common/kde-doc-Makefile.am Dest=%{dest}/doc/Makefile.am [FILE2] Type=install -Source=%{kdevelop}/template-common/kde-doc-en-Makefile.am +Source=%{tdevelop}/template-common/kde-doc-en-Makefile.am Dest=%{dest}/doc/en/Makefile.am [FILE3] Type=install EscapeXML=true -Source=%{kdevelop}/template-common/kde-index.docbook +Source=%{tdevelop}/template-common/kde-index.docbook Dest=%{dest}/doc/en/index.docbook [FILE4] Type=install -Source=%{src}/plugin.kdevelop -Dest=%{dest}/%{APPNAMELC}.kdevelop +Source=%{src}/plugin.tdevelop +Dest=%{dest}/%{APPNAMELC}.tdevelop [FILE5] Type=install -Source=%{kdevelop}/template-common/kde-Makefile.cvs +Source=%{tdevelop}/template-common/kde-Makefile.cvs Dest=%{dest}/Makefile.cvs [FILE6] Type=install -Source=%{kdevelop}/template-common/kde-Makefile.am +Source=%{tdevelop}/template-common/kde-Makefile.am Dest=%{dest}/Makefile.am [FILE7] @@ -124,7 +124,7 @@ Dir=%{dest}/src [FILE8] Type=install -Source=%{kdevelop}/template-common/kde-app.lsm +Source=%{tdevelop}/template-common/kde-app.lsm Dest=%{dest}/src/%{APPNAMELC}.lsm [MkDir4] @@ -133,7 +133,7 @@ Dir=%{dest}/po [FILE9] Type=install -Source=%{kdevelop}/template-common/kde-po-Makefile.am +Source=%{tdevelop}/template-common/kde-po-Makefile.am Dest=%{dest}/po/Makefile.am [FILE10] diff --git a/languages/cpp/app_templates/noatunvisual/plugin.kdevelop b/languages/cpp/app_templates/noatunvisual/plugin.kdevelop index 281d095e..0352c4cd 100644 --- a/languages/cpp/app_templates/noatunvisual/plugin.kdevelop +++ b/languages/cpp/app_templates/noatunvisual/plugin.kdevelop @@ -1,5 +1,5 @@ - + %{AUTHOR} %{EMAIL} @@ -115,4 +115,4 @@ %{APPNAMELC}.tag - + diff --git a/languages/cpp/app_templates/opieapp/CMakeLists.txt b/languages/cpp/app_templates/opieapp/CMakeLists.txt index 1e8ce9db..4f2b2824 100644 --- a/languages/cpp/app_templates/opieapp/CMakeLists.txt +++ b/languages/cpp/app_templates/opieapp/CMakeLists.txt @@ -11,7 +11,7 @@ add_custom_target( opieapp.tar.gz ALL COMMAND tar zcf opieapp.tar.gz -C ${CMAKE_CURRENT_SOURCE_DIR} - Example.png app.kdevelop example.desktop Makefile.am + Example.png app.tdevelop example.desktop Makefile.am app.pro example.cpp example.h examplebase.ui ) diff --git a/languages/cpp/app_templates/opieapp/Makefile.am b/languages/cpp/app_templates/opieapp/Makefile.am index 643a1c29..10a1f2a1 100644 --- a/languages/cpp/app_templates/opieapp/Makefile.am +++ b/languages/cpp/app_templates/opieapp/Makefile.am @@ -1,4 +1,4 @@ -dataFiles = Example.png app.kdevelop example.desktop Makefile.am \ +dataFiles = Example.png app.tdevelop example.desktop Makefile.am \ app.pro example.cpp example.h examplebase.ui templateName = opieapp diff --git a/languages/cpp/app_templates/opieapp/app.kdevelop b/languages/cpp/app_templates/opieapp/app.kdevelop index 69b6f2bc..9bdb127e 100644 --- a/languages/cpp/app_templates/opieapp/app.kdevelop +++ b/languages/cpp/app_templates/opieapp/app.kdevelop @@ -1,5 +1,5 @@ - + %{AUTHOR} %{EMAIL} @@ -140,4 +140,4 @@ %{APPNAMELC}.tag - + diff --git a/languages/cpp/app_templates/opieapp/opieapp.kdevtemplate b/languages/cpp/app_templates/opieapp/opieapp.kdevtemplate index 622ec9a6..e91ec97e 100644 --- a/languages/cpp/app_templates/opieapp/opieapp.kdevtemplate +++ b/languages/cpp/app_templates/opieapp/opieapp.kdevtemplate @@ -69,8 +69,8 @@ Archive=opieapp.tar.gz [FILE1] Type=install EscapeXML=true -Source=%{src}/app.kdevelop -Dest=%{dest}/%{APPNAMELC}.kdevelop +Source=%{src}/app.tdevelop +Dest=%{dest}/%{APPNAMELC}.tdevelop [MkDir0] Type=mkdir diff --git a/languages/cpp/app_templates/opieapplet/CMakeLists.txt b/languages/cpp/app_templates/opieapplet/CMakeLists.txt index de20130d..e4dc42f0 100644 --- a/languages/cpp/app_templates/opieapplet/CMakeLists.txt +++ b/languages/cpp/app_templates/opieapplet/CMakeLists.txt @@ -11,7 +11,7 @@ add_custom_target( opieapplet.tar.gz ALL COMMAND tar zcf opieapplet.tar.gz -C ${CMAKE_CURRENT_SOURCE_DIR} - Makefile.am Example.png app.kdevelop app.pro simpleimpl.cpp + Makefile.am Example.png app.tdevelop app.pro simpleimpl.cpp simpleimpl.h ) diff --git a/languages/cpp/app_templates/opieapplet/Makefile.am b/languages/cpp/app_templates/opieapplet/Makefile.am index 8faf4e32..6bbb09ac 100644 --- a/languages/cpp/app_templates/opieapplet/Makefile.am +++ b/languages/cpp/app_templates/opieapplet/Makefile.am @@ -1,4 +1,4 @@ -dataFiles = Makefile.am Example.png app.kdevelop app.pro \ +dataFiles = Makefile.am Example.png app.tdevelop app.pro \ simpleimpl.cpp simpleimpl.h templateName = opieapplet diff --git a/languages/cpp/app_templates/opieapplet/app.kdevelop b/languages/cpp/app_templates/opieapplet/app.kdevelop index eee2c55a..c5544656 100644 --- a/languages/cpp/app_templates/opieapplet/app.kdevelop +++ b/languages/cpp/app_templates/opieapplet/app.kdevelop @@ -1,5 +1,5 @@ - + %{AUTHOR} %{EMAIL} @@ -155,4 +155,4 @@ fi %{APPNAMELC}.tag - + diff --git a/languages/cpp/app_templates/opieapplet/opieapplet.kdevtemplate b/languages/cpp/app_templates/opieapplet/opieapplet.kdevtemplate index 7be33a95..b9206d16 100644 --- a/languages/cpp/app_templates/opieapplet/opieapplet.kdevtemplate +++ b/languages/cpp/app_templates/opieapplet/opieapplet.kdevtemplate @@ -69,8 +69,8 @@ Archive=opieapplet.tar.gz [FILE1] Type=install EscapeXML=true -Source=%{src}/app.kdevelop -Dest=%{dest}/%{APPNAMELC}.kdevelop +Source=%{src}/app.tdevelop +Dest=%{dest}/%{APPNAMELC}.tdevelop [MkDir0] Type=mkdir diff --git a/languages/cpp/app_templates/opieinput/CMakeLists.txt b/languages/cpp/app_templates/opieinput/CMakeLists.txt index e942fb09..f7bba492 100644 --- a/languages/cpp/app_templates/opieinput/CMakeLists.txt +++ b/languages/cpp/app_templates/opieinput/CMakeLists.txt @@ -11,7 +11,7 @@ add_custom_target( opieinput.tar.gz ALL COMMAND tar zcf opieinput.tar.gz -C ${CMAKE_CURRENT_SOURCE_DIR} - Makefile.am Example.png app.kdevelop app.pro simpleimpl.cpp + Makefile.am Example.png app.tdevelop app.pro simpleimpl.cpp simpleimpl.h ) diff --git a/languages/cpp/app_templates/opieinput/Makefile.am b/languages/cpp/app_templates/opieinput/Makefile.am index d748092c..9a3e5ffd 100644 --- a/languages/cpp/app_templates/opieinput/Makefile.am +++ b/languages/cpp/app_templates/opieinput/Makefile.am @@ -1,4 +1,4 @@ -dataFiles = Makefile.am Example.png app.kdevelop app.pro \ +dataFiles = Makefile.am Example.png app.tdevelop app.pro \ simpleimpl.cpp simpleimpl.h templateName = opieinput diff --git a/languages/cpp/app_templates/opieinput/app.kdevelop b/languages/cpp/app_templates/opieinput/app.kdevelop index 639a3215..cc61122f 100644 --- a/languages/cpp/app_templates/opieinput/app.kdevelop +++ b/languages/cpp/app_templates/opieinput/app.kdevelop @@ -1,5 +1,5 @@ - + %{AUTHOR} %{EMAIL} @@ -156,4 +156,4 @@ fi %{APPNAMELC}.tag - + diff --git a/languages/cpp/app_templates/opieinput/opieinput.kdevtemplate b/languages/cpp/app_templates/opieinput/opieinput.kdevtemplate index 39250370..d2d26636 100644 --- a/languages/cpp/app_templates/opieinput/opieinput.kdevtemplate +++ b/languages/cpp/app_templates/opieinput/opieinput.kdevtemplate @@ -65,8 +65,8 @@ Archive=opieinput.tar.gz [FILE1] Type=install EscapeXML=true -Source=%{src}/app.kdevelop -Dest=%{dest}/%{APPNAMELC}.kdevelop +Source=%{src}/app.tdevelop +Dest=%{dest}/%{APPNAMELC}.tdevelop [MkDir0] Type=mkdir diff --git a/languages/cpp/app_templates/opiemenu/CMakeLists.txt b/languages/cpp/app_templates/opiemenu/CMakeLists.txt index 8567a4f8..c321604c 100644 --- a/languages/cpp/app_templates/opiemenu/CMakeLists.txt +++ b/languages/cpp/app_templates/opiemenu/CMakeLists.txt @@ -11,7 +11,7 @@ add_custom_target( opiemenu.tar.gz ALL COMMAND tar zcf opiemenu.tar.gz -C ${CMAKE_CURRENT_SOURCE_DIR} - Makefile.am Example.png app.kdevelop app.pro simpleimpl.cpp + Makefile.am Example.png app.tdevelop app.pro simpleimpl.cpp simpleimpl.h ) diff --git a/languages/cpp/app_templates/opiemenu/Makefile.am b/languages/cpp/app_templates/opiemenu/Makefile.am index c44b3f96..343a2bfa 100644 --- a/languages/cpp/app_templates/opiemenu/Makefile.am +++ b/languages/cpp/app_templates/opiemenu/Makefile.am @@ -1,4 +1,4 @@ -dataFiles = Makefile.am Example.png app.kdevelop app.pro \ +dataFiles = Makefile.am Example.png app.tdevelop app.pro \ simpleimpl.cpp simpleimpl.h templateName = opiemenu diff --git a/languages/cpp/app_templates/opiemenu/app.kdevelop b/languages/cpp/app_templates/opiemenu/app.kdevelop index eee2c55a..c5544656 100644 --- a/languages/cpp/app_templates/opiemenu/app.kdevelop +++ b/languages/cpp/app_templates/opiemenu/app.kdevelop @@ -1,5 +1,5 @@ - + %{AUTHOR} %{EMAIL} @@ -155,4 +155,4 @@ fi %{APPNAMELC}.tag - + diff --git a/languages/cpp/app_templates/opiemenu/opiemenu.kdevtemplate b/languages/cpp/app_templates/opiemenu/opiemenu.kdevtemplate index b32b13ed..1a5cb239 100644 --- a/languages/cpp/app_templates/opiemenu/opiemenu.kdevtemplate +++ b/languages/cpp/app_templates/opiemenu/opiemenu.kdevtemplate @@ -66,8 +66,8 @@ Archive=opiemenu.tar.gz [FILE1] Type=install EscapeXML=true -Source=%{src}/app.kdevelop -Dest=%{dest}/%{APPNAMELC}.kdevelop +Source=%{src}/app.tdevelop +Dest=%{dest}/%{APPNAMELC}.tdevelop [MkDir0] Type=mkdir diff --git a/languages/cpp/app_templates/opienet/CMakeLists.txt b/languages/cpp/app_templates/opienet/CMakeLists.txt index 1c95a265..a08e71be 100644 --- a/languages/cpp/app_templates/opienet/CMakeLists.txt +++ b/languages/cpp/app_templates/opienet/CMakeLists.txt @@ -11,7 +11,7 @@ add_custom_target( opienet.tar.gz ALL COMMAND tar zcf opienet.tar.gz -C ${CMAKE_CURRENT_SOURCE_DIR} - Makefile.am Example.png app.kdevelop app.pro + Makefile.am Example.png app.tdevelop app.pro simpleiface.cpp simpleiface.h simplemodule.h simplemodule.cpp ) diff --git a/languages/cpp/app_templates/opienet/Makefile.am b/languages/cpp/app_templates/opienet/Makefile.am index 47dc4231..5245c17e 100644 --- a/languages/cpp/app_templates/opienet/Makefile.am +++ b/languages/cpp/app_templates/opienet/Makefile.am @@ -1,4 +1,4 @@ -dataFiles = Makefile.am Example.png app.kdevelop app.pro \ +dataFiles = Makefile.am Example.png app.tdevelop app.pro \ simpleiface.cpp simpleiface.h simplemodule.h \ simplemodule.cpp diff --git a/languages/cpp/app_templates/opienet/app.kdevelop b/languages/cpp/app_templates/opienet/app.kdevelop index 660b7bee..7717a098 100644 --- a/languages/cpp/app_templates/opienet/app.kdevelop +++ b/languages/cpp/app_templates/opienet/app.kdevelop @@ -1,5 +1,5 @@ - + %{AUTHOR} %{EMAIL} @@ -140,4 +140,4 @@ %{APPNAMELC}.tag - + diff --git a/languages/cpp/app_templates/opienet/opienet.kdevtemplate b/languages/cpp/app_templates/opienet/opienet.kdevtemplate index 4ab9ebbe..2b30fc1f 100644 --- a/languages/cpp/app_templates/opienet/opienet.kdevtemplate +++ b/languages/cpp/app_templates/opienet/opienet.kdevtemplate @@ -67,8 +67,8 @@ Archive=opienet.tar.gz [FILE1] Type=install EscapeXML=true -Source=%{src}/app.kdevelop -Dest=%{dest}/%{APPNAMELC}.kdevelop +Source=%{src}/app.tdevelop +Dest=%{dest}/%{APPNAMELC}.tdevelop [MkDir0] Type=mkdir diff --git a/languages/cpp/app_templates/opietoday/CMakeLists.txt b/languages/cpp/app_templates/opietoday/CMakeLists.txt index 3d86b992..6c7c4d66 100644 --- a/languages/cpp/app_templates/opietoday/CMakeLists.txt +++ b/languages/cpp/app_templates/opietoday/CMakeLists.txt @@ -11,7 +11,7 @@ add_custom_target( opietoday.tar.gz ALL COMMAND tar zcf opietoday.tar.gz -C ${CMAKE_CURRENT_SOURCE_DIR} - Makefile.am Example.png app.kdevelop + Makefile.am Example.png app.tdevelop app.pro exampleplugin.cpp examplepluginimpl.cpp examplepluginwidget.cpp exampleplugin.h examplepluginimpl.h examplepluginwidget.h diff --git a/languages/cpp/app_templates/opietoday/Makefile.am b/languages/cpp/app_templates/opietoday/Makefile.am index 8854404d..6c999369 100644 --- a/languages/cpp/app_templates/opietoday/Makefile.am +++ b/languages/cpp/app_templates/opietoday/Makefile.am @@ -1,4 +1,4 @@ -dataFiles = Makefile.am Example.png app.kdevelop app.pro exampleplugin.cpp \ +dataFiles = Makefile.am Example.png app.tdevelop app.pro exampleplugin.cpp \ examplepluginimpl.cpp examplepluginwidget.cpp exampleplugin.h \ examplepluginimpl.h examplepluginwidget.h diff --git a/languages/cpp/app_templates/opietoday/app.kdevelop b/languages/cpp/app_templates/opietoday/app.kdevelop index f6e57207..c387911b 100644 --- a/languages/cpp/app_templates/opietoday/app.kdevelop +++ b/languages/cpp/app_templates/opietoday/app.kdevelop @@ -1,5 +1,5 @@ - + %{AUTHOR} %{EMAIL} @@ -140,4 +140,4 @@ %{APPNAMELC}.tag - + diff --git a/languages/cpp/app_templates/opietoday/opietoday.kdevtemplate b/languages/cpp/app_templates/opietoday/opietoday.kdevtemplate index 25d8f42d..71d7c413 100644 --- a/languages/cpp/app_templates/opietoday/opietoday.kdevtemplate +++ b/languages/cpp/app_templates/opietoday/opietoday.kdevtemplate @@ -66,8 +66,8 @@ Archive=opietoday.tar.gz [FILE1] Type=install EscapeXML=true -Source=%{src}/app.kdevelop -Dest=%{dest}/%{APPNAMELC}.kdevelop +Source=%{src}/app.tdevelop +Dest=%{dest}/%{APPNAMELC}.tdevelop [MkDir0] Type=mkdir diff --git a/languages/cpp/app_templates/prc-tool/Makefile.am b/languages/cpp/app_templates/prc-tool/Makefile.am index 3d4b5610..06f097a4 100644 --- a/languages/cpp/app_templates/prc-tool/Makefile.am +++ b/languages/cpp/app_templates/prc-tool/Makefile.am @@ -1,4 +1,4 @@ -dataFiles = prc-tool.png src-Makefile prc-tool.kdevelop callback.h \ +dataFiles = prc-tool.png src-Makefile prc-tool.tdevelop callback.h \ palmhello.c palmhello.pbitm palmhello.rcp palmhelloRsc.h templateName = prc-tool diff --git a/languages/cpp/app_templates/prc-tool/prc-tool.kdevelop b/languages/cpp/app_templates/prc-tool/prc-tool.kdevelop index 2c5a6c0a..9015718f 100644 --- a/languages/cpp/app_templates/prc-tool/prc-tool.kdevelop +++ b/languages/cpp/app_templates/prc-tool/prc-tool.kdevelop @@ -1,5 +1,5 @@ - + %{AUTHOR} %{EMAIL} @@ -48,4 +48,4 @@ %{APPNAMELC}.tag - + diff --git a/languages/cpp/app_templates/prc-tool/prc-tool.kdevtemplate b/languages/cpp/app_templates/prc-tool/prc-tool.kdevtemplate index 4216c466..b08cc900 100644 --- a/languages/cpp/app_templates/prc-tool/prc-tool.kdevtemplate +++ b/languages/cpp/app_templates/prc-tool/prc-tool.kdevtemplate @@ -65,13 +65,13 @@ Archive=prc-tool.tar.gz [GNU] Type=include -File=%{kdevelop}/template-common/gnu.kdevtemplate +File=%{tdevelop}/template-common/gnu.kdevtemplate [FILE1] Type=install EscapeXML=true -Source=%{src}/prc-tool.kdevelop -Dest=%{dest}/%{APPNAMELC}.kdevelop +Source=%{src}/prc-tool.tdevelop +Dest=%{dest}/%{APPNAMELC}.tdevelop [FILE2] Type=install diff --git a/languages/cpp/app_templates/qmakeapp/CMakeLists.txt b/languages/cpp/app_templates/qmakeapp/CMakeLists.txt index febda6f6..4af3dc73 100644 --- a/languages/cpp/app_templates/qmakeapp/CMakeLists.txt +++ b/languages/cpp/app_templates/qmakeapp/CMakeLists.txt @@ -12,7 +12,7 @@ add_custom_target( qmakeapp.tar.gz ALL COMMAND tar zcf qmakeapp.tar.gz -C ${CMAKE_CURRENT_SOURCE_DIR} main.cpp qmakeapp.cpp qmakeapp.h qmakeapp.png - qmakeapp.kdevelop qmakeapp.pro src.pro filesave.xpm + qmakeapp.tdevelop qmakeapp.pro src.pro filesave.xpm fileopen.xpm fileprint.xpm ) diff --git a/languages/cpp/app_templates/qmakeapp/Makefile.am b/languages/cpp/app_templates/qmakeapp/Makefile.am index c70050fa..233717d7 100644 --- a/languages/cpp/app_templates/qmakeapp/Makefile.am +++ b/languages/cpp/app_templates/qmakeapp/Makefile.am @@ -1,4 +1,4 @@ -dataFiles = main.cpp qmakeapp.cpp qmakeapp.h qmakeapp.png qmakeapp.kdevelop \ +dataFiles = main.cpp qmakeapp.cpp qmakeapp.h qmakeapp.png qmakeapp.tdevelop \ qmakeapp.pro src.pro filesave.xpm fileopen.xpm fileprint.xpm templateName = qmakeapp diff --git a/languages/cpp/app_templates/qmakeapp/qmakeapp.kdevelop b/languages/cpp/app_templates/qmakeapp/qmakeapp.kdevelop index ef24a34b..bb0c89c4 100644 --- a/languages/cpp/app_templates/qmakeapp/qmakeapp.kdevelop +++ b/languages/cpp/app_templates/qmakeapp/qmakeapp.kdevelop @@ -1,5 +1,5 @@ - + %{AUTHOR} %{EMAIL} @@ -109,4 +109,4 @@ %{APPNAMELC}.tag - + diff --git a/languages/cpp/app_templates/qmakeapp/qmakeapp.kdevtemplate b/languages/cpp/app_templates/qmakeapp/qmakeapp.kdevtemplate index 2fab0758..ac4ee476 100644 --- a/languages/cpp/app_templates/qmakeapp/qmakeapp.kdevtemplate +++ b/languages/cpp/app_templates/qmakeapp/qmakeapp.kdevtemplate @@ -54,8 +54,8 @@ Archive=qmakeapp.tar.gz [FILE1] Type=install -Source=%{src}/qmakeapp.kdevelop -Dest=%{dest}/%{APPNAMELC}.kdevelop +Source=%{src}/qmakeapp.tdevelop +Dest=%{dest}/%{APPNAMELC}.tdevelop [FILE2] Type=install diff --git a/languages/cpp/app_templates/qmakeempty/CMakeLists.txt b/languages/cpp/app_templates/qmakeempty/CMakeLists.txt index d6424957..bc109590 100644 --- a/languages/cpp/app_templates/qmakeempty/CMakeLists.txt +++ b/languages/cpp/app_templates/qmakeempty/CMakeLists.txt @@ -11,7 +11,7 @@ add_custom_target( qmakeempty.tar.gz ALL COMMAND tar zcf qmakeempty.tar.gz -C ${CMAKE_CURRENT_SOURCE_DIR} - qmakeempty.kdevelop qmakeempty.pro qmakeempty.png + qmakeempty.tdevelop qmakeempty.pro qmakeempty.png ) diff --git a/languages/cpp/app_templates/qmakeempty/Makefile.am b/languages/cpp/app_templates/qmakeempty/Makefile.am index 57677d88..9d62ad0a 100644 --- a/languages/cpp/app_templates/qmakeempty/Makefile.am +++ b/languages/cpp/app_templates/qmakeempty/Makefile.am @@ -1,4 +1,4 @@ -dataFiles = qmakeempty.kdevelop \ +dataFiles = qmakeempty.tdevelop \ qmakeempty.pro qmakeempty.png templateName = qmakeempty diff --git a/languages/cpp/app_templates/qmakeempty/qmakeempty.kdevelop b/languages/cpp/app_templates/qmakeempty/qmakeempty.kdevelop index cd633ede..ebddab8a 100644 --- a/languages/cpp/app_templates/qmakeempty/qmakeempty.kdevelop +++ b/languages/cpp/app_templates/qmakeempty/qmakeempty.kdevelop @@ -1,5 +1,5 @@ - + %{AUTHOR} %{EMAIL} @@ -110,4 +110,4 @@ %{APPNAMELC}.tag - + diff --git a/languages/cpp/app_templates/qmakeempty/qmakeempty.kdevtemplate b/languages/cpp/app_templates/qmakeempty/qmakeempty.kdevtemplate index cb108705..a245ba2a 100644 --- a/languages/cpp/app_templates/qmakeempty/qmakeempty.kdevtemplate +++ b/languages/cpp/app_templates/qmakeempty/qmakeempty.kdevtemplate @@ -47,8 +47,8 @@ Archive=qmakeempty.tar.gz [FILE1] Type=install -Source=%{src}/qmakeempty.kdevelop -Dest=%{dest}/%{APPNAMELC}.kdevelop +Source=%{src}/qmakeempty.tdevelop +Dest=%{dest}/%{APPNAMELC}.tdevelop [FILE2] Type=install diff --git a/languages/cpp/app_templates/qmakesimple/CMakeLists.txt b/languages/cpp/app_templates/qmakesimple/CMakeLists.txt index 3693890b..64b3b0bd 100644 --- a/languages/cpp/app_templates/qmakesimple/CMakeLists.txt +++ b/languages/cpp/app_templates/qmakesimple/CMakeLists.txt @@ -11,7 +11,7 @@ add_custom_target( qmakesimple.tar.gz ALL COMMAND tar zcf qmakesimple.tar.gz -C ${CMAKE_CURRENT_SOURCE_DIR} - main.cpp qmakesimple.png app.kdevelop app.pro src.pro + main.cpp qmakesimple.png app.tdevelop app.pro src.pro ) diff --git a/languages/cpp/app_templates/qmakesimple/Makefile.am b/languages/cpp/app_templates/qmakesimple/Makefile.am index a187172f..ac17219f 100644 --- a/languages/cpp/app_templates/qmakesimple/Makefile.am +++ b/languages/cpp/app_templates/qmakesimple/Makefile.am @@ -1,4 +1,4 @@ -dataFiles = main.cpp qmakesimple.png app.kdevelop app.pro src.pro +dataFiles = main.cpp qmakesimple.png app.tdevelop app.pro src.pro templateName = qmakesimple ### no need to change below: diff --git a/languages/cpp/app_templates/qmakesimple/app.kdevelop b/languages/cpp/app_templates/qmakesimple/app.kdevelop index a77f86f3..1a0462a4 100644 --- a/languages/cpp/app_templates/qmakesimple/app.kdevelop +++ b/languages/cpp/app_templates/qmakesimple/app.kdevelop @@ -1,5 +1,5 @@ - + %{AUTHOR} %{EMAIL} @@ -97,4 +97,4 @@ %{APPNAMELC}.tag - + diff --git a/languages/cpp/app_templates/qmakesimple/qmakesimple.kdevtemplate b/languages/cpp/app_templates/qmakesimple/qmakesimple.kdevtemplate index 1d7cc7b1..ed31a929 100644 --- a/languages/cpp/app_templates/qmakesimple/qmakesimple.kdevtemplate +++ b/languages/cpp/app_templates/qmakesimple/qmakesimple.kdevtemplate @@ -54,8 +54,8 @@ Archive=qmakesimple.tar.gz [FILE1] Type=install EscapeXML=true -Source=%{src}/app.kdevelop -Dest=%{dest}/%{APPNAMELC}.kdevelop +Source=%{src}/app.tdevelop +Dest=%{dest}/%{APPNAMELC}.tdevelop [FILE2] Type=install diff --git a/languages/cpp/app_templates/qt4hello/CMakeLists.txt b/languages/cpp/app_templates/qt4hello/CMakeLists.txt index 9ee76557..7ec55256 100644 --- a/languages/cpp/app_templates/qt4hello/CMakeLists.txt +++ b/languages/cpp/app_templates/qt4hello/CMakeLists.txt @@ -11,7 +11,7 @@ add_custom_target( qt4hello.tar.gz ALL COMMAND tar zcf qt4hello.tar.gz -C ${CMAKE_CURRENT_SOURCE_DIR} - main.cpp qt4hello.png qt4hello.kdevelop qt4hello.pro + main.cpp qt4hello.png qt4hello.tdevelop qt4hello.pro src.pro ReadMe ) diff --git a/languages/cpp/app_templates/qt4hello/Makefile.am b/languages/cpp/app_templates/qt4hello/Makefile.am index b285f781..3f735466 100644 --- a/languages/cpp/app_templates/qt4hello/Makefile.am +++ b/languages/cpp/app_templates/qt4hello/Makefile.am @@ -1,4 +1,4 @@ -dataFiles = main.cpp qt4hello.png qt4hello.kdevelop \ +dataFiles = main.cpp qt4hello.png qt4hello.tdevelop \ qt4hello.pro src.pro ReadMe templateName = qt4hello diff --git a/languages/cpp/app_templates/qt4hello/qt4hello.kdevelop b/languages/cpp/app_templates/qt4hello/qt4hello.kdevelop index cd633ede..ebddab8a 100644 --- a/languages/cpp/app_templates/qt4hello/qt4hello.kdevelop +++ b/languages/cpp/app_templates/qt4hello/qt4hello.kdevelop @@ -1,5 +1,5 @@ - + %{AUTHOR} %{EMAIL} @@ -110,4 +110,4 @@ %{APPNAMELC}.tag - + diff --git a/languages/cpp/app_templates/qt4hello/qt4hello.kdevtemplate b/languages/cpp/app_templates/qt4hello/qt4hello.kdevtemplate index d1796a14..72b85449 100644 --- a/languages/cpp/app_templates/qt4hello/qt4hello.kdevtemplate +++ b/languages/cpp/app_templates/qt4hello/qt4hello.kdevtemplate @@ -51,8 +51,8 @@ Archive=qt4hello.tar.gz [FILE1] Type=install -Source=%{src}/qt4hello.kdevelop -Dest=%{dest}/%{APPNAMELC}.kdevelop +Source=%{src}/qt4hello.tdevelop +Dest=%{dest}/%{APPNAMELC}.tdevelop [FILE2] Type=install diff --git a/languages/cpp/app_templates/qt4makeapp/CMakeLists.txt b/languages/cpp/app_templates/qt4makeapp/CMakeLists.txt index 9b294a7b..422740dc 100644 --- a/languages/cpp/app_templates/qt4makeapp/CMakeLists.txt +++ b/languages/cpp/app_templates/qt4makeapp/CMakeLists.txt @@ -12,7 +12,7 @@ add_custom_target( qt4makeapp.tar.gz ALL COMMAND tar zcf qt4makeapp.tar.gz -C ${CMAKE_CURRENT_SOURCE_DIR} main.cpp qt4makeapp.cpp qt4makeapp.h qt4makeapp.png - qt4makeapp.kdevelop qt4makeapp.pro src.pro application.qrc + qt4makeapp.tdevelop qt4makeapp.pro src.pro application.qrc ReadMe filesave.xpm fileopen.xpm filenew.xpm editcopy.xpm editpaste.xpm editcut.xpm ) diff --git a/languages/cpp/app_templates/qt4makeapp/Makefile.am b/languages/cpp/app_templates/qt4makeapp/Makefile.am index 62c4c120..68f78acb 100644 --- a/languages/cpp/app_templates/qt4makeapp/Makefile.am +++ b/languages/cpp/app_templates/qt4makeapp/Makefile.am @@ -1,4 +1,4 @@ -dataFiles = main.cpp qt4makeapp.cpp qt4makeapp.h qt4makeapp.png qt4makeapp.kdevelop \ +dataFiles = main.cpp qt4makeapp.cpp qt4makeapp.h qt4makeapp.png qt4makeapp.tdevelop \ qt4makeapp.pro src.pro application.qrc ReadMe filesave.xpm fileopen.xpm filenew.xpm \ editcopy.xpm editpaste.xpm editcut.xpm diff --git a/languages/cpp/app_templates/qt4makeapp/qt4makeapp.kdevelop b/languages/cpp/app_templates/qt4makeapp/qt4makeapp.kdevelop index cd633ede..ebddab8a 100644 --- a/languages/cpp/app_templates/qt4makeapp/qt4makeapp.kdevelop +++ b/languages/cpp/app_templates/qt4makeapp/qt4makeapp.kdevelop @@ -1,5 +1,5 @@ - + %{AUTHOR} %{EMAIL} @@ -110,4 +110,4 @@ %{APPNAMELC}.tag - + diff --git a/languages/cpp/app_templates/qt4makeapp/qt4makeapp.kdevtemplate b/languages/cpp/app_templates/qt4makeapp/qt4makeapp.kdevtemplate index ff91d477..540ff927 100644 --- a/languages/cpp/app_templates/qt4makeapp/qt4makeapp.kdevtemplate +++ b/languages/cpp/app_templates/qt4makeapp/qt4makeapp.kdevtemplate @@ -53,8 +53,8 @@ Archive=qt4makeapp.tar.gz [FILE1] Type=install -Source=%{src}/qt4makeapp.kdevelop -Dest=%{dest}/%{APPNAMELC}.kdevelop +Source=%{src}/qt4makeapp.tdevelop +Dest=%{dest}/%{APPNAMELC}.tdevelop [FILE2] Type=install diff --git a/languages/cpp/app_templates/qtopia4app/CMakeLists.txt b/languages/cpp/app_templates/qtopia4app/CMakeLists.txt index 70331f8f..57849362 100644 --- a/languages/cpp/app_templates/qtopia4app/CMakeLists.txt +++ b/languages/cpp/app_templates/qtopia4app/CMakeLists.txt @@ -11,7 +11,7 @@ add_custom_target( qtopia4app.tar.gz ALL COMMAND tar zcf qtopia4app.tar.gz -C ${CMAKE_CURRENT_SOURCE_DIR} - Example.png app.kdevelop example.desktop example.html + Example.png app.tdevelop example.desktop example.html main.cpp Makefile.am app.pro example.cpp example.h examplebase.ui ) diff --git a/languages/cpp/app_templates/qtopia4app/Makefile.am b/languages/cpp/app_templates/qtopia4app/Makefile.am index 57785690..324291bb 100644 --- a/languages/cpp/app_templates/qtopia4app/Makefile.am +++ b/languages/cpp/app_templates/qtopia4app/Makefile.am @@ -1,4 +1,4 @@ -dataFiles = Example.png app.kdevelop example.desktop \ +dataFiles = Example.png app.tdevelop example.desktop \ example.html main.cpp Makefile.am app.pro example.cpp \ example.h examplebase.ui diff --git a/languages/cpp/app_templates/qtopia4app/app.kdevelop b/languages/cpp/app_templates/qtopia4app/app.kdevelop index 465fd677..c5a43418 100644 --- a/languages/cpp/app_templates/qtopia4app/app.kdevelop +++ b/languages/cpp/app_templates/qtopia4app/app.kdevelop @@ -1,5 +1,5 @@ - + %{AUTHOR} %{EMAIL} @@ -160,4 +160,4 @@ - + diff --git a/languages/cpp/app_templates/qtopia4app/qtopia4app.kdevtemplate b/languages/cpp/app_templates/qtopia4app/qtopia4app.kdevtemplate index 298407f5..28510dd2 100644 --- a/languages/cpp/app_templates/qtopia4app/qtopia4app.kdevtemplate +++ b/languages/cpp/app_templates/qtopia4app/qtopia4app.kdevtemplate @@ -57,8 +57,8 @@ Dir=%{dest}/help/html [FILE1] Type=install EscapeXML=true -Source=%{src}/app.kdevelop -Dest=%{dest}/%{APPNAMELC}.kdevelop +Source=%{src}/app.tdevelop +Dest=%{dest}/%{APPNAMELC}.tdevelop [FILE2] Type=install diff --git a/languages/cpp/app_templates/qtopiaapp/CMakeLists.txt b/languages/cpp/app_templates/qtopiaapp/CMakeLists.txt index 959515e9..424d19bc 100644 --- a/languages/cpp/app_templates/qtopiaapp/CMakeLists.txt +++ b/languages/cpp/app_templates/qtopiaapp/CMakeLists.txt @@ -11,7 +11,7 @@ add_custom_target( qtopiaapp.tar.gz ALL COMMAND tar zcf qtopiaapp.tar.gz -C ${CMAKE_CURRENT_SOURCE_DIR} - Example.png app.kdevelop example.control example.desktop + Example.png app.tdevelop example.control example.desktop example.html main.cpp Makefile.am app.pro example.cpp example.h examplebase.ui qtopiaapp ) diff --git a/languages/cpp/app_templates/qtopiaapp/Makefile.am b/languages/cpp/app_templates/qtopiaapp/Makefile.am index c250d5fa..afaaf294 100644 --- a/languages/cpp/app_templates/qtopiaapp/Makefile.am +++ b/languages/cpp/app_templates/qtopiaapp/Makefile.am @@ -1,4 +1,4 @@ -dataFiles = Example.png app.kdevelop example.control example.desktop \ +dataFiles = Example.png app.tdevelop example.control example.desktop \ example.html main.cpp Makefile.am app.pro example.cpp \ example.h examplebase.ui qtopiaapp diff --git a/languages/cpp/app_templates/qtopiaapp/app.kdevelop b/languages/cpp/app_templates/qtopiaapp/app.kdevelop index 9db37db3..42dcde2e 100644 --- a/languages/cpp/app_templates/qtopiaapp/app.kdevelop +++ b/languages/cpp/app_templates/qtopiaapp/app.kdevelop @@ -1,5 +1,5 @@ - + %{AUTHOR} %{EMAIL} @@ -128,4 +128,4 @@ %{APPNAMELC}.tag - + diff --git a/languages/cpp/app_templates/qtopiaapp/qtopiaapp.kdevtemplate b/languages/cpp/app_templates/qtopiaapp/qtopiaapp.kdevtemplate index 45479b04..1271b2d9 100644 --- a/languages/cpp/app_templates/qtopiaapp/qtopiaapp.kdevtemplate +++ b/languages/cpp/app_templates/qtopiaapp/qtopiaapp.kdevtemplate @@ -69,8 +69,8 @@ Archive=qtopiaapp.tar.gz [FILE1] Type=install EscapeXML=true -Source=%{src}/app.kdevelop -Dest=%{dest}/%{APPNAMELC}.kdevelop +Source=%{src}/app.tdevelop +Dest=%{dest}/%{APPNAMELC}.tdevelop [FILE2] Type=install diff --git a/languages/cpp/app_templates/win32gui/CMakeLists.txt b/languages/cpp/app_templates/win32gui/CMakeLists.txt index 9aa12a42..09d0bc52 100644 --- a/languages/cpp/app_templates/win32gui/CMakeLists.txt +++ b/languages/cpp/app_templates/win32gui/CMakeLists.txt @@ -13,7 +13,7 @@ add_custom_target( win32gui.tar.gz ALL COMMAND tar zcf win32gui.tar.gz -C ${CMAKE_CURRENT_SOURCE_DIR} app.cpp src-Makefile.am win32gui-Makefile.am win32gui-Makefile.cvs win32gui-configure.in win32gui.png - app.kdevelop + app.tdevelop ) diff --git a/languages/cpp/app_templates/win32gui/Makefile.am b/languages/cpp/app_templates/win32gui/Makefile.am index 66931bfd..a29fa6a8 100644 --- a/languages/cpp/app_templates/win32gui/Makefile.am +++ b/languages/cpp/app_templates/win32gui/Makefile.am @@ -1,5 +1,5 @@ dataFiles = app.cpp src-Makefile.am win32gui-Makefile.am win32gui-Makefile.cvs \ - win32gui-configure.in win32gui.png app.kdevelop + win32gui-configure.in win32gui.png app.tdevelop templateName = win32gui diff --git a/languages/cpp/app_templates/win32gui/app.kdevelop b/languages/cpp/app_templates/win32gui/app.kdevelop index f9dc8145..aef7f367 100644 --- a/languages/cpp/app_templates/win32gui/app.kdevelop +++ b/languages/cpp/app_templates/win32gui/app.kdevelop @@ -1,5 +1,5 @@ - + %{AUTHOR} %{EMAIL} @@ -189,4 +189,4 @@ %{APPNAMELC}.tag - + diff --git a/languages/cpp/app_templates/win32gui/win32gui.kdevtemplate b/languages/cpp/app_templates/win32gui/win32gui.kdevtemplate index 0a600294..8c63cc15 100644 --- a/languages/cpp/app_templates/win32gui/win32gui.kdevtemplate +++ b/languages/cpp/app_templates/win32gui/win32gui.kdevtemplate @@ -64,17 +64,17 @@ Archive=win32gui.tar.gz [INCADMIN] Type=include -File=%{kdevelop}/template-common/incadmin.kdevtemplate +File=%{tdevelop}/template-common/incadmin.kdevtemplate [GNU] Type=include -File=%{kdevelop}/template-common/gnu.kdevtemplate +File=%{tdevelop}/template-common/gnu.kdevtemplate [FILE1] Type=install EscapeXML=true -Source=%{src}/app.kdevelop -Dest=%{dest}/%{APPNAMELC}.kdevelop +Source=%{src}/app.tdevelop +Dest=%{dest}/%{APPNAMELC}.tdevelop [FILE2] Type=install diff --git a/languages/cpp/app_templates/win32hello/CMakeLists.txt b/languages/cpp/app_templates/win32hello/CMakeLists.txt index d3d7d6ec..bc1c8d80 100644 --- a/languages/cpp/app_templates/win32hello/CMakeLists.txt +++ b/languages/cpp/app_templates/win32hello/CMakeLists.txt @@ -13,7 +13,7 @@ add_custom_target( win32hello.tar.gz ALL COMMAND tar zcf win32hello.tar.gz -C ${CMAKE_CURRENT_SOURCE_DIR} app.cpp src-Makefile.am win32-Makefile.am win32-Makefile.cvs win32-configure.in win32hello.png - app.kdevelop + app.tdevelop ) diff --git a/languages/cpp/app_templates/win32hello/Makefile.am b/languages/cpp/app_templates/win32hello/Makefile.am index d6c7dfad..a55bcebc 100644 --- a/languages/cpp/app_templates/win32hello/Makefile.am +++ b/languages/cpp/app_templates/win32hello/Makefile.am @@ -1,5 +1,5 @@ dataFiles = app.cpp src-Makefile.am win32-Makefile.am win32-Makefile.cvs \ - win32-configure.in win32hello.png app.kdevelop + win32-configure.in win32hello.png app.tdevelop templateName = win32hello diff --git a/languages/cpp/app_templates/win32hello/app.kdevelop b/languages/cpp/app_templates/win32hello/app.kdevelop index 33c1e97e..47943b75 100644 --- a/languages/cpp/app_templates/win32hello/app.kdevelop +++ b/languages/cpp/app_templates/win32hello/app.kdevelop @@ -1,5 +1,5 @@ - + %{AUTHOR} %{EMAIL} @@ -161,4 +161,4 @@ %{APPNAMELC}.tag - + diff --git a/languages/cpp/app_templates/win32hello/win32hello.kdevtemplate b/languages/cpp/app_templates/win32hello/win32hello.kdevtemplate index b6fb54d2..eee01a57 100644 --- a/languages/cpp/app_templates/win32hello/win32hello.kdevtemplate +++ b/languages/cpp/app_templates/win32hello/win32hello.kdevtemplate @@ -63,17 +63,17 @@ Archive=win32hello.tar.gz [INCADMIN] Type=include -File=%{kdevelop}/template-common/incadmin.kdevtemplate +File=%{tdevelop}/template-common/incadmin.kdevtemplate [GNU] Type=include -File=%{kdevelop}/template-common/gnu.kdevtemplate +File=%{tdevelop}/template-common/gnu.kdevtemplate [FILE1] Type=install EscapeXML=true -Source=%{src}/app.kdevelop -Dest=%{dest}/%{APPNAMELC}.kdevelop +Source=%{src}/app.tdevelop +Dest=%{dest}/%{APPNAMELC}.tdevelop [FILE2] Type=install diff --git a/languages/cpp/app_templates/wxhello/CMakeLists.txt b/languages/cpp/app_templates/wxhello/CMakeLists.txt index 57ec33db..f1a8ffec 100644 --- a/languages/cpp/app_templates/wxhello/CMakeLists.txt +++ b/languages/cpp/app_templates/wxhello/CMakeLists.txt @@ -11,7 +11,7 @@ add_custom_target( wxhello.tar.gz ALL COMMAND tar zcf wxhello.tar.gz -C ${CMAKE_CURRENT_SOURCE_DIR} - src-Makefile.am app.cpp app.h app.kdevelop subdirs + src-Makefile.am app.cpp app.h app.tdevelop subdirs app.desktop wxhello.png ) diff --git a/languages/cpp/app_templates/wxhello/Makefile.am b/languages/cpp/app_templates/wxhello/Makefile.am index 5f1a213a..c45b1d10 100644 --- a/languages/cpp/app_templates/wxhello/Makefile.am +++ b/languages/cpp/app_templates/wxhello/Makefile.am @@ -1,4 +1,4 @@ -dataFiles = src-Makefile.am app.cpp app.h app.kdevelop subdirs \ +dataFiles = src-Makefile.am app.cpp app.h app.tdevelop subdirs \ app.desktop wxhello.png templateName = wxhello diff --git a/languages/cpp/app_templates/wxhello/app.kdevelop b/languages/cpp/app_templates/wxhello/app.kdevelop index 77835163..851ec979 100644 --- a/languages/cpp/app_templates/wxhello/app.kdevelop +++ b/languages/cpp/app_templates/wxhello/app.kdevelop @@ -1,5 +1,5 @@ - + %{AUTHOR} %{EMAIL} @@ -111,4 +111,4 @@ %{APPNAMELC}.tag - + diff --git a/languages/cpp/app_templates/wxhello/wxhello b/languages/cpp/app_templates/wxhello/wxhello index 2e0d224f..247ac763 100644 --- a/languages/cpp/app_templates/wxhello/wxhello +++ b/languages/cpp/app_templates/wxhello/wxhello @@ -51,8 +51,8 @@ Option=INSTALL_DOCS [PROJECT] Type=install -Source=%{src}/template-wxhello/app.kdevelop -Dest=%{dest}/${APPNAMELC}.kdevelop +Source=%{src}/template-wxhello/app.tdevelop +Dest=%{dest}/${APPNAMELC}.tdevelop [WXMAKEFILE.AM] Type=install diff --git a/languages/cpp/app_templates/wxhello/wxhello.kdevtemplate b/languages/cpp/app_templates/wxhello/wxhello.kdevtemplate index 48e605e1..14cc5273 100644 --- a/languages/cpp/app_templates/wxhello/wxhello.kdevtemplate +++ b/languages/cpp/app_templates/wxhello/wxhello.kdevtemplate @@ -64,11 +64,11 @@ Archive=wxhello.tar.gz [GNU] Type=include -File=%{kdevelop}/template-common/gnu.kdevtemplate +File=%{tdevelop}/template-common/gnu.kdevtemplate [WXARCH] Type=install archive -Source=%{kdevelop}/template-common/wxwidgets.tar.gz +Source=%{tdevelop}/template-common/wxwidgets.tar.gz Dest=%{dest} [MKDIR_DOCBOOK1] @@ -81,42 +81,42 @@ Dir=%{dest}/doc/en [FILE1] Type=install -Source=%{kdevelop}/template-common/kde-doc-Makefile.am +Source=%{tdevelop}/template-common/kde-doc-Makefile.am Dest=%{dest}/doc/Makefile.am [FILE2] Type=install -Source=%{kdevelop}/template-common/kde-doc-en-Makefile.am +Source=%{tdevelop}/template-common/kde-doc-en-Makefile.am Dest=%{dest}/doc/en/Makefile.am [FILE3] Type=install EscapeXML=true -Source=%{kdevelop}/template-common/kde-index.docbook +Source=%{tdevelop}/template-common/kde-index.docbook Dest=%{dest}/doc/en/index.docbook [WX] Type=include -File=%{kdevelop}/template-common/wx.kdevtemplate +File=%{tdevelop}/template-common/wx.kdevtemplate [FILE4] Type=install -Source=%{src}/app.kdevelop -Dest=%{dest}/%{APPNAMELC}.kdevelop +Source=%{src}/app.tdevelop +Dest=%{dest}/%{APPNAMELC}.tdevelop [FILE5] Type=install -Source=%{kdevelop}/template-common/wx-Makefile.am +Source=%{tdevelop}/template-common/wx-Makefile.am Dest=%{dest}/Makefile.am [FILE6] Type=install -Source=%{kdevelop}/template-common/wx-Makefile.cvs +Source=%{tdevelop}/template-common/wx-Makefile.cvs Dest=%{dest}/Makefile.cvs [FILE7] Type=install -Source=%{kdevelop}/template-common/wx-configure.in +Source=%{tdevelop}/template-common/wx-configure.in Dest=%{dest}/configure.in [MkDir3] @@ -125,13 +125,13 @@ Dir=%{dest}/src [FILE8] Type=install -Source=%{kdevelop}/template-common/hi16-app-app.png +Source=%{tdevelop}/template-common/hi16-app-app.png Dest=%{dest}/src/hi16-app-%{APPNAMELC}.png Process=false [FILE9] Type=install -Source=%{kdevelop}/template-common/hi32-app-app.png +Source=%{tdevelop}/template-common/hi32-app-app.png Dest=%{dest}/src/hi32-app-%{APPNAMELC}.png Process=false diff --git a/languages/cpp/ast_utils.cpp b/languages/cpp/ast_utils.cpp index 050d4c24..9fded09c 100644 --- a/languages/cpp/ast_utils.cpp +++ b/languages/cpp/ast_utils.cpp @@ -1,6 +1,6 @@ /*************************************************************************** * Copyright (C) 2002 by Roberto Raggi * -* roberto@kdevelop.org * +* roberto@tdevelop.org * * * * This program is free software; you can redistribute it and/or modify * * it under the terms of the GNU General Public License as published by * diff --git a/languages/cpp/ast_utils.h b/languages/cpp/ast_utils.h index a960abad..1f3b2799 100644 --- a/languages/cpp/ast_utils.h +++ b/languages/cpp/ast_utils.h @@ -1,6 +1,6 @@ /*************************************************************************** * Copyright (C) 2002 by Roberto Raggi * -* roberto@kdevelop.org * +* roberto@tdevelop.org * * * * This program is free software; you can redistribute it and/or modify * * it under the terms of the GNU General Public License as published by * diff --git a/languages/cpp/backgroundparser.cpp b/languages/cpp/backgroundparser.cpp index 13b831e0..668c5599 100644 --- a/languages/cpp/backgroundparser.cpp +++ b/languages/cpp/backgroundparser.cpp @@ -1,6 +1,6 @@ /*************************************************************************** * Copyright (C) 2002 by Roberto Raggi * -* roberto@kdevelop.org * +* roberto@tdevelop.org * * * * This program is free software; you can redistribute it and/or modify * * it under the terms of the GNU General Public License as published by * diff --git a/languages/cpp/backgroundparser.h b/languages/cpp/backgroundparser.h index f3cd86fd..fde6c823 100644 --- a/languages/cpp/backgroundparser.h +++ b/languages/cpp/backgroundparser.h @@ -1,6 +1,6 @@ /*************************************************************************** * Copyright (C) 2002 by Roberto Raggi * -* roberto@kdevelop.org * +* roberto@tdevelop.org * * * * This program is free software; you can redistribute it and/or modify * * it under the terms of the GNU General Public License as published by * diff --git a/languages/cpp/bithelpers.h b/languages/cpp/bithelpers.h index 3cb74420..4ca54950 100644 --- a/languages/cpp/bithelpers.h +++ b/languages/cpp/bithelpers.h @@ -1,7 +1,7 @@ /*************************************************************************** copyright : (C) 2006 by David Nolden - email : david.nolden.kdevelop@art-master.de + email : david.nolden.tdevelop@art-master.de ***************************************************************************/ /*************************************************************************** diff --git a/languages/cpp/ccconfigwidget.cpp b/languages/cpp/ccconfigwidget.cpp index e786fb87..445940e6 100644 --- a/languages/cpp/ccconfigwidget.cpp +++ b/languages/cpp/ccconfigwidget.cpp @@ -38,8 +38,8 @@ #include #include #include -#include -// kdevelop includes +#include +// tdevelop includes #include #include #include diff --git a/languages/cpp/codecompletionentry.h b/languages/cpp/codecompletionentry.h index 60042004..e510b765 100644 --- a/languages/cpp/codecompletionentry.h +++ b/languages/cpp/codecompletionentry.h @@ -5,11 +5,11 @@ copyright : (C) 2001 by Victor R�er email : victor_roeder@gmx.de copyright : (C) 2002,2003 by Roberto Raggi - email : roberto@kdevelop.org + email : roberto@tdevelop.org copyright : (C) 2005 by Adam Treat email : manyoso@yahoo.com copyright : (C) 2006 by David Nolden - email : david.nolden.kdevelop@art-master.de + email : david.nolden.tdevelop@art-master.de ***************************************************************************/ /*************************************************************************** diff --git a/languages/cpp/codeinformationrepository.cpp b/languages/cpp/codeinformationrepository.cpp index b2c3c30c..7498ad23 100644 --- a/languages/cpp/codeinformationrepository.cpp +++ b/languages/cpp/codeinformationrepository.cpp @@ -1,6 +1,6 @@ /*************************************************************************** * Copyright (C) 2003 by Roberto Raggi * -* roberto@kdevelop.org * +* roberto@tdevelop.org * * * * This program is free software; you can redistribute it and/or modify * * it under the terms of the GNU General Public License as published by * diff --git a/languages/cpp/codeinformationrepository.h b/languages/cpp/codeinformationrepository.h index 2c5f4cb2..961af5ef 100644 --- a/languages/cpp/codeinformationrepository.h +++ b/languages/cpp/codeinformationrepository.h @@ -1,6 +1,6 @@ /*************************************************************************** * Copyright (C) 2003 by Roberto Raggi * -* roberto@kdevelop.org * +* roberto@tdevelop.org * * * * This program is free software; you can redistribute it and/or modify * * it under the terms of the GNU General Public License as published by * diff --git a/languages/cpp/compiler/gccoptions/Makefile.am b/languages/cpp/compiler/gccoptions/Makefile.am index 3e801ae4..26e3b518 100644 --- a/languages/cpp/compiler/gccoptions/Makefile.am +++ b/languages/cpp/compiler/gccoptions/Makefile.am @@ -5,7 +5,7 @@ INCLUDES = -I$(top_srcdir)/lib/interfaces -I$(top_srcdir)/lib/interfaces/extras kde_module_LTLIBRARIES = libkdevgccoptions.la libkdevgccoptions_la_LDFLAGS = -module $(all_libraries) $(KDE_PLUGIN) -libkdevgccoptions_la_LIBADD = $(top_builddir)/lib/libkdevelop.la \ +libkdevgccoptions_la_LIBADD = $(top_builddir)/lib/libtdevelop.la \ $(top_builddir)/lib/widgets/libkdevwidgets.la $(top_builddir)/lib/interfaces/extras/libkdevextras.la $(LIB_KHTML) libkdevgccoptions_la_SOURCES = gccoptionsplugin.cpp diff --git a/languages/cpp/compiler/gccoptions/gccoptionsplugin.cpp b/languages/cpp/compiler/gccoptions/gccoptionsplugin.cpp index 4add5992..ca2d8fa5 100644 --- a/languages/cpp/compiler/gccoptions/gccoptionsplugin.cpp +++ b/languages/cpp/compiler/gccoptions/gccoptionsplugin.cpp @@ -1,6 +1,6 @@ /*************************************************************************** * Copyright (C) 2000-2001 by Bernd Gehrmann * -* bernd@kdevelop.org * +* bernd@tdevelop.org * * * * This program is free software; you can redistribute it and/or modify * * it under the terms of the GNU General Public License as published by * diff --git a/languages/cpp/compiler/gccoptions/gccoptionsplugin.h b/languages/cpp/compiler/gccoptions/gccoptionsplugin.h index d5a0d644..2d434a65 100644 --- a/languages/cpp/compiler/gccoptions/gccoptionsplugin.h +++ b/languages/cpp/compiler/gccoptions/gccoptionsplugin.h @@ -1,6 +1,6 @@ /*************************************************************************** * Copyright (C) 2000-2001 by Bernd Gehrmann * - * bernd@kdevelop.org * + * bernd@tdevelop.org * * * * This program is free software; you can redistribute it and/or modify * * it under the terms of the GNU General Public License as published by * diff --git a/languages/cpp/completiondebug.cpp b/languages/cpp/completiondebug.cpp index dc73329e..8774d9e8 100644 --- a/languages/cpp/completiondebug.cpp +++ b/languages/cpp/completiondebug.cpp @@ -1,7 +1,7 @@ /*************************************************************************** copyright : (C) 2006 by David Nolden - email : david.nolden.kdevelop@art-master.de + email : david.nolden.tdevelop@art-master.de ***************************************************************************/ /*************************************************************************** diff --git a/languages/cpp/completiondebug.h b/languages/cpp/completiondebug.h index 325ad193..75823296 100644 --- a/languages/cpp/completiondebug.h +++ b/languages/cpp/completiondebug.h @@ -1,6 +1,6 @@ /*************************************************************************** copyright : (C) 2006 by David Nolden -email : david.nolden.kdevelop@art-master.de +email : david.nolden.tdevelop@art-master.de ***************************************************************************/ /*************************************************************************** * * diff --git a/languages/cpp/computerecoverypoints.h b/languages/cpp/computerecoverypoints.h index a7cfaea5..12ca437c 100644 --- a/languages/cpp/computerecoverypoints.h +++ b/languages/cpp/computerecoverypoints.h @@ -3,11 +3,11 @@ copyright : (C) 2001 by Victor R�er email : victor_roeder@gmx.de copyright : (C) 2002,2003 by Roberto Raggi - email : roberto@kdevelop.org + email : roberto@tdevelop.org copyright : (C) 2005 by Adam Treat email : manyoso@yahoo.com copyright : (C) 2006 by David Nolden - email : david.nolden.kdevelop@art-master.de + email : david.nolden.tdevelop@art-master.de ***************************************************************************/ /*************************************************************************** diff --git a/languages/cpp/cpp_tags.h b/languages/cpp/cpp_tags.h index 12a0199f..f98cf48b 100644 --- a/languages/cpp/cpp_tags.h +++ b/languages/cpp/cpp_tags.h @@ -5,7 +5,7 @@ // Description: // // -// Author: KDevelop Authors , (C) 2003 +// Author: KDevelop Authors , (C) 2003 // // Copyright: See COPYING file that comes with this distribution // diff --git a/languages/cpp/cppcodecompletion.cpp b/languages/cpp/cppcodecompletion.cpp index be16ec28..9796bd17 100644 --- a/languages/cpp/cppcodecompletion.cpp +++ b/languages/cpp/cppcodecompletion.cpp @@ -5,11 +5,11 @@ begin : Sat Jul 21 2001 copyright : (C) 2001 by Victor R�er email : victor_roeder@gmx.de copyright : (C) 2002,2003 by Roberto Raggi -email : roberto@kdevelop.org +email : roberto@tdevelop.org copyright : (C) 2005 by Adam Treat email : manyoso@yahoo.com copyright : (C) 2006,2007 by David Nolden -email : david.nolden.kdevelop@art-master.de +email : david.nolden.tdevelop@art-master.de ***************************************************************************/ /*************************************************************************** diff --git a/languages/cpp/cppcodecompletion.h b/languages/cpp/cppcodecompletion.h index 27bfc1b6..6f61b1b5 100644 --- a/languages/cpp/cppcodecompletion.h +++ b/languages/cpp/cppcodecompletion.h @@ -5,7 +5,7 @@ copyright : (C) 2001 by Victor R�er email : victor_roeder@gmx.de copyright : (C) 2002,2003 by Roberto Raggi - email : roberto@kdevelop.org + email : roberto@tdevelop.org ***************************************************************************/ /*************************************************************************** diff --git a/languages/cpp/cppcodecompletionconfig.cpp b/languages/cpp/cppcodecompletionconfig.cpp index 104f422c..1bcc6ace 100644 --- a/languages/cpp/cppcodecompletionconfig.cpp +++ b/languages/cpp/cppcodecompletionconfig.cpp @@ -5,7 +5,7 @@ // Description: // // -// Author: Roberto Raggi , (C) 2003 +// Author: Roberto Raggi , (C) 2003 // // Copyright: See COPYING file that comes with this distribution // diff --git a/languages/cpp/cppcodecompletionconfig.h b/languages/cpp/cppcodecompletionconfig.h index 924f674d..544264e4 100644 --- a/languages/cpp/cppcodecompletionconfig.h +++ b/languages/cpp/cppcodecompletionconfig.h @@ -5,7 +5,7 @@ // Description: // // -// Author: Roberto Raggi , (C) 2003 +// Author: Roberto Raggi , (C) 2003 // // Copyright: See COPYING file that comes with this distribution // diff --git a/languages/cpp/cppevaluation.cpp b/languages/cpp/cppevaluation.cpp index bb3e354b..3338b97a 100644 --- a/languages/cpp/cppevaluation.cpp +++ b/languages/cpp/cppevaluation.cpp @@ -3,11 +3,11 @@ copyright : (C) 2001 by Victor R�er email : victor_roeder@gmx.de copyright : (C) 2002,2003 by Roberto Raggi - email : roberto@kdevelop.org + email : roberto@tdevelop.org copyright : (C) 2005 by Adam Treat email : manyoso@yahoo.com copyright : (C) 2006 by David Nolden - email : david.nolden.kdevelop@art-master.de + email : david.nolden.tdevelop@art-master.de ***************************************************************************/ /*************************************************************************** diff --git a/languages/cpp/cppevaluation.h b/languages/cpp/cppevaluation.h index 97924b0a..2216eed9 100644 --- a/languages/cpp/cppevaluation.h +++ b/languages/cpp/cppevaluation.h @@ -3,11 +3,11 @@ copyright : (C) 2001 by Victor R�er email : victor_roeder@gmx.de copyright : (C) 2002,2003 by Roberto Raggi - email : roberto@kdevelop.org + email : roberto@tdevelop.org copyright : (C) 2005 by Adam Treat email : manyoso@yahoo.com copyright : (C) 2006 by David Nolden - email : david.nolden.kdevelop@art-master.de + email : david.nolden.tdevelop@art-master.de ***************************************************************************/ /*************************************************************************** diff --git a/languages/cpp/cppimplementationwidget.cpp b/languages/cpp/cppimplementationwidget.cpp index 75d01b5f..14294fe0 100644 --- a/languages/cpp/cppimplementationwidget.cpp +++ b/languages/cpp/cppimplementationwidget.cpp @@ -1,6 +1,6 @@ /*************************************************************************** * Copyright (C) 2004 by Alexander Dymo * -* adymo@kdevelop.org * +* adymo@tdevelop.org * * * * This program is free software; you can redistribute it and/or modify * * it under the terms of the GNU Library General Public License as * diff --git a/languages/cpp/cppimplementationwidget.h b/languages/cpp/cppimplementationwidget.h index c766156e..0552fd34 100644 --- a/languages/cpp/cppimplementationwidget.h +++ b/languages/cpp/cppimplementationwidget.h @@ -1,6 +1,6 @@ /*************************************************************************** * Copyright (C) 2004 by Alexander Dymo * -* adymo@kdevelop.org * +* adymo@tdevelop.org * * * * This program is free software; you can redistribute it and/or modify * * it under the terms of the GNU Library General Public License as * diff --git a/languages/cpp/cppnewclassdlg.cpp b/languages/cpp/cppnewclassdlg.cpp index 65fb9c76..dd4d278b 100644 --- a/languages/cpp/cppnewclassdlg.cpp +++ b/languages/cpp/cppnewclassdlg.cpp @@ -4,11 +4,11 @@ * Copyright (C) 1999 by Benoit.Cerrina * * Benoit.Cerrina@writeme.com * * Copyright (C) 2002 by Bernd Gehrmann * -* bernd@kdevelop.org * +* bernd@tdevelop.org * * Copyright (C) 2003 by Eray Ozkural * * * * Copyright (C) 2003-2004 by Alexander Dymo * -* adymo@kdevelop.org * +* adymo@tdevelop.org * * * * This program is free software; you can redistribute it and/or modify * * it under the terms of the GNU General Public License as published by * @@ -37,7 +37,7 @@ #include #include #include -#include +#include #include "cppsupportpart.h" #include "kdevproject.h" diff --git a/languages/cpp/cppnewclassdlg.h b/languages/cpp/cppnewclassdlg.h index 55563f0c..8c5d26b0 100644 --- a/languages/cpp/cppnewclassdlg.h +++ b/languages/cpp/cppnewclassdlg.h @@ -2,7 +2,7 @@ * Copyright (C) 1998 by Sandy Meier * * smeier@rz.uni-potsdam.de * * Copyright (C) 2002 by Bernd Gehrmann * -* bernd@kdevelop.org * +* bernd@tdevelop.org * * Copyright (C) 2003 by Alexander Dymo * * cloudtemple@mksat.net * * * diff --git a/languages/cpp/cppsupport_events.h b/languages/cpp/cppsupport_events.h index b40fc0ec..b3677002 100644 --- a/languages/cpp/cppsupport_events.h +++ b/languages/cpp/cppsupport_events.h @@ -1,6 +1,6 @@ /*************************************************************************** * Copyright (C) 2003 by Roberto Raggi * -* roberto@kdevelop.org * +* roberto@tdevelop.org * * * * This program is free software; you can redistribute it and/or modify * * it under the terms of the GNU General Public License as published by * diff --git a/languages/cpp/cppsupport_utils.h b/languages/cpp/cppsupport_utils.h index 37331eaa..a77bbf7e 100644 --- a/languages/cpp/cppsupport_utils.h +++ b/languages/cpp/cppsupport_utils.h @@ -1,6 +1,6 @@ /*************************************************************************** * Copyright (C) 2003 by Roberto Raggi * -* roberto@kdevelop.org * +* roberto@tdevelop.org * * * * This program is free software; you can redistribute it and/or modify * * it under the terms of the GNU General Public License as published by * diff --git a/languages/cpp/cppsupportfactory.cpp b/languages/cpp/cppsupportfactory.cpp index 77a586c9..1a87f1cd 100644 --- a/languages/cpp/cppsupportfactory.cpp +++ b/languages/cpp/cppsupportfactory.cpp @@ -1,6 +1,6 @@ /*************************************************************************** * Copyright (C) 2000-2001 by Bernd Gehrmann * - * bernd@kdevelop.org * + * bernd@tdevelop.org * * * * This program is free software; you can redistribute it and/or modify * * it under the terms of the GNU General Public License as published by * diff --git a/languages/cpp/cppsupportfactory.h b/languages/cpp/cppsupportfactory.h index 78f53a7f..55878c84 100644 --- a/languages/cpp/cppsupportfactory.h +++ b/languages/cpp/cppsupportfactory.h @@ -1,6 +1,6 @@ /*************************************************************************** * Copyright (C) 2000-2001 by Bernd Gehrmann * -* bernd@kdevelop.org * +* bernd@tdevelop.org * * * * This program is free software; you can redistribute it and/or modify * * it under the terms of the GNU General Public License as published by * diff --git a/languages/cpp/cppsupportpart.cpp b/languages/cpp/cppsupportpart.cpp index 9cae9c77..ac9d52ba 100644 --- a/languages/cpp/cppsupportpart.cpp +++ b/languages/cpp/cppsupportpart.cpp @@ -2,9 +2,9 @@ * Copyright (C) 1999 by Jonas Nordin * * jonas.nordin@syncom.se * * Copyright (C) 2000-2001 by Bernd Gehrmann * -* bernd@kdevelop.org * +* bernd@tdevelop.org * * Copyright (C) 2002-2003 by Roberto Raggi * -* roberto@kdevelop.org * +* roberto@tdevelop.org * * Copyright (C) 2003-2004 by Alexander Dymo * * adymo@mksat.net * * * @@ -81,7 +81,7 @@ #include #include #include -#include +#include #include #include @@ -1098,7 +1098,7 @@ TQString CppSupportPart::sourceOrHeaderCandidate( const KURL &url ) void CppSupportPart::slotSaveMemory() { if( m_backgroundParser ) { - ///This is done so the caches are completely empty after kdevelop was idle for some time(else it would be waste of memory). The background-parsers internal lexer-cache-manager just cares about keeping the count of cached files under a specific count, but doesn't decrease that count when kdevelop is idle. + ///This is done so the caches are completely empty after tdevelop was idle for some time(else it would be waste of memory). The background-parsers internal lexer-cache-manager just cares about keeping the count of cached files under a specific count, but doesn't decrease that count when tdevelop is idle. m_backgroundParser->lock(); m_backgroundParser->saveMemory(); m_backgroundParser->unlock(); @@ -1468,19 +1468,19 @@ bool CppSupportPart::parseProject( bool force ) _jd = new JobData; if( TQFileInfo( project() ->projectDirectory() + "/" + project()->projectName().lower() - + ".kdevelop.pcs" ).exists()) + + ".tdevelop.pcs" ).exists()) { TQDir d( project() ->projectDirectory()); - d.rename(project() ->projectName().lower() + ".kdevelop.pcs", - project() ->projectName() +".kdevelop.pcs"); + d.rename(project() ->projectName().lower() + ".tdevelop.pcs", + project() ->projectName() +".tdevelop.pcs"); } _jd->file.setName( project() ->projectDirectory() + "/" + project()->projectName() - + ".kdevelop.pcs" ); + + ".tdevelop.pcs" ); TQString skip_file_name = project() ->projectDirectory() + "/" + - project() ->projectName() + ".kdevelop.ignore_pcs"; + project() ->projectName() + ".tdevelop.ignore_pcs"; TQString skip_lower_file_name = project() ->projectDirectory() + "/" + - project() ->projectName().lower() + ".kdevelop.ignore_pcs"; + project() ->projectName().lower() + ".tdevelop.ignore_pcs"; if ( !force && !TQFile::exists( skip_file_name ) && !TQFile::exists( skip_lower_file_name ) && _jd->file.open( IO_ReadOnly ) ) @@ -1620,10 +1620,10 @@ void CppSupportPart::slotParseFiles() mainWindow( ) ->statusBar( ) ->message( i18n( "Done" ), 2000 ); TQFile::remove( project() ->projectDirectory() + "/" + project() ->projectName() - + ".kdevelop.ignore_pcs" ); + + ".tdevelop.ignore_pcs" ); TQFile::remove( project() ->projectDirectory() + "/" + project() ->projectName().lower() - + ".kdevelop.ignore_pcs" ); + + ".tdevelop.ignore_pcs" ); } else @@ -2160,7 +2160,7 @@ void CppSupportPart::saveProjectSourceInfo() return ; TQFile f( project() ->projectDirectory() + "/" - + project() ->projectName() + ".kdevelop.pcs" ); + + project() ->projectName() + ".tdevelop.pcs" ); if ( !f.open( IO_WriteOnly ) ) return ; @@ -2201,9 +2201,9 @@ void CppSupportPart::saveProjectSourceInfo() } TQFile::remove( project() ->projectDirectory() + "/" - + project() ->projectName() + ".kdevelop.ignore_pcs" ); + + project() ->projectName() + ".tdevelop.ignore_pcs" ); TQFile::remove( project() ->projectDirectory() + "/" - + project() ->projectName().lower() + ".kdevelop.ignore_pcs" ); + + project() ->projectName().lower() + ".tdevelop.ignore_pcs" ); m_backgroundParser->unlock(); } @@ -2714,7 +2714,7 @@ void CppSupportPart::createIgnorePCSFile( ) static TQCString skip_me( "ignore me\n" ); TQString skip_file_name = project() ->projectDirectory() + "/" - + project() ->projectName() + ".kdevelop.ignore_pcs"; + + project() ->projectName() + ".tdevelop.ignore_pcs"; TQFile skip_pcs_file( skip_file_name ); if ( skip_pcs_file.open( IO_WriteOnly ) ) { diff --git a/languages/cpp/cppsupportpart.h b/languages/cpp/cppsupportpart.h index 906a2694..ea42bd46 100644 --- a/languages/cpp/cppsupportpart.h +++ b/languages/cpp/cppsupportpart.h @@ -2,9 +2,9 @@ * Copyright (C) 1999 by Jonas Nordin * * jonas.nordin@syncom.se * * Copyright (C) 2000-2001 by Bernd Gehrmann * -* bernd@kdevelop.org * +* bernd@tdevelop.org * * Copyright (C) 2002-2003 by Roberto Raggi * -* roberto@kdevelop.org * +* roberto@tdevelop.org * * Copyright (C) 2003-2004 by Alexander Dymo * * adymo@mksat.net * * * diff --git a/languages/cpp/createpcsdialog.cpp b/languages/cpp/createpcsdialog.cpp index 93c5d754..e237d683 100644 --- a/languages/cpp/createpcsdialog.cpp +++ b/languages/cpp/createpcsdialog.cpp @@ -1,6 +1,6 @@ /*************************************************************************** * Copyright (C) 2003 by Roberto Raggi * -* roberto@kdevelop.org * +* roberto@tdevelop.org * * * * This program is free software; you can redistribute it and/or modify * * it under the terms of the GNU General Public License as published by * diff --git a/languages/cpp/createpcsdialog.h b/languages/cpp/createpcsdialog.h index cdb30538..8dfff5f2 100644 --- a/languages/cpp/createpcsdialog.h +++ b/languages/cpp/createpcsdialog.h @@ -1,6 +1,6 @@ /*************************************************************************** * Copyright (C) 2003 by Roberto Raggi * -* roberto@kdevelop.org * +* roberto@tdevelop.org * * * * This program is free software; you can redistribute it and/or modify * * it under the terms of the GNU General Public License as published by * diff --git a/languages/cpp/debugger/CMakeLists.txt b/languages/cpp/debugger/CMakeLists.txt index 115b00f8..4b660c1d 100644 --- a/languages/cpp/debugger/CMakeLists.txt +++ b/languages/cpp/debugger/CMakeLists.txt @@ -50,6 +50,6 @@ tde_add_kpart( libkdevdebugger AUTOMOC debuggerconfigwidgetbase.ui debuggertracingdialogbase.ui gdboutputwidget.cpp gdbtable.cpp debuggertracingdialog.cpp label_with_double_click.cpp - LINK gdbmi_parser-shared lang_debugger-shared kdevwidgets-shared kdevelop-shared + LINK gdbmi_parser-shared lang_debugger-shared kdevwidgets-shared tdevelop-shared DESTINATION ${PLUGIN_INSTALL_DIR} ) diff --git a/languages/cpp/debugger/Makefile.am b/languages/cpp/debugger/Makefile.am index 0ac84358..454cf345 100644 --- a/languages/cpp/debugger/Makefile.am +++ b/languages/cpp/debugger/Makefile.am @@ -9,7 +9,7 @@ INCLUDES = -I$(top_srcdir)/languages/lib/debugger \ kde_module_LTLIBRARIES = libkdevdebugger.la libkdevdebugger_la_LDFLAGS = $(all_libraries) $(KDE_PLUGIN) -libkdevdebugger_la_LIBADD = $(top_builddir)/lib/libkdevelop.la $(top_builddir)/lib/widgets/libkdevwidgets.la $(LIB_KHTML) \ +libkdevdebugger_la_LIBADD = $(top_builddir)/lib/libtdevelop.la $(top_builddir)/lib/widgets/libkdevwidgets.la $(LIB_KHTML) \ $(top_builddir)/languages/lib/debugger/liblang_debugger.la \ $(top_builddir)/languages/cpp/debugger/mi/libgdbmi_parser.la diff --git a/languages/cpp/debugger/breakpoint.cpp b/languages/cpp/debugger/breakpoint.cpp index 9d1860e4..c42f32c9 100644 --- a/languages/cpp/debugger/breakpoint.cpp +++ b/languages/cpp/debugger/breakpoint.cpp @@ -1,7 +1,7 @@ /*************************************************************************** begin : Tue May 13 2003 copyright : (C) 2003 by John Birch - email : jbb@kdevelop.org + email : jbb@tdevelop.org ***************************************************************************/ /*************************************************************************** diff --git a/languages/cpp/debugger/breakpoint.h b/languages/cpp/debugger/breakpoint.h index 64db16d5..46a97792 100644 --- a/languages/cpp/debugger/breakpoint.h +++ b/languages/cpp/debugger/breakpoint.h @@ -1,7 +1,7 @@ /*************************************************************************** begin : Tue May 13 2003 copyright : (C) 2003 by John Birch - email : jbb@kdevelop.org + email : jbb@tdevelop.org ***************************************************************************/ /*************************************************************************** diff --git a/languages/cpp/debugger/dbgcontroller.cpp b/languages/cpp/debugger/dbgcontroller.cpp index 6ca94543..8977b294 100644 --- a/languages/cpp/debugger/dbgcontroller.cpp +++ b/languages/cpp/debugger/dbgcontroller.cpp @@ -1,7 +1,7 @@ /*************************************************************************** begin : Sun Aug 8 1999 copyright : (C) 1999 by John Birch - email : jbb@kdevelop.org + email : jbb@tdevelop.org ***************************************************************************/ /*************************************************************************** diff --git a/languages/cpp/debugger/dbgcontroller.h b/languages/cpp/debugger/dbgcontroller.h index 9c555e51..c87a333f 100644 --- a/languages/cpp/debugger/dbgcontroller.h +++ b/languages/cpp/debugger/dbgcontroller.h @@ -1,7 +1,7 @@ /*************************************************************************** begin : Sun Aug 8 1999 copyright : (C) 1999 by John Birch - email : jbb@kdevelop.org + email : jbb@tdevelop.org ***************************************************************************/ /*************************************************************************** diff --git a/languages/cpp/debugger/dbgpsdlg.cpp b/languages/cpp/debugger/dbgpsdlg.cpp index 64f4dcee..c31f4a4c 100644 --- a/languages/cpp/debugger/dbgpsdlg.cpp +++ b/languages/cpp/debugger/dbgpsdlg.cpp @@ -1,7 +1,7 @@ /*************************************************************************** begin : Mon Sep 20 1999 copyright : (C) 1999 by John Birch - email : jbb@kdevelop.org + email : jbb@tdevelop.org ***************************************************************************/ /*************************************************************************** @@ -21,7 +21,7 @@ #include #include #include -#include +#include #include #include #include diff --git a/languages/cpp/debugger/dbgpsdlg.h b/languages/cpp/debugger/dbgpsdlg.h index 82e73606..a2771a3a 100644 --- a/languages/cpp/debugger/dbgpsdlg.h +++ b/languages/cpp/debugger/dbgpsdlg.h @@ -1,7 +1,7 @@ /*************************************************************************** begin : Mon Sep 20 1999 copyright : (C) 1999 by John Birch - email : jbb@kdevelop.org + email : jbb@tdevelop.org ***************************************************************************/ /*************************************************************************** diff --git a/languages/cpp/debugger/dbgtoolbar.cpp b/languages/cpp/debugger/dbgtoolbar.cpp index 5da4b47a..e8bb0c90 100644 --- a/languages/cpp/debugger/dbgtoolbar.cpp +++ b/languages/cpp/debugger/dbgtoolbar.cpp @@ -1,7 +1,7 @@ /*************************************************************************** begin : Thu Dec 23 1999 copyright : (C) 1999 by John Birch - email : jbb@kdevelop.org + email : jbb@tdevelop.org ***************************************************************************/ /*************************************************************************** @@ -51,7 +51,7 @@ // So, if you can get it to work as a KToolBar, and it works well when the // app is running, then all these classes can be removed. -// This code is very specific to the internal debugger in kdevelop. +// This code is very specific to the internal debugger in tdevelop. namespace GDBDebugger { @@ -307,7 +307,7 @@ DbgToolBar::DbgToolBar(DebuggerPart* part, TQPushButton* bFinish = new DbgButton(BarIcon("dbgstepout"), i18n("Step Out"), this); TQPushButton* bRunTo = new DbgButton(BarIcon("dbgrunto"), i18n("Run to Cursor"), this); TQPushButton* bView = new DbgButton(BarIcon("dbgmemview"), i18n("Viewers"), this); - bKDevFocus_ = new DbgButton(BarIcon("kdevelop"), TQString(), this); + bKDevFocus_ = new DbgButton(BarIcon("tdevelop"), TQString(), this); bPrevFocus_ = new DbgButton(BarIcon("dbgmemview"), TQString(), this); connect(bRun, TQT_SIGNAL(clicked()), part_, TQT_SLOT(slotRun())); @@ -399,7 +399,7 @@ void DbgToolBar::slotKdevFocus() { // I really want to be able to set the focus on the _application_ being debugged // but this is the best compromise I can come up with. All we do is save the - // window that had focus when they switch to the kdevelop window. To do this + // window that had focus when they switch to the tdevelop window. To do this // the toolbar _cannot_ accept focus. // If anyone has a way of determining what window the app is _actually_ running on // then please fix and send a patch. diff --git a/languages/cpp/debugger/dbgtoolbar.h b/languages/cpp/debugger/dbgtoolbar.h index b9998fd3..5e1424d7 100644 --- a/languages/cpp/debugger/dbgtoolbar.h +++ b/languages/cpp/debugger/dbgtoolbar.h @@ -1,7 +1,7 @@ /*************************************************************************** begin : Thu Dec 23 1999 copyright : (C) 1999 by John Birch - email : jbb@kdevelop.org + email : jbb@tdevelop.org ***************************************************************************/ /*************************************************************************** diff --git a/languages/cpp/debugger/debuggerconfigwidget.cpp b/languages/cpp/debugger/debuggerconfigwidget.cpp index 409329f7..d4c97957 100644 --- a/languages/cpp/debugger/debuggerconfigwidget.cpp +++ b/languages/cpp/debugger/debuggerconfigwidget.cpp @@ -1,8 +1,8 @@ /*************************************************************************** * Copyright (C) 1999-2001 by John Birch * - * jbb@kdevelop.org * + * jbb@tdevelop.org * * Copyright (C) 2001 by Bernd Gehrmann * - * bernd@kdevelop.org * + * bernd@tdevelop.org * * * * This program is free software; you can redistribute it and/or modify * * it under the terms of the GNU General Public License as published by * diff --git a/languages/cpp/debugger/debuggerconfigwidget.h b/languages/cpp/debugger/debuggerconfigwidget.h index d17d1202..c684d5a1 100644 --- a/languages/cpp/debugger/debuggerconfigwidget.h +++ b/languages/cpp/debugger/debuggerconfigwidget.h @@ -1,8 +1,8 @@ /*************************************************************************** * Copyright (C) 1999-2001 by John Birch * - * jbb@kdevelop.org * + * jbb@tdevelop.org * * Copyright (C) 2001 by Bernd Gehrmann * - * bernd@kdevelop.org * + * bernd@tdevelop.org * * * * This program is free software; you can redistribute it and/or modify * * it under the terms of the GNU General Public License as published by * diff --git a/languages/cpp/debugger/debuggerpart.cpp b/languages/cpp/debugger/debuggerpart.cpp index b74b9d63..59294487 100644 --- a/languages/cpp/debugger/debuggerpart.cpp +++ b/languages/cpp/debugger/debuggerpart.cpp @@ -1,8 +1,8 @@ /*************************************************************************** * Copyright (C) 1999-2001 by John Birch * - * jbb@kdevelop.org * + * jbb@tdevelop.org * * Copyright (C) 2001 by Bernd Gehrmann * - * bernd@kdevelop.org * + * bernd@tdevelop.org * * * * This program is free software; you can redistribute it and/or modify * * it under the terms of the GNU General Public License as published by * diff --git a/languages/cpp/debugger/debuggerpart.h b/languages/cpp/debugger/debuggerpart.h index 6981265f..b201b15a 100644 --- a/languages/cpp/debugger/debuggerpart.h +++ b/languages/cpp/debugger/debuggerpart.h @@ -1,8 +1,8 @@ /*************************************************************************** * Copyright (C) 1999-2001 by John Birch * - * jbb@kdevelop.org * + * jbb@tdevelop.org * * Copyright (C) 2001 by Bernd Gehrmann * - * bernd@kdevelop.org * + * bernd@tdevelop.org * * * * This program is free software; you can redistribute it and/or modify * * it under the terms of the GNU General Public License as published by * diff --git a/languages/cpp/debugger/disassemblewidget.cpp b/languages/cpp/debugger/disassemblewidget.cpp index 562aa1ae..705185fd 100644 --- a/languages/cpp/debugger/disassemblewidget.cpp +++ b/languages/cpp/debugger/disassemblewidget.cpp @@ -1,7 +1,7 @@ /*************************************************************************** begin : Tues Jan 3 2000 copyright : (C) 2000 by John Birch - email : jbb@kdevelop.org + email : jbb@tdevelop.org ***************************************************************************/ /*************************************************************************** @@ -18,7 +18,7 @@ #include "gdbcommand.h" #include -#include +#include #include #include diff --git a/languages/cpp/debugger/disassemblewidget.h b/languages/cpp/debugger/disassemblewidget.h index 18dc3a7a..73e743f7 100644 --- a/languages/cpp/debugger/disassemblewidget.h +++ b/languages/cpp/debugger/disassemblewidget.h @@ -1,7 +1,7 @@ /*************************************************************************** begin : Sun Aug 8 1999 copyright : (C) 1999 by John Birch - email : jbb@kdevelop.org + email : jbb@tdevelop.org ***************************************************************************/ /*************************************************************************** diff --git a/languages/cpp/debugger/framestackwidget.cpp b/languages/cpp/debugger/framestackwidget.cpp index 639ab74b..2b8ae5a6 100644 --- a/languages/cpp/debugger/framestackwidget.cpp +++ b/languages/cpp/debugger/framestackwidget.cpp @@ -1,7 +1,7 @@ /*************************************************************************** begin : Sun Aug 8 1999 copyright : (C) 1999 by John Birch - email : jbb@kdevelop.org + email : jbb@tdevelop.org ***************************************************************************/ /*************************************************************************** diff --git a/languages/cpp/debugger/framestackwidget.h b/languages/cpp/debugger/framestackwidget.h index 631c440f..2477c342 100644 --- a/languages/cpp/debugger/framestackwidget.h +++ b/languages/cpp/debugger/framestackwidget.h @@ -1,7 +1,7 @@ /*************************************************************************** begin : Sun Aug 8 1999 copyright : (C) 1999 by John Birch - email : jbb@kdevelop.org + email : jbb@tdevelop.org ***************************************************************************/ /*************************************************************************** diff --git a/languages/cpp/debugger/gdbbreakpointwidget.cpp b/languages/cpp/debugger/gdbbreakpointwidget.cpp index 1e62a201..8626a3e1 100644 --- a/languages/cpp/debugger/gdbbreakpointwidget.cpp +++ b/languages/cpp/debugger/gdbbreakpointwidget.cpp @@ -1,7 +1,7 @@ /*************************************************************************** begin : Tue May 13 2003 copyright : (C) 2003 by John Birch - email : jbb@kdevelop.org + email : jbb@tdevelop.org ***************************************************************************/ /*************************************************************************** diff --git a/languages/cpp/debugger/gdbbreakpointwidget.h b/languages/cpp/debugger/gdbbreakpointwidget.h index c1a0c7fe..677aca87 100644 --- a/languages/cpp/debugger/gdbbreakpointwidget.h +++ b/languages/cpp/debugger/gdbbreakpointwidget.h @@ -1,7 +1,7 @@ /*************************************************************************** begin : Tue May 13 2003 copyright : (C) 2003 by John Birch - email : jbb@kdevelop.org + email : jbb@tdevelop.org ***************************************************************************/ /*************************************************************************** diff --git a/languages/cpp/debugger/gdbcommand.cpp b/languages/cpp/debugger/gdbcommand.cpp index b783b31f..c6c4bbc3 100644 --- a/languages/cpp/debugger/gdbcommand.cpp +++ b/languages/cpp/debugger/gdbcommand.cpp @@ -1,7 +1,7 @@ /*************************************************************************** begin : Sun Aug 8 1999 copyright : (C) 1999 by John Birch - email : jbb@kdevelop.org + email : jbb@tdevelop.org ***************************************************************************/ /*************************************************************************** diff --git a/languages/cpp/debugger/gdbcommand.h b/languages/cpp/debugger/gdbcommand.h index 7000235a..ab8becf9 100644 --- a/languages/cpp/debugger/gdbcommand.h +++ b/languages/cpp/debugger/gdbcommand.h @@ -1,7 +1,7 @@ /*************************************************************************** begin : Sun Aug 8 1999 copyright : (C) 1999 by John Birch - email : jbb@kdevelop.org + email : jbb@tdevelop.org ***************************************************************************/ /*************************************************************************** diff --git a/languages/cpp/debugger/gdbcontroller.cpp b/languages/cpp/debugger/gdbcontroller.cpp index fce96961..ab7ffe69 100644 --- a/languages/cpp/debugger/gdbcontroller.cpp +++ b/languages/cpp/debugger/gdbcontroller.cpp @@ -3,7 +3,7 @@ // ------------------- // begin : Sun Aug 8 1999 // copyright : (C) 1999 by John Birch -// email : jbb@kdevelop.org +// email : jbb@tdevelop.org // ************************************************************************** // // ************************************************************************** @@ -50,7 +50,7 @@ using namespace std; // ************************************************************************** // -// Does all the communication between gdb and the kdevelop's debugger code. +// Does all the communication between gdb and the tdevelop's debugger code. // Significatant classes being used here are // // GDBParser - parses the "variable" data using the vartree and varitems diff --git a/languages/cpp/debugger/gdbcontroller.h b/languages/cpp/debugger/gdbcontroller.h index 8cbf3b26..6ea27f41 100644 --- a/languages/cpp/debugger/gdbcontroller.h +++ b/languages/cpp/debugger/gdbcontroller.h @@ -3,7 +3,7 @@ ------------------- begin : Sun Aug 8 1999 copyright : (C) 1999 by John Birch - email : jbb@kdevelop.org + email : jbb@tdevelop.org ***************************************************************************/ /*************************************************************************** diff --git a/languages/cpp/debugger/gdboutputwidget.cpp b/languages/cpp/debugger/gdboutputwidget.cpp index 7648fdf2..c0157463 100644 --- a/languages/cpp/debugger/gdboutputwidget.cpp +++ b/languages/cpp/debugger/gdboutputwidget.cpp @@ -3,7 +3,7 @@ // ------------------- // begin : 10th April 2003 // copyright : (C) 2003 by John Birch -// email : jbb@kdevelop.org +// email : jbb@tdevelop.org // ************************************************************************** // // ************************************************************************** diff --git a/languages/cpp/debugger/gdboutputwidget.h b/languages/cpp/debugger/gdboutputwidget.h index ed841d9b..28ffb8bc 100644 --- a/languages/cpp/debugger/gdboutputwidget.h +++ b/languages/cpp/debugger/gdboutputwidget.h @@ -3,7 +3,7 @@ // ------------------- // begin : 10th April 2003 // copyright : (C) 2003 by John Birch -// email : jbb@kdevelop.org +// email : jbb@tdevelop.org // ************************************************************************** // // ************************************************************************** diff --git a/languages/cpp/debugger/gdbparser.cpp b/languages/cpp/debugger/gdbparser.cpp index 5a8588b1..4d2161f8 100644 --- a/languages/cpp/debugger/gdbparser.cpp +++ b/languages/cpp/debugger/gdbparser.cpp @@ -1,7 +1,7 @@ // ************************************************************************** // begin : Tue Aug 17 1999 // copyright : (C) 1999 by John Birch -// email : jbb@kdevelop.org +// email : jbb@tdevelop.org // ************************************************************************** // ************************************************************************** @@ -114,7 +114,7 @@ TQString GDBParser::undecorateValue(DataType type, const TQString& s) // Strip the type of the pointer from the value. // // When printing values of pointers, gdb prints the pointer - // type as well. This is not necessary for kdevelop -- after + // type as well. This is not necessary for tdevelop -- after // all, there's separate column with value type. But that behaviour // is not configurable. The only way to change it is to explicitly // pass the 'x' format specifier to the 'print' command. diff --git a/languages/cpp/debugger/gdbparser.h b/languages/cpp/debugger/gdbparser.h index a56c082d..61f7ec8b 100644 --- a/languages/cpp/debugger/gdbparser.h +++ b/languages/cpp/debugger/gdbparser.h @@ -1,7 +1,7 @@ /*************************************************************************** begin : Tue Aug 17 1999 copyright : (C) 1999 by John Birch - email : jbb@kdevelop.org + email : jbb@tdevelop.org ***************************************************************************/ /*************************************************************************** diff --git a/languages/cpp/debugger/memviewdlg.cpp b/languages/cpp/debugger/memviewdlg.cpp index 48c2ddd4..3b69c206 100644 --- a/languages/cpp/debugger/memviewdlg.cpp +++ b/languages/cpp/debugger/memviewdlg.cpp @@ -1,7 +1,7 @@ /*************************************************************************** begin : Tue Oct 5 1999 copyright : (C) 1999 by John Birch - email : jbb@kdevelop.org + email : jbb@tdevelop.org ***************************************************************************/ /*************************************************************************** @@ -22,7 +22,7 @@ #include #include #include -#include +#include #include #include @@ -224,7 +224,7 @@ namespace GDBDebugger edit->setText( "

Not available

" "

Could not open the khexedit2 library. " - "Make sure that the KHexEdit package (part of kdeutils) is installed. " + "Make sure that the KHexEdit package (part of tdeutils) is installed. " "Specifically, check for the following files:" "

  • libkhexeditcommon.so.0.0.0\n" "
  • libkbyteseditwidget.so\n" diff --git a/languages/cpp/debugger/memviewdlg.h b/languages/cpp/debugger/memviewdlg.h index ecdb304f..0de16b27 100644 --- a/languages/cpp/debugger/memviewdlg.h +++ b/languages/cpp/debugger/memviewdlg.h @@ -1,7 +1,7 @@ /*************************************************************************** begin : Tue Oct 5 1999 copyright : (C) 1999 by John Birch - email : jbb@kdevelop.org + email : jbb@tdevelop.org ***************************************************************************/ /*************************************************************************** diff --git a/languages/cpp/debugger/mi/gdbmi.cpp b/languages/cpp/debugger/mi/gdbmi.cpp index 27f90284..33ac959d 100644 --- a/languages/cpp/debugger/mi/gdbmi.cpp +++ b/languages/cpp/debugger/mi/gdbmi.cpp @@ -1,6 +1,6 @@ /*************************************************************************** * Copyright (C) 2004 by Roberto Raggi * - * roberto@kdevelop.org * + * roberto@tdevelop.org * * Copyright (C) 2005-2006 by Vladimir Prus * * ghost@cs.msu.su * * * diff --git a/languages/cpp/debugger/mi/gdbmi.h b/languages/cpp/debugger/mi/gdbmi.h index 03985958..21d2a772 100644 --- a/languages/cpp/debugger/mi/gdbmi.h +++ b/languages/cpp/debugger/mi/gdbmi.h @@ -1,6 +1,6 @@ /*************************************************************************** * Copyright (C) 2004 by Roberto Raggi * - * roberto@kdevelop.org * + * roberto@tdevelop.org * * Copyright (C) 2005-2006 by Vladimir Prus * * ghost@cs.msu.su * * * diff --git a/languages/cpp/debugger/mi/milexer.cpp b/languages/cpp/debugger/mi/milexer.cpp index 74b8eda9..81a97001 100644 --- a/languages/cpp/debugger/mi/milexer.cpp +++ b/languages/cpp/debugger/mi/milexer.cpp @@ -1,6 +1,6 @@ /*************************************************************************** * Copyright (C) 2004 by Roberto Raggi * - * roberto@kdevelop.org * + * roberto@tdevelop.org * * * * This program is free software; you can redistribute it and/or modify * * it under the terms of the GNU Library General Public License as * diff --git a/languages/cpp/debugger/mi/milexer.h b/languages/cpp/debugger/mi/milexer.h index 8f07ba58..ff6ca3fe 100644 --- a/languages/cpp/debugger/mi/milexer.h +++ b/languages/cpp/debugger/mi/milexer.h @@ -1,6 +1,6 @@ /*************************************************************************** * Copyright (C) 2004 by Roberto Raggi * - * roberto@kdevelop.org * + * roberto@tdevelop.org * * * * This program is free software; you can redistribute it and/or modify * * it under the terms of the GNU Library General Public License as * diff --git a/languages/cpp/debugger/mi/miparser.cpp b/languages/cpp/debugger/mi/miparser.cpp index fdd16137..8f819dcf 100644 --- a/languages/cpp/debugger/mi/miparser.cpp +++ b/languages/cpp/debugger/mi/miparser.cpp @@ -1,6 +1,6 @@ /*************************************************************************** * Copyright (C) 2004 by Roberto Raggi * - * roberto@kdevelop.org * + * roberto@tdevelop.org * * Copyright (C) 2005-2006 by Vladimir Prus * * ghost@cs.msu.su * * * diff --git a/languages/cpp/debugger/mi/miparser.h b/languages/cpp/debugger/mi/miparser.h index 9bea70b2..36ff9603 100644 --- a/languages/cpp/debugger/mi/miparser.h +++ b/languages/cpp/debugger/mi/miparser.h @@ -1,6 +1,6 @@ /*************************************************************************** * Copyright (C) 2004 by Roberto Raggi * - * roberto@kdevelop.org * + * roberto@tdevelop.org * * * * This program is free software; you can redistribute it and/or modify * * it under the terms of the GNU Library General Public License as * diff --git a/languages/cpp/debugger/mi/tokens.h b/languages/cpp/debugger/mi/tokens.h index 6d105041..554a16db 100644 --- a/languages/cpp/debugger/mi/tokens.h +++ b/languages/cpp/debugger/mi/tokens.h @@ -1,6 +1,6 @@ /*************************************************************************** * Copyright (C) 2004 by Roberto Raggi * - * roberto@kdevelop.org * + * roberto@tdevelop.org * * * * This program is free software; you can redistribute it and/or modify * * it under the terms of the GNU Library General Public License as * diff --git a/languages/cpp/debugger/stty.cpp b/languages/cpp/debugger/stty.cpp index 52ff7a24..5c437938 100644 --- a/languages/cpp/debugger/stty.cpp +++ b/languages/cpp/debugger/stty.cpp @@ -1,7 +1,7 @@ /*************************************************************************** begin : Mon Sep 13 1999 copyright : (C) 1999 by John Birch - email : jbb@kdevelop.org + email : jbb@tdevelop.org This code was originally written by Judin Maxim, from the KDEStudio project. @@ -228,7 +228,7 @@ int STTY::findTTY() if (ptyfd >= 0) { if (needGrantPty && !chownpty(ptyfd, TRUE)) { - fprintf(stderr,"kdevelop: chownpty failed for device %s::%s.\n",pty_master,tty_slave); + fprintf(stderr,"tdevelop: chownpty failed for device %s::%s.\n",pty_master,tty_slave); fprintf(stderr," : This means the session can be eavesdroped.\n"); fprintf(stderr," : Make sure konsole_grantpty is installed and setuid root.\n"); } @@ -329,7 +329,7 @@ bool STTY::findExternalTTY(const TQString &termApp) if ( termApp == "konsole" ) { ::execlp( prog, prog, - "-caption", i18n("kdevelop: Debug application console").local8Bit().data(), + "-caption", i18n("tdevelop: Debug application console").local8Bit().data(), "-e", "sh", "-c", scriptStr, NULL); diff --git a/languages/cpp/debugger/stty.h b/languages/cpp/debugger/stty.h index 5fd45cc6..16d84c1e 100644 --- a/languages/cpp/debugger/stty.h +++ b/languages/cpp/debugger/stty.h @@ -1,7 +1,7 @@ /*************************************************************************** begin : Mon Sep 13 1999 copyright : (C) 1999 by John Birch - email : jbb@kdevelop.org + email : jbb@tdevelop.org This code was originally written by Judin Maxim, from the KDEStudio project. diff --git a/languages/cpp/debugger/tests/breakpoints/breakpoints.kdevelop b/languages/cpp/debugger/tests/breakpoints/breakpoints.kdevelop index 4b3b07c9..54214a1b 100644 --- a/languages/cpp/debugger/tests/breakpoints/breakpoints.kdevelop +++ b/languages/cpp/debugger/tests/breakpoints/breakpoints.kdevelop @@ -1,5 +1,5 @@ - + Vladimir Prus ghost@ghostwalk @@ -160,4 +160,4 @@ .cpp - + diff --git a/languages/cpp/debugger/tests/dll/dll.kdevelop b/languages/cpp/debugger/tests/dll/dll.kdevelop index dbeb12b3..f92f1d08 100644 --- a/languages/cpp/debugger/tests/dll/dll.kdevelop +++ b/languages/cpp/debugger/tests/dll/dll.kdevelop @@ -1,5 +1,5 @@ - + Vladimir Prus ghost@ghostwalk @@ -155,4 +155,4 @@ false - + diff --git a/languages/cpp/debugger/tests/infinite_loop/infinite_loop.kdevelop b/languages/cpp/debugger/tests/infinite_loop/infinite_loop.kdevelop index 24055c6f..267a73d8 100644 --- a/languages/cpp/debugger/tests/infinite_loop/infinite_loop.kdevelop +++ b/languages/cpp/debugger/tests/infinite_loop/infinite_loop.kdevelop @@ -1,5 +1,5 @@ - + Vladimir Prus ghost@zigzag @@ -106,4 +106,4 @@ false - + diff --git a/languages/cpp/debugger/tests/print_pointers/print_pointers.kdevelop b/languages/cpp/debugger/tests/print_pointers/print_pointers.kdevelop index 03faba9a..a838d09d 100644 --- a/languages/cpp/debugger/tests/print_pointers/print_pointers.kdevelop +++ b/languages/cpp/debugger/tests/print_pointers/print_pointers.kdevelop @@ -1,5 +1,5 @@ - + Vladimir Prus ghost@cs.msu.su @@ -215,4 +215,4 @@ -f0 -1 - + diff --git a/languages/cpp/debugger/tests/segfault/segfault.kdevelop b/languages/cpp/debugger/tests/segfault/segfault.kdevelop index 0135e84b..4eccf2e1 100644 --- a/languages/cpp/debugger/tests/segfault/segfault.kdevelop +++ b/languages/cpp/debugger/tests/segfault/segfault.kdevelop @@ -1,5 +1,5 @@ - + Vladimir Prus ghost@zigzag @@ -160,4 +160,4 @@ .cpp - + diff --git a/languages/cpp/debugger/tests/threads/threads.kdevelop b/languages/cpp/debugger/tests/threads/threads.kdevelop index 3cd806b8..048b3aed 100644 --- a/languages/cpp/debugger/tests/threads/threads.kdevelop +++ b/languages/cpp/debugger/tests/threads/threads.kdevelop @@ -1,5 +1,5 @@ - + Vladimir Prus ghost@zigzag @@ -98,4 +98,4 @@ false - + diff --git a/languages/cpp/debugger/tests/tracing/tracing.kdevelop b/languages/cpp/debugger/tests/tracing/tracing.kdevelop index 94d39c6f..56743de1 100644 --- a/languages/cpp/debugger/tests/tracing/tracing.kdevelop +++ b/languages/cpp/debugger/tests/tracing/tracing.kdevelop @@ -1,5 +1,5 @@ - + Vladimir Prus ghost@ghostwalk @@ -160,4 +160,4 @@ .cpp - + diff --git a/languages/cpp/debugger/tests/two_module/two_module.kdevelop b/languages/cpp/debugger/tests/two_module/two_module.kdevelop index a9ecc5ad..a6d22c2a 100644 --- a/languages/cpp/debugger/tests/two_module/two_module.kdevelop +++ b/languages/cpp/debugger/tests/two_module/two_module.kdevelop @@ -1,5 +1,5 @@ - + Vladimir Prus ghost@ghostwalk @@ -160,4 +160,4 @@ .cpp - + diff --git a/languages/cpp/debugger/variablewidget.cpp b/languages/cpp/debugger/variablewidget.cpp index 581b3cb8..a8c9f594 100644 --- a/languages/cpp/debugger/variablewidget.cpp +++ b/languages/cpp/debugger/variablewidget.cpp @@ -1,7 +1,7 @@ // ************************************************************************** // begin : Sun Aug 8 1999 // copyright : (C) 1999 by John Birch -// email : jbb@kdevelop.org +// email : jbb@tdevelop.org // ************************************************************************** // ************************************************************************** @@ -21,7 +21,7 @@ #include #include #include -#include +#include #include #include diff --git a/languages/cpp/debugger/variablewidget.h b/languages/cpp/debugger/variablewidget.h index 2e5e6c38..cb8ffb0f 100644 --- a/languages/cpp/debugger/variablewidget.h +++ b/languages/cpp/debugger/variablewidget.h @@ -1,7 +1,7 @@ /*************************************************************************** begin : Sun Aug 8 1999 copyright : (C) 1999 by John Birch - email : jbb@kdevelop.org + email : jbb@tdevelop.org ***************************************************************************/ /*************************************************************************** diff --git a/languages/cpp/declarationinfo.h b/languages/cpp/declarationinfo.h index de49dae3..413e8ded 100644 --- a/languages/cpp/declarationinfo.h +++ b/languages/cpp/declarationinfo.h @@ -3,11 +3,11 @@ copyright : (C) 2001 by Victor R�er email : victor_roeder@gmx.de copyright : (C) 2002,2003 by Roberto Raggi - email : roberto@kdevelop.org + email : roberto@tdevelop.org copyright : (C) 2005 by Adam Treat email : manyoso@yahoo.com copyright : (C) 2006 by David Nolden - email : david.nolden.kdevelop@art-master.de + email : david.nolden.tdevelop@art-master.de ***************************************************************************/ /*************************************************************************** diff --git a/languages/cpp/doc/c++_bugs_gcc.toc b/languages/cpp/doc/c++_bugs_gcc.toc index 758b6675..a2d75a4f 100644 --- a/languages/cpp/doc/c++_bugs_gcc.toc +++ b/languages/cpp/doc/c++_bugs_gcc.toc @@ -1,7 +1,7 @@ - - + + C++ bugs (GCC) - + diff --git a/languages/cpp/doc/clanlib.toc b/languages/cpp/doc/clanlib.toc index 97e8ec56..2cad8dcd 100644 --- a/languages/cpp/doc/clanlib.toc +++ b/languages/cpp/doc/clanlib.toc @@ -1,5 +1,5 @@ - - + + Clanlib @@ -381,4 +381,4 @@ - + diff --git a/languages/cpp/doc/cppannotations.toc b/languages/cpp/doc/cppannotations.toc index ad63b241..81f7f04d 100644 --- a/languages/cpp/doc/cppannotations.toc +++ b/languages/cpp/doc/cppannotations.toc @@ -1,5 +1,5 @@ - - + + C++ Annotations @@ -453,4 +453,4 @@ - + diff --git a/languages/cpp/doc/gnome1.toc b/languages/cpp/doc/gnome1.toc index ace302d5..bbab9265 100644 --- a/languages/cpp/doc/gnome1.toc +++ b/languages/cpp/doc/gnome1.toc @@ -1,5 +1,5 @@ - - + + GNOME 1.0 API Reference @@ -420,5 +420,5 @@ - + diff --git a/languages/cpp/doc/gnustep.toc b/languages/cpp/doc/gnustep.toc index ef477440..7e936e42 100644 --- a/languages/cpp/doc/gnustep.toc +++ b/languages/cpp/doc/gnustep.toc @@ -1,5 +1,5 @@ - - + + GNUstep @@ -180,5 +180,5 @@ - + diff --git a/languages/cpp/doc/gtk_bugs.toc b/languages/cpp/doc/gtk_bugs.toc index fd1aa962..940be9bc 100644 --- a/languages/cpp/doc/gtk_bugs.toc +++ b/languages/cpp/doc/gtk_bugs.toc @@ -1,7 +1,7 @@ - - + + GTK bugs - + diff --git a/languages/cpp/doc/kde2book.toc b/languages/cpp/doc/kde2book.toc index 72e55d3c..14791ba5 100644 --- a/languages/cpp/doc/kde2book.toc +++ b/languages/cpp/doc/kde2book.toc @@ -1,5 +1,5 @@ - - + + KDE2 Development Book (kde.org) @@ -1299,13 +1299,13 @@ - - + + - - - + + + @@ -1314,40 +1314,40 @@ - - + + - - + + - - - - + + + + - + - + - - + + @@ -1382,7 +1382,7 @@ - + @@ -2119,16 +2119,16 @@ - - + + - + - - - + + + - + @@ -2871,5 +2871,5 @@ - + diff --git a/languages/cpp/doc/kdetemplates.toc b/languages/cpp/doc/kdetemplates.toc index c72f19ad..c764c0c4 100644 --- a/languages/cpp/doc/kdetemplates.toc +++ b/languages/cpp/doc/kdetemplates.toc @@ -1,9 +1,9 @@ - - + + The KDevelop C++ KDE templates explained - + - + diff --git a/languages/cpp/doc/libc.toc b/languages/cpp/doc/libc.toc index a007614d..1503a46d 100644 --- a/languages/cpp/doc/libc.toc +++ b/languages/cpp/doc/libc.toc @@ -1,5 +1,5 @@ - - + + LIBC (umn.edu) @@ -854,5 +854,5 @@ - + diff --git a/languages/cpp/doc/libstdc++.toc b/languages/cpp/doc/libstdc++.toc index afdb10c1..16628929 100644 --- a/languages/cpp/doc/libstdc++.toc +++ b/languages/cpp/doc/libstdc++.toc @@ -1,5 +1,5 @@ - - + + LIBSTDC++ (gcc.gnu.org) @@ -15,5 +15,5 @@ - + diff --git a/languages/cpp/doc/qt-kdev3.toc b/languages/cpp/doc/qt-kdev3.toc index b9e225ec..af086cf5 100644 --- a/languages/cpp/doc/qt-kdev3.toc +++ b/languages/cpp/doc/qt-kdev3.toc @@ -1,7 +1,7 @@ - - + + Qt Designer-3 and KDevelop-3 - + @@ -36,4 +36,4 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/languages/cpp/doc/stl.toc b/languages/cpp/doc/stl.toc index d86b82b0..09681836 100644 --- a/languages/cpp/doc/stl.toc +++ b/languages/cpp/doc/stl.toc @@ -1,5 +1,5 @@ - - + + STL (sgi.com) @@ -483,5 +483,5 @@ - + diff --git a/languages/cpp/doc/wxwidgets_bugs.toc b/languages/cpp/doc/wxwidgets_bugs.toc index f7bb39c7..046b4419 100644 --- a/languages/cpp/doc/wxwidgets_bugs.toc +++ b/languages/cpp/doc/wxwidgets_bugs.toc @@ -1,7 +1,7 @@ - - + + wxWidgets bugs - + diff --git a/languages/cpp/expressioninfo.h b/languages/cpp/expressioninfo.h index 4b42a2f4..13918a20 100644 --- a/languages/cpp/expressioninfo.h +++ b/languages/cpp/expressioninfo.h @@ -3,11 +3,11 @@ copyright : (C) 2001 by Victor R�er email : victor_roeder@gmx.de copyright : (C) 2002,2003 by Roberto Raggi - email : roberto@kdevelop.org + email : roberto@tdevelop.org copyright : (C) 2005 by Adam Treat email : manyoso@yahoo.com copyright : (C) 2006 by David Nolden - email : david.nolden.kdevelop@art-master.de + email : david.nolden.tdevelop@art-master.de ***************************************************************************/ /*************************************************************************** diff --git a/languages/cpp/includepathresolver.cpp b/languages/cpp/includepathresolver.cpp index 39cceae0..d6b6dd02 100644 --- a/languages/cpp/includepathresolver.cpp +++ b/languages/cpp/includepathresolver.cpp @@ -1,6 +1,6 @@ /*************************************************************************** copyright : (C) 2007 by David Nolden - email : david.nolden.kdevelop@art-master.de + email : david.nolden.tdevelop@art-master.de ***************************************************************************/ /*************************************************************************** @@ -14,7 +14,7 @@ /** Compatibility: * make/automake: Should work perfectly - * cmake: Thanks to the path-recursion, this works with cmake(tested with version "2.4-patch 6" tested with kdelibs out-of-source and with kdevelop4 in-source) + * cmake: Thanks to the path-recursion, this works with cmake(tested with version "2.4-patch 6" tested with tdelibs out-of-source and with tdevelop4 in-source) * * * unsermake: diff --git a/languages/cpp/includepathresolver.h b/languages/cpp/includepathresolver.h index 57106e4f..8046a987 100644 --- a/languages/cpp/includepathresolver.h +++ b/languages/cpp/includepathresolver.h @@ -1,6 +1,6 @@ /*************************************************************************** copyright : (C) 2007 by David Nolden - email : david.nolden.kdevelop@art-master.de + email : david.nolden.tdevelop@art-master.de ***************************************************************************/ /*************************************************************************** diff --git a/languages/cpp/kdevdriver.h b/languages/cpp/kdevdriver.h index 3a9f0ac6..07dc3660 100644 --- a/languages/cpp/kdevdriver.h +++ b/languages/cpp/kdevdriver.h @@ -6,7 +6,7 @@ #include "driver.h" #include -#include +#include #include #include diff --git a/languages/cpp/pcsimporter/CMakeLists.txt b/languages/cpp/pcsimporter/CMakeLists.txt index 7f070539..2f904a5d 100644 --- a/languages/cpp/pcsimporter/CMakeLists.txt +++ b/languages/cpp/pcsimporter/CMakeLists.txt @@ -10,6 +10,6 @@ ################################################# add_subdirectory( qtimporter ) -add_subdirectory( kdelibsimporter ) +add_subdirectory( tdelibsimporter ) add_subdirectory( customimporter ) add_subdirectory( qt4importer ) diff --git a/languages/cpp/pcsimporter/Makefile.am b/languages/cpp/pcsimporter/Makefile.am index 5a2945ac..31533b36 100644 --- a/languages/cpp/pcsimporter/Makefile.am +++ b/languages/cpp/pcsimporter/Makefile.am @@ -1,3 +1,3 @@ INCLUDES = METASOURCES = AUTO -SUBDIRS = qtimporter kdelibsimporter customimporter qt4importer +SUBDIRS = qtimporter tdelibsimporter customimporter qt4importer diff --git a/languages/cpp/pcsimporter/customimporter/CMakeLists.txt b/languages/cpp/pcsimporter/customimporter/CMakeLists.txt index 0d807a57..c2e07bdb 100644 --- a/languages/cpp/pcsimporter/customimporter/CMakeLists.txt +++ b/languages/cpp/pcsimporter/customimporter/CMakeLists.txt @@ -33,6 +33,6 @@ tde_add_kpart( libkdevcustompcsimporter AUTOMOC SOURCES kdevcustomimporter.cpp settingsdialog.cpp settingsdialogbase.ui - LINK lang_interfaces-shared kdevelop-shared + LINK lang_interfaces-shared tdevelop-shared DESTINATION ${PLUGIN_INSTALL_DIR} ) diff --git a/languages/cpp/pcsimporter/customimporter/Makefile.am b/languages/cpp/pcsimporter/customimporter/Makefile.am index 5a630be9..7e6a7093 100644 --- a/languages/cpp/pcsimporter/customimporter/Makefile.am +++ b/languages/cpp/pcsimporter/customimporter/Makefile.am @@ -6,7 +6,7 @@ kde_module_LTLIBRARIES = libkdevcustompcsimporter.la noinst_HEADERS = kdevcustomimporter.h libkdevcustompcsimporter_la_SOURCES = kdevcustomimporter.cpp settingsdialog.cpp settingsdialogbase.ui -libkdevcustompcsimporter_la_LIBADD = $(top_builddir)/lib/libkdevelop.la \ +libkdevcustompcsimporter_la_LIBADD = $(top_builddir)/lib/libtdevelop.la \ $(top_builddir)/languages/lib/interfaces/liblang_interfaces.la libkdevcustompcsimporter_la_LDFLAGS = -module $(all_libraries) $(KDE_PLUGIN) kde_services_DATA = kdevpcscustomimporter.desktop diff --git a/languages/cpp/pcsimporter/customimporter/settingsdialog.cpp b/languages/cpp/pcsimporter/customimporter/settingsdialog.cpp index 9994dcdd..def22f97 100644 --- a/languages/cpp/pcsimporter/customimporter/settingsdialog.cpp +++ b/languages/cpp/pcsimporter/customimporter/settingsdialog.cpp @@ -1,6 +1,6 @@ /*************************************************************************** * Copyright (C) 2003 by Roberto Raggi * -* roberto@kdevelop.org * +* roberto@tdevelop.org * * * * Copyright (C) 2006 by Jens Dagerbo * * jens.dagerbo@swipnet.se * @@ -17,7 +17,7 @@ #include #include #include -#include +#include #include #include #include diff --git a/languages/cpp/pcsimporter/customimporter/settingsdialog.h b/languages/cpp/pcsimporter/customimporter/settingsdialog.h index 7b920a7d..ce05c74f 100644 --- a/languages/cpp/pcsimporter/customimporter/settingsdialog.h +++ b/languages/cpp/pcsimporter/customimporter/settingsdialog.h @@ -1,6 +1,6 @@ /*************************************************************************** * Copyright (C) 2003 by Roberto Raggi * - * roberto@kdevelop.org * + * roberto@tdevelop.org * * * * This program is free software; you can redistribute it and/or modify * * it under the terms of the GNU General Public License as published by * diff --git a/languages/cpp/pcsimporter/kdelibsimporter/CMakeLists.txt b/languages/cpp/pcsimporter/kdelibsimporter/CMakeLists.txt index e74d7bf1..d48bad5a 100644 --- a/languages/cpp/pcsimporter/kdelibsimporter/CMakeLists.txt +++ b/languages/cpp/pcsimporter/kdelibsimporter/CMakeLists.txt @@ -24,15 +24,15 @@ link_directories( ##### other data ################################ -install( FILES kdevkdelibsimporter.desktop DESTINATION ${SERVICES_INSTALL_DIR} ) +install( FILES kdevtdelibsimporter.desktop DESTINATION ${SERVICES_INSTALL_DIR} ) -##### libkdevkdelibsimporter (module) ########### +##### libkdevtdelibsimporter (module) ########### -tde_add_kpart( libkdevkdelibsimporter AUTOMOC +tde_add_kpart( libkdevtdelibsimporter AUTOMOC SOURCES - kdevkdelibsimporter.cpp settingsdialogbase.ui + kdevtdelibsimporter.cpp settingsdialogbase.ui settingsdialog.cpp - LINK lang_interfaces-shared kdevelop-shared + LINK lang_interfaces-shared tdevelop-shared DESTINATION ${PLUGIN_INSTALL_DIR} ) diff --git a/languages/cpp/pcsimporter/kdelibsimporter/Makefile.am b/languages/cpp/pcsimporter/kdelibsimporter/Makefile.am index 96c3474f..14efcabc 100644 --- a/languages/cpp/pcsimporter/kdelibsimporter/Makefile.am +++ b/languages/cpp/pcsimporter/kdelibsimporter/Makefile.am @@ -1,11 +1,11 @@ INCLUDES = -I$(top_srcdir)/languages/lib/interfaces \ -I$(top_srcdir)/lib/interfaces $(all_includes) METASOURCES = AUTO -kde_module_LTLIBRARIES = libkdevkdelibsimporter.la +kde_module_LTLIBRARIES = libkdevtdelibsimporter.la -noinst_HEADERS = kdevkdelibsimporter.h settingsdialog.h -libkdevkdelibsimporter_la_SOURCES = kdevkdelibsimporter.cpp settingsdialogbase.ui settingsdialog.cpp -kde_services_DATA = kdevkdelibsimporter.desktop -libkdevkdelibsimporter_la_LIBADD = $(top_builddir)/lib/libkdevelop.la \ +noinst_HEADERS = kdevtdelibsimporter.h settingsdialog.h +libkdevtdelibsimporter_la_SOURCES = kdevtdelibsimporter.cpp settingsdialogbase.ui settingsdialog.cpp +kde_services_DATA = kdevtdelibsimporter.desktop +libkdevtdelibsimporter_la_LIBADD = $(top_builddir)/lib/libtdevelop.la \ $(top_builddir)/languages/lib/interfaces/liblang_interfaces.la -libkdevkdelibsimporter_la_LDFLAGS = -module $(all_libraries) $(KDE_PLUGIN) +libkdevtdelibsimporter_la_LDFLAGS = -module $(all_libraries) $(KDE_PLUGIN) diff --git a/languages/cpp/pcsimporter/kdelibsimporter/kdevkdelibsimporter.cpp b/languages/cpp/pcsimporter/kdelibsimporter/kdevkdelibsimporter.cpp index 4a853d77..c3e7ca0c 100644 --- a/languages/cpp/pcsimporter/kdelibsimporter/kdevkdelibsimporter.cpp +++ b/languages/cpp/pcsimporter/kdelibsimporter/kdevkdelibsimporter.cpp @@ -1,6 +1,6 @@ /*************************************************************************** * Copyright (C) 2003 by Roberto Raggi * -* roberto@kdevelop.org * +* roberto@tdevelop.org * * * * This program is free software; you can redistribute it and/or modify * * it under the terms of the GNU General Public License as published by * @@ -9,8 +9,8 @@ * * ***************************************************************************/ -#include "kdevkdelibsimporter.h" -#include "kdevkdelibsimporter.moc" +#include "kdevtdelibsimporter.h" +#include "kdevtdelibsimporter.moc" #include "settingsdialog.h" #include @@ -21,7 +21,7 @@ #include #include -K_EXPORT_COMPONENT_FACTORY( libkdevkdelibsimporter, KGenericFactory( "kdevkdelibsimporter" ) ) +K_EXPORT_COMPONENT_FACTORY( libkdevtdelibsimporter, KGenericFactory( "kdevtdelibsimporter" ) ) KDevKDELibsImporter::KDevKDELibsImporter( TQObject * parent, const char * name, const TQStringList& ) : KDevPCSImporter( parent, name ) diff --git a/languages/cpp/pcsimporter/kdelibsimporter/kdevkdelibsimporter.desktop b/languages/cpp/pcsimporter/kdelibsimporter/kdevkdelibsimporter.desktop index 51163d14..7836c861 100644 --- a/languages/cpp/pcsimporter/kdelibsimporter/kdevkdelibsimporter.desktop +++ b/languages/cpp/pcsimporter/kdelibsimporter/kdevkdelibsimporter.desktop @@ -17,7 +17,7 @@ Comment[da]=KDevelop KDELibs PCS importør Comment[de]=KDELibs-Import für persistenten Klassenspeicher Comment[el]=Εισαγωγέας PCS KDevelop KDELibs Comment[es]=Importador PCS de KDELibs de KDevelop -Comment[et]=KDevelopi kdelibs PCS importija +Comment[et]=KDevelopi tdelibs PCS importija Comment[eu]=KDevelop-en KDELibs PCS inportatzailea Comment[fa]=واردکنندۀ KDevelop KDELibs PCS Comment[fr]=Importation PCS de KDELibs pour KDevelop @@ -44,6 +44,6 @@ Comment[zh_CN]=KDevelop KDELibs PCS 导入器 Comment[zh_TW]=KDevelop KDE 函式庫匯入器 Icon=gear ServiceTypes=KDevelop/PCSImporter -X-KDE-Library=libkdevkdelibsimporter +X-KDE-Library=libkdevtdelibsimporter X-KDevelop-PCSImporter= X-KDevelop-Version=5 diff --git a/languages/cpp/pcsimporter/kdelibsimporter/kdevkdelibsimporter.h b/languages/cpp/pcsimporter/kdelibsimporter/kdevkdelibsimporter.h index 47671869..06782a37 100644 --- a/languages/cpp/pcsimporter/kdelibsimporter/kdevkdelibsimporter.h +++ b/languages/cpp/pcsimporter/kdelibsimporter/kdevkdelibsimporter.h @@ -1,6 +1,6 @@ /*************************************************************************** * Copyright (C) 2003 by Roberto Raggi * - * roberto@kdevelop.org * + * roberto@tdevelop.org * * * * This program is free software; you can redistribute it and/or modify * * it under the terms of the GNU General Public License as published by * diff --git a/languages/cpp/pcsimporter/kdelibsimporter/settingsdialog.cpp b/languages/cpp/pcsimporter/kdelibsimporter/settingsdialog.cpp index 57d16676..a6d95acf 100644 --- a/languages/cpp/pcsimporter/kdelibsimporter/settingsdialog.cpp +++ b/languages/cpp/pcsimporter/kdelibsimporter/settingsdialog.cpp @@ -1,6 +1,6 @@ /*************************************************************************** * Copyright (C) 2003 by Roberto Raggi * -* roberto@kdevelop.org * +* roberto@tdevelop.org * * * * Copyright (C) 2006 by Jens Dagerbo * * jens.dagerbo@swipnet.se * diff --git a/languages/cpp/pcsimporter/kdelibsimporter/settingsdialog.h b/languages/cpp/pcsimporter/kdelibsimporter/settingsdialog.h index afe38e8d..26668187 100644 --- a/languages/cpp/pcsimporter/kdelibsimporter/settingsdialog.h +++ b/languages/cpp/pcsimporter/kdelibsimporter/settingsdialog.h @@ -1,6 +1,6 @@ /*************************************************************************** * Copyright (C) 2003 by Roberto Raggi * - * roberto@kdevelop.org * + * roberto@tdevelop.org * * * * This program is free software; you can redistribute it and/or modify * * it under the terms of the GNU General Public License as published by * diff --git a/languages/cpp/pcsimporter/kdelibsimporter/settingsdialogbase.ui b/languages/cpp/pcsimporter/kdelibsimporter/settingsdialogbase.ui index b631bfc9..a7ba1365 100644 --- a/languages/cpp/pcsimporter/kdelibsimporter/settingsdialogbase.ui +++ b/languages/cpp/pcsimporter/kdelibsimporter/settingsdialogbase.ui @@ -43,7 +43,7 @@ Only the selected entry will be used - Decide if you want to restrict the Code Completion database to only the base kdelibs API or the entire KDE include structure + Decide if you want to restrict the Code Completion database to only the base tdelibs API or the entire KDE include structure diff --git a/languages/cpp/pcsimporter/qt4importer/CMakeLists.txt b/languages/cpp/pcsimporter/qt4importer/CMakeLists.txt index 3eac2ddc..8e29fdec 100644 --- a/languages/cpp/pcsimporter/qt4importer/CMakeLists.txt +++ b/languages/cpp/pcsimporter/qt4importer/CMakeLists.txt @@ -33,6 +33,6 @@ tde_add_kpart( libkdevqt4importer AUTOMOC SOURCES kdevqt4importer.cpp settingsdialogbase.ui settingsdialog.cpp - LINK lang_interfaces-shared kdevelop-shared + LINK lang_interfaces-shared tdevelop-shared DESTINATION ${PLUGIN_INSTALL_DIR} ) diff --git a/languages/cpp/pcsimporter/qt4importer/Makefile.am b/languages/cpp/pcsimporter/qt4importer/Makefile.am index b0b4a622..12f12104 100644 --- a/languages/cpp/pcsimporter/qt4importer/Makefile.am +++ b/languages/cpp/pcsimporter/qt4importer/Makefile.am @@ -6,6 +6,6 @@ kde_module_LTLIBRARIES = libkdevqt4importer.la noinst_HEADERS = kdevqt4importer.h settingsdialog.h libkdevqt4importer_la_SOURCES = kdevqt4importer.cpp settingsdialogbase.ui settingsdialog.cpp kde_services_DATA = kdevqt4importer.desktop -libkdevqt4importer_la_LIBADD = $(top_builddir)/lib/libkdevelop.la \ +libkdevqt4importer_la_LIBADD = $(top_builddir)/lib/libtdevelop.la \ $(top_builddir)/languages/lib/interfaces/liblang_interfaces.la libkdevqt4importer_la_LDFLAGS = -module $(all_libraries) $(KDE_PLUGIN) diff --git a/languages/cpp/pcsimporter/qt4importer/kdevqt4importer.cpp b/languages/cpp/pcsimporter/qt4importer/kdevqt4importer.cpp index c73b7456..5a38e464 100644 --- a/languages/cpp/pcsimporter/qt4importer/kdevqt4importer.cpp +++ b/languages/cpp/pcsimporter/qt4importer/kdevqt4importer.cpp @@ -1,6 +1,6 @@ /*************************************************************************** * Copyright (C) 2003 by Roberto Raggi * - * roberto@kdevelop.org * + * roberto@tdevelop.org * * * * This program is free software; you can redistribute it and/or modify * * it under the terms of the GNU General Public License as published by * diff --git a/languages/cpp/pcsimporter/qt4importer/kdevqt4importer.h b/languages/cpp/pcsimporter/qt4importer/kdevqt4importer.h index 3b9c6cb9..77546f8d 100644 --- a/languages/cpp/pcsimporter/qt4importer/kdevqt4importer.h +++ b/languages/cpp/pcsimporter/qt4importer/kdevqt4importer.h @@ -1,6 +1,6 @@ /*************************************************************************** * Copyright (C) 2003 by Roberto Raggi * - * roberto@kdevelop.org * + * roberto@tdevelop.org * * * * This program is free software; you can redistribute it and/or modify * * it under the terms of the GNU General Public License as published by * diff --git a/languages/cpp/pcsimporter/qt4importer/settingsdialog.cpp b/languages/cpp/pcsimporter/qt4importer/settingsdialog.cpp index fbf13efc..f92f6fb6 100644 --- a/languages/cpp/pcsimporter/qt4importer/settingsdialog.cpp +++ b/languages/cpp/pcsimporter/qt4importer/settingsdialog.cpp @@ -1,6 +1,6 @@ /*************************************************************************** * Copyright (C) 2003 by Roberto Raggi * - * roberto@kdevelop.org * + * roberto@tdevelop.org * * * * Copyright (C) 2006 by Jens Dagerbo * * jens.dagerbo@swipnet.se * diff --git a/languages/cpp/pcsimporter/qt4importer/settingsdialog.h b/languages/cpp/pcsimporter/qt4importer/settingsdialog.h index bd4ce565..e69ed901 100644 --- a/languages/cpp/pcsimporter/qt4importer/settingsdialog.h +++ b/languages/cpp/pcsimporter/qt4importer/settingsdialog.h @@ -1,6 +1,6 @@ /*************************************************************************** * Copyright (C) 2003 by Roberto Raggi * - * roberto@kdevelop.org * + * roberto@tdevelop.org * * * * This program is free software; you can redistribute it and/or modify * * it under the terms of the GNU General Public License as published by * diff --git a/languages/cpp/pcsimporter/qtimporter/CMakeLists.txt b/languages/cpp/pcsimporter/qtimporter/CMakeLists.txt index 9f60fd6b..64e95d39 100644 --- a/languages/cpp/pcsimporter/qtimporter/CMakeLists.txt +++ b/languages/cpp/pcsimporter/qtimporter/CMakeLists.txt @@ -32,6 +32,6 @@ install( FILES kdevqtimporter.desktop DESTINATION ${SERVICES_INSTALL_DIR} ) tde_add_kpart( libkdevqtimporter AUTOMOC SOURCES kdevqtimporter.cpp settingsdialogbase.ui settingsdialog.cpp - LINK lang_interfaces-shared kdevelop-shared + LINK lang_interfaces-shared tdevelop-shared DESTINATION ${PLUGIN_INSTALL_DIR} ) diff --git a/languages/cpp/pcsimporter/qtimporter/Makefile.am b/languages/cpp/pcsimporter/qtimporter/Makefile.am index 878f9b4a..80ccc8be 100644 --- a/languages/cpp/pcsimporter/qtimporter/Makefile.am +++ b/languages/cpp/pcsimporter/qtimporter/Makefile.am @@ -6,6 +6,6 @@ kde_module_LTLIBRARIES = libkdevqtimporter.la noinst_HEADERS = kdevqtimporter.h settingsdialog.h libkdevqtimporter_la_SOURCES = kdevqtimporter.cpp settingsdialogbase.ui settingsdialog.cpp kde_services_DATA = kdevqtimporter.desktop -libkdevqtimporter_la_LIBADD = $(top_builddir)/lib/libkdevelop.la \ +libkdevqtimporter_la_LIBADD = $(top_builddir)/lib/libtdevelop.la \ $(top_builddir)/languages/lib/interfaces/liblang_interfaces.la libkdevqtimporter_la_LDFLAGS = -module $(all_libraries) $(KDE_PLUGIN) diff --git a/languages/cpp/pcsimporter/qtimporter/kdevqtimporter.cpp b/languages/cpp/pcsimporter/qtimporter/kdevqtimporter.cpp index 62eb38fd..79fef26d 100644 --- a/languages/cpp/pcsimporter/qtimporter/kdevqtimporter.cpp +++ b/languages/cpp/pcsimporter/qtimporter/kdevqtimporter.cpp @@ -1,6 +1,6 @@ /*************************************************************************** * Copyright (C) 2003 by Roberto Raggi * -* roberto@kdevelop.org * +* roberto@tdevelop.org * * * * This program is free software; you can redistribute it and/or modify * * it under the terms of the GNU General Public License as published by * diff --git a/languages/cpp/pcsimporter/qtimporter/kdevqtimporter.h b/languages/cpp/pcsimporter/qtimporter/kdevqtimporter.h index 7504b649..d69e5b0b 100644 --- a/languages/cpp/pcsimporter/qtimporter/kdevqtimporter.h +++ b/languages/cpp/pcsimporter/qtimporter/kdevqtimporter.h @@ -1,6 +1,6 @@ /*************************************************************************** * Copyright (C) 2003 by Roberto Raggi * - * roberto@kdevelop.org * + * roberto@tdevelop.org * * * * This program is free software; you can redistribute it and/or modify * * it under the terms of the GNU General Public License as published by * diff --git a/languages/cpp/pcsimporter/qtimporter/settingsdialog.cpp b/languages/cpp/pcsimporter/qtimporter/settingsdialog.cpp index 5f65e105..b3c717fd 100644 --- a/languages/cpp/pcsimporter/qtimporter/settingsdialog.cpp +++ b/languages/cpp/pcsimporter/qtimporter/settingsdialog.cpp @@ -1,6 +1,6 @@ /*************************************************************************** * Copyright (C) 2003 by Roberto Raggi * -* roberto@kdevelop.org * +* roberto@tdevelop.org * * * * Copyright (C) 2006 by Jens Dagerbo * * jens.dagerbo@swipnet.se * diff --git a/languages/cpp/pcsimporter/qtimporter/settingsdialog.h b/languages/cpp/pcsimporter/qtimporter/settingsdialog.h index bd4ce565..e69ed901 100644 --- a/languages/cpp/pcsimporter/qtimporter/settingsdialog.h +++ b/languages/cpp/pcsimporter/qtimporter/settingsdialog.h @@ -1,6 +1,6 @@ /*************************************************************************** * Copyright (C) 2003 by Roberto Raggi * - * roberto@kdevelop.org * + * roberto@tdevelop.org * * * * This program is free software; you can redistribute it and/or modify * * it under the terms of the GNU General Public License as published by * diff --git a/languages/cpp/problemreporter.cpp b/languages/cpp/problemreporter.cpp index f8dc13e3..7508e1df 100644 --- a/languages/cpp/problemreporter.cpp +++ b/languages/cpp/problemreporter.cpp @@ -1,5 +1,5 @@ /* - Copyright (C) 2002 by Roberto Raggi + Copyright (C) 2002 by Roberto Raggi This library is free software; you can redistribute it and/or modify it under the terms of the GNU Library General Public @@ -25,7 +25,7 @@ #include #include -#include +#include #include #include #include diff --git a/languages/cpp/problemreporter.h b/languages/cpp/problemreporter.h index 7eccbbbb..03b52c38 100644 --- a/languages/cpp/problemreporter.h +++ b/languages/cpp/problemreporter.h @@ -1,5 +1,5 @@ /* - Copyright (C) 2002 by Roberto Raggi + Copyright (C) 2002 by Roberto Raggi This library is free software; you can redistribute it and/or modify it under the terms of the GNU Library General Public diff --git a/languages/cpp/qtdesignercppintegration.cpp b/languages/cpp/qtdesignercppintegration.cpp index 943fda92..3742c0f6 100644 --- a/languages/cpp/qtdesignercppintegration.cpp +++ b/languages/cpp/qtdesignercppintegration.cpp @@ -1,7 +1,7 @@ /*************************************************************************** * Copyright (C) 2004 by Alexander Dymo * * adymo@mksat.net * -* Portions Copyright (C) 2003 Roberto Raggi (roberto@kdevelop.org) * +* Portions Copyright (C) 2003 Roberto Raggi (roberto@tdevelop.org) * * * * This program is free software; you can redistribute it and/or modify * * it under the terms of the GNU General Public License as published by * diff --git a/languages/cpp/safetycounter.h b/languages/cpp/safetycounter.h index d4333176..a885e31a 100644 --- a/languages/cpp/safetycounter.h +++ b/languages/cpp/safetycounter.h @@ -1,7 +1,7 @@ /*************************************************************************** copyright : (C) 2006 by David Nolden - email : david.nolden.kdevelop@art-master.de + email : david.nolden.tdevelop@art-master.de ***************************************************************************/ /*************************************************************************** diff --git a/languages/cpp/setuphelper.cpp b/languages/cpp/setuphelper.cpp index 63b4fd94..b75723c4 100644 --- a/languages/cpp/setuphelper.cpp +++ b/languages/cpp/setuphelper.cpp @@ -42,7 +42,7 @@ TQString getVerboseGccIncludePath(bool *ok) { *ok = false; ///Create temp file - KTempFile tempFile(locateLocal("tmp", "kdevelop_temp"), ".cpp"); + KTempFile tempFile(locateLocal("tmp", "tdevelop_temp"), ".cpp"); tempFile.setAutoDelete(true); if( tempFile.status() != 0 ) return TQString();//Failed to create temp file diff --git a/languages/cpp/simplecontext.cpp b/languages/cpp/simplecontext.cpp index 225bfc84..5cb3f8d9 100644 --- a/languages/cpp/simplecontext.cpp +++ b/languages/cpp/simplecontext.cpp @@ -3,11 +3,11 @@ copyright : (C) 2001 by Victor R�er email : victor_roeder@gmx.de copyright : (C) 2002,2003 by Roberto Raggi - email : roberto@kdevelop.org + email : roberto@tdevelop.org copyright : (C) 2005 by Adam Treat email : manyoso@yahoo.com copyright : (C) 2006 by David Nolden - email : david.nolden.kdevelop@art-master.de + email : david.nolden.tdevelop@art-master.de ***************************************************************************/ /*************************************************************************** diff --git a/languages/cpp/simplecontext.h b/languages/cpp/simplecontext.h index a0075554..593e41a8 100644 --- a/languages/cpp/simplecontext.h +++ b/languages/cpp/simplecontext.h @@ -3,11 +3,11 @@ copyright : (C) 2001 by Victor R�er email : victor_roeder@gmx.de copyright : (C) 2002,2003 by Roberto Raggi - email : roberto@kdevelop.org + email : roberto@tdevelop.org copyright : (C) 2005 by Adam Treat email : manyoso@yahoo.com copyright : (C) 2006 by David Nolden - email : david.nolden.kdevelop@art-master.de + email : david.nolden.tdevelop@art-master.de ***************************************************************************/ /*************************************************************************** diff --git a/languages/cpp/simpletype.cpp b/languages/cpp/simpletype.cpp index a5efb703..2254fb35 100644 --- a/languages/cpp/simpletype.cpp +++ b/languages/cpp/simpletype.cpp @@ -1,6 +1,6 @@ /*************************************************************************** copyright : (C) 2006 by David Nolden - email : david.nolden.kdevelop@art-master.de + email : david.nolden.tdevelop@art-master.de ***************************************************************************/ /*************************************************************************** diff --git a/languages/cpp/simpletype.h b/languages/cpp/simpletype.h index 43e55280..c6ca1031 100644 --- a/languages/cpp/simpletype.h +++ b/languages/cpp/simpletype.h @@ -1,7 +1,7 @@ /*************************************************************************** copyright : (C) 2006 by David Nolden - email : david.nolden.kdevelop@art-master.de + email : david.nolden.tdevelop@art-master.de ***************************************************************************/ /*************************************************************************** diff --git a/languages/cpp/simpletypecachebinder.h b/languages/cpp/simpletypecachebinder.h index 3f950cbf..6b6898fb 100644 --- a/languages/cpp/simpletypecachebinder.h +++ b/languages/cpp/simpletypecachebinder.h @@ -1,6 +1,6 @@ /*************************************************************************** copyright : (C) 2006 by David Nolden - email : david.nolden.kdevelop@art-master.de + email : david.nolden.tdevelop@art-master.de ***************************************************************************/ /*************************************************************************** diff --git a/languages/cpp/simpletypecatalog.cpp b/languages/cpp/simpletypecatalog.cpp index f662acc5..edf4dfbb 100644 --- a/languages/cpp/simpletypecatalog.cpp +++ b/languages/cpp/simpletypecatalog.cpp @@ -1,6 +1,6 @@ /*************************************************************************** copyright : (C) 2006 by David Nolden - email : david.nolden.kdevelop@art-master.de + email : david.nolden.tdevelop@art-master.de ***************************************************************************/ /*************************************************************************** diff --git a/languages/cpp/simpletypecatalog.h b/languages/cpp/simpletypecatalog.h index e22a3fcf..ba674d16 100644 --- a/languages/cpp/simpletypecatalog.h +++ b/languages/cpp/simpletypecatalog.h @@ -1,6 +1,6 @@ /*************************************************************************** copyright : (C) 2006 by David Nolden - email : david.nolden.kdevelop@art-master.de + email : david.nolden.tdevelop@art-master.de ***************************************************************************/ /*************************************************************************** diff --git a/languages/cpp/simpletypefunction.cpp b/languages/cpp/simpletypefunction.cpp index 0af7bdc8..b6367d4d 100644 --- a/languages/cpp/simpletypefunction.cpp +++ b/languages/cpp/simpletypefunction.cpp @@ -1,6 +1,6 @@ /*************************************************************************** copyright : (C) 2006 by David Nolden - email : david.nolden.kdevelop@art-master.de + email : david.nolden.tdevelop@art-master.de ***************************************************************************/ /*************************************************************************** diff --git a/languages/cpp/simpletypefunction.h b/languages/cpp/simpletypefunction.h index 90b5fcab..72afa4e7 100644 --- a/languages/cpp/simpletypefunction.h +++ b/languages/cpp/simpletypefunction.h @@ -1,6 +1,6 @@ /*************************************************************************** copyright : (C) 2006 by David Nolden - email : david.nolden.kdevelop@art-master.de + email : david.nolden.tdevelop@art-master.de ***************************************************************************/ /*************************************************************************** diff --git a/languages/cpp/simpletypenamespace.cpp b/languages/cpp/simpletypenamespace.cpp index f7937db1..d5206810 100644 --- a/languages/cpp/simpletypenamespace.cpp +++ b/languages/cpp/simpletypenamespace.cpp @@ -1,6 +1,6 @@ /*************************************************************************** copyright : (C) 2006 by David Nolden -email : david.nolden.kdevelop@art-master.de +email : david.nolden.tdevelop@art-master.de ***************************************************************************/ /*************************************************************************** diff --git a/languages/cpp/simpletypenamespace.h b/languages/cpp/simpletypenamespace.h index b465cfb6..b0a645ec 100644 --- a/languages/cpp/simpletypenamespace.h +++ b/languages/cpp/simpletypenamespace.h @@ -1,6 +1,6 @@ /*************************************************************************** copyright : (C) 2006 by David Nolden - email : david.nolden.kdevelop@art-master.de + email : david.nolden.tdevelop@art-master.de ***************************************************************************/ /*************************************************************************** diff --git a/languages/cpp/store_walker.cpp b/languages/cpp/store_walker.cpp index 8b13b808..9a15d569 100644 --- a/languages/cpp/store_walker.cpp +++ b/languages/cpp/store_walker.cpp @@ -1,6 +1,6 @@ /*************************************************************************** * Copyright (C) 2003 by Roberto Raggi * -* roberto@kdevelop.org * +* roberto@tdevelop.org * * * * This program is free software; you can redistribute it and/or modify * * it under the terms of the GNU General Public License as published by * diff --git a/languages/cpp/store_walker.h b/languages/cpp/store_walker.h index 1e646d79..9251aedf 100644 --- a/languages/cpp/store_walker.h +++ b/languages/cpp/store_walker.h @@ -1,6 +1,6 @@ /*************************************************************************** * Copyright (C) 2003 by Roberto Raggi * -* roberto@kdevelop.org * +* roberto@tdevelop.org * * * * This program is free software; you can redistribute it and/or modify * * it under the terms of the GNU General Public License as published by * diff --git a/languages/cpp/storeconverter.cpp b/languages/cpp/storeconverter.cpp index 6ad55925..78630219 100644 --- a/languages/cpp/storeconverter.cpp +++ b/languages/cpp/storeconverter.cpp @@ -1,6 +1,6 @@ /*************************************************************************** * Copyright (C) 2003-2004 by Alexander Dymo * -* adymo@kdevelop.org * +* adymo@tdevelop.org * * * * This program is free software; you can redistribute it and/or modify * * it under the terms of the GNU General Public License as published by * diff --git a/languages/cpp/storeconverter.h b/languages/cpp/storeconverter.h index 1aa48e6b..d6907608 100644 --- a/languages/cpp/storeconverter.h +++ b/languages/cpp/storeconverter.h @@ -1,6 +1,6 @@ /*************************************************************************** * Copyright (C) 2003-2004 by Alexander Dymo * -* adymo@kdevelop.org * +* adymo@tdevelop.org * * * * This program is free software; you can redistribute it and/or modify * * it under the terms of the GNU General Public License as published by * diff --git a/languages/cpp/stringhelpers.cpp b/languages/cpp/stringhelpers.cpp index bc267c15..0d9cba0f 100644 --- a/languages/cpp/stringhelpers.cpp +++ b/languages/cpp/stringhelpers.cpp @@ -1,7 +1,7 @@ /*************************************************************************** k copyright : (C) 2006 by David Nolden - email : david.nolden.kdevelop@art-master.de + email : david.nolden.tdevelop@art-master.de ***************************************************************************/ /*************************************************************************** diff --git a/languages/cpp/stringhelpers.h b/languages/cpp/stringhelpers.h index 33e01827..8f781073 100644 --- a/languages/cpp/stringhelpers.h +++ b/languages/cpp/stringhelpers.h @@ -1,7 +1,7 @@ /*************************************************************************** copyright : (C) 2006 by David Nolden - email : david.nolden.kdevelop@art-master.de + email : david.nolden.tdevelop@art-master.de ***************************************************************************/ /*************************************************************************** diff --git a/languages/cpp/tag_creator.cpp b/languages/cpp/tag_creator.cpp index 80ab86f5..1b95b4cd 100644 --- a/languages/cpp/tag_creator.cpp +++ b/languages/cpp/tag_creator.cpp @@ -1,6 +1,6 @@ /*************************************************************************** * Copyright (C) 2003 by Roberto Raggi * - * roberto@kdevelop.org * + * roberto@tdevelop.org * * * * This program is free software; you can redistribute it and/or modify * * it under the terms of the GNU General Public License as published by * diff --git a/languages/cpp/tag_creator.h b/languages/cpp/tag_creator.h index 425d7135..2bca5fde 100644 --- a/languages/cpp/tag_creator.h +++ b/languages/cpp/tag_creator.h @@ -1,6 +1,6 @@ /*************************************************************************** * Copyright (C) 2003 by Roberto Raggi * -* roberto@kdevelop.org * +* roberto@tdevelop.org * * * * This program is free software; you can redistribute it and/or modify * * it under the terms of the GNU General Public License as published by * diff --git a/languages/cpp/typedecoration.h b/languages/cpp/typedecoration.h index e142d837..ecb8e3b1 100644 --- a/languages/cpp/typedecoration.h +++ b/languages/cpp/typedecoration.h @@ -1,6 +1,6 @@ /*************************************************************************** copyright : (C) 2006 by David Nolden - email : david.nolden.kdevelop@art-master.de + email : david.nolden.tdevelop@art-master.de ***************************************************************************/ /*************************************************************************** diff --git a/languages/cpp/typedesc.cpp b/languages/cpp/typedesc.cpp index bc314743..1150f8fb 100644 --- a/languages/cpp/typedesc.cpp +++ b/languages/cpp/typedesc.cpp @@ -2,7 +2,7 @@ cppcodecompletion.cpp - description ------------------- copyright : (C) 2006 by David Nolden - email : david.nolden.kdevelop@art-master.de + email : david.nolden.tdevelop@art-master.de ***************************************************************************/ /*************************************************************************** diff --git a/languages/cpp/typedesc.h b/languages/cpp/typedesc.h index ddb072d2..de2417a1 100644 --- a/languages/cpp/typedesc.h +++ b/languages/cpp/typedesc.h @@ -1,6 +1,6 @@ /*************************************************************************** copyright : (C) 2006 by David Nolden - email : david.nolden.kdevelop@art-master.de + email : david.nolden.tdevelop@art-master.de ***************************************************************************/ /*************************************************************************** diff --git a/languages/csharp/CMakeLists.txt b/languages/csharp/CMakeLists.txt index 3d68dd7c..b509fd03 100644 --- a/languages/csharp/CMakeLists.txt +++ b/languages/csharp/CMakeLists.txt @@ -45,7 +45,7 @@ tde_add_kpart( libkdevcsharpsupport AUTOMOC SOURCES csharpsupportpart.cpp csharpconfigwidget.cpp csharpconfigwidgetbase.ui - LINK kdevelop-shared + LINK tdevelop-shared DESTINATION ${PLUGIN_INSTALL_DIR} ) diff --git a/languages/csharp/Makefile.am b/languages/csharp/Makefile.am index 51d0c110..9524ed00 100644 --- a/languages/csharp/Makefile.am +++ b/languages/csharp/Makefile.am @@ -8,7 +8,7 @@ SUBDIRS = app_templates file_templates doc kde_module_LTLIBRARIES = libkdevcsharpsupport.la kio_csharpdoc.la libkdevcsharpsupport_la_LDFLAGS = $(all_libraries) $(KDE_PLUGIN) -libkdevcsharpsupport_la_LIBADD = $(top_builddir)/lib/libkdevelop.la +libkdevcsharpsupport_la_LIBADD = $(top_builddir)/lib/libtdevelop.la libkdevcsharpsupport_la_SOURCES = csharpsupportpart.cpp csharpconfigwidget.cpp csharpconfigwidgetbase.ui diff --git a/languages/csharp/README.dox b/languages/csharp/README.dox index 36797a75..e3a47947 100644 --- a/languages/csharp/README.dox +++ b/languages/csharp/README.dox @@ -6,7 +6,7 @@ over several lines. You can even use some html commands in these lines like: This is code, html links link text, and images. -\authors Bernd Gehrmann +\authors Bernd Gehrmann \authors Luc Willems \maintainer Luc Willems diff --git a/languages/csharp/app_templates/CMakeLists.txt b/languages/csharp/app_templates/CMakeLists.txt index fa6089e3..2f8bf40c 100644 --- a/languages/csharp/app_templates/CMakeLists.txt +++ b/languages/csharp/app_templates/CMakeLists.txt @@ -11,4 +11,4 @@ install( FILES csharp.appwizard - DESTINATION ${DATA_INSTALL_DIR}/kdevelop/profiles/IDE/ScriptingLanguageIDE/CSharpIDE ) + DESTINATION ${DATA_INSTALL_DIR}/tdevelop/profiles/IDE/ScriptingLanguageIDE/CSharpIDE ) diff --git a/languages/csharp/app_templates/Makefile.am b/languages/csharp/app_templates/Makefile.am index 14608ada..80fc73e0 100644 --- a/languages/csharp/app_templates/Makefile.am +++ b/languages/csharp/app_templates/Makefile.am @@ -1,3 +1,3 @@ SUBDIRS = -profilesdir = $(kde_datadir)/kdevelop/profiles/IDE/ScriptingLanguageIDE/CSharpIDE +profilesdir = $(kde_datadir)/tdevelop/profiles/IDE/ScriptingLanguageIDE/CSharpIDE profiles_DATA = csharp.appwizard diff --git a/languages/csharp/csharpconfigwidget.cpp b/languages/csharp/csharpconfigwidget.cpp index 620f7881..adc7e0c5 100644 --- a/languages/csharp/csharpconfigwidget.cpp +++ b/languages/csharp/csharpconfigwidget.cpp @@ -1,6 +1,6 @@ /*************************************************************************** * Copyright (C) 2002 by Bernd Gehrmann * - * bernd@kdevelop.org * + * bernd@tdevelop.org * * * * This program is free software; you can redistribute it and/or modify * * it under the terms of the GNU General Public License as published by * diff --git a/languages/csharp/csharpconfigwidget.h b/languages/csharp/csharpconfigwidget.h index 1f14bd3e..f1936cbb 100644 --- a/languages/csharp/csharpconfigwidget.h +++ b/languages/csharp/csharpconfigwidget.h @@ -1,6 +1,6 @@ /*************************************************************************** * Copyright (C) 2002 by Bernd Gehrmann * - * bernd@kdevelop.org * + * bernd@tdevelop.org * * * * This program is free software; you can redistribute it and/or modify * * it under the terms of the GNU General Public License as published by * diff --git a/languages/csharp/csharpdoc.cpp b/languages/csharp/csharpdoc.cpp index f70df162..154301a4 100644 --- a/languages/csharp/csharpdoc.cpp +++ b/languages/csharp/csharpdoc.cpp @@ -11,7 +11,7 @@ #include #include #include -#include +#include #include using namespace KIO; @@ -117,7 +117,7 @@ extern "C" { int kdemain(int argc, char **argv) { KInstance instance( "kio_csharpdoc" ); - KGlobal::locale()->setMainCatalogue("kdevelop"); + KGlobal::locale()->setMainCatalogue("tdevelop"); if (argc != 4) { fprintf(stderr, "Usage: kio_csharpdoc protocol domain-socket1 domain-socket2\n"); diff --git a/languages/csharp/csharpsupportpart.cpp b/languages/csharp/csharpsupportpart.cpp index f6a3545c..9746a190 100644 --- a/languages/csharp/csharpsupportpart.cpp +++ b/languages/csharp/csharpsupportpart.cpp @@ -1,6 +1,6 @@ /*************************************************************************** * Copyright (C) 2001-2002 by Bernd Gehrmann * - * bernd@kdevelop.org * + * bernd@tdevelop.org * * * * This program is free software; you can redistribute it and/or modify * * it under the terms of the GNU General Public License as published by * diff --git a/languages/csharp/csharpsupportpart.h b/languages/csharp/csharpsupportpart.h index d116514a..6d1255f5 100644 --- a/languages/csharp/csharpsupportpart.h +++ b/languages/csharp/csharpsupportpart.h @@ -1,6 +1,6 @@ /*************************************************************************** * Copyright (C) 2001-2002 by Bernd Gehrmann * - * bernd@kdevelop.org * + * bernd@tdevelop.org * * * * This program is free software; you can redistribute it and/or modify * * it under the terms of the GNU General Public License as published by * diff --git a/languages/fortran/CMakeLists.txt b/languages/fortran/CMakeLists.txt index 14705d83..507795aa 100644 --- a/languages/fortran/CMakeLists.txt +++ b/languages/fortran/CMakeLists.txt @@ -41,6 +41,6 @@ tde_add_kpart( libkdevfortransupport AUTOMOC SOURCES fortransupportpart.cpp fixedformparser.cpp ftnchekconfigwidget.cpp ftnchekconfigwidgetbase.ui - LINK kdevelop-shared + LINK tdevelop-shared DESTINATION ${PLUGIN_INSTALL_DIR} ) diff --git a/languages/fortran/Makefile.am b/languages/fortran/Makefile.am index ac6f5be2..73f4582c 100644 --- a/languages/fortran/Makefile.am +++ b/languages/fortran/Makefile.am @@ -7,7 +7,7 @@ SUBDIRS = file_templates app_templates compiler doc kde_module_LTLIBRARIES = libkdevfortransupport.la libkdevfortransupport_la_LDFLAGS = $(all_libraries) $(KDE_PLUGIN) -libkdevfortransupport_la_LIBADD = $(top_builddir)/lib/libkdevelop.la +libkdevfortransupport_la_LIBADD = $(top_builddir)/lib/libtdevelop.la libkdevfortransupport_la_SOURCES = fortransupportpart.cpp fixedformparser.cpp ftnchekconfigwidget.cpp ftnchekconfigwidgetbase.ui diff --git a/languages/fortran/README.dox b/languages/fortran/README.dox index d0a5e953..5eeb52a4 100644 --- a/languages/fortran/README.dox +++ b/languages/fortran/README.dox @@ -6,7 +6,7 @@ over several lines. You can even use some html commands in these lines like: This is code, html links link text, and images. -\authors Bernd Gehrmann +\authors Bernd Gehrmann \maintainer $AUTHOR$ \maintainer 2nd maintainer full name diff --git a/languages/fortran/app_templates/CMakeLists.txt b/languages/fortran/app_templates/CMakeLists.txt index d34e1f05..67504f40 100644 --- a/languages/fortran/app_templates/CMakeLists.txt +++ b/languages/fortran/app_templates/CMakeLists.txt @@ -13,4 +13,4 @@ add_subdirectory( fortranhello ) install( FILES fortran.appwizard - DESTINATION ${DATA_INSTALL_DIR}/kdevelop/profiles/IDE/CompiledLanguageIDE/FortranIDE ) + DESTINATION ${DATA_INSTALL_DIR}/tdevelop/profiles/IDE/CompiledLanguageIDE/FortranIDE ) diff --git a/languages/fortran/app_templates/Makefile.am b/languages/fortran/app_templates/Makefile.am index 056dc759..9d88626a 100644 --- a/languages/fortran/app_templates/Makefile.am +++ b/languages/fortran/app_templates/Makefile.am @@ -1,3 +1,3 @@ SUBDIRS = fortranhello -profilesdir = $(kde_datadir)/kdevelop/profiles/IDE/CompiledLanguageIDE/FortranIDE +profilesdir = $(kde_datadir)/tdevelop/profiles/IDE/CompiledLanguageIDE/FortranIDE profiles_DATA = fortran.appwizard diff --git a/languages/fortran/app_templates/fortranhello/CMakeLists.txt b/languages/fortran/app_templates/fortranhello/CMakeLists.txt index f0b40cf6..74709631 100644 --- a/languages/fortran/app_templates/fortranhello/CMakeLists.txt +++ b/languages/fortran/app_templates/fortranhello/CMakeLists.txt @@ -13,7 +13,7 @@ add_custom_target( fortranhello.tar.gz ALL COMMAND tar zcf fortranhello.tar.gz -C ${CMAKE_CURRENT_SOURCE_DIR} main.f src-Makefile.am fortran-Makefile.am fortran-Makefile.cvs configure.in fortranhello.png - app.kdevelop + app.tdevelop ) diff --git a/languages/fortran/app_templates/fortranhello/Makefile.am b/languages/fortran/app_templates/fortranhello/Makefile.am index ba97453d..3bf32575 100644 --- a/languages/fortran/app_templates/fortranhello/Makefile.am +++ b/languages/fortran/app_templates/fortranhello/Makefile.am @@ -1,5 +1,5 @@ dataFiles = main.f src-Makefile.am fortran-Makefile.am fortran-Makefile.cvs \ - configure.in fortranhello.png app.kdevelop + configure.in fortranhello.png app.tdevelop templateName = fortranhello ### no need to change below: diff --git a/languages/fortran/app_templates/fortranhello/app.kdevelop b/languages/fortran/app_templates/fortranhello/app.kdevelop index b4abc5ae..f97fd76a 100644 --- a/languages/fortran/app_templates/fortranhello/app.kdevelop +++ b/languages/fortran/app_templates/fortranhello/app.kdevelop @@ -1,5 +1,5 @@ - + %{AUTHOR} %{EMAIL} @@ -110,4 +110,4 @@ - + diff --git a/languages/fortran/app_templates/fortranhello/fortranhello.kdevtemplate b/languages/fortran/app_templates/fortranhello/fortranhello.kdevtemplate index b6580853..e4c5cb33 100644 --- a/languages/fortran/app_templates/fortranhello/fortranhello.kdevtemplate +++ b/languages/fortran/app_templates/fortranhello/fortranhello.kdevtemplate @@ -67,17 +67,17 @@ Archive=fortranhello.tar.gz [INCADMIN] Type=include -File=%{kdevelop}/template-common/incadmin.kdevtemplate +File=%{tdevelop}/template-common/incadmin.kdevtemplate [GNU] Type=include -File=%{kdevelop}/template-common/gnu.kdevtemplate +File=%{tdevelop}/template-common/gnu.kdevtemplate [FILE1] Type=install EscapeXML=true -Source=%{src}/app.kdevelop -Dest=%{dest}/%{APPNAMELC}.kdevelop +Source=%{src}/app.tdevelop +Dest=%{dest}/%{APPNAMELC}.tdevelop [FILE2] Type=install diff --git a/languages/fortran/compiler/pgioptions/Makefile.am b/languages/fortran/compiler/pgioptions/Makefile.am index 3c3dd54e..893b7950 100644 --- a/languages/fortran/compiler/pgioptions/Makefile.am +++ b/languages/fortran/compiler/pgioptions/Makefile.am @@ -6,7 +6,7 @@ INCLUDES = -I$(top_srcdir)/lib/interfaces -I$(top_srcdir)/lib/interfaces/extras kde_module_LTLIBRARIES = libkdevpgioptions.la libkdevpgioptions_la_LDFLAGS = -module $(all_libraries) $(KDE_PLUGIN) -libkdevpgioptions_la_LIBADD = $(top_builddir)/lib/libkdevelop.la \ +libkdevpgioptions_la_LIBADD = $(top_builddir)/lib/libtdevelop.la \ $(top_builddir)/lib/interfaces/extras/libkdevextras.la libkdevpgioptions_la_SOURCES = pgioptionsfactory.cpp pgioptionsplugin.cpp diff --git a/languages/fortran/compiler/pgioptions/pgioptionsfactory.cpp b/languages/fortran/compiler/pgioptions/pgioptionsfactory.cpp index 66a12fbb..e6d58fb3 100644 --- a/languages/fortran/compiler/pgioptions/pgioptionsfactory.cpp +++ b/languages/fortran/compiler/pgioptions/pgioptionsfactory.cpp @@ -1,6 +1,6 @@ /*************************************************************************** * Copyright (C) 2001 by Bernd Gehrmann * - * bernd@kdevelop.org * + * bernd@tdevelop.org * * * * This program is free software; you can redistribute it and/or modify * * it under the terms of the GNU General Public License as published by * diff --git a/languages/fortran/compiler/pgioptions/pgioptionsfactory.h b/languages/fortran/compiler/pgioptions/pgioptionsfactory.h index 88030b72..8b568587 100644 --- a/languages/fortran/compiler/pgioptions/pgioptionsfactory.h +++ b/languages/fortran/compiler/pgioptions/pgioptionsfactory.h @@ -1,6 +1,6 @@ /*************************************************************************** * Copyright (C) 2001 by Bernd Gehrmann * - * bernd@kdevelop.org * + * bernd@tdevelop.org * * * * This program is free software; you can redistribute it and/or modify * * it under the terms of the GNU General Public License as published by * diff --git a/languages/fortran/compiler/pgioptions/pgioptionsplugin.cpp b/languages/fortran/compiler/pgioptions/pgioptionsplugin.cpp index c8137575..305288ab 100644 --- a/languages/fortran/compiler/pgioptions/pgioptionsplugin.cpp +++ b/languages/fortran/compiler/pgioptions/pgioptionsplugin.cpp @@ -1,6 +1,6 @@ /*************************************************************************** * Copyright (C) 2001 by Bernd Gehrmann * - * bernd@kdevelop.org * + * bernd@tdevelop.org * * * * This program is free software; you can redistribute it and/or modify * * it under the terms of the GNU General Public License as published by * diff --git a/languages/fortran/compiler/pgioptions/pgioptionsplugin.h b/languages/fortran/compiler/pgioptions/pgioptionsplugin.h index 5022f929..e7b07655 100644 --- a/languages/fortran/compiler/pgioptions/pgioptionsplugin.h +++ b/languages/fortran/compiler/pgioptions/pgioptionsplugin.h @@ -1,6 +1,6 @@ /*************************************************************************** * Copyright (C) 2001 by Bernd Gehrmann * - * bernd@kdevelop.org * + * bernd@tdevelop.org * * * * This program is free software; you can redistribute it and/or modify * * it under the terms of the GNU General Public License as published by * diff --git a/languages/fortran/doc/fortran_bugs_gcc.toc b/languages/fortran/doc/fortran_bugs_gcc.toc index 444a2a05..b53ae1f8 100644 --- a/languages/fortran/doc/fortran_bugs_gcc.toc +++ b/languages/fortran/doc/fortran_bugs_gcc.toc @@ -1,7 +1,7 @@ - - + + Fortran bugs (GCC) - + diff --git a/languages/fortran/fixedformparser.cpp b/languages/fortran/fixedformparser.cpp index 312d811e..3ae94319 100644 --- a/languages/fortran/fixedformparser.cpp +++ b/languages/fortran/fixedformparser.cpp @@ -1,6 +1,6 @@ /*************************************************************************** * Copyright (C) 2001 by Bernd Gehrmann * - * bernd@kdevelop.org * + * bernd@tdevelop.org * * * * This program is free software; you can redistribute it and/or modify * * it under the terms of the GNU General Public License as published by * diff --git a/languages/fortran/fixedformparser.h b/languages/fortran/fixedformparser.h index f219e5ca..84d1e16b 100644 --- a/languages/fortran/fixedformparser.h +++ b/languages/fortran/fixedformparser.h @@ -1,6 +1,6 @@ /*************************************************************************** * Copyright (C) 2001 by Bernd Gehrmann * - * bernd@kdevelop.org * + * bernd@tdevelop.org * * * * This program is free software; you can redistribute it and/or modify * * it under the terms of the GNU General Public License as published by * diff --git a/languages/fortran/fortransupportpart.cpp b/languages/fortran/fortransupportpart.cpp index f60e9049..180a3965 100644 --- a/languages/fortran/fortransupportpart.cpp +++ b/languages/fortran/fortransupportpart.cpp @@ -1,6 +1,6 @@ /*************************************************************************** * Copyright (C) 2001 by Bernd Gehrmann * - * bernd@kdevelop.org * + * bernd@tdevelop.org * * * * This program is free software; you can redistribute it and/or modify * * it under the terms of the GNU General Public License as published by * @@ -157,7 +157,7 @@ void FortranSupportPart::slotFtnchek() void FortranSupportPart::projectConfigWidget(KDialogBase *dlg) { - TQVBox *vbox = dlg->addVBoxPage(i18n("Ftnchek"), i18n("Ftnchek"), BarIcon("kdevelop", KIcon::SizeMedium)); + TQVBox *vbox = dlg->addVBoxPage(i18n("Ftnchek"), i18n("Ftnchek"), BarIcon("tdevelop", KIcon::SizeMedium)); FtnchekConfigWidget *w = new FtnchekConfigWidget(*projectDom(), vbox, "ftnchek config widget"); connect( dlg, TQT_SIGNAL(okClicked()), w, TQT_SLOT(accept()) ); } diff --git a/languages/fortran/fortransupportpart.h b/languages/fortran/fortransupportpart.h index bf927a7d..cade03d8 100644 --- a/languages/fortran/fortransupportpart.h +++ b/languages/fortran/fortransupportpart.h @@ -1,6 +1,6 @@ /*************************************************************************** * Copyright (C) 2001 by Bernd Gehrmann * - * bernd@kdevelop.org * + * bernd@tdevelop.org * * * * This program is free software; you can redistribute it and/or modify * * it under the terms of the GNU General Public License as published by * diff --git a/languages/fortran/ftnchekconfigwidget.cpp b/languages/fortran/ftnchekconfigwidget.cpp index 286293aa..c7b9ccb4 100644 --- a/languages/fortran/ftnchekconfigwidget.cpp +++ b/languages/fortran/ftnchekconfigwidget.cpp @@ -1,6 +1,6 @@ /*************************************************************************** * Copyright (C) 2001 by Bernd Gehrmann * - * bernd@kdevelop.org * + * bernd@tdevelop.org * * * * This program is free software; you can redistribute it and/or modify * * it under the terms of the GNU General Public License as published by * diff --git a/languages/fortran/ftnchekconfigwidget.h b/languages/fortran/ftnchekconfigwidget.h index ac4afcc0..bb6cebd9 100644 --- a/languages/fortran/ftnchekconfigwidget.h +++ b/languages/fortran/ftnchekconfigwidget.h @@ -1,6 +1,6 @@ /*************************************************************************** * Copyright (C) 2001 by Bernd Gehrmann * - * bernd@kdevelop.org * + * bernd@tdevelop.org * * * * This program is free software; you can redistribute it and/or modify * * it under the terms of the GNU General Public License as published by * diff --git a/languages/java/CMakeLists.txt b/languages/java/CMakeLists.txt index dd5a8474..d3f7f5a7 100644 --- a/languages/java/CMakeLists.txt +++ b/languages/java/CMakeLists.txt @@ -49,6 +49,6 @@ tde_add_kpart( libkdevjavasupport AUTOMOC javasupportpart.cpp JavaStoreWalker.cpp javasupport_utils.cpp problemreporter.cpp driver.cpp kdevdriver.cpp KDevJavaSupportIface.skel - LINK antlr-static kdevcatalog-shared kdevelop-shared + LINK antlr-static kdevcatalog-shared tdevelop-shared DESTINATION ${PLUGIN_INSTALL_DIR} ) diff --git a/languages/java/Makefile.am b/languages/java/Makefile.am index 386f220f..a1a1e812 100644 --- a/languages/java/Makefile.am +++ b/languages/java/Makefile.am @@ -12,7 +12,7 @@ INCLUDES = -I$(top_srcdir)/lib/antlr -I$(top_srcdir)/lib/catalog \ kde_module_LTLIBRARIES = libkdevjavasupport.la libkdevjavasupport_la_LDFLAGS = $(all_libraries) $(KDE_PLUGIN) -libkdevjavasupport_la_LIBADD = $(top_builddir)/lib/libkdevelop.la $(top_builddir)/lib/antlr/src/libantlr.la $(top_builddir)/lib/catalog/libkdevcatalog.la +libkdevjavasupport_la_LIBADD = $(top_builddir)/lib/libtdevelop.la $(top_builddir)/lib/antlr/src/libantlr.la $(top_builddir)/lib/catalog/libkdevcatalog.la libkdevjavasupport_la_SOURCES = JavaLexer.cpp KDevJavaSupportIface.cpp javasupportfactory.cpp \ JavaRecognizer.cpp backgroundparser.cpp configproblemreporter.ui javasupportpart.cpp \ diff --git a/languages/java/README.dox b/languages/java/README.dox index 618ddd50..0cb5898b 100644 --- a/languages/java/README.dox +++ b/languages/java/README.dox @@ -7,15 +7,15 @@ over several lines. You can even use some html commands in these lines like: and images. \authors Jonas Nordin Copyright (C) 1999 -\authors Bernd Gehrmann Copyright (C) 2000-2001 -\authors Roberto Raggi Copyright (C) 2002-2003 +\authors Bernd Gehrmann Copyright (C) 2000-2001 +\authors Roberto Raggi Copyright (C) 2002-2003 -\maintainer Roberto Raggi Copyright (C) 2002-2003 +\maintainer Roberto Raggi Copyright (C) 2002-2003 \feature Java language support \feature Consult \ref LangSupporttqStatus 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/java/app_templates/CMakeLists.txt b/languages/java/app_templates/CMakeLists.txt index 707b676d..f7e7d242 100644 --- a/languages/java/app_templates/CMakeLists.txt +++ b/languages/java/app_templates/CMakeLists.txt @@ -15,4 +15,4 @@ add_subdirectory( superwaba ) install( FILES java.appwizard - DESTINATION ${DATA_INSTALL_DIR}/kdevelop/profiles/IDE/CompiledLanguageIDE/JavaIDE ) + DESTINATION ${DATA_INSTALL_DIR}/tdevelop/profiles/IDE/CompiledLanguageIDE/JavaIDE ) diff --git a/languages/java/app_templates/Makefile.am b/languages/java/app_templates/Makefile.am index b47abfca..fe3931a3 100644 --- a/languages/java/app_templates/Makefile.am +++ b/languages/java/app_templates/Makefile.am @@ -1,3 +1,3 @@ SUBDIRS = javahello kappjava superwaba -profilesdir = $(kde_datadir)/kdevelop/profiles/IDE/CompiledLanguageIDE/JavaIDE +profilesdir = $(kde_datadir)/tdevelop/profiles/IDE/CompiledLanguageIDE/JavaIDE profiles_DATA = java.appwizard diff --git a/languages/java/app_templates/javahello/CMakeLists.txt b/languages/java/app_templates/javahello/CMakeLists.txt index bbfc746f..8129bbc1 100644 --- a/languages/java/app_templates/javahello/CMakeLists.txt +++ b/languages/java/app_templates/javahello/CMakeLists.txt @@ -11,7 +11,7 @@ add_custom_target( javahello.tar.gz ALL COMMAND tar zcf javahello.tar.gz -C ${CMAKE_CURRENT_SOURCE_DIR} - Main.java build.xml javahello.filelist javahello.kdevelop + Main.java build.xml javahello.filelist javahello.tdevelop ) diff --git a/languages/java/app_templates/javahello/Makefile.am b/languages/java/app_templates/javahello/Makefile.am index 8551a6ac..f47e7056 100644 --- a/languages/java/app_templates/javahello/Makefile.am +++ b/languages/java/app_templates/javahello/Makefile.am @@ -1,4 +1,4 @@ -dataFiles = Main.java build.xml javahello.filelist javahello.kdevelop +dataFiles = Main.java build.xml javahello.filelist javahello.tdevelop templateName= javahello ### no need to change below: diff --git a/languages/java/app_templates/javahello/javahello.kdevelop b/languages/java/app_templates/javahello/javahello.kdevelop index c3eb6898..a41fae72 100644 --- a/languages/java/app_templates/javahello/javahello.kdevelop +++ b/languages/java/app_templates/javahello/javahello.kdevelop @@ -1,5 +1,5 @@ - + %{AUTHOR} %{EMAIL} @@ -66,4 +66,4 @@ *.o,*.lo,CVS - + diff --git a/languages/java/app_templates/javahello/javahello.kdevtemplate b/languages/java/app_templates/javahello/javahello.kdevtemplate index a7427704..62fcffc5 100644 --- a/languages/java/app_templates/javahello/javahello.kdevtemplate +++ b/languages/java/app_templates/javahello/javahello.kdevtemplate @@ -73,8 +73,8 @@ Archive=javahello.tar.gz [FILE1] Type=install EscapeXML=true -Source=%{src}/javahello.kdevelop -Dest=%{dest}/%{APPNAMELC}.kdevelop +Source=%{src}/javahello.tdevelop +Dest=%{dest}/%{APPNAMELC}.tdevelop [FILE2] Type=install diff --git a/languages/java/app_templates/kappjava/CMakeLists.txt b/languages/java/app_templates/kappjava/CMakeLists.txt index 3b4abe1e..042872fd 100644 --- a/languages/java/app_templates/kappjava/CMakeLists.txt +++ b/languages/java/app_templates/kappjava/CMakeLists.txt @@ -12,7 +12,7 @@ add_custom_target( kappjava.tar.gz ALL COMMAND tar zcf kappjava.tar.gz -C ${CMAKE_CURRENT_SOURCE_DIR} app.java pref.java appview.java app_client.java appui.rc - src-Makefile.am kappjava.png app.kdevelop subdirs + src-Makefile.am kappjava.png app.tdevelop subdirs ) diff --git a/languages/java/app_templates/kappjava/Makefile.am b/languages/java/app_templates/kappjava/Makefile.am index 4cda2ef7..edbd4468 100644 --- a/languages/java/app_templates/kappjava/Makefile.am +++ b/languages/java/app_templates/kappjava/Makefile.am @@ -1,5 +1,5 @@ dataFiles = app.java pref.java appview.java app_client.java appui.rc \ - src-Makefile.am kappjava.png app.kdevelop subdirs + src-Makefile.am kappjava.png app.tdevelop subdirs templateName = kappjava ### no need to change below: diff --git a/languages/java/app_templates/kappjava/app.kdevelop b/languages/java/app_templates/kappjava/app.kdevelop index 078f5c1a..7ee74558 100644 --- a/languages/java/app_templates/kappjava/app.kdevelop +++ b/languages/java/app_templates/kappjava/app.kdevelop @@ -1,5 +1,5 @@ - + %{AUTHOR} %{EMAIL} @@ -85,4 +85,4 @@ - + diff --git a/languages/java/app_templates/kappjava/kappjava.kdevtemplate b/languages/java/app_templates/kappjava/kappjava.kdevtemplate index 3fd80ca8..b070a6bc 100644 --- a/languages/java/app_templates/kappjava/kappjava.kdevtemplate +++ b/languages/java/app_templates/kappjava/kappjava.kdevtemplate @@ -65,35 +65,35 @@ Archive=kappjava.tar.gz [ADMIN] Type=include -File=%{kdevelop}/template-common/admin.kdevtemplate +File=%{tdevelop}/template-common/admin.kdevtemplate [GNU] Type=include -File=%{kdevelop}/template-common/gnu.kdevtemplate +File=%{tdevelop}/template-common/gnu.kdevtemplate [DOCBOOK] Type=include -File=%{kdevelop}/template-common/dockbook.kdevtemplate +File=%{tdevelop}/template-common/dockbook.kdevtemplate [FILE4] Type=install EscapeXML=true -Source=%{src}/app.kdevelop -Dest=%{dest}/%{APPNAMELC}.kdevelop +Source=%{src}/app.tdevelop +Dest=%{dest}/%{APPNAMELC}.tdevelop [FILE5] Type=install -Source=%{kdevelop}/template-common/kde-Makefile.am +Source=%{tdevelop}/template-common/kde-Makefile.am Dest=%{dest}/Makefile.am [FILE6] Type=install -Source=%{kdevelop}/template-common/kde-Makefile.cvs +Source=%{tdevelop}/template-common/kde-Makefile.cvs Dest=%{dest}/Makefile.cvs [FILE7] Type=install -Source=%{kdevelop}/template-common/kde-configure.in.in +Source=%{tdevelop}/template-common/kde-configure.in.in Dest=%{dest}/configure.in.in [MkDir3] @@ -102,23 +102,23 @@ Dir=%{dest}/src [FILE8] Type=install -Source=%{kdevelop}/template-common/kde-app.desktop +Source=%{tdevelop}/template-common/kde-app.desktop Dest=%{dest}/src/%{APPNAMELC}.desktop [FILE9] Type=install -Source=%{kdevelop}/template-common/kde-app.lsm +Source=%{tdevelop}/template-common/kde-app.lsm Dest=%{dest}/src/%{APPNAMELC}.lsm [FILE10] Type=install -Source=%{kdevelop}/template-common/hi16-app-app.png +Source=%{tdevelop}/template-common/hi16-app-app.png Dest=%{dest}/src/hi16-app-%{APPNAMELC}.png Process=false [FILE11] Type=install -Source=%{kdevelop}/template-common/hi32-app-app.png +Source=%{tdevelop}/template-common/hi32-app-app.png Dest=%{dest}/src/hi32-app-%{APPNAMELC}.png Process=false @@ -128,7 +128,7 @@ Dir=%{dest}/po [FILE12] Type=install -Source=%{kdevelop}/template-common/kde-po-Makefile.am +Source=%{tdevelop}/template-common/kde-po-Makefile.am Dest=%{dest}/po/Makefile.am [FILE13] diff --git a/languages/java/app_templates/superwaba/CMakeLists.txt b/languages/java/app_templates/superwaba/CMakeLists.txt index 160b1a14..58932352 100644 --- a/languages/java/app_templates/superwaba/CMakeLists.txt +++ b/languages/java/app_templates/superwaba/CMakeLists.txt @@ -11,7 +11,7 @@ add_custom_target( superwaba.tar.gz ALL COMMAND tar zcf superwaba.tar.gz -C ${CMAKE_CURRENT_SOURCE_DIR} - superwaba.png sw.java src-Makefile sw.kdevelop sw.filelist + superwaba.png sw.java src-Makefile sw.tdevelop sw.filelist ) diff --git a/languages/java/app_templates/superwaba/Makefile.am b/languages/java/app_templates/superwaba/Makefile.am index 8c27b8d5..bc706fe6 100644 --- a/languages/java/app_templates/superwaba/Makefile.am +++ b/languages/java/app_templates/superwaba/Makefile.am @@ -1,4 +1,4 @@ -dataFiles = superwaba.png sw.java src-Makefile sw.kdevelop sw.filelist +dataFiles = superwaba.png sw.java src-Makefile sw.tdevelop sw.filelist templateName = superwaba ### no need to change below: diff --git a/languages/java/app_templates/superwaba/superwaba b/languages/java/app_templates/superwaba/superwaba index eea98775..17183f35 100644 --- a/languages/java/app_templates/superwaba/superwaba +++ b/languages/java/app_templates/superwaba/superwaba @@ -26,13 +26,13 @@ ValueType=QString [GNU] Type=install archive -Source=%{kdevelop}/template-common/gnu.tar.gz +Source=%{tdevelop}/template-common/gnu.tar.gz Dest=%{dest} [PROJECT] Type=install -Source=%{src}/sw.kdevelop -Dest=%{dest}/%{APPNAMELC}.kdevelop +Source=%{src}/sw.tdevelop +Dest=%{dest}/%{APPNAMELC}.tdevelop [FILELIST] Type=install diff --git a/languages/java/app_templates/superwaba/superwaba.kdevtemplate b/languages/java/app_templates/superwaba/superwaba.kdevtemplate index a963caac..27257770 100644 --- a/languages/java/app_templates/superwaba/superwaba.kdevtemplate +++ b/languages/java/app_templates/superwaba/superwaba.kdevtemplate @@ -104,14 +104,14 @@ ValueType=QString [GNU] Type=install archive -Source=%{kdevelop}/template-common/gnu.tar.gz +Source=%{tdevelop}/template-common/gnu.tar.gz Dest=%{dest} [PROJECT] Type=install EscapeXML=true -Source=%{src}/sw.kdevelop -Dest=%{dest}/%{APPNAMELC}.kdevelop +Source=%{src}/sw.tdevelop +Dest=%{dest}/%{APPNAMELC}.tdevelop [FILELIST] Type=install @@ -162,5 +162,5 @@ Archive=superwaba.tar.gz [GNU] Type=include -File=%{kdevelop}/template-common/gnu.kdevtemplate +File=%{tdevelop}/template-common/gnu.kdevtemplate diff --git a/languages/java/app_templates/superwaba/sw.kdevelop b/languages/java/app_templates/superwaba/sw.kdevelop index bddee282..11db7411 100644 --- a/languages/java/app_templates/superwaba/sw.kdevelop +++ b/languages/java/app_templates/superwaba/sw.kdevelop @@ -1,5 +1,5 @@ - + %{AUTHOR} %{EMAIL} @@ -91,4 +91,4 @@ - + diff --git a/languages/java/backgroundparser.cpp b/languages/java/backgroundparser.cpp index cdeae8b4..14471290 100644 --- a/languages/java/backgroundparser.cpp +++ b/languages/java/backgroundparser.cpp @@ -1,6 +1,6 @@ /*************************************************************************** * Copyright (C) 2002 by Roberto Raggi * - * roberto@kdevelop.org * + * roberto@tdevelop.org * * * * This program is free software; you can redistribute it and/or modify * * it under the terms of the GNU General Public License as published by * diff --git a/languages/java/backgroundparser.h b/languages/java/backgroundparser.h index fee2bc78..67bf1120 100644 --- a/languages/java/backgroundparser.h +++ b/languages/java/backgroundparser.h @@ -1,6 +1,6 @@ /*************************************************************************** * Copyright (C) 2002 by Roberto Raggi * - * roberto@kdevelop.org * + * roberto@tdevelop.org * * * * This program is free software; you can redistribute it and/or modify * * it under the terms of the GNU General Public License as published by * diff --git a/languages/java/doc/java_bugs_gcc.toc b/languages/java/doc/java_bugs_gcc.toc index 8162d1e1..e3a0a3ce 100644 --- a/languages/java/doc/java_bugs_gcc.toc +++ b/languages/java/doc/java_bugs_gcc.toc @@ -1,7 +1,7 @@ - - + + Java bugs (GCC) - + diff --git a/languages/java/doc/java_bugs_sun.toc b/languages/java/doc/java_bugs_sun.toc index 779f2a32..9a590055 100644 --- a/languages/java/doc/java_bugs_sun.toc +++ b/languages/java/doc/java_bugs_sun.toc @@ -1,7 +1,7 @@ - - + + Java bugs (Sun) - + diff --git a/languages/java/doc/sw.toc b/languages/java/doc/sw.toc index da6356d2..45606da7 100644 --- a/languages/java/doc/sw.toc +++ b/languages/java/doc/sw.toc @@ -1,5 +1,5 @@ - - + + SuperWaba 3.4.1 API @@ -142,5 +142,5 @@ - + diff --git a/languages/java/driver.cpp b/languages/java/driver.cpp index 7991028e..61f633b4 100644 --- a/languages/java/driver.cpp +++ b/languages/java/driver.cpp @@ -1,5 +1,5 @@ /* This file is part of KDevelop - Copyright (C) 2002,2003 Roberto Raggi + Copyright (C) 2002,2003 Roberto Raggi This library is free software; you can redistribute it and/or modify it under the terms of the GNU Library General Public diff --git a/languages/java/driver.h b/languages/java/driver.h index 5b8c522a..f3e2868e 100644 --- a/languages/java/driver.h +++ b/languages/java/driver.h @@ -1,5 +1,5 @@ /* This file is part of KDevelop - Copyright (C) 2002,2003 Roberto Raggi + Copyright (C) 2002,2003 Roberto Raggi This library is free software; you can redistribute it and/or modify it under the terms of the GNU Library General Public diff --git a/languages/java/java.store.g b/languages/java/java.store.g index b69b7323..6930c8d1 100644 --- a/languages/java/java.store.g +++ b/languages/java/java.store.g @@ -1,4 +1,4 @@ -// KDevelop support by Roberto Raggi (roberto@kdevelop.org) +// KDevelop support by Roberto Raggi (roberto@tdevelop.org) header "pre_include_hpp" { #include diff --git a/languages/java/javasupport_events.h b/languages/java/javasupport_events.h index 36cda51b..e1ce433e 100644 --- a/languages/java/javasupport_events.h +++ b/languages/java/javasupport_events.h @@ -1,6 +1,6 @@ /*************************************************************************** * Copyright (C) 2003 by Roberto Raggi * - * roberto@kdevelop.org * + * roberto@tdevelop.org * * * * This program is free software; you can redistribute it and/or modify * * it under the terms of the GNU General Public License as published by * diff --git a/languages/java/javasupport_utils.h b/languages/java/javasupport_utils.h index ad380966..8cbedb14 100644 --- a/languages/java/javasupport_utils.h +++ b/languages/java/javasupport_utils.h @@ -1,6 +1,6 @@ /*************************************************************************** * Copyright (C) 2003 by Roberto Raggi * - * roberto@kdevelop.org * + * roberto@tdevelop.org * * * * This program is free software; you can redistribute it and/or modify * * it under the terms of the GNU General Public License as published by * diff --git a/languages/java/javasupportfactory.cpp b/languages/java/javasupportfactory.cpp index a453c84a..92bce808 100644 --- a/languages/java/javasupportfactory.cpp +++ b/languages/java/javasupportfactory.cpp @@ -1,6 +1,6 @@ /*************************************************************************** * Copyright (C) 2000-2001 by Bernd Gehrmann * - * bernd@kdevelop.org * + * bernd@tdevelop.org * * * * This program is free software; you can redistribute it and/or modify * * it under the terms of the GNU General Public License as published by * diff --git a/languages/java/javasupportfactory.h b/languages/java/javasupportfactory.h index fc82d929..064b7dd4 100644 --- a/languages/java/javasupportfactory.h +++ b/languages/java/javasupportfactory.h @@ -1,6 +1,6 @@ /*************************************************************************** * Copyright (C) 2000-2001 by Bernd Gehrmann * - * bernd@kdevelop.org * + * bernd@tdevelop.org * * * * This program is free software; you can redistribute it and/or modify * * it under the terms of the GNU General Public License as published by * diff --git a/languages/java/javasupportpart.cpp b/languages/java/javasupportpart.cpp index 258d7cc6..e4aeb27f 100644 --- a/languages/java/javasupportpart.cpp +++ b/languages/java/javasupportpart.cpp @@ -2,9 +2,9 @@ * Copyright (C) 1999 by Jonas Nordin * * jonas.nordin@syncom.se * * Copyright (C) 2000-2001 by Bernd Gehrmann * - * bernd@kdevelop.org * + * bernd@tdevelop.org * * Copyright (C) 2002-2003 by Roberto Raggi * - * roberto@kdevelop.org * + * roberto@tdevelop.org * * * * This program is free software; you can redistribute it and/or modify * * it under the terms of the GNU General Public License as published by * @@ -50,7 +50,7 @@ #include #include #include -#include +#include #include #include @@ -508,12 +508,12 @@ JavaSupportPart::parseProject( ) TQMap< TQString, TQPair > pcs; if( TQFileInfo( project()->projectDirectory() + "/" + - project()->projectName().lower() + ".kdevelop.pcs" ).exists() ) + project()->projectName().lower() + ".tdevelop.pcs" ).exists() ) { - d.rename(project()->projectName().lower() + ".kdevelop.pcs", - project()->projectName() + ".kdevelop.pcs"); + d.rename(project()->projectName().lower() + ".tdevelop.pcs", + project()->projectName() + ".tdevelop.pcs"); } - TQFile f(project()->projectDirectory() + "/" + project()->projectName() + ".kdevelop.pcs"); + TQFile f(project()->projectDirectory() + "/" + project()->projectName() + ".tdevelop.pcs"); if( f.open(IO_ReadOnly) ){ stream.setDevice( &f ); @@ -846,7 +846,7 @@ void JavaSupportPart::saveProjectSourceInfo( ) return; TQFile f( project()->projectDirectory() + "/" + - project()->projectName() + ".kdevelop.pcs" ); + project()->projectName() + ".tdevelop.pcs" ); if( !f.open( IO_WriteOnly ) ) return; diff --git a/languages/java/javasupportpart.h b/languages/java/javasupportpart.h index 54a8cee4..cfb4d924 100644 --- a/languages/java/javasupportpart.h +++ b/languages/java/javasupportpart.h @@ -2,9 +2,9 @@ * Copyright (C) 1999 by Jonas Nordin * * jonas.nordin@syncom.se * * Copyright (C) 2000-2001 by Bernd Gehrmann * - * bernd@kdevelop.org * + * bernd@tdevelop.org * * Copyright (C) 2002-2003 by Roberto Raggi * - * roberto@kdevelop.org * + * roberto@tdevelop.org * * * * This program is free software; you can redistribute it and/or modify * * it under the terms of the GNU General Public License as published by * diff --git a/languages/java/kdevdriver.h b/languages/java/kdevdriver.h index 041129fa..cc0a1393 100644 --- a/languages/java/kdevdriver.h +++ b/languages/java/kdevdriver.h @@ -5,7 +5,7 @@ #include "javasupportpart.h" #include -#include +#include #include "driver.h" diff --git a/languages/java/problemreporter.cpp b/languages/java/problemreporter.cpp index f2d655b0..53517ced 100644 --- a/languages/java/problemreporter.cpp +++ b/languages/java/problemreporter.cpp @@ -1,5 +1,5 @@ /* - Copyright (C) 2002 by Roberto Raggi + Copyright (C) 2002 by Roberto Raggi This library is free software; you can redistribute it and/or modify it under the terms of the GNU Library General Public @@ -24,7 +24,7 @@ #include #include -#include +#include #include #include #include diff --git a/languages/java/problemreporter.h b/languages/java/problemreporter.h index 67230aa2..27db738e 100644 --- a/languages/java/problemreporter.h +++ b/languages/java/problemreporter.h @@ -1,5 +1,5 @@ /* - Copyright (C) 2002 by Roberto Raggi + Copyright (C) 2002 by Roberto Raggi This library is free software; you can redistribute it and/or modify it under the terms of the GNU Library General Public diff --git a/languages/kjssupport/Makefile.am b/languages/kjssupport/Makefile.am index d61fc67c..72cc722b 100644 --- a/languages/kjssupport/Makefile.am +++ b/languages/kjssupport/Makefile.am @@ -1,8 +1,8 @@ -INCLUDES = -I$(kde_includes)/kdevelop $(all_includes) +INCLUDES = -I$(kde_includes)/tdevelop $(all_includes) kde_module_LTLIBRARIES = libkdevkjssupport.la libkdevkjssupport_la_LDFLAGS = $(all_libraries) $(KDE_PLUGIN) -libkdevkjssupport_la_LIBADD = -lkjsembed -lkdevelop +libkdevkjssupport_la_LIBADD = -lkjsembed -ltdevelop libkdevkjssupport_la_SOURCES = kjssupport_part.cpp kjsproblems.cpp jscodecompletion.cpp subclassingdlg.cpp subclassingdlgbase.ui METASOURCES = AUTO diff --git a/languages/kjssupport/jscodecompletion.cpp b/languages/kjssupport/jscodecompletion.cpp index 5717858a..24eeda70 100644 --- a/languages/kjssupport/jscodecompletion.cpp +++ b/languages/kjssupport/jscodecompletion.cpp @@ -28,14 +28,14 @@ #include -#include -#include -#include -#include -#include -#include -#include -#include +#include +#include +#include +#include +#include +#include +#include +#include JSCodeCompletion::JSCodeCompletion(TQObject *parent, const char *name) : TQObject(parent, name) diff --git a/languages/kjssupport/jscodecompletion.h b/languages/kjssupport/jscodecompletion.h index 3cad550c..5397c232 100644 --- a/languages/kjssupport/jscodecompletion.h +++ b/languages/kjssupport/jscodecompletion.h @@ -13,9 +13,9 @@ #define JSCODECOMPLETION_H #include -#include -#include -#include +#include +#include +#include #include #include diff --git a/languages/kjssupport/kdevkjssupport.desktop b/languages/kjssupport/kdevkjssupport.desktop index d60863b8..1c591e06 100644 --- a/languages/kjssupport/kdevkjssupport.desktop +++ b/languages/kjssupport/kdevkjssupport.desktop @@ -47,7 +47,7 @@ GenericName[sv]=KDE Javaskript-stöd GenericName[tr]=KDE JavaScript Desteği GenericName[zh_CN]=KDE JavaScript 支持 GenericName[zh_TW]=KDE JavaScript 支援 -Icon=kdevelop +Icon=tdevelop ServiceTypes=KDevelop/LanguageSupport X-KDevelop-Language=Javascript X-KDE-Library=libkdevkjssupport diff --git a/languages/kjssupport/kjssupport_part.h b/languages/kjssupport/kjssupport_part.h index dc279f1f..d73bb591 100644 --- a/languages/kjssupport/kjssupport_part.h +++ b/languages/kjssupport/kjssupport_part.h @@ -21,9 +21,9 @@ #define __KDEVPART_KJSSUPPORT_H__ -#include -#include -#include +#include +#include +#include #include #include #include diff --git a/languages/kjssupport/subclassingdlg.cpp b/languages/kjssupport/subclassingdlg.cpp index a4052064..274cba8e 100644 --- a/languages/kjssupport/subclassingdlg.cpp +++ b/languages/kjssupport/subclassingdlg.cpp @@ -16,10 +16,10 @@ /*#include "backgroundparser.h" #include "store_walker.h" #include "cppsupportfactory.h"*/ -#include -#include -#include -#include +#include +#include +#include +#include #include #include diff --git a/languages/kjssupport/template/Makefile.am b/languages/kjssupport/template/Makefile.am index 3244188a..284227b7 100644 --- a/languages/kjssupport/template/Makefile.am +++ b/languages/kjssupport/template/Makefile.am @@ -3,7 +3,7 @@ commondatadir = ${appwizarddatadir}/template-common jshellodir = ${appwizarddatadir}/template-jshello templatedir = ${appwizarddatadir}/templates -jshello_DATA = app.js app.kdevelop +jshello_DATA = app.js app.tdevelop template_DATA = jshello DISTCLEANFILES = script.local diff --git a/languages/kjssupport/template/app.kdevelop b/languages/kjssupport/template/app.kdevelop index 2bb39a0a..cbef8262 100644 --- a/languages/kjssupport/template/app.kdevelop +++ b/languages/kjssupport/template/app.kdevelop @@ -1,5 +1,5 @@ - + $AUTHOR$ $EMAIL$ @@ -42,4 +42,4 @@ - + diff --git a/languages/kjssupport/template/script b/languages/kjssupport/template/script index d3a808c5..1473d762 100644 --- a/languages/kjssupport/template/script +++ b/languages/kjssupport/template/script @@ -5,7 +5,7 @@ use gideon; initGideon(); print "Installing project file\n"; -installHTML( "${src}/template-jshello/app.kdevelop", "${dest}/${APPNAMELC}.kdevelop" ); +installHTML( "${src}/template-jshello/app.tdevelop", "${dest}/${APPNAMELC}.tdevelop" ); print "Installing application sources\n"; install( "${src}/template-jshello/app.js", "${dest}/${APPNAMELC}.js" ); diff --git a/languages/lib/debugger/CMakeLists.txt b/languages/lib/debugger/CMakeLists.txt index 5e4e118f..0f980a45 100644 --- a/languages/lib/debugger/CMakeLists.txt +++ b/languages/lib/debugger/CMakeLists.txt @@ -25,7 +25,7 @@ link_directories( install( FILES debugger.h kdevdebugger.h - DESTINATION ${INCLUDE_INSTALL_DIR}/kdevelop/languages/debugger ) + DESTINATION ${INCLUDE_INSTALL_DIR}/tdevelop/languages/debugger ) ##### lang_debugger (shared) #################### diff --git a/languages/lib/debugger/Mainpage.dox b/languages/lib/debugger/Mainpage.dox index 6dfb64ab..5d8b3f2e 100644 --- a/languages/lib/debugger/Mainpage.dox +++ b/languages/lib/debugger/Mainpage.dox @@ -5,7 +5,7 @@ This library contains classes to implement debugger support for a programming la Link with: -llang_debugger -Include path: -I\$(kde_includes)/kdevelop/languages/debugger +Include path: -I\$(kde_includes)/tdevelop/languages/debugger \section usingdebugger Where to use this library diff --git a/languages/lib/debugger/Makefile.am b/languages/lib/debugger/Makefile.am index 34e277b7..70484a34 100644 --- a/languages/lib/debugger/Makefile.am +++ b/languages/lib/debugger/Makefile.am @@ -4,7 +4,7 @@ lib_LTLIBRARIES = liblang_debugger.la liblang_debugger_la_LDFLAGS = $(all_libraries) liblang_debugger_la_LIBADD = $(LIB_QT) $(LIB_TDECORE) $(LIB_KPARTS) -lktexteditor liblang_debugger_la_SOURCES = kdevdebugger.cpp debugger.cpp -langincludedirdir = $(includedir)/kdevelop/languages/debugger +langincludedirdir = $(includedir)/tdevelop/languages/debugger langincludedir_HEADERS = debugger.h kdevdebugger.h DOXYGEN_REFERENCES = dcop interfaces tdecore tdefx tdeui khtml kmdi kio kjs kparts kutils kdevinterfaces kdevutil diff --git a/languages/lib/debugger/debugger.h b/languages/lib/debugger/debugger.h index 0b813f66..d5603a69 100644 --- a/languages/lib/debugger/debugger.h +++ b/languages/lib/debugger/debugger.h @@ -8,7 +8,7 @@ #include #include -#include +#include #include class KDevPartController; diff --git a/languages/lib/designer_integration/CMakeLists.txt b/languages/lib/designer_integration/CMakeLists.txt index ca493996..2b319a90 100644 --- a/languages/lib/designer_integration/CMakeLists.txt +++ b/languages/lib/designer_integration/CMakeLists.txt @@ -29,7 +29,7 @@ link_directories( install( FILES qtdesignerintegration.h implementationwidget.h ${CMAKE_CURRENT_BINARY_DIR}/implementationwidgetbase.h - DESTINATION ${INCLUDE_INSTALL_DIR}/kdevelop/languages/designer_integration ) + DESTINATION ${INCLUDE_INSTALL_DIR}/tdevelop/languages/designer_integration ) ##### designerintegration (shared) ############## @@ -39,6 +39,6 @@ tde_add_library( designerintegration SHARED AUTOMOC implementationwidgetbase.ui implementationwidget.cpp qtdesignerintegration.cpp VERSION 0.0.0 - LINK kdevelop-shared + LINK tdevelop-shared DESTINATION ${LIB_INSTALL_DIR} ) diff --git a/languages/lib/designer_integration/Makefile.am b/languages/lib/designer_integration/Makefile.am index 182ff9ad..3ba9afb5 100644 --- a/languages/lib/designer_integration/Makefile.am +++ b/languages/lib/designer_integration/Makefile.am @@ -8,7 +8,7 @@ libdesignerintegration_la_LIBADD = $(top_builddir)/lib/interfaces/libkdevinterfa libdesignerintegration_la_SOURCES = implementationwidgetbase.ui \ implementationwidget.cpp qtdesignerintegration.cpp -langincludedirdir = $(includedir)/kdevelop/languages/designer_integration +langincludedirdir = $(includedir)/tdevelop/languages/designer_integration langincludedir_HEADERS = qtdesignerintegration.h implementationwidget.h implementationwidgetbase.h DOXYGEN_REFERENCES = dcop interfaces tdecore tdefx tdeui khtml kmdi kio kjs kparts kutils kdevinterfaces kdevutil diff --git a/languages/lib/designer_integration/implementationwidget.cpp b/languages/lib/designer_integration/implementationwidget.cpp index d9a3d6a7..68782e60 100644 --- a/languages/lib/designer_integration/implementationwidget.cpp +++ b/languages/lib/designer_integration/implementationwidget.cpp @@ -1,6 +1,6 @@ /*************************************************************************** * Copyright (C) 2004 by Alexander Dymo * - * adymo@kdevelop.org * + * adymo@tdevelop.org * * * * This program is free software; you can redistribute it and/or modify * * it under the terms of the GNU Library General Public License as * diff --git a/languages/lib/designer_integration/implementationwidget.h b/languages/lib/designer_integration/implementationwidget.h index 83b84bb4..d6825d0b 100644 --- a/languages/lib/designer_integration/implementationwidget.h +++ b/languages/lib/designer_integration/implementationwidget.h @@ -1,6 +1,6 @@ /*************************************************************************** * Copyright (C) 2004 by Alexander Dymo * - * adymo@kdevelop.org * + * adymo@tdevelop.org * * * * This program is free software; you can redistribute it and/or modify * * it under the terms of the GNU Library General Public License as * diff --git a/languages/lib/designer_integration/qtdesignerintegration.cpp b/languages/lib/designer_integration/qtdesignerintegration.cpp index 1d9e0c01..6cd22927 100644 --- a/languages/lib/designer_integration/qtdesignerintegration.cpp +++ b/languages/lib/designer_integration/qtdesignerintegration.cpp @@ -1,6 +1,6 @@ /*************************************************************************** * Copyright (C) 2004 by Alexander Dymo * - * adymo@kdevelop.org * + * adymo@tdevelop.org * * * * This program is free software; you can redistribute it and/or modify * * it under the terms of the GNU Library General Public License as * diff --git a/languages/lib/designer_integration/qtdesignerintegration.h b/languages/lib/designer_integration/qtdesignerintegration.h index d1f72aeb..d561d59f 100644 --- a/languages/lib/designer_integration/qtdesignerintegration.h +++ b/languages/lib/designer_integration/qtdesignerintegration.h @@ -1,6 +1,6 @@ /*************************************************************************** * Copyright (C) 2004 by Alexander Dymo * - * adymo@kdevelop.org * + * adymo@tdevelop.org * * * * This program is free software; you can redistribute it and/or modify * * it under the terms of the GNU Library General Public License as * diff --git a/languages/lib/interfaces/CMakeLists.txt b/languages/lib/interfaces/CMakeLists.txt index dc4eea21..370eece3 100644 --- a/languages/lib/interfaces/CMakeLists.txt +++ b/languages/lib/interfaces/CMakeLists.txt @@ -22,12 +22,12 @@ link_directories( ##### headers ################################### -install( FILES kdevpcsimporter.h DESTINATION ${INCLUDE_INSTALL_DIR}/kdevelop/languages/interfaces ) +install( FILES kdevpcsimporter.h DESTINATION ${INCLUDE_INSTALL_DIR}/tdevelop/languages/interfaces ) ##### other data ################################ -install( FILES kdeveloppcsimporter.desktop DESTINATION ${SERVICETYPES_INSTALL_DIR} ) +install( FILES tdeveloppcsimporter.desktop DESTINATION ${SERVICETYPES_INSTALL_DIR} ) ##### lang_interfaces (shared) ################## diff --git a/languages/lib/interfaces/Mainpage.dox b/languages/lib/interfaces/Mainpage.dox index f31c4bfc..c8cd98b7 100644 --- a/languages/lib/interfaces/Mainpage.dox +++ b/languages/lib/interfaces/Mainpage.dox @@ -5,6 +5,6 @@ This library contains interfaces for KDevelop language support facilities. Link with: -llang_interfaces -Include path: -I\$(kde_includes)/kdevelop/languages/interfaces +Include path: -I\$(kde_includes)/tdevelop/languages/interfaces */ diff --git a/languages/lib/interfaces/Makefile.am b/languages/lib/interfaces/Makefile.am index b8ae2a04..d469eaa6 100644 --- a/languages/lib/interfaces/Makefile.am +++ b/languages/lib/interfaces/Makefile.am @@ -1,6 +1,6 @@ METASOURCES = AUTO -langincludedirdir = $(includedir)/kdevelop/languages/interfaces +langincludedirdir = $(includedir)/tdevelop/languages/interfaces lib_LTLIBRARIES = liblang_interfaces.la liblang_interfaces_la_LDFLAGS = $(all_libraries) liblang_interfaces_la_SOURCES = kdevpcsimporter.cpp @@ -8,7 +8,7 @@ liblang_interfaces_la_LIBADD = $(LIB_QT) langincludedir_HEADERS = kdevpcsimporter.h INCLUDES = $(all_includes) servicetypedir = $(kde_servicetypesdir) -servicetype_DATA = kdeveloppcsimporter.desktop +servicetype_DATA = tdeveloppcsimporter.desktop DOXYGEN_REFERENCES = dcop interfaces tdecore tdefx tdeui khtml kmdi kio kjs kparts kutils kdevinterfaces kdevutil DOXYGEN_PROJECTNAME = KDevelop Language Support Interfaces Library diff --git a/languages/lib/interfaces/kdevpcsimporter.cpp b/languages/lib/interfaces/kdevpcsimporter.cpp index c4b4e664..b6779322 100644 --- a/languages/lib/interfaces/kdevpcsimporter.cpp +++ b/languages/lib/interfaces/kdevpcsimporter.cpp @@ -1,5 +1,5 @@ /* This file is part of KDevelop - Copyright (C) 2003 Roberto Raggi + Copyright (C) 2003 Roberto Raggi This library is free software; you can redistribute it and/or modify it under the terms of the GNU Library General Public diff --git a/languages/lib/interfaces/kdevpcsimporter.h b/languages/lib/interfaces/kdevpcsimporter.h index 7253a30b..e90fdec2 100644 --- a/languages/lib/interfaces/kdevpcsimporter.h +++ b/languages/lib/interfaces/kdevpcsimporter.h @@ -1,5 +1,5 @@ /* This file is part of KDevelop - Copyright (C) 2003 Roberto Raggi + Copyright (C) 2003 Roberto Raggi This library is free software; you can redistribute it and/or modify it under the terms of the GNU Library General Public diff --git a/languages/pascal/CMakeLists.txt b/languages/pascal/CMakeLists.txt index 19ecf137..7449570e 100644 --- a/languages/pascal/CMakeLists.txt +++ b/languages/pascal/CMakeLists.txt @@ -46,6 +46,6 @@ tde_add_kpart( libkdevpascalsupport AUTOMOC pascalsupport_part.cpp PascalLexer.cpp PascalParser.cpp PascalStoreWalker.cpp backgroundparser.cpp configproblemreporter.ui problemreporter.cpp - LINK antlr-static kdevcatalog-shared kdevelop-shared + LINK antlr-static kdevcatalog-shared tdevelop-shared DESTINATION ${PLUGIN_INSTALL_DIR} ) diff --git a/languages/pascal/Makefile.am b/languages/pascal/Makefile.am index 5abaa01b..9d168734 100644 --- a/languages/pascal/Makefile.am +++ b/languages/pascal/Makefile.am @@ -7,7 +7,7 @@ SUBDIRS = file_templates app_templates compiler doc kde_module_LTLIBRARIES = libkdevpascalsupport.la libkdevpascalsupport_la_LDFLAGS = $(LEXLIB) $(all_libraries) $(KDE_PLUGIN) -libkdevpascalsupport_la_LIBADD = $(top_builddir)/lib/libkdevelop.la $(top_builddir)/lib/antlr/src/libantlr.la $(top_builddir)/lib/catalog/libkdevcatalog.la +libkdevpascalsupport_la_LIBADD = $(top_builddir)/lib/libtdevelop.la $(top_builddir)/lib/antlr/src/libantlr.la $(top_builddir)/lib/catalog/libkdevcatalog.la libkdevpascalsupport_la_SOURCES = pascalsupport_part.cpp PascalLexer.cpp PascalParser.cpp PascalStoreWalker.cpp backgroundparser.cpp configproblemreporter.ui problemreporter.cpp diff --git a/languages/pascal/app_templates/CMakeLists.txt b/languages/pascal/app_templates/CMakeLists.txt index d493e7a1..25961a78 100644 --- a/languages/pascal/app_templates/CMakeLists.txt +++ b/languages/pascal/app_templates/CMakeLists.txt @@ -16,4 +16,4 @@ add_subdirectory( fpcsharedlib ) install( FILES pascal.appwizard - DESTINATION ${DATA_INSTALL_DIR}/kdevelop/profiles/IDE/CompiledLanguageIDE/PascalIDE ) + DESTINATION ${DATA_INSTALL_DIR}/tdevelop/profiles/IDE/CompiledLanguageIDE/PascalIDE ) diff --git a/languages/pascal/app_templates/Makefile.am b/languages/pascal/app_templates/Makefile.am index 9fd47804..38782178 100644 --- a/languages/pascal/app_templates/Makefile.am +++ b/languages/pascal/app_templates/Makefile.am @@ -1,3 +1,3 @@ SUBDIRS = pascalhello fpcgtk fpchello fpcsharedlib -profilesdir = $(kde_datadir)/kdevelop/profiles/IDE/CompiledLanguageIDE/PascalIDE +profilesdir = $(kde_datadir)/tdevelop/profiles/IDE/CompiledLanguageIDE/PascalIDE profiles_DATA = pascal.appwizard diff --git a/languages/pascal/app_templates/fpcgtk/CMakeLists.txt b/languages/pascal/app_templates/fpcgtk/CMakeLists.txt index 8a154204..eb16e978 100644 --- a/languages/pascal/app_templates/fpcgtk/CMakeLists.txt +++ b/languages/pascal/app_templates/fpcgtk/CMakeLists.txt @@ -11,7 +11,7 @@ add_custom_target( fpcgtk.tar.gz ALL COMMAND tar zcf fpcgtk.tar.gz -C ${CMAKE_CURRENT_SOURCE_DIR} - main.pp app.kdevelop + main.pp app.tdevelop ) diff --git a/languages/pascal/app_templates/fpcgtk/Makefile.am b/languages/pascal/app_templates/fpcgtk/Makefile.am index 252cbf27..5c4c116f 100644 --- a/languages/pascal/app_templates/fpcgtk/Makefile.am +++ b/languages/pascal/app_templates/fpcgtk/Makefile.am @@ -1,4 +1,4 @@ -dataFiles = main.pp app.kdevelop +dataFiles = main.pp app.tdevelop templateName = fpcgtk ### no need to change below: diff --git a/languages/pascal/app_templates/fpcgtk/app.kdevelop b/languages/pascal/app_templates/fpcgtk/app.kdevelop index 995d340b..e7b3a147 100644 --- a/languages/pascal/app_templates/fpcgtk/app.kdevelop +++ b/languages/pascal/app_templates/fpcgtk/app.kdevelop @@ -1,5 +1,5 @@ - + %{AUTHOR} %{EMAIL} @@ -83,4 +83,4 @@ - + diff --git a/languages/pascal/app_templates/fpcgtk/fpcgtk.kdevtemplate b/languages/pascal/app_templates/fpcgtk/fpcgtk.kdevtemplate index 56696aa1..45bb7eea 100644 --- a/languages/pascal/app_templates/fpcgtk/fpcgtk.kdevtemplate +++ b/languages/pascal/app_templates/fpcgtk/fpcgtk.kdevtemplate @@ -64,13 +64,13 @@ Archive=fpcgtk.tar.gz [GNU] Type=include -File=%{kdevelop}/template-common/gnu.kdevtemplate +File=%{tdevelop}/template-common/gnu.kdevtemplate [FILE1] Type=install EscapeXML=true -Source=%{src}/app.kdevelop -Dest=%{dest}/%{APPNAMELC}.kdevelop +Source=%{src}/app.tdevelop +Dest=%{dest}/%{APPNAMELC}.tdevelop [MkDir1] Type=mkdir diff --git a/languages/pascal/app_templates/fpchello/CMakeLists.txt b/languages/pascal/app_templates/fpchello/CMakeLists.txt index f51b2517..12941440 100644 --- a/languages/pascal/app_templates/fpchello/CMakeLists.txt +++ b/languages/pascal/app_templates/fpchello/CMakeLists.txt @@ -11,7 +11,7 @@ add_custom_target( fpchello.tar.gz ALL COMMAND tar zcf fpchello.tar.gz -C ${CMAKE_CURRENT_SOURCE_DIR} - main.pp app.kdevelop + main.pp app.tdevelop ) diff --git a/languages/pascal/app_templates/fpchello/Makefile.am b/languages/pascal/app_templates/fpchello/Makefile.am index e09141dc..744bc214 100644 --- a/languages/pascal/app_templates/fpchello/Makefile.am +++ b/languages/pascal/app_templates/fpchello/Makefile.am @@ -1,4 +1,4 @@ -dataFiles = main.pp app.kdevelop +dataFiles = main.pp app.tdevelop templateName = fpchello ### no need to change below: diff --git a/languages/pascal/app_templates/fpchello/app.kdevelop b/languages/pascal/app_templates/fpchello/app.kdevelop index f0a07582..a2f83092 100644 --- a/languages/pascal/app_templates/fpchello/app.kdevelop +++ b/languages/pascal/app_templates/fpchello/app.kdevelop @@ -1,5 +1,5 @@ - + %{AUTHOR} %{EMAIL} @@ -83,4 +83,4 @@ - + diff --git a/languages/pascal/app_templates/fpchello/fpchello.kdevtemplate b/languages/pascal/app_templates/fpchello/fpchello.kdevtemplate index 44fa8bc1..65c46115 100644 --- a/languages/pascal/app_templates/fpchello/fpchello.kdevtemplate +++ b/languages/pascal/app_templates/fpchello/fpchello.kdevtemplate @@ -65,13 +65,13 @@ Archive=fpchello.tar.gz [GNU] Type=include -File=%{kdevelop}/template-common/gnu.kdevtemplate +File=%{tdevelop}/template-common/gnu.kdevtemplate [FILE1] Type=install EscapeXML=true -Source=%{src}/app.kdevelop -Dest=%{dest}/%{APPNAMELC}.kdevelop +Source=%{src}/app.tdevelop +Dest=%{dest}/%{APPNAMELC}.tdevelop [MkDir1] Type=mkdir diff --git a/languages/pascal/app_templates/fpcsharedlib/CMakeLists.txt b/languages/pascal/app_templates/fpcsharedlib/CMakeLists.txt index de4923f3..52a5e4f7 100644 --- a/languages/pascal/app_templates/fpcsharedlib/CMakeLists.txt +++ b/languages/pascal/app_templates/fpcsharedlib/CMakeLists.txt @@ -11,7 +11,7 @@ add_custom_target( fpcsharedlib.tar.gz ALL COMMAND tar zcf fpcsharedlib.tar.gz -C ${CMAKE_CURRENT_SOURCE_DIR} - main.pp app.kdevelop + main.pp app.tdevelop ) diff --git a/languages/pascal/app_templates/fpcsharedlib/Makefile.am b/languages/pascal/app_templates/fpcsharedlib/Makefile.am index 6a7f1a85..d1d0eef4 100644 --- a/languages/pascal/app_templates/fpcsharedlib/Makefile.am +++ b/languages/pascal/app_templates/fpcsharedlib/Makefile.am @@ -1,4 +1,4 @@ -dataFiles = main.pp app.kdevelop +dataFiles = main.pp app.tdevelop templateName = fpcsharedlib ### no need to change below: diff --git a/languages/pascal/app_templates/fpcsharedlib/app.kdevelop b/languages/pascal/app_templates/fpcsharedlib/app.kdevelop index bdf974e9..8249e017 100644 --- a/languages/pascal/app_templates/fpcsharedlib/app.kdevelop +++ b/languages/pascal/app_templates/fpcsharedlib/app.kdevelop @@ -1,5 +1,5 @@ - + %{AUTHOR} %{EMAIL} @@ -83,4 +83,4 @@ - + diff --git a/languages/pascal/app_templates/fpcsharedlib/fpcsharedlib.kdevtemplate b/languages/pascal/app_templates/fpcsharedlib/fpcsharedlib.kdevtemplate index 3e4eb4fe..35835599 100644 --- a/languages/pascal/app_templates/fpcsharedlib/fpcsharedlib.kdevtemplate +++ b/languages/pascal/app_templates/fpcsharedlib/fpcsharedlib.kdevtemplate @@ -65,13 +65,13 @@ Archive=fpcsharedlib.tar.gz [GNU] Type=include -File=%{kdevelop}/template-common/gnu.kdevtemplate +File=%{tdevelop}/template-common/gnu.kdevtemplate [FILE1] Type=install EscapeXML=true -Source=%{src}/app.kdevelop -Dest=%{dest}/%{APPNAMELC}.kdevelop +Source=%{src}/app.tdevelop +Dest=%{dest}/%{APPNAMELC}.tdevelop [MkDir1] Type=mkdir diff --git a/languages/pascal/app_templates/pascalhello/CMakeLists.txt b/languages/pascal/app_templates/pascalhello/CMakeLists.txt index 0c130705..3422a8ff 100644 --- a/languages/pascal/app_templates/pascalhello/CMakeLists.txt +++ b/languages/pascal/app_templates/pascalhello/CMakeLists.txt @@ -11,7 +11,7 @@ add_custom_target( pascalhello.tar.gz ALL COMMAND tar zcf pascalhello.tar.gz -C ${CMAKE_CURRENT_SOURCE_DIR} - main.pp app.kdevelop + main.pp app.tdevelop ) diff --git a/languages/pascal/app_templates/pascalhello/Makefile.am b/languages/pascal/app_templates/pascalhello/Makefile.am index 02924e72..3e72435c 100644 --- a/languages/pascal/app_templates/pascalhello/Makefile.am +++ b/languages/pascal/app_templates/pascalhello/Makefile.am @@ -1,4 +1,4 @@ -dataFiles = main.pp app.kdevelop +dataFiles = main.pp app.tdevelop templateName = pascalhello ### no need to change below: diff --git a/languages/pascal/app_templates/pascalhello/app.kdevelop b/languages/pascal/app_templates/pascalhello/app.kdevelop index fcb75f33..51e8c65e 100644 --- a/languages/pascal/app_templates/pascalhello/app.kdevelop +++ b/languages/pascal/app_templates/pascalhello/app.kdevelop @@ -1,5 +1,5 @@ - + %{AUTHOR} %{EMAIL} @@ -80,4 +80,4 @@ - + diff --git a/languages/pascal/app_templates/pascalhello/pascalhello.kdevtemplate b/languages/pascal/app_templates/pascalhello/pascalhello.kdevtemplate index 13c9df69..ed7104cb 100644 --- a/languages/pascal/app_templates/pascalhello/pascalhello.kdevtemplate +++ b/languages/pascal/app_templates/pascalhello/pascalhello.kdevtemplate @@ -67,13 +67,13 @@ Archive=pascalhello.tar.gz [GNU] Type=include -File=%{kdevelop}/template-common/gnu.kdevtemplate +File=%{tdevelop}/template-common/gnu.kdevtemplate [FILE1] Type=install EscapeXML=true -Source=%{src}/app.kdevelop -Dest=%{dest}/%{APPNAMELC}.kdevelop +Source=%{src}/app.tdevelop +Dest=%{dest}/%{APPNAMELC}.tdevelop [MkDir1] Type=mkdir diff --git a/languages/pascal/backgroundparser.cpp b/languages/pascal/backgroundparser.cpp index be9a1909..d29fd1be 100644 --- a/languages/pascal/backgroundparser.cpp +++ b/languages/pascal/backgroundparser.cpp @@ -1,6 +1,6 @@ /*************************************************************************** * Copyright (C) 2002 by Roberto Raggi * - * roberto@kdevelop.org * + * roberto@tdevelop.org * * * * This program is free software; you can redistribute it and/or modify * * it under the terms of the GNU General Public License as published by * diff --git a/languages/pascal/backgroundparser.h b/languages/pascal/backgroundparser.h index 170b3073..6fd8a71e 100644 --- a/languages/pascal/backgroundparser.h +++ b/languages/pascal/backgroundparser.h @@ -1,6 +1,6 @@ /*************************************************************************** * Copyright (C) 2002 by Roberto Raggi * - * roberto@kdevelop.org * + * roberto@tdevelop.org * * * * This program is free software; you can redistribute it and/or modify * * it under the terms of the GNU General Public License as published by * diff --git a/languages/pascal/compiler/dccoptions/Makefile.am b/languages/pascal/compiler/dccoptions/Makefile.am index 61dd304c..7665da4d 100644 --- a/languages/pascal/compiler/dccoptions/Makefile.am +++ b/languages/pascal/compiler/dccoptions/Makefile.am @@ -5,7 +5,7 @@ INCLUDES = -I$(top_srcdir)/lib/interfaces -I$(top_srcdir)/lib/interfaces/extras kde_module_LTLIBRARIES = libkdevdccoptions.la libkdevdccoptions_la_LDFLAGS = -module $(all_libraries) $(KDE_PLUGIN) -libkdevdccoptions_la_LIBADD = $(top_builddir)/lib/libkdevelop.la \ +libkdevdccoptions_la_LIBADD = $(top_builddir)/lib/libtdevelop.la \ $(top_builddir)/lib/widgets/libkdevwidgets.la $(top_builddir)/lib/interfaces/extras/libkdevextras.la $(LIB_KHTML) libkdevdccoptions_la_SOURCES = dccoptionsplugin.cpp optiontabs.cpp diff --git a/languages/pascal/compiler/fpcoptions/Makefile.am b/languages/pascal/compiler/fpcoptions/Makefile.am index 2868bd01..3837ab58 100644 --- a/languages/pascal/compiler/fpcoptions/Makefile.am +++ b/languages/pascal/compiler/fpcoptions/Makefile.am @@ -5,7 +5,7 @@ INCLUDES = -I$(top_srcdir)/lib/interfaces -I$(top_srcdir)/lib/interfaces/extras kde_module_LTLIBRARIES = libkdevfpcoptions.la libkdevfpcoptions_la_LDFLAGS = -module $(all_libraries) $(KDE_PLUGIN) -libkdevfpcoptions_la_LIBADD = $(top_builddir)/lib/libkdevelop.la \ +libkdevfpcoptions_la_LIBADD = $(top_builddir)/lib/libtdevelop.la \ $(top_builddir)/lib/widgets/libkdevwidgets.la $(top_builddir)/lib/interfaces/extras/libkdevextras.la $(LIB_KHTML) libkdevfpcoptions_la_SOURCES = fpcoptionsplugin.cpp optiontabs.cpp diff --git a/languages/pascal/doc/pascal_bugs_fp.toc b/languages/pascal/doc/pascal_bugs_fp.toc index 60be2ec5..11674d6e 100644 --- a/languages/pascal/doc/pascal_bugs_fp.toc +++ b/languages/pascal/doc/pascal_bugs_fp.toc @@ -1,7 +1,7 @@ - - + + Pascal bugs (fp) - + diff --git a/languages/pascal/problemreporter.cpp b/languages/pascal/problemreporter.cpp index 9d1a9ac6..cc3c44ce 100644 --- a/languages/pascal/problemreporter.cpp +++ b/languages/pascal/problemreporter.cpp @@ -1,5 +1,5 @@ /* - Copyright (C) 2002 by Roberto Raggi + Copyright (C) 2002 by Roberto Raggi This library is free software; you can redistribute it and/or modify it under the terms of the GNU Library General Public @@ -23,7 +23,7 @@ #include "configproblemreporter.h" #include "backgroundparser.h" -#include +#include #include #include #include diff --git a/languages/pascal/problemreporter.h b/languages/pascal/problemreporter.h index 82bbdb1e..83e9e569 100644 --- a/languages/pascal/problemreporter.h +++ b/languages/pascal/problemreporter.h @@ -1,5 +1,5 @@ /* - Copyright (C) 2002 by Roberto Raggi + Copyright (C) 2002 by Roberto Raggi This library is free software; you can redistribute it and/or modify it under the terms of the GNU Library General Public diff --git a/languages/perl/CMakeLists.txt b/languages/perl/CMakeLists.txt index 6a1f8945..d8c68f75 100644 --- a/languages/perl/CMakeLists.txt +++ b/languages/perl/CMakeLists.txt @@ -40,7 +40,7 @@ tde_add_kpart( libkdevperlsupport AUTOMOC SOURCES perlparser.cpp perlsupportpart.cpp perlconfigwidget.cpp perlconfigwidgetbase.ui - LINK kdevelop-shared + LINK tdevelop-shared DESTINATION ${PLUGIN_INSTALL_DIR} ) diff --git a/languages/perl/Makefile.am b/languages/perl/Makefile.am index 2354c124..c0fa3598 100644 --- a/languages/perl/Makefile.am +++ b/languages/perl/Makefile.am @@ -8,7 +8,7 @@ SUBDIRS = app_templates file_templates doc kde_module_LTLIBRARIES = libkdevperlsupport.la kio_perldoc.la libkdevperlsupport_la_LDFLAGS = $(all_libraries) $(KDE_PLUGIN) -libkdevperlsupport_la_LIBADD = $(top_builddir)/lib/libkdevelop.la +libkdevperlsupport_la_LIBADD = $(top_builddir)/lib/libtdevelop.la libkdevperlsupport_la_SOURCES = perlparser.cpp perlsupportpart.cpp perlconfigwidget.cpp perlconfigwidgetbase.ui diff --git a/languages/perl/README.dox b/languages/perl/README.dox index 09d1f0f0..fc637af6 100644 --- a/languages/perl/README.dox +++ b/languages/perl/README.dox @@ -6,7 +6,7 @@ over several lines. You can even use some html commands in these lines like: This is code, html links link text, and images. -\authors Bernd Gehrmann +\authors Bernd Gehrmann \authors Luc Willems \maintainer Luc Willems diff --git a/languages/perl/app_templates/CMakeLists.txt b/languages/perl/app_templates/CMakeLists.txt index 427b980f..158505c2 100644 --- a/languages/perl/app_templates/CMakeLists.txt +++ b/languages/perl/app_templates/CMakeLists.txt @@ -13,4 +13,4 @@ add_subdirectory( perlhello ) install( FILES perl.appwizard - DESTINATION ${DATA_INSTALL_DIR}/kdevelop/profiles/IDE/ScriptingLanguageIDE/PerlIDE ) + DESTINATION ${DATA_INSTALL_DIR}/tdevelop/profiles/IDE/ScriptingLanguageIDE/PerlIDE ) diff --git a/languages/perl/app_templates/Makefile.am b/languages/perl/app_templates/Makefile.am index c284be59..4157405d 100644 --- a/languages/perl/app_templates/Makefile.am +++ b/languages/perl/app_templates/Makefile.am @@ -1,3 +1,3 @@ SUBDIRS = perlhello -profilesdir = $(kde_datadir)/kdevelop/profiles/IDE/ScriptingLanguageIDE/PerlIDE +profilesdir = $(kde_datadir)/tdevelop/profiles/IDE/ScriptingLanguageIDE/PerlIDE profiles_DATA = perl.appwizard diff --git a/languages/perl/app_templates/perlhello/CMakeLists.txt b/languages/perl/app_templates/perlhello/CMakeLists.txt index 820fda1e..bf51d851 100644 --- a/languages/perl/app_templates/perlhello/CMakeLists.txt +++ b/languages/perl/app_templates/perlhello/CMakeLists.txt @@ -11,7 +11,7 @@ add_custom_target( perlhello.tar.gz ALL COMMAND tar zcf perlhello.tar.gz -C ${CMAKE_CURRENT_SOURCE_DIR} - app.pl app.kdevelop + app.pl app.tdevelop ) diff --git a/languages/perl/app_templates/perlhello/Makefile.am b/languages/perl/app_templates/perlhello/Makefile.am index 1c1d7b33..b483b35b 100644 --- a/languages/perl/app_templates/perlhello/Makefile.am +++ b/languages/perl/app_templates/perlhello/Makefile.am @@ -1,4 +1,4 @@ -dataFiles = app.pl app.kdevelop +dataFiles = app.pl app.tdevelop templateName = perlhello ### no need to change below: diff --git a/languages/perl/app_templates/perlhello/app.kdevelop b/languages/perl/app_templates/perlhello/app.kdevelop index c781322d..a83391b7 100644 --- a/languages/perl/app_templates/perlhello/app.kdevelop +++ b/languages/perl/app_templates/perlhello/app.kdevelop @@ -1,5 +1,5 @@ - + %{AUTHOR} %{EMAIL} @@ -74,4 +74,4 @@ - + diff --git a/languages/perl/app_templates/perlhello/perlhello.kdevtemplate b/languages/perl/app_templates/perlhello/perlhello.kdevtemplate index ead7b5b8..8ec5a560 100644 --- a/languages/perl/app_templates/perlhello/perlhello.kdevtemplate +++ b/languages/perl/app_templates/perlhello/perlhello.kdevtemplate @@ -67,8 +67,8 @@ Archive=perlhello.tar.gz [FILE1] Type=install EscapeXML=true -Source=%{src}/app.kdevelop -Dest=%{dest}/%{APPNAMELC}.kdevelop +Source=%{src}/app.tdevelop +Dest=%{dest}/%{APPNAMELC}.tdevelop [FILE2] Type=install diff --git a/languages/perl/doc/perl.toc b/languages/perl/doc/perl.toc index 05bab529..108cb6ae 100644 --- a/languages/perl/doc/perl.toc +++ b/languages/perl/doc/perl.toc @@ -1,5 +1,5 @@ - - + + Perl @@ -50,5 +50,5 @@ - + diff --git a/languages/perl/doc/perl_bugs.toc b/languages/perl/doc/perl_bugs.toc index 126b35f3..e936c504 100644 --- a/languages/perl/doc/perl_bugs.toc +++ b/languages/perl/doc/perl_bugs.toc @@ -1,7 +1,7 @@ - - + + Perl bugs - + diff --git a/languages/perl/perlconfigwidget.cpp b/languages/perl/perlconfigwidget.cpp index e41def0c..d09d9793 100644 --- a/languages/perl/perlconfigwidget.cpp +++ b/languages/perl/perlconfigwidget.cpp @@ -1,6 +1,6 @@ /*************************************************************************** * Copyright (C) 2002 by Bernd Gehrmann * - * bernd@kdevelop.org * + * bernd@tdevelop.org * * * * This program is free software; you can redistribute it and/or modify * * it under the terms of the GNU General Public License as published by * diff --git a/languages/perl/perlconfigwidget.h b/languages/perl/perlconfigwidget.h index 0f863ad0..5c380a93 100644 --- a/languages/perl/perlconfigwidget.h +++ b/languages/perl/perlconfigwidget.h @@ -1,6 +1,6 @@ /*************************************************************************** * Copyright (C) 2002 by Bernd Gehrmann * - * bernd@kdevelop.org * + * bernd@tdevelop.org * * * * This program is free software; you can redistribute it and/or modify * * it under the terms of the GNU General Public License as published by * diff --git a/languages/perl/perldoc.cpp b/languages/perl/perldoc.cpp index cc0a03f9..51a8f774 100644 --- a/languages/perl/perldoc.cpp +++ b/languages/perl/perldoc.cpp @@ -11,7 +11,7 @@ #include #include #include -#include +#include #include using namespace KIO; @@ -117,7 +117,7 @@ extern "C" { int kdemain(int argc, char **argv) { KInstance instance( "kio_perldoc" ); - KGlobal::locale()->setMainCatalogue("kdevelop"); + KGlobal::locale()->setMainCatalogue("tdevelop"); if (argc != 4) { fprintf(stderr, "Usage: kio_perldoc protocol domain-socket1 domain-socket2\n"); diff --git a/languages/perl/perlsupportpart.cpp b/languages/perl/perlsupportpart.cpp index be725f28..8cf62ca9 100644 --- a/languages/perl/perlsupportpart.cpp +++ b/languages/perl/perlsupportpart.cpp @@ -1,6 +1,6 @@ /*************************************************************************** * Copyright (C) 2001-2002 by Bernd Gehrmann * - * bernd@kdevelop.org * + * bernd@tdevelop.org * * * * This program is free software; you can redistribute it and/or modify * * it under the terms of the GNU General Public License as published by * diff --git a/languages/perl/perlsupportpart.h b/languages/perl/perlsupportpart.h index 7de6c95f..259c5a35 100644 --- a/languages/perl/perlsupportpart.h +++ b/languages/perl/perlsupportpart.h @@ -1,6 +1,6 @@ /*************************************************************************** * Copyright (C) 2001-2002 by Bernd Gehrmann * - * bernd@kdevelop.org * + * bernd@tdevelop.org * * * * This program is free software; you can redistribute it and/or modify * * it under the terms of the GNU General Public License as published by * diff --git a/languages/php/CMakeLists.txt b/languages/php/CMakeLists.txt index 27003401..3a9e4123 100644 --- a/languages/php/CMakeLists.txt +++ b/languages/php/CMakeLists.txt @@ -46,6 +46,6 @@ tde_add_kpart( libkdevphpsupport AUTOMOC phperrorview.cpp phpconfigdata.cpp phpcodecompletion.cpp phpparser.cpp phpnewclassdlgbase.ui phpnewclassdlg.cpp phpfile.cpp - LINK kdevwidgets-shared kdevelop-shared + LINK kdevwidgets-shared tdevelop-shared DESTINATION ${PLUGIN_INSTALL_DIR} ) diff --git a/languages/php/Makefile.am b/languages/php/Makefile.am index ac053aaf..2938d11d 100644 --- a/languages/php/Makefile.am +++ b/languages/php/Makefile.am @@ -8,7 +8,7 @@ SUBDIRS = data app_templates file_templates doc kde_module_LTLIBRARIES = libkdevphpsupport.la libkdevphpsupport_la_LDFLAGS = $(all_libraries) $(KDE_PLUGIN) -libkdevphpsupport_la_LIBADD = $(top_builddir)/lib/libkdevelop.la $(top_builddir)/lib/widgets/libkdevwidgets.la $(LIB_KHTML) +libkdevphpsupport_la_LIBADD = $(top_builddir)/lib/libtdevelop.la $(top_builddir)/lib/widgets/libkdevwidgets.la $(LIB_KHTML) libkdevphpsupport_la_SOURCES = phpsupportpart.cpp phpconfigwidgetbase.ui phpconfigwidget.cpp phpinfodlg.ui phphtmlview.cpp phperrorview.cpp phpconfigdata.cpp phpcodecompletion.cpp phpparser.cpp phpnewclassdlgbase.ui phpnewclassdlg.cpp phpfile.cpp diff --git a/languages/php/README.dox b/languages/php/README.dox index 57d1b1b8..4db52ea9 100644 --- a/languages/php/README.dox +++ b/languages/php/README.dox @@ -7,16 +7,16 @@ develop php script for web or php script for shell. It's support checking of your script with problems report and also parse all include files from your script. -\authors Sandy Meier +\authors Sandy Meier \authors Escuder Nicolas -\maintainer Sandy Meier +\maintainer Sandy Meier \maintainer Escuder Nicolas \feature PHP language support \feature Consult \ref LangSupporttqStatus 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/languages/php/app_templates/CMakeLists.txt b/languages/php/app_templates/CMakeLists.txt index 2d9a1d86..3283f151 100644 --- a/languages/php/app_templates/CMakeLists.txt +++ b/languages/php/app_templates/CMakeLists.txt @@ -13,4 +13,4 @@ add_subdirectory( phphello ) install( FILES php.appwizard - DESTINATION ${DATA_INSTALL_DIR}/kdevelop/profiles/IDE/ScriptingLanguageIDE/PHPIDE ) + DESTINATION ${DATA_INSTALL_DIR}/tdevelop/profiles/IDE/ScriptingLanguageIDE/PHPIDE ) diff --git a/languages/php/app_templates/Makefile.am b/languages/php/app_templates/Makefile.am index 12fdee76..fdfd110d 100644 --- a/languages/php/app_templates/Makefile.am +++ b/languages/php/app_templates/Makefile.am @@ -1,3 +1,3 @@ SUBDIRS = phphello -profilesdir = $(kde_datadir)/kdevelop/profiles/IDE/ScriptingLanguageIDE/PHPIDE +profilesdir = $(kde_datadir)/tdevelop/profiles/IDE/ScriptingLanguageIDE/PHPIDE profiles_DATA = php.appwizard diff --git a/languages/php/app_templates/phphello/CMakeLists.txt b/languages/php/app_templates/phphello/CMakeLists.txt index ae644c70..4e534e08 100644 --- a/languages/php/app_templates/phphello/CMakeLists.txt +++ b/languages/php/app_templates/phphello/CMakeLists.txt @@ -11,7 +11,7 @@ add_custom_target( phphello.tar.gz ALL COMMAND tar zcf phphello.tar.gz -C ${CMAKE_CURRENT_SOURCE_DIR} - app.php app.kdevelop + app.php app.tdevelop ) diff --git a/languages/php/app_templates/phphello/Makefile.am b/languages/php/app_templates/phphello/Makefile.am index 12d29f1b..bc983960 100644 --- a/languages/php/app_templates/phphello/Makefile.am +++ b/languages/php/app_templates/phphello/Makefile.am @@ -1,4 +1,4 @@ -dataFiles = app.php app.kdevelop +dataFiles = app.php app.tdevelop templateName = phphello ### no need to change below: diff --git a/languages/php/app_templates/phphello/app.kdevelop b/languages/php/app_templates/phphello/app.kdevelop index c8844e1e..2cdb1c70 100644 --- a/languages/php/app_templates/phphello/app.kdevelop +++ b/languages/php/app_templates/phphello/app.kdevelop @@ -1,5 +1,5 @@ - + %{AUTHOR} %{EMAIL} @@ -84,4 +84,4 @@ - + diff --git a/languages/php/app_templates/phphello/phphello b/languages/php/app_templates/phphello/phphello index f9f1a69f..7ba99d9c 100644 --- a/languages/php/app_templates/phphello/phphello +++ b/languages/php/app_templates/phphello/phphello @@ -12,8 +12,8 @@ Archive=phphello.tar.gz [PROJECT] Type=install -Source=%{src}/app.kdevelop -Dest=%{dest}/%{APPNAMELC}.kdevelop +Source=%{src}/app.tdevelop +Dest=%{dest}/%{APPNAMELC}.tdevelop [APP.PHP] Type=install diff --git a/languages/php/app_templates/phphello/phphello.kdevtemplate b/languages/php/app_templates/phphello/phphello.kdevtemplate index 8d52f490..481f2748 100644 --- a/languages/php/app_templates/phphello/phphello.kdevtemplate +++ b/languages/php/app_templates/phphello/phphello.kdevtemplate @@ -67,8 +67,8 @@ Archive=phphello.tar.gz [PROJECT] Type=install EscapeXML=true -Source=%{src}/app.kdevelop -Dest=%{dest}/%{APPNAMELC}.kdevelop +Source=%{src}/app.tdevelop +Dest=%{dest}/%{APPNAMELC}.tdevelop [APP.PHP] Type=install diff --git a/languages/php/doc/php.toc b/languages/php/doc/php.toc index b665d5c7..1c3e6db3 100644 --- a/languages/php/doc/php.toc +++ b/languages/php/doc/php.toc @@ -1,5 +1,5 @@ - - + + PHP Manual @@ -7066,4 +7066,4 @@ - + diff --git a/languages/php/doc/php_bugs.toc b/languages/php/doc/php_bugs.toc index 48c180a6..d8f5c265 100644 --- a/languages/php/doc/php_bugs.toc +++ b/languages/php/doc/php_bugs.toc @@ -1,7 +1,7 @@ - - + + PHP bugs - + diff --git a/languages/php/phpcodecompletion.cpp b/languages/php/phpcodecompletion.cpp index c8af6b94..60c9877b 100644 --- a/languages/php/phpcodecompletion.cpp +++ b/languages/php/phpcodecompletion.cpp @@ -1,6 +1,6 @@ /* Copyright (C) 2005 by Nicolas Escuder - Copyright (C) 2001 by smeier@kdevelop.org + Copyright (C) 2001 by smeier@tdevelop.org This library is free software; you can redistribute it and/or modify it under the terms of the GNU Library General Public diff --git a/languages/php/phpcodecompletion.h b/languages/php/phpcodecompletion.h index b036beb7..dfee50c0 100644 --- a/languages/php/phpcodecompletion.h +++ b/languages/php/phpcodecompletion.h @@ -1,6 +1,6 @@ /* Copyright (C) 2005 by Nicolas Escuder - Copyright (C) 2001 by smeier@kdevelop.org + Copyright (C) 2001 by smeier@tdevelop.org This library is free software; you can redistribute it and/or modify it under the terms of the GNU Library General Public diff --git a/languages/php/phpconfigdata.cpp b/languages/php/phpconfigdata.cpp index 00baec12..b710f264 100644 --- a/languages/php/phpconfigdata.cpp +++ b/languages/php/phpconfigdata.cpp @@ -1,6 +1,6 @@ /* Copyright (C) 2005 by Nicolas Escuder - Copyright (C) 2001 by smeier@kdevelop.org + Copyright (C) 2001 by smeier@tdevelop.org This library is free software; you can redistribute it and/or modify it under the terms of the GNU Library General Public diff --git a/languages/php/phpconfigdata.h b/languages/php/phpconfigdata.h index d43661e1..e5727ead 100644 --- a/languages/php/phpconfigdata.h +++ b/languages/php/phpconfigdata.h @@ -1,6 +1,6 @@ /* Copyright (C) 2005 by Nicolas Escuder - Copyright (C) 2001 by smeier@kdevelop.org + Copyright (C) 2001 by smeier@tdevelop.org This library is free software; you can redistribute it and/or modify it under the terms of the GNU Library General Public diff --git a/languages/php/phperrorview.cpp b/languages/php/phperrorview.cpp index 658812f7..11e3066f 100644 --- a/languages/php/phperrorview.cpp +++ b/languages/php/phperrorview.cpp @@ -1,5 +1,5 @@ /* - Copyright (C) 2002 by Roberto Raggi + Copyright (C) 2002 by Roberto Raggi Copyright (C) 2005 by Nicolas Escuder This library is free software; you can redistribute it and/or @@ -24,7 +24,7 @@ #include #include -#include +#include #include #include #include diff --git a/languages/php/phperrorview.h b/languages/php/phperrorview.h index 447506d0..70e373de 100644 --- a/languages/php/phperrorview.h +++ b/languages/php/phperrorview.h @@ -1,5 +1,5 @@ /* - Copyright (C) 2002 by Roberto Raggi + Copyright (C) 2002 by Roberto Raggi Copyright (C) 2005 by Nicolas Escuder This library is free software; you can redistribute it and/or diff --git a/languages/php/phpnewclassdlg.cpp b/languages/php/phpnewclassdlg.cpp index 282e6c01..314dfcf6 100644 --- a/languages/php/phpnewclassdlg.cpp +++ b/languages/php/phpnewclassdlg.cpp @@ -3,7 +3,7 @@ ------------------- begin : Sat Aug 11 2001 copyright : (C) 2001 by Sandy Meier - email : smeier@kdevelop.org + email : smeier@tdevelop.org ***************************************************************************/ /*************************************************************************** diff --git a/languages/php/phpnewclassdlg.h b/languages/php/phpnewclassdlg.h index 23f11577..57086be5 100644 --- a/languages/php/phpnewclassdlg.h +++ b/languages/php/phpnewclassdlg.h @@ -3,7 +3,7 @@ ------------------- begin : Sat Aug 11 2001 copyright : (C) 2001 by Sandy Meier - email : smeier@kdevelop.org + email : smeier@tdevelop.org ***************************************************************************/ /*************************************************************************** diff --git a/languages/php/phpsupport_event.h b/languages/php/phpsupport_event.h index 28713efb..17d935a9 100644 --- a/languages/php/phpsupport_event.h +++ b/languages/php/phpsupport_event.h @@ -1,5 +1,5 @@ /* - Copyright (C) 2003 by Roberto Raggi + Copyright (C) 2003 by Roberto Raggi Copyright (C) 2005 by Nicolas Escuder This library is free software; you can redistribute it and/or diff --git a/languages/php/phpsupportpart.cpp b/languages/php/phpsupportpart.cpp index d31bc933..52c9f109 100644 --- a/languages/php/phpsupportpart.cpp +++ b/languages/php/phpsupportpart.cpp @@ -1,6 +1,6 @@ /* Copyright (C) 2005 by Nicolas Escuder - Copyright (C) 2001 by smeier@kdevelop.org + Copyright (C) 2001 by smeier@tdevelop.org This library is free software; you can redistribute it and/or modify it under the terms of the GNU Library General Public diff --git a/languages/php/phpsupportpart.h b/languages/php/phpsupportpart.h index 2d3f74a0..b234e6dc 100644 --- a/languages/php/phpsupportpart.h +++ b/languages/php/phpsupportpart.h @@ -1,6 +1,6 @@ /* Copyright (C) 2005 by Nicolas Escuder - Copyright (C) 2001 by smeier@kdevelop.org + Copyright (C) 2001 by smeier@tdevelop.org This library is free software; you can redistribute it and/or modify it under the terms of the GNU Library General Public diff --git a/languages/python/Makefile.am b/languages/python/Makefile.am index ddebc35d..bd2e8813 100644 --- a/languages/python/Makefile.am +++ b/languages/python/Makefile.am @@ -10,7 +10,7 @@ SUBDIRS = app_templates file_templates doc kde_module_LTLIBRARIES = libkdevpythonsupport.la kio_pydoc.la libkdevpythonsupport_la_LDFLAGS = $(all_libraries) $(KDE_PLUGIN) -libkdevpythonsupport_la_LIBADD = $(top_builddir)/lib/libkdevelop.la \ +libkdevpythonsupport_la_LIBADD = $(top_builddir)/lib/libtdevelop.la \ $(top_builddir)/languages/lib/designer_integration/libdesignerintegration.la libkdevpythonsupport_la_SOURCES = pythonsupportpart.cpp pythonconfigwidget.cpp pythonconfigwidgetbase.ui \ pythonimplementationwidget.cpp qtdesignerpythonintegration.cpp diff --git a/languages/python/README.dox b/languages/python/README.dox index e581f9e1..339976a3 100644 --- a/languages/python/README.dox +++ b/languages/python/README.dox @@ -6,7 +6,7 @@ over several lines. You can even use some html commands in these lines like: This is code, html links link text, and images. -\authors Bernd Gehrmann +\authors Bernd Gehrmann \maintainer $AUTHOR$ \maintainer 2nd maintainer full name diff --git a/languages/python/app_templates/CMakeLists.txt b/languages/python/app_templates/CMakeLists.txt index 26cceb47..b31829e6 100644 --- a/languages/python/app_templates/CMakeLists.txt +++ b/languages/python/app_templates/CMakeLists.txt @@ -15,4 +15,4 @@ add_subdirectory( pyqt ) install( FILES python.appwizard - DESTINATION ${DATA_INSTALL_DIR}/kdevelop/profiles/IDE/ScriptingLanguageIDE/PythonIDE ) + DESTINATION ${DATA_INSTALL_DIR}/tdevelop/profiles/IDE/ScriptingLanguageIDE/PythonIDE ) diff --git a/languages/python/app_templates/Makefile.am b/languages/python/app_templates/Makefile.am index 1ca030e1..ebc46b87 100644 --- a/languages/python/app_templates/Makefile.am +++ b/languages/python/app_templates/Makefile.am @@ -1,3 +1,3 @@ SUBDIRS = pythonhello pytk pyqt -profilesdir = $(kde_datadir)/kdevelop/profiles/IDE/ScriptingLanguageIDE/PythonIDE +profilesdir = $(kde_datadir)/tdevelop/profiles/IDE/ScriptingLanguageIDE/PythonIDE profiles_DATA = python.appwizard diff --git a/languages/python/app_templates/pyqt/CMakeLists.txt b/languages/python/app_templates/pyqt/CMakeLists.txt index 131e2165..672d6652 100644 --- a/languages/python/app_templates/pyqt/CMakeLists.txt +++ b/languages/python/app_templates/pyqt/CMakeLists.txt @@ -11,7 +11,7 @@ add_custom_target( pyqt.tar.gz ALL COMMAND tar zcf pyqt.tar.gz -C ${CMAKE_CURRENT_SOURCE_DIR} - app.py app.kdevelop fileopen.pyxpm fileprint.pyxpm + app.py app.tdevelop fileopen.pyxpm fileprint.pyxpm filesave.pyxpm app-Makefile.am app-autogen.sh app-configure.ac documentdetails.ui missing install-sh mkinstalldirs pyqt-am-preproc.py templates-ui-dialog diff --git a/languages/python/app_templates/pyqt/Makefile.am b/languages/python/app_templates/pyqt/Makefile.am index ea9502cc..dc12ca69 100644 --- a/languages/python/app_templates/pyqt/Makefile.am +++ b/languages/python/app_templates/pyqt/Makefile.am @@ -1,4 +1,4 @@ -dataFiles = app.py app.kdevelop fileopen.pyxpm fileprint.pyxpm \ +dataFiles = app.py app.tdevelop fileopen.pyxpm fileprint.pyxpm \ filesave.pyxpm app-Makefile.am app-autogen.sh app-configure.ac \ documentdetails.ui missing install-sh mkinstalldirs \ pyqt-am-preproc.py templates-ui-dialog templates-ui-mainwin \ diff --git a/languages/python/app_templates/pyqt/app.kdevelop b/languages/python/app_templates/pyqt/app.kdevelop index a8fb1726..2abb394e 100644 --- a/languages/python/app_templates/pyqt/app.kdevelop +++ b/languages/python/app_templates/pyqt/app.kdevelop @@ -1,5 +1,5 @@ - + %{AUTHOR} %{EMAIL} @@ -78,4 +78,4 @@ - + diff --git a/languages/python/app_templates/pyqt/pyqt-am-preproc.py b/languages/python/app_templates/pyqt/pyqt-am-preproc.py index dda5e2c3..ff7b5a16 100644 --- a/languages/python/app_templates/pyqt/pyqt-am-preproc.py +++ b/languages/python/app_templates/pyqt/pyqt-am-preproc.py @@ -38,7 +38,7 @@ mf = f.readlines() f.close() # parse for variables -re_variable = re.compile("^(#kdevelop:[ \t]*)?([A-Za-z][A-Za-z0-9_]*)[ \t]*:?=[ \t]*(.*)$") +re_variable = re.compile("^(#tdevelop:[ \t]*)?([A-Za-z][A-Za-z0-9_]*)[ \t]*:?=[ \t]*(.*)$") variables = {} diff --git a/languages/python/app_templates/pyqt/pyqt.kdevtemplate b/languages/python/app_templates/pyqt/pyqt.kdevtemplate index bffbcd8c..f19e263c 100644 --- a/languages/python/app_templates/pyqt/pyqt.kdevtemplate +++ b/languages/python/app_templates/pyqt/pyqt.kdevtemplate @@ -66,13 +66,13 @@ Archive=pyqt.tar.gz [GNU] Type=include -File=%{kdevelop}/template-common/gnu.kdevtemplate +File=%{tdevelop}/template-common/gnu.kdevtemplate [FILE1] Type=install EscapeXML=true -Source=%{src}/app.kdevelop -Dest=%{dest}/%{APPNAMELC}.kdevelop +Source=%{src}/app.tdevelop +Dest=%{dest}/%{APPNAMELC}.tdevelop [FILE2] Type=install diff --git a/languages/python/app_templates/pythonhello/CMakeLists.txt b/languages/python/app_templates/pythonhello/CMakeLists.txt index 84dfc7b0..dfdbbc3b 100644 --- a/languages/python/app_templates/pythonhello/CMakeLists.txt +++ b/languages/python/app_templates/pythonhello/CMakeLists.txt @@ -11,7 +11,7 @@ add_custom_target( pythonhello.tar.gz ALL COMMAND tar zcf pythonhello.tar.gz -C ${CMAKE_CURRENT_SOURCE_DIR} - app.py app.kdevelop pythonhello.png + app.py app.tdevelop pythonhello.png ) diff --git a/languages/python/app_templates/pythonhello/Makefile.am b/languages/python/app_templates/pythonhello/Makefile.am index 3d66b1a7..2dc4f559 100644 --- a/languages/python/app_templates/pythonhello/Makefile.am +++ b/languages/python/app_templates/pythonhello/Makefile.am @@ -1,4 +1,4 @@ -dataFiles = app.py app.kdevelop pythonhello.png +dataFiles = app.py app.tdevelop pythonhello.png templateName = pythonhello ### no need to change below: template_DATA = $(templateName).kdevtemplate diff --git a/languages/python/app_templates/pythonhello/app.kdevelop b/languages/python/app_templates/pythonhello/app.kdevelop index 2c494d6a..9826d145 100644 --- a/languages/python/app_templates/pythonhello/app.kdevelop +++ b/languages/python/app_templates/pythonhello/app.kdevelop @@ -1,5 +1,5 @@ - + %{AUTHOR} %{EMAIL} @@ -81,4 +81,4 @@ - + diff --git a/languages/python/app_templates/pythonhello/pythonhello.kdevtemplate b/languages/python/app_templates/pythonhello/pythonhello.kdevtemplate index 6d52cf8a..0e130571 100644 --- a/languages/python/app_templates/pythonhello/pythonhello.kdevtemplate +++ b/languages/python/app_templates/pythonhello/pythonhello.kdevtemplate @@ -66,8 +66,8 @@ Archive=pythonhello.tar.gz [FILE1] Type=install EscapeXML=true -Source=%{src}/app.kdevelop -Dest=%{dest}/%{APPNAMELC}.kdevelop +Source=%{src}/app.tdevelop +Dest=%{dest}/%{APPNAMELC}.tdevelop [FILE2] Type=install diff --git a/languages/python/app_templates/pytk/CMakeLists.txt b/languages/python/app_templates/pytk/CMakeLists.txt index ad5572b7..1a28ddad 100644 --- a/languages/python/app_templates/pytk/CMakeLists.txt +++ b/languages/python/app_templates/pytk/CMakeLists.txt @@ -11,7 +11,7 @@ add_custom_target( pytk.tar.gz ALL COMMAND tar zcf pytk.tar.gz -C ${CMAKE_CURRENT_SOURCE_DIR} - app.py app.kdevelop pytk.png + app.py app.tdevelop pytk.png ) diff --git a/languages/python/app_templates/pytk/Makefile.am b/languages/python/app_templates/pytk/Makefile.am index 0639ee15..d1ebe715 100644 --- a/languages/python/app_templates/pytk/Makefile.am +++ b/languages/python/app_templates/pytk/Makefile.am @@ -1,4 +1,4 @@ -dataFiles = app.py app.kdevelop pytk.png +dataFiles = app.py app.tdevelop pytk.png templateName = pytk ### no need to change below: template_DATA = $(templateName).kdevtemplate diff --git a/languages/python/app_templates/pytk/app.kdevelop b/languages/python/app_templates/pytk/app.kdevelop index 044ea0b7..1482b842 100644 --- a/languages/python/app_templates/pytk/app.kdevelop +++ b/languages/python/app_templates/pytk/app.kdevelop @@ -1,5 +1,5 @@ - + %{AUTHOR} %{EMAIL} @@ -79,4 +79,4 @@ - + diff --git a/languages/python/app_templates/pytk/pytk.kdevtemplate b/languages/python/app_templates/pytk/pytk.kdevtemplate index 3756df01..3b8ac6bc 100644 --- a/languages/python/app_templates/pytk/pytk.kdevtemplate +++ b/languages/python/app_templates/pytk/pytk.kdevtemplate @@ -66,8 +66,8 @@ Archive=pytk.tar.gz [FILE1] Type=install EscapeXML=true -Source=%{src}/app.kdevelop -Dest=%{dest}/%{APPNAMELC}.kdevelop +Source=%{src}/app.tdevelop +Dest=%{dest}/%{APPNAMELC}.tdevelop [FILE2] Type=install diff --git a/languages/python/doc/python.toc b/languages/python/doc/python.toc index 08f3b21d..342e213c 100644 --- a/languages/python/doc/python.toc +++ b/languages/python/doc/python.toc @@ -1,5 +1,5 @@ - - + + Python @@ -1567,5 +1567,5 @@ - + diff --git a/languages/python/doc/python_bugs.toc b/languages/python/doc/python_bugs.toc index 0b2a5196..136804a5 100644 --- a/languages/python/doc/python_bugs.toc +++ b/languages/python/doc/python_bugs.toc @@ -1,7 +1,7 @@ - - + + Python bugs - + diff --git a/languages/python/pydoc.cpp b/languages/python/pydoc.cpp index 4b70e170..afe3ce74 100644 --- a/languages/python/pydoc.cpp +++ b/languages/python/pydoc.cpp @@ -9,7 +9,7 @@ #include #include #include -#include +#include #include #include @@ -97,7 +97,7 @@ extern "C" { int kdemain(int argc, char **argv) { KInstance instance( "kio_pydoc" ); - KGlobal::locale()->setMainCatalogue("kdevelop"); + KGlobal::locale()->setMainCatalogue("tdevelop"); if (argc != 4) { fprintf(stderr, "Usage: kio_pydoc protocol domain-socket1 domain-socket2\n"); diff --git a/languages/python/pythonconfigwidget.cpp b/languages/python/pythonconfigwidget.cpp index 29103705..09fc00ac 100644 --- a/languages/python/pythonconfigwidget.cpp +++ b/languages/python/pythonconfigwidget.cpp @@ -1,6 +1,6 @@ /*************************************************************************** * Copyright (C) 2002 by Bernd Gehrmann * - * bernd@kdevelop.org * + * bernd@tdevelop.org * * * * This program is free software; you can redistribute it and/or modify * * it under the terms of the GNU General Public License as published by * diff --git a/languages/python/pythonconfigwidget.h b/languages/python/pythonconfigwidget.h index 37427c7a..5cfd8505 100644 --- a/languages/python/pythonconfigwidget.h +++ b/languages/python/pythonconfigwidget.h @@ -1,6 +1,6 @@ /*************************************************************************** * Copyright (C) 2002 by Bernd Gehrmann * - * bernd@kdevelop.org * + * bernd@tdevelop.org * * * * This program is free software; you can redistribute it and/or modify * * it under the terms of the GNU General Public License as published by * diff --git a/languages/python/pythonimplementationwidget.cpp b/languages/python/pythonimplementationwidget.cpp index 9aba5441..94835226 100644 --- a/languages/python/pythonimplementationwidget.cpp +++ b/languages/python/pythonimplementationwidget.cpp @@ -1,6 +1,6 @@ /*************************************************************************** * Copyright (C) 2005 by Alexander Dymo * - * adymo@kdevelop.org * + * adymo@tdevelop.org * * * * This program is free software; you can redistribute it and/or modify * * it under the terms of the GNU General Public License as published by * diff --git a/languages/python/pythonimplementationwidget.h b/languages/python/pythonimplementationwidget.h index 12db23cd..b20c098c 100644 --- a/languages/python/pythonimplementationwidget.h +++ b/languages/python/pythonimplementationwidget.h @@ -1,6 +1,6 @@ /*************************************************************************** * Copyright (C) 2005 by Alexander Dymo * - * adymo@kdevelop.org * + * adymo@tdevelop.org * * * * This program is free software; you can redistribute it and/or modify * * it under the terms of the GNU General Public License as published by * diff --git a/languages/python/pythonsupportpart.cpp b/languages/python/pythonsupportpart.cpp index f7014bb6..39e635b3 100644 --- a/languages/python/pythonsupportpart.cpp +++ b/languages/python/pythonsupportpart.cpp @@ -1,6 +1,6 @@ /*************************************************************************** * Copyright (C) 2001-2002 by Bernd Gehrmann * - * bernd@kdevelop.org * + * bernd@tdevelop.org * * * * This program is free software; you can redistribute it and/or modify * * it under the terms of the GNU General Public License as published by * diff --git a/languages/python/pythonsupportpart.h b/languages/python/pythonsupportpart.h index e9e65bfa..ed569f50 100644 --- a/languages/python/pythonsupportpart.h +++ b/languages/python/pythonsupportpart.h @@ -1,6 +1,6 @@ /*************************************************************************** * Copyright (C) 2001-2002 by Bernd Gehrmann * - * bernd@kdevelop.org * + * bernd@tdevelop.org * * * * This program is free software; you can redistribute it and/or modify * * it under the terms of the GNU General Public License as published by * diff --git a/languages/python/qtdesignerpythonintegration.cpp b/languages/python/qtdesignerpythonintegration.cpp index 267da965..d9503339 100644 --- a/languages/python/qtdesignerpythonintegration.cpp +++ b/languages/python/qtdesignerpythonintegration.cpp @@ -1,6 +1,6 @@ /*************************************************************************** * Copyright (C) 2005 by Alexander Dymo * - * adymo@kdevelop.org * + * adymo@tdevelop.org * * * * This program is free software; you can redistribute it and/or modify * * it under the terms of the GNU General Public License as published by * diff --git a/languages/python/qtdesignerpythonintegration.h b/languages/python/qtdesignerpythonintegration.h index 63759d23..f9d9606b 100644 --- a/languages/python/qtdesignerpythonintegration.h +++ b/languages/python/qtdesignerpythonintegration.h @@ -1,6 +1,6 @@ /*************************************************************************** * Copyright (C) 2005 by Alexander Dymo * - * adymo@kdevelop.org * + * adymo@tdevelop.org * * * * This program is free software; you can redistribute it and/or modify * * it under the terms of the GNU General Public License as published by * diff --git a/languages/ruby/Makefile.am b/languages/ruby/Makefile.am index 1b5fb83b..e0a3612b 100644 --- a/languages/ruby/Makefile.am +++ b/languages/ruby/Makefile.am @@ -9,7 +9,7 @@ SUBDIRS = app_templates file_templates doc debugger kde_module_LTLIBRARIES = libkdevrubysupport.la libkdevrubysupport_la_LDFLAGS = $(all_libraries) $(KDE_PLUGIN) -libkdevrubysupport_la_LIBADD = $(top_builddir)/lib/libkdevelop.la \ +libkdevrubysupport_la_LIBADD = $(top_builddir)/lib/libtdevelop.la \ $(top_builddir)/languages/lib/designer_integration/libdesignerintegration.la $(top_builddir)/lib/util/libkdevutil.la libkdevrubysupport_la_SOURCES = rubysupport_part.cpp rubyconfigwidgetbase.ui \ diff --git a/languages/ruby/README b/languages/ruby/README index 731741e1..7df3c4b5 100644 --- a/languages/ruby/README +++ b/languages/ruby/README @@ -1,3 +1,3 @@ Please read the on-line, automaticaly updated KDevelop API documentation at: -http://www.kdevelop.org +http://www.tdevelop.org or read the README.dox file. diff --git a/languages/ruby/app_templates/CMakeLists.txt b/languages/ruby/app_templates/CMakeLists.txt index 9e07d2c5..1f8c054a 100644 --- a/languages/ruby/app_templates/CMakeLists.txt +++ b/languages/ruby/app_templates/CMakeLists.txt @@ -20,4 +20,4 @@ add_subdirectory( qtruby4app ) install( FILES ruby.appwizard - DESTINATION ${DATA_INSTALL_DIR}/kdevelop/profiles/IDE/ScriptingLanguageIDE/RubyIDE ) + DESTINATION ${DATA_INSTALL_DIR}/tdevelop/profiles/IDE/ScriptingLanguageIDE/RubyIDE ) diff --git a/languages/ruby/app_templates/Makefile.am b/languages/ruby/app_templates/Makefile.am index 52239564..3150485b 100644 --- a/languages/ruby/app_templates/Makefile.am +++ b/languages/ruby/app_templates/Makefile.am @@ -1,3 +1,3 @@ SUBDIRS = rubyhello qtruby qtrubyapp dcopservice kapp kxt rails qtruby4app -profilesdir = $(kde_datadir)/kdevelop/profiles/IDE/ScriptingLanguageIDE/RubyIDE +profilesdir = $(kde_datadir)/tdevelop/profiles/IDE/ScriptingLanguageIDE/RubyIDE profiles_DATA = ruby.appwizard diff --git a/languages/ruby/app_templates/dcopservice/CMakeLists.txt b/languages/ruby/app_templates/dcopservice/CMakeLists.txt index 3e6b459b..f673e72c 100644 --- a/languages/ruby/app_templates/dcopservice/CMakeLists.txt +++ b/languages/ruby/app_templates/dcopservice/CMakeLists.txt @@ -12,7 +12,7 @@ add_custom_target( dcopserviceruby.tar.gz ALL COMMAND tar zcf dcopserviceruby.tar.gz -C ${CMAKE_CURRENT_SOURCE_DIR} dcopservice.desktop app.cpp app-configure.in.in - src-Makefile.am main.rb dcopservice.rb dcopservice.kdevelop + src-Makefile.am main.rb dcopservice.rb dcopservice.tdevelop subdirs ) diff --git a/languages/ruby/app_templates/dcopservice/Makefile.am b/languages/ruby/app_templates/dcopservice/Makefile.am index 441e9ceb..a7193d6a 100644 --- a/languages/ruby/app_templates/dcopservice/Makefile.am +++ b/languages/ruby/app_templates/dcopservice/Makefile.am @@ -1,5 +1,5 @@ dataFiles = dcopservice.desktop app.cpp app-configure.in.in \ - src-Makefile.am main.rb dcopservice.rb dcopservice.kdevelop \ + src-Makefile.am main.rb dcopservice.rb dcopservice.tdevelop \ subdirs templateName = dcopserviceruby diff --git a/languages/ruby/app_templates/dcopservice/dcopservice.kdevelop b/languages/ruby/app_templates/dcopservice/dcopservice.kdevelop index f4e274da..0d4d45e3 100644 --- a/languages/ruby/app_templates/dcopservice/dcopservice.kdevelop +++ b/languages/ruby/app_templates/dcopservice/dcopservice.kdevelop @@ -1,5 +1,5 @@ - + %{AUTHOR} %{EMAIL} @@ -88,4 +88,4 @@ %{APPNAMELC}.tag - + diff --git a/languages/ruby/app_templates/dcopservice/dcopserviceruby.kdevtemplate b/languages/ruby/app_templates/dcopservice/dcopserviceruby.kdevtemplate index adf9c172..9873b1f1 100644 --- a/languages/ruby/app_templates/dcopservice/dcopserviceruby.kdevtemplate +++ b/languages/ruby/app_templates/dcopservice/dcopserviceruby.kdevtemplate @@ -66,11 +66,11 @@ Archive=dcopserviceruby.tar.gz [ADMIN] Type=include -File=%{kdevelop}/template-common/admin.kdevtemplate +File=%{tdevelop}/template-common/admin.kdevtemplate [GNU] Type=include -File=%{kdevelop}/template-common/gnu.kdevtemplate +File=%{tdevelop}/template-common/gnu.kdevtemplate [MKDIR_DOCBOOK1] Type=mkdir @@ -82,25 +82,25 @@ Dir=%{dest}/doc/en [FILE1] Type=install -Source=%{kdevelop}/template-common/kde-doc-Makefile.am +Source=%{tdevelop}/template-common/kde-doc-Makefile.am Dest=%{dest}/doc/Makefile.am [FILE2] Type=install -Source=%{kdevelop}/template-common/kde-doc-en-Makefile.am +Source=%{tdevelop}/template-common/kde-doc-en-Makefile.am Dest=%{dest}/doc/en/Makefile.am [FILE3] Type=install EscapeXML=true -Source=%{kdevelop}/template-common/kde-index.docbook +Source=%{tdevelop}/template-common/kde-index.docbook Dest=%{dest}/doc/en/index.docbook [FILE4] Type=install EscapeXML=true -Source=%{src}/dcopservice.kdevelop -Dest=%{dest}/%{APPNAMELC}.kdevelop +Source=%{src}/dcopservice.tdevelop +Dest=%{dest}/%{APPNAMELC}.tdevelop [MkDir3] Type=mkdir @@ -108,7 +108,7 @@ Dir=%{dest}/src [FILE5] Type=install -Source=%{kdevelop}/template-common/kde-app.lsm +Source=%{tdevelop}/template-common/kde-app.lsm Dest=%{dest}/src/%{APPNAMELC}.lsm [MkDir4] @@ -117,17 +117,17 @@ Dir=%{dest}/po [FILE6] Type=install -Source=%{kdevelop}/template-common/kde-po-Makefile.am +Source=%{tdevelop}/template-common/kde-po-Makefile.am Dest=%{dest}/po/Makefile.am [FILE7] Type=install -Source=%{kdevelop}/template-common/kde-Makefile.am +Source=%{tdevelop}/template-common/kde-Makefile.am Dest=%{dest}/Makefile.am [FILE8] Type=install -Source=%{kdevelop}/template-common/kde-Makefile.cvs +Source=%{tdevelop}/template-common/kde-Makefile.cvs Dest=%{dest}/Makefile.cvs [FILE9] diff --git a/languages/ruby/app_templates/dcopservice/main.rb b/languages/ruby/app_templates/dcopservice/main.rb index 3122b087..9b5f6406 100644 --- a/languages/ruby/app_templates/dcopservice/main.rb +++ b/languages/ruby/app_templates/dcopservice/main.rb @@ -5,7 +5,7 @@ description = I18N_NOOP("A KDE DCOP Application") version = "0.1" options = [] -KDE::Locale.mainCatalogue = "kdelibs" +KDE::Locale.mainCatalogue = "tdelibs" aboutdata = KDE::AboutData.new("%{APPNAMELC}", I18N_NOOP("KDE"), version, description, KDE::AboutData.License_GPL, "(C) %{YEAR}, %{AUTHOR}") diff --git a/languages/ruby/app_templates/kapp/CMakeLists.txt b/languages/ruby/app_templates/kapp/CMakeLists.txt index 41c2de16..6817278b 100644 --- a/languages/ruby/app_templates/kapp/CMakeLists.txt +++ b/languages/ruby/app_templates/kapp/CMakeLists.txt @@ -12,7 +12,7 @@ add_custom_target( kappruby.tar.gz ALL COMMAND tar zcf kappruby.tar.gz -C ${CMAKE_CURRENT_SOURCE_DIR} app_client.rb appiface.rb app.rb appview.rb main.rb pref.rb - app.cpp appui.rc app.desktop app.kdevelop app-Makefile.am + app.cpp appui.rc app.desktop app.tdevelop app-Makefile.am app-configure.in.in src-Makefile.am subdirs README ) diff --git a/languages/ruby/app_templates/kapp/Makefile.am b/languages/ruby/app_templates/kapp/Makefile.am index 20cf1f3f..9dbc37b5 100644 --- a/languages/ruby/app_templates/kapp/Makefile.am +++ b/languages/ruby/app_templates/kapp/Makefile.am @@ -1,5 +1,5 @@ dataFiles = app_client.rb appiface.rb app.rb appview.rb main.rb pref.rb app.cpp \ - appui.rc app.desktop app.kdevelop app-Makefile.am app-configure.in.in \ + appui.rc app.desktop app.tdevelop app-Makefile.am app-configure.in.in \ src-Makefile.am subdirs README templateName = kappruby diff --git a/languages/ruby/app_templates/kapp/app.kdevelop b/languages/ruby/app_templates/kapp/app.kdevelop index 3a1efdd9..5c57b8fb 100644 --- a/languages/ruby/app_templates/kapp/app.kdevelop +++ b/languages/ruby/app_templates/kapp/app.kdevelop @@ -1,5 +1,5 @@ - + %{AUTHOR} %{EMAIL} @@ -87,4 +87,4 @@ src/main.rb - + diff --git a/languages/ruby/app_templates/kapp/kappruby.kdevtemplate b/languages/ruby/app_templates/kapp/kappruby.kdevtemplate index 490d7591..d0fc3f88 100644 --- a/languages/ruby/app_templates/kapp/kappruby.kdevtemplate +++ b/languages/ruby/app_templates/kapp/kappruby.kdevtemplate @@ -64,11 +64,11 @@ Archive=kappruby.tar.gz [ADMIN] Type=include -File=%{kdevelop}/template-common/admin.kdevtemplate +File=%{tdevelop}/template-common/admin.kdevtemplate [GNU] Type=include -File=%{kdevelop}/template-common/gnu.kdevtemplate +File=%{tdevelop}/template-common/gnu.kdevtemplate [MKDIR_DOCBOOK1] Type=mkdir @@ -80,34 +80,34 @@ Dir=%{dest}/doc/en [FILE1] Type=install -Source=%{kdevelop}/template-common/kde-doc-Makefile.am +Source=%{tdevelop}/template-common/kde-doc-Makefile.am Dest=%{dest}/doc/Makefile.am [FILE2] Type=install -Source=%{kdevelop}/template-common/kde-doc-en-Makefile.am +Source=%{tdevelop}/template-common/kde-doc-en-Makefile.am Dest=%{dest}/doc/en/Makefile.am [FILE3] Type=install EscapeXML=true -Source=%{kdevelop}/template-common/kde-index.docbook +Source=%{tdevelop}/template-common/kde-index.docbook Dest=%{dest}/doc/en/index.docbook [FILE4] Type=install EscapeXML=true -Source=%{src}/app.kdevelop -Dest=%{dest}/%{APPNAMELC}.kdevelop +Source=%{src}/app.tdevelop +Dest=%{dest}/%{APPNAMELC}.tdevelop [FILE5] Type=install -Source=%{kdevelop}/template-common/kde-Makefile.am +Source=%{tdevelop}/template-common/kde-Makefile.am Dest=%{dest}/Makefile.am [FILE6] Type=install -Source=%{kdevelop}/template-common/kde-Makefile.cvs +Source=%{tdevelop}/template-common/kde-Makefile.cvs Dest=%{dest}/Makefile.cvs [FILE7] @@ -121,23 +121,23 @@ Dir=%{dest}/src [FILE8] Type=install -Source=%{kdevelop}/template-common/kde-app.desktop +Source=%{tdevelop}/template-common/kde-app.desktop Dest=%{dest}/src/%{APPNAMELC}.desktop [FILE9] Type=install -Source=%{kdevelop}/template-common/kde-app.lsm +Source=%{tdevelop}/template-common/kde-app.lsm Dest=%{dest}/src/%{APPNAMELC}.lsm [FILE10] Type=install -Source=%{kdevelop}/template-common/hi16-app-app.png +Source=%{tdevelop}/template-common/hi16-app-app.png Dest=%{dest}/src/hi16-app-%{APPNAMELC}.png Process=false [FILE11] Type=install -Source=%{kdevelop}/template-common/hi32-app-app.png +Source=%{tdevelop}/template-common/hi32-app-app.png Dest=%{dest}/src/hi32-app-%{APPNAMELC}.png Process=false @@ -147,7 +147,7 @@ Dir=%{dest}/po [FILE12] Type=install -Source=%{kdevelop}/template-common/kde-po-Makefile.am +Source=%{tdevelop}/template-common/kde-po-Makefile.am Dest=%{dest}/po/Makefile.am [FILE13] diff --git a/languages/ruby/app_templates/kxt/CMakeLists.txt b/languages/ruby/app_templates/kxt/CMakeLists.txt index 2543047d..539cfdb6 100644 --- a/languages/ruby/app_templates/kxt/CMakeLists.txt +++ b/languages/ruby/app_templates/kxt/CMakeLists.txt @@ -12,7 +12,7 @@ add_custom_target( kxtruby.tar.gz ALL COMMAND tar zcf kxtruby.tar.gz -C ${CMAKE_CURRENT_SOURCE_DIR} app.rb main.rb prefs.rb app.cpp appview.rb appview_base.ui - prefs-base.ui appui.rc app.desktop kxtruby.png app.kdevelop + prefs-base.ui appui.rc app.desktop kxtruby.png app.tdevelop app-Makefile.am app-configure.in.in app.kcfg settings.kcfgc src-Makefile.am subdirs README ) diff --git a/languages/ruby/app_templates/kxt/Makefile.am b/languages/ruby/app_templates/kxt/Makefile.am index b642b88b..2ea8cf5b 100644 --- a/languages/ruby/app_templates/kxt/Makefile.am +++ b/languages/ruby/app_templates/kxt/Makefile.am @@ -1,5 +1,5 @@ dataFiles = app.rb main.rb prefs.rb app.cpp appview.rb appview_base.ui prefs-base.ui \ - appui.rc app.desktop kxtruby.png app.kdevelop \ + appui.rc app.desktop kxtruby.png app.tdevelop \ app-Makefile.am app-configure.in.in \ app.kcfg settings.kcfgc src-Makefile.am subdirs README diff --git a/languages/ruby/app_templates/kxt/README b/languages/ruby/app_templates/kxt/README index 490ddab8..0e9ea0a3 100644 --- a/languages/ruby/app_templates/kxt/README +++ b/languages/ruby/app_templates/kxt/README @@ -10,8 +10,8 @@ this application template, a KConfig XT Ruby template. -- REQUIREMENTS -- you need - Qt version might be 3.3.4 or 3.3.5. -- kdelibs 3.5 and kdelibs headers 3.5 (devel package) in order to build this template. -- Korundum either from your distribution or from the kdebindings module or also +- tdelibs 3.5 and tdelibs headers 3.5 (devel package) in order to build this template. +- Korundum either from your distribution or from the tdebindings module or also from http://rubyforge.org/projects/korundum/. diff --git a/languages/ruby/app_templates/kxt/app.kdevelop b/languages/ruby/app_templates/kxt/app.kdevelop index 3a1efdd9..5c57b8fb 100644 --- a/languages/ruby/app_templates/kxt/app.kdevelop +++ b/languages/ruby/app_templates/kxt/app.kdevelop @@ -1,5 +1,5 @@ - + %{AUTHOR} %{EMAIL} @@ -87,4 +87,4 @@ src/main.rb - + diff --git a/languages/ruby/app_templates/kxt/kxtruby.kdevtemplate b/languages/ruby/app_templates/kxt/kxtruby.kdevtemplate index fd2a5c1a..841f56e0 100644 --- a/languages/ruby/app_templates/kxt/kxtruby.kdevtemplate +++ b/languages/ruby/app_templates/kxt/kxtruby.kdevtemplate @@ -67,11 +67,11 @@ Archive=kxtruby.tar.gz [ADMIN] Type=include -File=%{kdevelop}/template-common/admin.kdevtemplate +File=%{tdevelop}/template-common/admin.kdevtemplate [GNU] Type=include -File=%{kdevelop}/template-common/gnu.kdevtemplate +File=%{tdevelop}/template-common/gnu.kdevtemplate [MKDIR_DOCBOOK1] Type=mkdir @@ -83,34 +83,34 @@ Dir=%{dest}/doc/en [FILE1] Type=install -Source=%{kdevelop}/template-common/kde-doc-Makefile.am +Source=%{tdevelop}/template-common/kde-doc-Makefile.am Dest=%{dest}/doc/Makefile.am [FILE2] Type=install -Source=%{kdevelop}/template-common/kde-doc-en-Makefile.am +Source=%{tdevelop}/template-common/kde-doc-en-Makefile.am Dest=%{dest}/doc/en/Makefile.am [FILE3] Type=install EscapeXML=true -Source=%{kdevelop}/template-common/kde-index.docbook +Source=%{tdevelop}/template-common/kde-index.docbook Dest=%{dest}/doc/en/index.docbook [FILE4] Type=install EscapeXML=true -Source=%{src}/app.kdevelop -Dest=%{dest}/%{APPNAMELC}.kdevelop +Source=%{src}/app.tdevelop +Dest=%{dest}/%{APPNAMELC}.tdevelop [FILE5] Type=install -Source=%{kdevelop}/template-common/kde-Makefile.am +Source=%{tdevelop}/template-common/kde-Makefile.am Dest=%{dest}/Makefile.am [FILE6] Type=install -Source=%{kdevelop}/template-common/kde-Makefile.cvs +Source=%{tdevelop}/template-common/kde-Makefile.cvs Dest=%{dest}/Makefile.cvs [FILE7] @@ -124,23 +124,23 @@ Dir=%{dest}/src [FILE8] Type=install -Source=%{kdevelop}/template-common/kde-app.desktop +Source=%{tdevelop}/template-common/kde-app.desktop Dest=%{dest}/src/%{APPNAMELC}.desktop [FILE9] Type=install -Source=%{kdevelop}/template-common/kde-app.lsm +Source=%{tdevelop}/template-common/kde-app.lsm Dest=%{dest}/src/%{APPNAMELC}.lsm [FILE10] Type=install -Source=%{kdevelop}/template-common/hi16-app-app.png +Source=%{tdevelop}/template-common/hi16-app-app.png Dest=%{dest}/src/hi16-app-%{APPNAMELC}.png Process=false [FILE11] Type=install -Source=%{kdevelop}/template-common/hi32-app-app.png +Source=%{tdevelop}/template-common/hi32-app-app.png Dest=%{dest}/src/hi32-app-%{APPNAMELC}.png Process=false @@ -150,7 +150,7 @@ Dir=%{dest}/po [FILE12] Type=install -Source=%{kdevelop}/template-common/kde-po-Makefile.am +Source=%{tdevelop}/template-common/kde-po-Makefile.am Dest=%{dest}/po/Makefile.am [FILE13] diff --git a/languages/ruby/app_templates/qtruby/CMakeLists.txt b/languages/ruby/app_templates/qtruby/CMakeLists.txt index 476f6c65..beac7f1f 100644 --- a/languages/ruby/app_templates/qtruby/CMakeLists.txt +++ b/languages/ruby/app_templates/qtruby/CMakeLists.txt @@ -11,7 +11,7 @@ add_custom_target( qtruby.tar.gz ALL COMMAND tar zcf qtruby.tar.gz -C ${CMAKE_CURRENT_SOURCE_DIR} - app.rb app.kdevelop app-Makefile app.filelist README + app.rb app.tdevelop app-Makefile app.filelist README ) diff --git a/languages/ruby/app_templates/qtruby/Makefile.am b/languages/ruby/app_templates/qtruby/Makefile.am index 68b7bd82..919a69f5 100644 --- a/languages/ruby/app_templates/qtruby/Makefile.am +++ b/languages/ruby/app_templates/qtruby/Makefile.am @@ -1,4 +1,4 @@ -dataFiles = app.rb app.kdevelop app-Makefile app.filelist README +dataFiles = app.rb app.tdevelop app-Makefile app.filelist README templateName = qtruby ### no need to change below: diff --git a/languages/ruby/app_templates/qtruby/README b/languages/ruby/app_templates/qtruby/README index 34e85c43..27ca26c2 100644 --- a/languages/ruby/app_templates/qtruby/README +++ b/languages/ruby/app_templates/qtruby/README @@ -10,10 +10,10 @@ this application template, a simple QtRuby Hello world template. -- REQUIREMENTS -- you need - Qt version might be 3.3.4 or 3.3.5. -- kdelibs 3.5 and kdelibs headers 3.5 (devel package) in order to build this template. -- qtruby either from your distribution or from the kdebindings module or also from +- tdelibs 3.5 and tdelibs headers 3.5 (devel package) in order to build this template. +- qtruby either from your distribution or from the tdebindings module or also from http://rubyforge.org/projects/korundum/. -If you use the kdebindings module you need to build kdebindings/smoke/qt and then kdebindings/qtruby. +If you use the tdebindings module you need to build tdebindings/smoke/qt and then tdebindings/qtruby. ----------------------------------------------- diff --git a/languages/ruby/app_templates/qtruby/app.kdevelop b/languages/ruby/app_templates/qtruby/app.kdevelop index ec464627..3b59130c 100644 --- a/languages/ruby/app_templates/qtruby/app.kdevelop +++ b/languages/ruby/app_templates/qtruby/app.kdevelop @@ -1,5 +1,5 @@ - + %{AUTHOR} %{EMAIL} @@ -82,4 +82,4 @@ false - + diff --git a/languages/ruby/app_templates/qtruby/qtruby.kdevtemplate b/languages/ruby/app_templates/qtruby/qtruby.kdevtemplate index 6e7328ac..da8500dc 100644 --- a/languages/ruby/app_templates/qtruby/qtruby.kdevtemplate +++ b/languages/ruby/app_templates/qtruby/qtruby.kdevtemplate @@ -58,8 +58,8 @@ Archive=qtruby.tar.gz [FILE1] Type=install EscapeXML=true -Source=%{src}/app.kdevelop -Dest=%{dest}/%{APPNAMELC}.kdevelop +Source=%{src}/app.tdevelop +Dest=%{dest}/%{APPNAMELC}.tdevelop [FILE2] Type=install @@ -74,7 +74,7 @@ Dest=%{dest}/Makefile [FILE4] Type=install Source=%{src}/app.filelist -Dest=%{dest}/%{APPNAMELC}.kdevelop.filelist +Dest=%{dest}/%{APPNAMELC}.tdevelop.filelist [FILE5] Type=install diff --git a/languages/ruby/app_templates/qtruby4app/CMakeLists.txt b/languages/ruby/app_templates/qtruby4app/CMakeLists.txt index 8408f69a..e5045380 100644 --- a/languages/ruby/app_templates/qtruby4app/CMakeLists.txt +++ b/languages/ruby/app_templates/qtruby4app/CMakeLists.txt @@ -11,7 +11,7 @@ add_custom_target( qtruby4app.tar.gz ALL COMMAND tar zcf qtruby4app.tar.gz -C ${CMAKE_CURRENT_SOURCE_DIR} - main.rb qtruby4app.rb qtruby4app.png qtruby4app.kdevelop + main.rb qtruby4app.rb qtruby4app.png qtruby4app.tdevelop application.qrc ReadMe filesave.xpm fileopen.xpm filenew.xpm editcopy.xpm editpaste.xpm editcut.xpm app-Makefile app.filelist diff --git a/languages/ruby/app_templates/qtruby4app/Makefile.am b/languages/ruby/app_templates/qtruby4app/Makefile.am index 2bdc1ef9..8f4adecd 100644 --- a/languages/ruby/app_templates/qtruby4app/Makefile.am +++ b/languages/ruby/app_templates/qtruby4app/Makefile.am @@ -1,4 +1,4 @@ -dataFiles = main.rb qtruby4app.rb qtruby4app.png qtruby4app.kdevelop \ +dataFiles = main.rb qtruby4app.rb qtruby4app.png qtruby4app.tdevelop \ application.qrc ReadMe filesave.xpm fileopen.xpm filenew.xpm \ editcopy.xpm editpaste.xpm editcut.xpm app-Makefile app.filelist diff --git a/languages/ruby/app_templates/qtruby4app/qrc_application.rb b/languages/ruby/app_templates/qtruby4app/qrc_application.rb index b2bd7673..861ea1e0 100644 --- a/languages/ruby/app_templates/qtruby4app/qrc_application.rb +++ b/languages/ruby/app_templates/qtruby4app/qrc_application.rb @@ -21,7 +21,7 @@ class QCleanupResources__dest_class__ end @@qt_resource_data = [ - # /home/rdale/src/kde/branches/KDE/3.5/kdevelop/languages/ruby/app_templates/qtruby4makeapp/fileopen.xpm + # /home/rdale/src/kde/branches/KDE/3.5/tdevelop/languages/ruby/app_templates/qtruby4makeapp/fileopen.xpm 0x0,0x0,0x18,0xf9, 0x2f, 0x2a,0x20,0x58,0x50,0x4d,0x20,0x2a,0x2f,0xa,0x73,0x74,0x61,0x74,0x69,0x63,0x20, @@ -424,7 +424,7 @@ class QCleanupResources__dest_class__ 0x58,0x59,0x58,0x59,0x58,0x59,0x58,0x59,0x58,0x59,0x58,0x59,0x58,0x59,0x58,0x59, 0x58,0x59,0x58,0x59,0x58,0x59,0x58,0x59,0x58,0x59,0x58,0x59,0x58,0x59,0x58,0x59, 0x58,0x59,0x58,0x22,0xa,0x7d,0x3b,0xa, - # /home/rdale/src/kde/branches/KDE/3.5/kdevelop/languages/ruby/app_templates/qtruby4makeapp/filesave.xpm + # /home/rdale/src/kde/branches/KDE/3.5/tdevelop/languages/ruby/app_templates/qtruby4makeapp/filesave.xpm 0x0,0x0,0x18,0xf9, 0x2f, 0x2a,0x20,0x58,0x50,0x4d,0x20,0x2a,0x2f,0xa,0x73,0x74,0x61,0x74,0x69,0x63,0x20, @@ -827,7 +827,7 @@ class QCleanupResources__dest_class__ 0x58,0x59,0x58,0x59,0x58,0x59,0x58,0x59,0x58,0x59,0x58,0x59,0x58,0x59,0x58,0x59, 0x58,0x59,0x58,0x59,0x58,0x59,0x58,0x59,0x58,0x59,0x58,0x59,0x58,0x59,0x58,0x59, 0x58,0x59,0x58,0x22,0xa,0x7d,0x3b,0xa, - # /home/rdale/src/kde/branches/KDE/3.5/kdevelop/languages/ruby/app_templates/qtruby4makeapp/editcopy.xpm + # /home/rdale/src/kde/branches/KDE/3.5/tdevelop/languages/ruby/app_templates/qtruby4makeapp/editcopy.xpm 0x0,0x0,0x12,0x99, 0x2f, 0x2a,0x20,0x58,0x50,0x4d,0x20,0x2a,0x2f,0xa,0x73,0x74,0x61,0x74,0x69,0x63,0x20, @@ -1128,7 +1128,7 @@ class QCleanupResources__dest_class__ 0x2e,0x44,0x2e,0x44,0x2e,0x44,0x2e,0x44,0x2e,0x44,0x2e,0x44,0x2e,0x44,0x2e,0x44, 0x2e,0x44,0x2e,0x44,0x2e,0x44,0x2e,0x44,0x2e,0x44,0x2e,0x44,0x2e,0x44,0x2e,0x44, 0x2e,0x44,0x2e,0x22,0xa,0x7d,0x3b,0xa, - # /home/rdale/src/kde/branches/KDE/3.5/kdevelop/languages/ruby/app_templates/qtruby4makeapp/filenew.xpm + # /home/rdale/src/kde/branches/KDE/3.5/tdevelop/languages/ruby/app_templates/qtruby4makeapp/filenew.xpm 0x0,0x0,0x14,0x9, 0x2f, 0x2a,0x20,0x58,0x50,0x4d,0x20,0x2a,0x2f,0xa,0x73,0x74,0x61,0x74,0x69,0x63,0x20, @@ -1452,7 +1452,7 @@ class QCleanupResources__dest_class__ 0x20,0x60,0x2e,0x60,0x2e,0x60,0x2e,0x60,0x2e,0x60,0x2e,0x60,0x2e,0x60,0x2e,0x60, 0x2e,0x60,0x2e,0x60,0x2e,0x60,0x2e,0x60,0x2e,0x60,0x2e,0x60,0x2e,0x60,0x2e,0x60, 0x2e,0x60,0x2e,0x22,0xa,0x7d,0x3b,0xa, - # /home/rdale/src/kde/branches/KDE/3.5/kdevelop/languages/ruby/app_templates/qtruby4makeapp/editpaste.xpm + # /home/rdale/src/kde/branches/KDE/3.5/tdevelop/languages/ruby/app_templates/qtruby4makeapp/editpaste.xpm 0x0,0x0,0x18,0xf8, 0x2f, 0x2a,0x20,0x58,0x50,0x4d,0x20,0x2a,0x2f,0xa,0x73,0x74,0x61,0x74,0x69,0x63,0x20, @@ -1855,7 +1855,7 @@ class QCleanupResources__dest_class__ 0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x59,0x58,0x59,0x58,0x59,0x58, 0x59,0x58,0x59,0x58,0x59,0x58,0x59,0x58,0x59,0x58,0x59,0x58,0x59,0x58,0x59,0x58, 0x59,0x58,0x22,0xa,0x7d,0x3b,0xa, - # /home/rdale/src/kde/branches/KDE/3.5/kdevelop/languages/ruby/app_templates/qtruby4makeapp/editcut.xpm + # /home/rdale/src/kde/branches/KDE/3.5/tdevelop/languages/ruby/app_templates/qtruby4makeapp/editcut.xpm 0x0,0x0,0x16,0x47, 0x2f, 0x2a,0x20,0x58,0x50,0x4d,0x20,0x2a,0x2f,0xa,0x73,0x74,0x61,0x74,0x69,0x63,0x20, diff --git a/languages/ruby/app_templates/qtruby4app/qtruby4app.kdevelop b/languages/ruby/app_templates/qtruby4app/qtruby4app.kdevelop index 4afe7bca..3df7f3ab 100644 --- a/languages/ruby/app_templates/qtruby4app/qtruby4app.kdevelop +++ b/languages/ruby/app_templates/qtruby4app/qtruby4app.kdevelop @@ -1,5 +1,5 @@ - + %{AUTHOR} %{EMAIL} @@ -80,4 +80,4 @@ ./main.rb - + diff --git a/languages/ruby/app_templates/qtruby4app/qtruby4app.kdevtemplate b/languages/ruby/app_templates/qtruby4app/qtruby4app.kdevtemplate index bd778450..70df2248 100644 --- a/languages/ruby/app_templates/qtruby4app/qtruby4app.kdevtemplate +++ b/languages/ruby/app_templates/qtruby4app/qtruby4app.kdevtemplate @@ -49,8 +49,8 @@ Archive=qtruby4app.tar.gz [FILE1] Type=install -Source=%{src}/qtruby4app.kdevelop -Dest=%{dest}/%{APPNAMELC}.kdevelop +Source=%{src}/qtruby4app.tdevelop +Dest=%{dest}/%{APPNAMELC}.tdevelop [FILE2] Type=install @@ -110,7 +110,7 @@ Dest=%{dest}/ReadMe [FILE13] Type=install Source=%{src}/app.filelist -Dest=%{dest}/%{APPNAMELC}.kdevelop.filelist +Dest=%{dest}/%{APPNAMELC}.tdevelop.filelist [MSG] Type=message diff --git a/languages/ruby/app_templates/qtrubyapp/CMakeLists.txt b/languages/ruby/app_templates/qtrubyapp/CMakeLists.txt index 299ac911..37f6e5b1 100644 --- a/languages/ruby/app_templates/qtrubyapp/CMakeLists.txt +++ b/languages/ruby/app_templates/qtrubyapp/CMakeLists.txt @@ -11,7 +11,7 @@ add_custom_target( qtrubyapp.tar.gz ALL COMMAND tar zcf qtrubyapp.tar.gz -C ${CMAKE_CURRENT_SOURCE_DIR} - main.rb qtrubyapp.rb qtrubyapp.png qtrubyapp.kdevelop + main.rb qtrubyapp.rb qtrubyapp.png qtrubyapp.tdevelop filesave.xpm fileopen.xpm fileprint.xpm app.filelist app-Makefile README ) diff --git a/languages/ruby/app_templates/qtrubyapp/Makefile.am b/languages/ruby/app_templates/qtrubyapp/Makefile.am index 7fc1c803..7777b886 100644 --- a/languages/ruby/app_templates/qtrubyapp/Makefile.am +++ b/languages/ruby/app_templates/qtrubyapp/Makefile.am @@ -1,4 +1,4 @@ -dataFiles = main.rb qtrubyapp.rb qtrubyapp.png qtrubyapp.kdevelop \ +dataFiles = main.rb qtrubyapp.rb qtrubyapp.png qtrubyapp.tdevelop \ filesave.xpm fileopen.xpm fileprint.xpm app.filelist app-Makefile README templateName = qtrubyapp diff --git a/languages/ruby/app_templates/qtrubyapp/README b/languages/ruby/app_templates/qtrubyapp/README index 9468893b..f0524746 100644 --- a/languages/ruby/app_templates/qtrubyapp/README +++ b/languages/ruby/app_templates/qtrubyapp/README @@ -10,10 +10,10 @@ this application template. -- REQUIREMENTS -- you need - Qt version might be 3.3.4 or 3.3.5. -- kdelibs 3.5 and kdelibs headers 3.5 (devel package) in order to build this template. -- qtruby either from your distribution or from the kdebindings module or also from +- tdelibs 3.5 and tdelibs headers 3.5 (devel package) in order to build this template. +- qtruby either from your distribution or from the tdebindings module or also from http://rubyforge.org/projects/korundum/. -If you use the kdebindings module you need to build kdebindings/smoke/qt and then kdebindings/qtruby. +If you use the tdebindings module you need to build tdebindings/smoke/qt and then tdebindings/qtruby. ----------------------------------------------- diff --git a/languages/ruby/app_templates/qtrubyapp/qtrubyapp.kdevelop b/languages/ruby/app_templates/qtrubyapp/qtrubyapp.kdevelop index 4afe7bca..3df7f3ab 100644 --- a/languages/ruby/app_templates/qtrubyapp/qtrubyapp.kdevelop +++ b/languages/ruby/app_templates/qtrubyapp/qtrubyapp.kdevelop @@ -1,5 +1,5 @@ - + %{AUTHOR} %{EMAIL} @@ -80,4 +80,4 @@ ./main.rb - + diff --git a/languages/ruby/app_templates/qtrubyapp/qtrubyapp.kdevtemplate b/languages/ruby/app_templates/qtrubyapp/qtrubyapp.kdevtemplate index 5fd82925..3e2c896a 100644 --- a/languages/ruby/app_templates/qtrubyapp/qtrubyapp.kdevtemplate +++ b/languages/ruby/app_templates/qtrubyapp/qtrubyapp.kdevtemplate @@ -65,8 +65,8 @@ Archive=qtrubyapp.tar.gz [FILE1] Type=install -Source=%{src}/qtrubyapp.kdevelop -Dest=%{dest}/%{APPNAMELC}.kdevelop +Source=%{src}/qtrubyapp.tdevelop +Dest=%{dest}/%{APPNAMELC}.tdevelop [FILE2] Type=install @@ -101,7 +101,7 @@ Dest=%{dest}/Makefile [FILE8] Type=install Source=%{src}/app.filelist -Dest=%{dest}/%{APPNAMELC}.kdevelop.filelist +Dest=%{dest}/%{APPNAMELC}.tdevelop.filelist [FILE9] Type=install diff --git a/languages/ruby/app_templates/rails/CMakeLists.txt b/languages/ruby/app_templates/rails/CMakeLists.txt index 75948f30..6f53dd0d 100644 --- a/languages/ruby/app_templates/rails/CMakeLists.txt +++ b/languages/ruby/app_templates/rails/CMakeLists.txt @@ -11,7 +11,7 @@ add_custom_target( rails.tar.gz ALL COMMAND tar zcf rails.tar.gz -C ${CMAKE_CURRENT_SOURCE_DIR} - app.kdevelop + app.tdevelop ) diff --git a/languages/ruby/app_templates/rails/Makefile.am b/languages/ruby/app_templates/rails/Makefile.am index 49d77bdd..9d89a708 100644 --- a/languages/ruby/app_templates/rails/Makefile.am +++ b/languages/ruby/app_templates/rails/Makefile.am @@ -1,4 +1,4 @@ -dataFiles = app.kdevelop +dataFiles = app.tdevelop templateName= rails ### no need to change below: diff --git a/languages/ruby/app_templates/rails/app.kdevelop b/languages/ruby/app_templates/rails/app.kdevelop index c02c2057..17a0e6a1 100644 --- a/languages/ruby/app_templates/rails/app.kdevelop +++ b/languages/ruby/app_templates/rails/app.kdevelop @@ -1,5 +1,5 @@ - + %{AUTHOR} %{EMAIL} @@ -104,4 +104,4 @@ script/server - + diff --git a/languages/ruby/app_templates/rails/rails.kdevtemplate b/languages/ruby/app_templates/rails/rails.kdevtemplate index e377e1c4..5ed2d78d 100644 --- a/languages/ruby/app_templates/rails/rails.kdevtemplate +++ b/languages/ruby/app_templates/rails/rails.kdevtemplate @@ -39,8 +39,8 @@ Archive=rails.tar.gz [FILE1] Type=install EscapeXML=true -Source=%{src}/app.kdevelop -Dest=%{dest}/%{APPNAMELC}.kdevelop +Source=%{src}/app.tdevelop +Dest=%{dest}/%{APPNAMELC}.tdevelop [MSG] Type=message diff --git a/languages/ruby/app_templates/rubyhello/CMakeLists.txt b/languages/ruby/app_templates/rubyhello/CMakeLists.txt index 3aeb22f1..74da59e4 100644 --- a/languages/ruby/app_templates/rubyhello/CMakeLists.txt +++ b/languages/ruby/app_templates/rubyhello/CMakeLists.txt @@ -11,7 +11,7 @@ add_custom_target( rubyhello.tar.gz ALL COMMAND tar zcf rubyhello.tar.gz -C ${CMAKE_CURRENT_SOURCE_DIR} - app.rb app.kdevelop + app.rb app.tdevelop ) diff --git a/languages/ruby/app_templates/rubyhello/Makefile.am b/languages/ruby/app_templates/rubyhello/Makefile.am index ecb3e535..5d20526e 100644 --- a/languages/ruby/app_templates/rubyhello/Makefile.am +++ b/languages/ruby/app_templates/rubyhello/Makefile.am @@ -1,4 +1,4 @@ -dataFiles = app.rb app.kdevelop +dataFiles = app.rb app.tdevelop templateName= rubyhello ### no need to change below: diff --git a/languages/ruby/app_templates/rubyhello/app.kdevelop b/languages/ruby/app_templates/rubyhello/app.kdevelop index 2d1d24c5..c938d122 100644 --- a/languages/ruby/app_templates/rubyhello/app.kdevelop +++ b/languages/ruby/app_templates/rubyhello/app.kdevelop @@ -1,5 +1,5 @@ - + %{AUTHOR} %{EMAIL} @@ -88,4 +88,4 @@ - + diff --git a/languages/ruby/app_templates/rubyhello/rubyhello.kdevtemplate b/languages/ruby/app_templates/rubyhello/rubyhello.kdevtemplate index 3612becb..bce79ff9 100644 --- a/languages/ruby/app_templates/rubyhello/rubyhello.kdevtemplate +++ b/languages/ruby/app_templates/rubyhello/rubyhello.kdevtemplate @@ -65,8 +65,8 @@ Archive=rubyhello.tar.gz [FILE1] Type=install EscapeXML=true -Source=%{src}/app.kdevelop -Dest=%{dest}/%{APPNAMELC}.kdevelop +Source=%{src}/app.tdevelop +Dest=%{dest}/%{APPNAMELC}.tdevelop [FILE2] Type=install diff --git a/languages/ruby/debugger/CMakeLists.txt b/languages/ruby/debugger/CMakeLists.txt index 36655f65..8290afd7 100644 --- a/languages/ruby/debugger/CMakeLists.txt +++ b/languages/ruby/debugger/CMakeLists.txt @@ -43,6 +43,6 @@ tde_add_kpart( libkdevrbdebugger AUTOMOC breakpoint.cpp variablewidget.cpp rdbbreakpointwidget.cpp framestackwidget.cpp dbgpsdlg.cpp dbgtoolbar.cpp rdboutputwidget.cpp rdbtable.cpp - LINK lang_debugger-shared kdevwidgets-shared kdevelop-shared + LINK lang_debugger-shared kdevwidgets-shared tdevelop-shared DESTINATION ${PLUGIN_INSTALL_DIR} ) diff --git a/languages/ruby/debugger/Makefile.am b/languages/ruby/debugger/Makefile.am index f4c512c2..aefb6217 100644 --- a/languages/ruby/debugger/Makefile.am +++ b/languages/ruby/debugger/Makefile.am @@ -6,7 +6,7 @@ INCLUDES = -I$(top_srcdir)/languages/lib/debugger \ kde_module_LTLIBRARIES = libkdevrbdebugger.la libkdevrbdebugger_la_LDFLAGS = $(all_libraries) $(KDE_PLUGIN) -libkdevrbdebugger_la_LIBADD = $(top_builddir)/lib/libkdevelop.la $(top_builddir)/lib/widgets/libkdevwidgets.la $(LIB_KHTML) \ +libkdevrbdebugger_la_LIBADD = $(top_builddir)/lib/libtdevelop.la $(top_builddir)/lib/widgets/libkdevwidgets.la $(LIB_KHTML) \ $(top_builddir)/languages/lib/debugger/liblang_debugger.la libkdevrbdebugger_la_SOURCES = debuggerpart.cpp dbgcontroller.cpp rdbcontroller.cpp dbgcommand.cpp rdbcommand.cpp rdbparser.cpp stty.cpp breakpoint.cpp variablewidget.cpp rdbbreakpointwidget.cpp framestackwidget.cpp dbgpsdlg.cpp dbgtoolbar.cpp rdboutputwidget.cpp rdbtable.cpp diff --git a/languages/ruby/debugger/breakpoint.cpp b/languages/ruby/debugger/breakpoint.cpp index 972a13a4..9b3ed18d 100644 --- a/languages/ruby/debugger/breakpoint.cpp +++ b/languages/ruby/debugger/breakpoint.cpp @@ -1,7 +1,7 @@ /*************************************************************************** begin : Tue May 13 2003 copyright : (C) 2003 by John Birch - email : jbb@kdevelop.org + email : jbb@tdevelop.org Adapted for ruby debugging -------------------------- diff --git a/languages/ruby/debugger/breakpoint.h b/languages/ruby/debugger/breakpoint.h index 91f1c8db..a184f33b 100644 --- a/languages/ruby/debugger/breakpoint.h +++ b/languages/ruby/debugger/breakpoint.h @@ -1,7 +1,7 @@ /*************************************************************************** begin : Tue May 13 2003 copyright : (C) 2003 by John Birch - email : jbb@kdevelop.org + email : jbb@tdevelop.org Adapted for ruby debugging -------------------------- diff --git a/languages/ruby/debugger/dbgcommand.cpp b/languages/ruby/debugger/dbgcommand.cpp index 7d958091..87308152 100644 --- a/languages/ruby/debugger/dbgcommand.cpp +++ b/languages/ruby/debugger/dbgcommand.cpp @@ -1,7 +1,7 @@ /*************************************************************************** begin : Sun Aug 8 1999 copyright : (C) 1999 by John Birch - email : jbb@kdevelop.org + email : jbb@tdevelop.org Adapted for ruby debugging -------------------------- diff --git a/languages/ruby/debugger/dbgcommand.h b/languages/ruby/debugger/dbgcommand.h index 6cea2afb..ccccc2a3 100644 --- a/languages/ruby/debugger/dbgcommand.h +++ b/languages/ruby/debugger/dbgcommand.h @@ -1,7 +1,7 @@ /*************************************************************************** begin : Sun Aug 8 1999 copyright : (C) 1999 by John Birch - email : jbb@kdevelop.org + email : jbb@tdevelop.org Adapted for ruby debugging -------------------------- diff --git a/languages/ruby/debugger/dbgcontroller.cpp b/languages/ruby/debugger/dbgcontroller.cpp index 7ee560b7..57eb4f5f 100644 --- a/languages/ruby/debugger/dbgcontroller.cpp +++ b/languages/ruby/debugger/dbgcontroller.cpp @@ -1,7 +1,7 @@ /*************************************************************************** begin : Sun Aug 8 1999 copyright : (C) 1999 by John Birch - email : jbb@kdevelop.org + email : jbb@tdevelop.org Adapted for ruby debugging -------------------------- diff --git a/languages/ruby/debugger/dbgcontroller.h b/languages/ruby/debugger/dbgcontroller.h index b134d213..9f3a79fc 100644 --- a/languages/ruby/debugger/dbgcontroller.h +++ b/languages/ruby/debugger/dbgcontroller.h @@ -1,7 +1,7 @@ /*************************************************************************** begin : Sun Aug 8 1999 copyright : (C) 1999 by John Birch - email : jbb@kdevelop.org + email : jbb@tdevelop.org Adapted for ruby debugging -------------------------- diff --git a/languages/ruby/debugger/dbgpsdlg.cpp b/languages/ruby/debugger/dbgpsdlg.cpp index be258778..bc02d7aa 100644 --- a/languages/ruby/debugger/dbgpsdlg.cpp +++ b/languages/ruby/debugger/dbgpsdlg.cpp @@ -1,7 +1,7 @@ /*************************************************************************** begin : Mon Sep 20 1999 copyright : (C) 1999 by John Birch - email : jbb@kdevelop.org + email : jbb@tdevelop.org Adapted for ruby debugging -------------------------- @@ -27,7 +27,7 @@ #include #include #include -#include +#include #include #include diff --git a/languages/ruby/debugger/dbgpsdlg.h b/languages/ruby/debugger/dbgpsdlg.h index 5ab9ebe1..b7037ecf 100644 --- a/languages/ruby/debugger/dbgpsdlg.h +++ b/languages/ruby/debugger/dbgpsdlg.h @@ -1,7 +1,7 @@ /*************************************************************************** begin : Mon Sep 20 1999 copyright : (C) 1999 by John Birch - email : jbb@kdevelop.org + email : jbb@tdevelop.org Adapted for ruby debugging -------------------------- diff --git a/languages/ruby/debugger/dbgtoolbar.cpp b/languages/ruby/debugger/dbgtoolbar.cpp index 0b96201f..3b13b148 100644 --- a/languages/ruby/debugger/dbgtoolbar.cpp +++ b/languages/ruby/debugger/dbgtoolbar.cpp @@ -1,7 +1,7 @@ /*************************************************************************** begin : Thu Dec 23 1999 copyright : (C) 1999 by John Birch - email : jbb@kdevelop.org + email : jbb@tdevelop.org Adapted for ruby debugging -------------------------- @@ -57,7 +57,7 @@ // So, if you can get it to work as a KToolBar, and it works well when the // app is running, then all these classes can be removed. -// This code is very specific to the internal debugger in kdevelop. +// This code is very specific to the internal debugger in tdevelop. namespace RDBDebugger { @@ -304,7 +304,7 @@ DbgToolBar::DbgToolBar(RubyDebuggerPart* part, TQPushButton* bFinish = new DbgButton(BarIcon("dbgstepout"), i18n("Step Out"), this); TQPushButton* bRunTo = new DbgButton(BarIcon("dbgrunto"), i18n("Run to Cursor"), this); bPrevFocus_ = new DbgButton(BarIcon("dbgmemview"), TQString(), this); - bKDevFocus_ = new DbgButton(BarIcon("kdevelop"), TQString(), this); + bKDevFocus_ = new DbgButton(BarIcon("tdevelop"), TQString(), this); connect(bRun, TQT_SIGNAL(clicked()), part_, TQT_SLOT(slotRun())); connect(bInterrupt, TQT_SIGNAL(clicked()), part_, TQT_SLOT(slotPause())); @@ -385,7 +385,7 @@ void DbgToolBar::slotKdevFocus() { // I really want to be able to set the focus on the _application_ being debugged // but this is the best compromise I can come up with. All we do is save the - // window that had focus when they switch to the kdevelop window. To do this + // window that had focus when they switch to the tdevelop window. To do this // the toolbar _cannot_ accept focus. // If anyone has a way of determining what window the app is _actually_ running on // then please fix and send a patch. diff --git a/languages/ruby/debugger/dbgtoolbar.h b/languages/ruby/debugger/dbgtoolbar.h index 8143875a..5b3cc649 100644 --- a/languages/ruby/debugger/dbgtoolbar.h +++ b/languages/ruby/debugger/dbgtoolbar.h @@ -1,7 +1,7 @@ /*************************************************************************** begin : Thu Dec 23 1999 copyright : (C) 1999 by John Birch - email : jbb@kdevelop.org + email : jbb@tdevelop.org Adapted for ruby debugging -------------------------- diff --git a/languages/ruby/debugger/debuggerpart.cpp b/languages/ruby/debugger/debuggerpart.cpp index 4bc0895f..2d6437fe 100644 --- a/languages/ruby/debugger/debuggerpart.cpp +++ b/languages/ruby/debugger/debuggerpart.cpp @@ -1,8 +1,8 @@ /*************************************************************************** * Copyright (C) 1999-2001 by John Birch * - * jbb@kdevelop.org * + * jbb@tdevelop.org * * Copyright (C) 2001 by Bernd Gehrmann * - * bernd@kdevelop.org * + * bernd@tdevelop.org * * * * Adapted for ruby debugging * * -------------------------- * diff --git a/languages/ruby/debugger/debuggerpart.h b/languages/ruby/debugger/debuggerpart.h index f35970fb..61558bb1 100644 --- a/languages/ruby/debugger/debuggerpart.h +++ b/languages/ruby/debugger/debuggerpart.h @@ -1,8 +1,8 @@ /*************************************************************************** * Copyright (C) 1999-2001 by John Birch * - * jbb@kdevelop.org * + * jbb@tdevelop.org * * Copyright (C) 2001 by Bernd Gehrmann * - * bernd@kdevelop.org * + * bernd@tdevelop.org * * * * Adapted for ruby debugging * * -------------------------- * diff --git a/languages/ruby/debugger/framestackwidget.cpp b/languages/ruby/debugger/framestackwidget.cpp index 1d9b4b2f..72b148b6 100644 --- a/languages/ruby/debugger/framestackwidget.cpp +++ b/languages/ruby/debugger/framestackwidget.cpp @@ -1,7 +1,7 @@ /*************************************************************************** begin : Sun Aug 8 1999 copyright : (C) 1999 by John Birch - email : jbb@kdevelop.org + email : jbb@tdevelop.org Adapted for ruby debugging -------------------------- diff --git a/languages/ruby/debugger/framestackwidget.h b/languages/ruby/debugger/framestackwidget.h index 37874fdf..a1e797d1 100644 --- a/languages/ruby/debugger/framestackwidget.h +++ b/languages/ruby/debugger/framestackwidget.h @@ -1,7 +1,7 @@ /*************************************************************************** begin : Sun Aug 8 1999 copyright : (C) 1999 by John Birch - email : jbb@kdevelop.org + email : jbb@tdevelop.org Adapted for ruby debugging -------------------------- diff --git a/languages/ruby/debugger/rdbbreakpointwidget.cpp b/languages/ruby/debugger/rdbbreakpointwidget.cpp index 8607b73e..03d42788 100644 --- a/languages/ruby/debugger/rdbbreakpointwidget.cpp +++ b/languages/ruby/debugger/rdbbreakpointwidget.cpp @@ -1,7 +1,7 @@ /*************************************************************************** begin : Tue May 13 2003 copyright : (C) 2003 by John Birch - email : jbb@kdevelop.org + email : jbb@tdevelop.org Adapted for ruby debugging -------------------------- diff --git a/languages/ruby/debugger/rdbbreakpointwidget.h b/languages/ruby/debugger/rdbbreakpointwidget.h index b28b31cc..b3f1e4cd 100644 --- a/languages/ruby/debugger/rdbbreakpointwidget.h +++ b/languages/ruby/debugger/rdbbreakpointwidget.h @@ -1,7 +1,7 @@ /*************************************************************************** begin : Tue May 13 2003 copyright : (C) 2003 by John Birch - email : jbb@kdevelop.org + email : jbb@tdevelop.org Adapted for ruby debugging -------------------------- diff --git a/languages/ruby/debugger/rdbcommand.cpp b/languages/ruby/debugger/rdbcommand.cpp index bfc630cc..98d91fd8 100644 --- a/languages/ruby/debugger/rdbcommand.cpp +++ b/languages/ruby/debugger/rdbcommand.cpp @@ -1,7 +1,7 @@ /*************************************************************************** begin : Sun Aug 8 1999 copyright : (C) 1999 by John Birch - email : jbb@kdevelop.org + email : jbb@tdevelop.org Adapted for ruby debugging -------------------------- diff --git a/languages/ruby/debugger/rdbcommand.h b/languages/ruby/debugger/rdbcommand.h index 0d46a5fc..fca69ad6 100644 --- a/languages/ruby/debugger/rdbcommand.h +++ b/languages/ruby/debugger/rdbcommand.h @@ -1,7 +1,7 @@ /*************************************************************************** begin : Sun Aug 8 1999 copyright : (C) 1999 by John Birch - email : jbb@kdevelop.org + email : jbb@tdevelop.org Adapted for ruby debugging -------------------------- diff --git a/languages/ruby/debugger/rdbcontroller.cpp b/languages/ruby/debugger/rdbcontroller.cpp index 5dd15586..d98695af 100644 --- a/languages/ruby/debugger/rdbcontroller.cpp +++ b/languages/ruby/debugger/rdbcontroller.cpp @@ -3,7 +3,7 @@ // ------------------- // begin : Sun Aug 8 1999 // copyright : (C) 1999 by John Birch -// email : jbb@kdevelop.org +// email : jbb@tdevelop.org // // Adapted for ruby debugging // -------------------------- @@ -58,7 +58,7 @@ using namespace std; // ************************************************************************** // -// Does all the communication between rdb and the kdevelop's debugger code. +// Does all the communication between rdb and the tdevelop's debugger code. // Significatant classes being used here are // // RDBParser - parses the "variable" data using the vartree and varitems diff --git a/languages/ruby/debugger/rdbcontroller.h b/languages/ruby/debugger/rdbcontroller.h index a5dd90e6..5cc0fc61 100644 --- a/languages/ruby/debugger/rdbcontroller.h +++ b/languages/ruby/debugger/rdbcontroller.h @@ -3,7 +3,7 @@ ------------------- begin : Sun Aug 8 1999 copyright : (C) 1999 by John Birch - email : jbb@kdevelop.org + email : jbb@tdevelop.org Adapted for ruby debugging -------------------------- diff --git a/languages/ruby/debugger/rdboutputwidget.cpp b/languages/ruby/debugger/rdboutputwidget.cpp index 7c489ed4..ea249fe2 100644 --- a/languages/ruby/debugger/rdboutputwidget.cpp +++ b/languages/ruby/debugger/rdboutputwidget.cpp @@ -3,7 +3,7 @@ // ------------------- // begin : 10th April 2003 // copyright : (C) 2003 by John Birch -// email : jbb@kdevelop.org +// email : jbb@tdevelop.org // // Adapted for ruby debugging // -------------------------- diff --git a/languages/ruby/debugger/rdboutputwidget.h b/languages/ruby/debugger/rdboutputwidget.h index efb33536..7655bf19 100644 --- a/languages/ruby/debugger/rdboutputwidget.h +++ b/languages/ruby/debugger/rdboutputwidget.h @@ -3,7 +3,7 @@ // ------------------- // begin : 10th April 2003 // copyright : (C) 2003 by John Birch -// email : jbb@kdevelop.org +// email : jbb@tdevelop.org // // Adapted for ruby debugging // -------------------------- diff --git a/languages/ruby/debugger/rdbparser.cpp b/languages/ruby/debugger/rdbparser.cpp index a517c301..532fb0e3 100644 --- a/languages/ruby/debugger/rdbparser.cpp +++ b/languages/ruby/debugger/rdbparser.cpp @@ -1,7 +1,7 @@ // ************************************************************************** // begin : Tue Aug 17 1999 // copyright : (C) 1999 by John Birch -// email : jbb@kdevelop.org +// email : jbb@tdevelop.org // // Adapted for ruby debugging // -------------------------- diff --git a/languages/ruby/debugger/rdbparser.h b/languages/ruby/debugger/rdbparser.h index d57e25d7..3184bfd6 100644 --- a/languages/ruby/debugger/rdbparser.h +++ b/languages/ruby/debugger/rdbparser.h @@ -1,7 +1,7 @@ /*************************************************************************** begin : Tue Aug 17 1999 copyright : (C) 1999 by John Birch - email : jbb@kdevelop.org + email : jbb@tdevelop.org Adapted for ruby debugging -------------------------- diff --git a/languages/ruby/debugger/stty.cpp b/languages/ruby/debugger/stty.cpp index 0cdd0eea..6027e9a2 100644 --- a/languages/ruby/debugger/stty.cpp +++ b/languages/ruby/debugger/stty.cpp @@ -1,7 +1,7 @@ /*************************************************************************** begin : Mon Sep 13 1999 copyright : (C) 1999 by John Birch - email : jbb@kdevelop.org + email : jbb@tdevelop.org This code was originally written by Judin Maxim, from the KDEStudio project. @@ -233,7 +233,7 @@ int STTY::findTTY() if (ptyfd >= 0) { if (needGrantPty && !chownpty(ptyfd, TRUE)) { - fprintf(stderr,"kdevelop: chownpty failed for device %s::%s.\n",pty_master,tty_slave); + fprintf(stderr,"tdevelop: chownpty failed for device %s::%s.\n",pty_master,tty_slave); fprintf(stderr," : This means the session can be eavesdroped.\n"); fprintf(stderr," : Make sure konsole_grantpty is installed and setuid root.\n"); } @@ -313,7 +313,7 @@ bool STTY::findExternalTTY(const TQString &termApp) if ( termApp == "konsole" ) { ::execlp( prog, prog, - "-caption", i18n("kdevelop: Debug application console").local8Bit().data(), + "-caption", i18n("tdevelop: Debug application console").local8Bit().data(), "-e", "sh", "-c", scriptStr, NULL); diff --git a/languages/ruby/debugger/stty.h b/languages/ruby/debugger/stty.h index d49e79f8..899db4ff 100644 --- a/languages/ruby/debugger/stty.h +++ b/languages/ruby/debugger/stty.h @@ -1,7 +1,7 @@ /*************************************************************************** begin : Mon Sep 13 1999 copyright : (C) 1999 by John Birch - email : jbb@kdevelop.org + email : jbb@tdevelop.org This code was originally written by Judin Maxim, from the KDEStudio project. diff --git a/languages/ruby/debugger/variablewidget.cpp b/languages/ruby/debugger/variablewidget.cpp index 0348e8f9..2dd28b31 100644 --- a/languages/ruby/debugger/variablewidget.cpp +++ b/languages/ruby/debugger/variablewidget.cpp @@ -1,7 +1,7 @@ // ************************************************************************** // begin : Sun Aug 8 1999 // copyright : (C) 1999 by John Birch -// email : jbb@kdevelop.org +// email : jbb@tdevelop.org // // Adapted for ruby debugging // -------------------------- @@ -26,7 +26,7 @@ #include #include #include -#include +#include #include #include diff --git a/languages/ruby/debugger/variablewidget.h b/languages/ruby/debugger/variablewidget.h index a54fc42e..60e73218 100644 --- a/languages/ruby/debugger/variablewidget.h +++ b/languages/ruby/debugger/variablewidget.h @@ -1,7 +1,7 @@ /*************************************************************************** begin : Sun Aug 8 1999 copyright : (C) 1999 by John Birch - email : jbb@kdevelop.org + email : jbb@tdevelop.org Adapted for ruby debugging -------------------------- diff --git a/languages/ruby/doc/qtruby.toc b/languages/ruby/doc/qtruby.toc index 92bf203e..902a3713 100644 --- a/languages/ruby/doc/qtruby.toc +++ b/languages/ruby/doc/qtruby.toc @@ -1,9 +1,9 @@ - - + + QtRuby and Korundum - + diff --git a/languages/ruby/doc/rails.toc b/languages/ruby/doc/rails.toc index 6f92fcd6..d5bfb6bf 100644 --- a/languages/ruby/doc/rails.toc +++ b/languages/ruby/doc/rails.toc @@ -1,9 +1,9 @@ - - + + Rails - + diff --git a/languages/ruby/doc/ruby.toc b/languages/ruby/doc/ruby.toc index bce60158..1924e218 100644 --- a/languages/ruby/doc/ruby.toc +++ b/languages/ruby/doc/ruby.toc @@ -1,5 +1,5 @@ - - + + Ruby @@ -1395,5 +1395,5 @@ - + diff --git a/languages/ruby/doc/ruby_bugs.toc b/languages/ruby/doc/ruby_bugs.toc index 8e70566d..717a65bf 100644 --- a/languages/ruby/doc/ruby_bugs.toc +++ b/languages/ruby/doc/ruby_bugs.toc @@ -1,7 +1,7 @@ - - + + Ruby bugs - + diff --git a/languages/ruby/qtdesignerrubyintegration.cpp b/languages/ruby/qtdesignerrubyintegration.cpp index 4ad11e8e..1b4da06d 100644 --- a/languages/ruby/qtdesignerrubyintegration.cpp +++ b/languages/ruby/qtdesignerrubyintegration.cpp @@ -1,7 +1,7 @@ /*************************************************************************** * Copyright (C) 2004 by Alexander Dymo * * adymo@mksat.net * - * Portions Copyright (C) 2003 Roberto Raggi (roberto@kdevelop.org) * + * Portions Copyright (C) 2003 Roberto Raggi (roberto@tdevelop.org) * * * * This program is free software; you can redistribute it and/or modify * * it under the terms of the GNU General Public License as published by * diff --git a/languages/ruby/rubyimplementationwidget.cpp b/languages/ruby/rubyimplementationwidget.cpp index b1371a24..9b11be96 100644 --- a/languages/ruby/rubyimplementationwidget.cpp +++ b/languages/ruby/rubyimplementationwidget.cpp @@ -1,6 +1,6 @@ /*************************************************************************** * Copyright (C) 2004 by Alexander Dymo * - * adymo@kdevelop.org * + * adymo@tdevelop.org * * * * This program is free software; you can redistribute it and/or modify * * it under the terms of the GNU General Public License as published by * diff --git a/languages/ruby/rubyimplementationwidget.h b/languages/ruby/rubyimplementationwidget.h index 48c88679..d9ce3dad 100644 --- a/languages/ruby/rubyimplementationwidget.h +++ b/languages/ruby/rubyimplementationwidget.h @@ -1,6 +1,6 @@ /*************************************************************************** * Copyright (C) 2004 by Alexander Dymo * - * adymo@kdevelop.org * + * adymo@tdevelop.org * * * * This program is free software; you can redistribute it and/or modify * * it under the terms of the GNU General Public License as published by * diff --git a/languages/sql/CMakeLists.txt b/languages/sql/CMakeLists.txt index 4994f55e..8e7d41cc 100644 --- a/languages/sql/CMakeLists.txt +++ b/languages/sql/CMakeLists.txt @@ -40,6 +40,6 @@ tde_add_kpart( libkdevsqlsupport AUTOMOC SOURCES sqlconfigwidget.ui sqlsupport_part.cpp sqlactions.cpp sqloutputwidget.cpp - LINK kdevelop-shared + LINK tdevelop-shared DESTINATION ${PLUGIN_INSTALL_DIR} ) diff --git a/languages/sql/Makefile.am b/languages/sql/Makefile.am index 68cfbdea..ba410a98 100644 --- a/languages/sql/Makefile.am +++ b/languages/sql/Makefile.am @@ -7,7 +7,7 @@ SUBDIRS = app_templates doc kde_module_LTLIBRARIES = libkdevsqlsupport.la libkdevsqlsupport_la_LDFLAGS = $(all_libraries) $(KDE_PLUGIN) -libkdevsqlsupport_la_LIBADD = $(top_builddir)/lib/libkdevelop.la +libkdevsqlsupport_la_LIBADD = $(top_builddir)/lib/libtdevelop.la libkdevsqlsupport_la_SOURCES = sqlconfigwidget.ui sqlsupport_part.cpp sqlactions.cpp sqloutputwidget.cpp diff --git a/languages/sql/README.dox b/languages/sql/README.dox index e44edb43..8642d2b4 100644 --- a/languages/sql/README.dox +++ b/languages/sql/README.dox @@ -1,9 +1,9 @@ /** \class SQLSupportPart This is a SQL support plugin -\authors Harald Fernengel +\authors Harald Fernengel -\maintainer Harald Fernengel +\maintainer Harald Fernengel \feature SQL language support \feature Consult \ref LangSupporttqStatus for a up to date features/status of this programming language support part. diff --git a/languages/sql/app_templates/CMakeLists.txt b/languages/sql/app_templates/CMakeLists.txt index 508308ce..d3f4452c 100644 --- a/languages/sql/app_templates/CMakeLists.txt +++ b/languages/sql/app_templates/CMakeLists.txt @@ -13,4 +13,4 @@ add_subdirectory( sqlsimple ) install( FILES sql.appwizard - DESTINATION ${DATA_INSTALL_DIR}/kdevelop/profiles/IDE/DatabaseIDE ) + DESTINATION ${DATA_INSTALL_DIR}/tdevelop/profiles/IDE/DatabaseIDE ) diff --git a/languages/sql/app_templates/Makefile.am b/languages/sql/app_templates/Makefile.am index 78c56300..44c7ddab 100644 --- a/languages/sql/app_templates/Makefile.am +++ b/languages/sql/app_templates/Makefile.am @@ -1,3 +1,3 @@ SUBDIRS = sqlsimple -profilesdir = $(kde_datadir)/kdevelop/profiles/IDE/DatabaseIDE +profilesdir = $(kde_datadir)/tdevelop/profiles/IDE/DatabaseIDE profiles_DATA = sql.appwizard diff --git a/languages/sql/app_templates/sqlsimple/CMakeLists.txt b/languages/sql/app_templates/sqlsimple/CMakeLists.txt index 3df373a6..05ddb17f 100644 --- a/languages/sql/app_templates/sqlsimple/CMakeLists.txt +++ b/languages/sql/app_templates/sqlsimple/CMakeLists.txt @@ -11,7 +11,7 @@ add_custom_target( sqlsimple.tar.gz ALL COMMAND tar zcf sqlsimple.tar.gz -C ${CMAKE_CURRENT_SOURCE_DIR} - app.sql app.kdevelop + app.sql app.tdevelop ) diff --git a/languages/sql/app_templates/sqlsimple/Makefile.am b/languages/sql/app_templates/sqlsimple/Makefile.am index f7b5a012..6bfae1c4 100644 --- a/languages/sql/app_templates/sqlsimple/Makefile.am +++ b/languages/sql/app_templates/sqlsimple/Makefile.am @@ -1,5 +1,5 @@ templateName = sqlsimple -dataFiles = app.sql app.kdevelop +dataFiles = app.sql app.tdevelop ### no need to change below: template_DATA = $(templateName).kdevtemplate diff --git a/languages/sql/app_templates/sqlsimple/app.kdevelop b/languages/sql/app_templates/sqlsimple/app.kdevelop index 78f055cd..7fc4efc9 100644 --- a/languages/sql/app_templates/sqlsimple/app.kdevelop +++ b/languages/sql/app_templates/sqlsimple/app.kdevelop @@ -1,5 +1,5 @@ - + %{AUTHOR} %{EMAIL} @@ -81,4 +81,4 @@ - + diff --git a/languages/sql/app_templates/sqlsimple/sqlsimple.kdevtemplate b/languages/sql/app_templates/sqlsimple/sqlsimple.kdevtemplate index e3c100d8..5081e992 100644 --- a/languages/sql/app_templates/sqlsimple/sqlsimple.kdevtemplate +++ b/languages/sql/app_templates/sqlsimple/sqlsimple.kdevtemplate @@ -65,8 +65,8 @@ Archive=sqlsimple.tar.gz [FILE1] Type=install EscapeXML=true -Source=%{src}/app.kdevelop -Dest=%{dest}/%{APPNAMELC}.kdevelop +Source=%{src}/app.tdevelop +Dest=%{dest}/%{APPNAMELC}.tdevelop [FILE2] Type=install diff --git a/languages/sql/sqlactions.cpp b/languages/sql/sqlactions.cpp index cf92721b..b1881811 100644 --- a/languages/sql/sqlactions.cpp +++ b/languages/sql/sqlactions.cpp @@ -1,6 +1,6 @@ /*************************************************************************** * Copyright (C) 2003 by Harald Fernengel * - * harry@kdevelop.org * + * harry@tdevelop.org * * * * This program is free software; you can redistribute it and/or modify * * it under the terms of the GNU General Public License as published by * diff --git a/languages/sql/sqlactions.h b/languages/sql/sqlactions.h index 840e43db..70a2223d 100644 --- a/languages/sql/sqlactions.h +++ b/languages/sql/sqlactions.h @@ -1,6 +1,6 @@ /*************************************************************************** * Copyright (C) 2003 by Harald Fernengel * - * harry@kdevelop.org * + * harry@tdevelop.org * * * * This program is free software; you can redistribute it and/or modify * * it under the terms of the GNU General Public License as published by * @@ -12,7 +12,7 @@ #ifndef _SQLACTION_H_ #define _SQLACTION_H_ -#include +#include #include #include diff --git a/languages/sql/sqloutputwidget.cpp b/languages/sql/sqloutputwidget.cpp index 65f95479..548ba0e8 100644 --- a/languages/sql/sqloutputwidget.cpp +++ b/languages/sql/sqloutputwidget.cpp @@ -1,6 +1,6 @@ /*************************************************************************** * Copyright (C) 2003 by Harald Fernengel * - * harry@kdevelop.org * + * harry@tdevelop.org * * * * This program is free software; you can redistribute it and/or modify * * it under the terms of the GNU General Public License as published by * diff --git a/languages/sql/sqloutputwidget.h b/languages/sql/sqloutputwidget.h index 3c3b6846..197952d1 100644 --- a/languages/sql/sqloutputwidget.h +++ b/languages/sql/sqloutputwidget.h @@ -1,6 +1,6 @@ /*************************************************************************** * Copyright (C) 2003 by Harald Fernengel * - * harry@kdevelop.org * + * harry@tdevelop.org * * * * This program is free software; you can redistribute it and/or modify * * it under the terms of the GNU General Public License as published by * diff --git a/lib/CMakeLists.txt b/lib/CMakeLists.txt index 07d06e3b..025e1819 100644 --- a/lib/CMakeLists.txt +++ b/lib/CMakeLists.txt @@ -26,9 +26,9 @@ link_directories( ) -##### kdevelop (shared) ######################### +##### tdevelop (shared) ######################### -tde_add_library( kdevelop SHARED +tde_add_library( tdevelop SHARED SOURCES dummy.cpp VERSION 1.0.0 EMBED kdevutil-static kdevinterfaces-static diff --git a/lib/Makefile.am b/lib/Makefile.am index e75b5d04..4e722350 100644 --- a/lib/Makefile.am +++ b/lib/Makefile.am @@ -4,15 +4,15 @@ INCLUDES = $(all_includes) -lib_LTLIBRARIES = libkdevelop.la -libkdevelop_la_LDFLAGS = -no-undefined $(all_libraries) -version-info 1:0 -libkdevelop_la_LIBADD = $(top_builddir)/lib/interfaces/libkdevinterfaces.la \ +lib_LTLIBRARIES = libtdevelop.la +libtdevelop_la_LDFLAGS = -no-undefined $(all_libraries) -version-info 1:0 +libtdevelop_la_LIBADD = $(top_builddir)/lib/interfaces/libkdevinterfaces.la \ $(top_builddir)/lib/widgets/propeditor/libkdevpropertyeditor.la $(LIB_KIO) # $(top_builddir)/lib/util/libkdevutil.la $(top_builddir)/lib/widgets/propeditor/libkdevpropertyeditor.la \ # $(top_builddir)/lib/interfaces/external/libkinterfacedesigner.la $(top_builddir)/lib/interfaces/extensions/libkdevextensions.la \ # -lktexteditor $(LIB_KPARTS) $(LIB_KIO) -lkscript -libkdevelop_la_SOURCES = dummy.cpp +libtdevelop_la_SOURCES = dummy.cpp diff --git a/lib/catalog/CMakeLists.txt b/lib/catalog/CMakeLists.txt index 6f5a631d..5c1b4f2b 100644 --- a/lib/catalog/CMakeLists.txt +++ b/lib/catalog/CMakeLists.txt @@ -25,7 +25,7 @@ link_directories( install( FILES catalog.h tag.h - DESTINATION ${INCLUDE_INSTALL_DIR}/kdevelop/catalog ) + DESTINATION ${INCLUDE_INSTALL_DIR}/tdevelop/catalog ) ##### kdevcatalog (shared) ###################### diff --git a/lib/catalog/Mainpage.dox b/lib/catalog/Mainpage.dox index f18b8ced..4f34c491 100644 --- a/lib/catalog/Mainpage.dox +++ b/lib/catalog/Mainpage.dox @@ -5,6 +5,6 @@ This is the persistant symbol store library working with BerkeleyDb backend. Link with: -lkdevcatalog \$(KDEDIR)/kdevbdb/libdb.a -Include path: -I\$(kde_includes)/kdevelop/catalog -I\$(KDEDIR)/kdevbdb/include +Include path: -I\$(kde_includes)/tdevelop/catalog -I\$(KDEDIR)/kdevbdb/include */ diff --git a/lib/catalog/Makefile.am b/lib/catalog/Makefile.am index 30a0a1e4..e88e6d19 100644 --- a/lib/catalog/Makefile.am +++ b/lib/catalog/Makefile.am @@ -4,7 +4,7 @@ libkdevcatalog_la_SOURCES = tag.cpp catalog.cpp libkdevcatalog_la_LDFLAGS = -no-undefined $(all_libraries) $(DB3LDFLAGS) libkdevcatalog_la_LIBADD = -l$(DB3LIB) $(LIB_TDECORE) $(LIB_QT) -kdevcatalogincludedir = $(includedir)/kdevelop/catalog +kdevcatalogincludedir = $(includedir)/tdevelop/catalog kdevcataloginclude_HEADERS = catalog.h tag.h DOXYGEN_REFERENCES = dcop interfaces tdecore tdefx tdeui khtml kmdi kio kjs kparts kutils diff --git a/lib/catalog/catalog.cpp b/lib/catalog/catalog.cpp index d8bff1bc..7b7f63ec 100644 --- a/lib/catalog/catalog.cpp +++ b/lib/catalog/catalog.cpp @@ -1,5 +1,5 @@ /* This file is part of KDevelop - Copyright (C) 2003 Roberto Raggi + Copyright (C) 2003 Roberto Raggi This library is free software; you can redistribute it and/or modify it under the terms of the GNU Library General Public diff --git a/lib/catalog/catalog.h b/lib/catalog/catalog.h index c581dc8c..3f5080d2 100644 --- a/lib/catalog/catalog.h +++ b/lib/catalog/catalog.h @@ -1,5 +1,5 @@ /* This file is part of KDevelop - Copyright (C) 2003 Roberto Raggi + Copyright (C) 2003 Roberto Raggi This library is free software; you can redistribute it and/or modify it under the terms of the GNU Library General Public diff --git a/lib/catalog/tag.cpp b/lib/catalog/tag.cpp index 966e9713..5543b8c3 100644 --- a/lib/catalog/tag.cpp +++ b/lib/catalog/tag.cpp @@ -1,5 +1,5 @@ /* This file is part of KDevelop - Copyright (C) 2003 Roberto Raggi + Copyright (C) 2003 Roberto Raggi This library is free software; you can redistribute it and/or modify it under the terms of the GNU Library General Public diff --git a/lib/catalog/tag.h b/lib/catalog/tag.h index 23b2efef..95604c83 100644 --- a/lib/catalog/tag.h +++ b/lib/catalog/tag.h @@ -1,5 +1,5 @@ /* This file is part of KDevelop - Copyright (C) 2003 Roberto Raggi + Copyright (C) 2003 Roberto Raggi This library is free software; you can redistribute it and/or modify it under the terms of the GNU Library General Public diff --git a/lib/cppparser/CMakeLists.txt b/lib/cppparser/CMakeLists.txt index d8cf531d..e9da8af2 100644 --- a/lib/cppparser/CMakeLists.txt +++ b/lib/cppparser/CMakeLists.txt @@ -28,7 +28,7 @@ link_directories( install( FILES ast.h driver.h lexer.h parser.h tree_parser.h errors.h lookup.h cachemanager.h lexercache.h macro.h - DESTINATION ${INCLUDE_INSTALL_DIR}/kdevelop/cppparser ) + DESTINATION ${INCLUDE_INSTALL_DIR}/tdevelop/cppparser ) ##### kdevcppparser (shared) #################### diff --git a/lib/cppparser/Makefile.am b/lib/cppparser/Makefile.am index f420f757..a40c5518 100644 --- a/lib/cppparser/Makefile.am +++ b/lib/cppparser/Makefile.am @@ -6,6 +6,6 @@ libkdevcppparser_la_LIBADD = $(LIB_QT) $(LIB_TDECORE) $(top_builddir)/lib/interf libkdevcppparser_la_SOURCES = ast.cpp cachemanager.cpp driver.cpp errors.cpp \ lexer.cpp lexercache.cpp lookup.cpp parser.cpp tree_parser.cpp -kdevcppparserincludedir = $(includedir)/kdevelop/cppparser +kdevcppparserincludedir = $(includedir)/tdevelop/cppparser kdevcppparserinclude_HEADERS = ast.h driver.h lexer.h parser.h tree_parser.h errors.h lookup.h cachemanager.h lexercache.h macro.h diff --git a/lib/cppparser/ast.cpp b/lib/cppparser/ast.cpp index 334ac62a..e4e3cf5d 100644 --- a/lib/cppparser/ast.cpp +++ b/lib/cppparser/ast.cpp @@ -1,5 +1,5 @@ /* This file is part of KDevelop - Copyright (C) 2002,2003 Roberto Raggi + Copyright (C) 2002,2003 Roberto Raggi This library is free software; you can redistribute it and/or modify it under the terms of the GNU Library General Public diff --git a/lib/cppparser/ast.h b/lib/cppparser/ast.h index 3e53a285..c98c2fe7 100644 --- a/lib/cppparser/ast.h +++ b/lib/cppparser/ast.h @@ -1,5 +1,5 @@ /* This file is part of KDevelop - Copyright (C) 2002,2003 Roberto Raggi + Copyright (C) 2002,2003 Roberto Raggi This library is free software; you can redistribute it and/or modify it under the terms of the GNU Library General Public diff --git a/lib/cppparser/cachemanager.cpp b/lib/cppparser/cachemanager.cpp index 966f4440..372fc026 100644 --- a/lib/cppparser/cachemanager.cpp +++ b/lib/cppparser/cachemanager.cpp @@ -1,6 +1,6 @@ /*************************************************************************** copyright : (C) 2006 by David Nolden - email : david.nolden.kdevelop@art-master.de + email : david.nolden.tdevelop@art-master.de ***************************************************************************/ /*************************************************************************** diff --git a/lib/cppparser/cachemanager.h b/lib/cppparser/cachemanager.h index 3804356f..fe8ef197 100644 --- a/lib/cppparser/cachemanager.h +++ b/lib/cppparser/cachemanager.h @@ -1,7 +1,7 @@ /*************************************************************************** copyright : (C) 2006 by David Nolden - email : david.nolden.kdevelop@art-master.de + email : david.nolden.tdevelop@art-master.de ***************************************************************************/ /*************************************************************************** diff --git a/lib/cppparser/driver.cpp b/lib/cppparser/driver.cpp index da170fa1..bcaea218 100644 --- a/lib/cppparser/driver.cpp +++ b/lib/cppparser/driver.cpp @@ -1,6 +1,6 @@ /* This file is part of KDevelop - Copyright (C) 2002,2003 Roberto Raggi - Copyright (C) 2006 David Nolden + Copyright (C) 2002,2003 Roberto Raggi + Copyright (C) 2006 David Nolden This library is free software; you can redistribute it and/or modify it under the terms of the GNU Library General Public diff --git a/lib/cppparser/driver.h b/lib/cppparser/driver.h index 01ff0754..e30f7031 100644 --- a/lib/cppparser/driver.h +++ b/lib/cppparser/driver.h @@ -1,5 +1,5 @@ /* This file is part of KDevelop - Copyright (C) 2002,2003 Roberto Raggi + Copyright (C) 2002,2003 Roberto Raggi This library is free software; you can redistribute it and/or modify it under the terms of the GNU Library General Public diff --git a/lib/cppparser/errors.cpp b/lib/cppparser/errors.cpp index 9a18ddd6..e3cb19e5 100644 --- a/lib/cppparser/errors.cpp +++ b/lib/cppparser/errors.cpp @@ -1,5 +1,5 @@ /* This file is part of KDevelop - Copyright (C) 2002,2003 Roberto Raggi + Copyright (C) 2002,2003 Roberto Raggi This library is free software; you can redistribute it and/or modify it under the terms of the GNU Library General Public diff --git a/lib/cppparser/errors.h b/lib/cppparser/errors.h index 6751475e..e0959250 100644 --- a/lib/cppparser/errors.h +++ b/lib/cppparser/errors.h @@ -1,5 +1,5 @@ /* This file is part of KDevelop - Copyright (C) 2002,2003 Roberto Raggi + Copyright (C) 2002,2003 Roberto Raggi This library is free software; you can redistribute it and/or modify it under the terms of the GNU Library General Public diff --git a/lib/cppparser/lexer.cpp b/lib/cppparser/lexer.cpp index 1b98708f..1ed9fca7 100644 --- a/lib/cppparser/lexer.cpp +++ b/lib/cppparser/lexer.cpp @@ -1,5 +1,5 @@ /* This file is part of KDevelop - Copyright (C) 2002,2003 Roberto Raggi + Copyright (C) 2002,2003 Roberto Raggi This library is free software; you can redistribute it and/or modify it under the terms of the GNU Library General Public diff --git a/lib/cppparser/lexer.h b/lib/cppparser/lexer.h index 7b104c76..2630edf7 100644 --- a/lib/cppparser/lexer.h +++ b/lib/cppparser/lexer.h @@ -1,5 +1,5 @@ /* This file is part of KDevelop - Copyright (C) 2002,2003 Roberto Raggi + Copyright (C) 2002,2003 Roberto Raggi This library is free software; you can redistribute it and/or modify it under the terms of the GNU Library General Public diff --git a/lib/cppparser/lexercache.cpp b/lib/cppparser/lexercache.cpp index 2d28e27d..7f420cac 100644 --- a/lib/cppparser/lexercache.cpp +++ b/lib/cppparser/lexercache.cpp @@ -1,6 +1,6 @@ /*************************************************************************** copyright : (C) 2006 by David Nolden - email : david.nolden.kdevelop@art-master.de + email : david.nolden.tdevelop@art-master.de ***************************************************************************/ /*************************************************************************** diff --git a/lib/cppparser/lexercache.h b/lib/cppparser/lexercache.h index a68c4a6b..535768bc 100644 --- a/lib/cppparser/lexercache.h +++ b/lib/cppparser/lexercache.h @@ -1,6 +1,6 @@ /*************************************************************************** copyright : (C) 2006 by David Nolden - email : david.nolden.kdevelop@art-master.de + email : david.nolden.tdevelop@art-master.de ***************************************************************************/ /*************************************************************************** diff --git a/lib/cppparser/lookup.cpp b/lib/cppparser/lookup.cpp index 172faf6a..9d52acbb 100644 --- a/lib/cppparser/lookup.cpp +++ b/lib/cppparser/lookup.cpp @@ -1,6 +1,6 @@ /* This file is part of KDevelop Copyright (C) 2005 Tobias Erbsland - Copyright (C) 2002,2003 Roberto Raggi + Copyright (C) 2002,2003 Roberto Raggi This library is free software; you can redistribute it and/or modify it under the terms of the GNU Library General Public diff --git a/lib/cppparser/lookup.h b/lib/cppparser/lookup.h index 54bbfeff..2a89e0d6 100644 --- a/lib/cppparser/lookup.h +++ b/lib/cppparser/lookup.h @@ -1,6 +1,6 @@ /* This file is part of KDevelop Copyright (C) 2005 Tobias Erbsland - Copyright (C) 2002,2003 Roberto Raggi + Copyright (C) 2002,2003 Roberto Raggi This library is free software; you can redistribute it and/or modify it under the terms of the GNU Library General Public diff --git a/lib/cppparser/macro.h b/lib/cppparser/macro.h index 26f2c2db..66ab5844 100644 --- a/lib/cppparser/macro.h +++ b/lib/cppparser/macro.h @@ -1,6 +1,6 @@ /*************************************************************************** copyright : (C) 2006 by David Nolden - email : david.nolden.kdevelop@art-master.de + email : david.nolden.tdevelop@art-master.de ***************************************************************************/ /*************************************************************************** diff --git a/lib/cppparser/parser.cpp b/lib/cppparser/parser.cpp index 84ada9b2..9b0a0c1f 100644 --- a/lib/cppparser/parser.cpp +++ b/lib/cppparser/parser.cpp @@ -1,5 +1,5 @@ /* This file is part of KDevelop - Copyright (C) 2002,2003 Roberto Raggi + Copyright (C) 2002,2003 Roberto Raggi This library is free software; you can redistribute it and/or modify it under the terms of the GNU Library General Public diff --git a/lib/cppparser/parser.h b/lib/cppparser/parser.h index 771df635..027360ec 100644 --- a/lib/cppparser/parser.h +++ b/lib/cppparser/parser.h @@ -1,5 +1,5 @@ /* This file is part of KDevelop - Copyright (C) 2002,2003 Roberto Raggi + Copyright (C) 2002,2003 Roberto Raggi This library is free software; you can redistribute it and/or modify it under the terms of the GNU Library General Public diff --git a/lib/cppparser/tree_parser.cpp b/lib/cppparser/tree_parser.cpp index 508c5229..bcb63a33 100644 --- a/lib/cppparser/tree_parser.cpp +++ b/lib/cppparser/tree_parser.cpp @@ -1,5 +1,5 @@ /* This file is part of KDevelop - Copyright (C) 2002,2003 Roberto Raggi + Copyright (C) 2002,2003 Roberto Raggi This library is free software; you can redistribute it and/or modify it under the terms of the GNU Library General Public diff --git a/lib/cppparser/tree_parser.h b/lib/cppparser/tree_parser.h index 442cd408..06c9f987 100644 --- a/lib/cppparser/tree_parser.h +++ b/lib/cppparser/tree_parser.h @@ -1,5 +1,5 @@ /* This file is part of KDevelop - Copyright (C) 2002,2003 Roberto Raggi + Copyright (C) 2002,2003 Roberto Raggi This library is free software; you can redistribute it and/or modify it under the terms of the GNU Library General Public diff --git a/lib/interfaces/CMakeLists.txt b/lib/interfaces/CMakeLists.txt index fac94870..94b07bec 100644 --- a/lib/interfaces/CMakeLists.txt +++ b/lib/interfaces/CMakeLists.txt @@ -34,11 +34,11 @@ install( FILES kdevplugincontroller.h kdevplugininfo.h KDevCoreIface.h KDevPartControllerIface.h katedocumentmanagerinterface.h hashedstring.h - DESTINATION ${INCLUDE_INSTALL_DIR}/kdevelop/interfaces ) + DESTINATION ${INCLUDE_INSTALL_DIR}/tdevelop/interfaces ) install( FILES - kdevelopproject.desktop kdeveloplanguagesupport.desktop - kdevelopplugin.desktop + tdevelopproject.desktop tdeveloplanguagesupport.desktop + tdevelopplugin.desktop DESTINATION ${SERVICETYPES_INSTALL_DIR} ) diff --git a/lib/interfaces/KDevCoreIface.cpp b/lib/interfaces/KDevCoreIface.cpp index aa70e01b..18b7dc92 100644 --- a/lib/interfaces/KDevCoreIface.cpp +++ b/lib/interfaces/KDevCoreIface.cpp @@ -1,9 +1,9 @@ /* This file is part of the KDE project - Copyright (C) 2001 Bernd Gehrmann + Copyright (C) 2001 Bernd Gehrmann Copyright (C) 2001-2002 Matthias Hoelzer-Kluepfel - Copyright (C) 2002 Roberto Raggi + Copyright (C) 2002 Roberto Raggi This library is free software; you can redistribute it and/or modify it under the terms of the GNU Library General Public diff --git a/lib/interfaces/KDevCoreIface.h b/lib/interfaces/KDevCoreIface.h index 9fb34d13..7c2aa411 100644 --- a/lib/interfaces/KDevCoreIface.h +++ b/lib/interfaces/KDevCoreIface.h @@ -1,7 +1,7 @@ /* This file is part of the KDE project - Copyright (C) 2001 Bernd Gehrmann + Copyright (C) 2001 Bernd Gehrmann Copyright (C) 2001-2002 Matthias Hoelzer-Kluepfel - Copyright (C) 2002 Roberto Raggi + Copyright (C) 2002 Roberto Raggi This library is free software; you can redistribute it and/or modify it under the terms of the GNU Library General Public diff --git a/lib/interfaces/Mainpage.dox b/lib/interfaces/Mainpage.dox index 2b4d818a..85440858 100644 --- a/lib/interfaces/Mainpage.dox +++ b/lib/interfaces/Mainpage.dox @@ -3,8 +3,8 @@ This library contains all interfaces and classes that form KDevelop plugin architecture. -Link with: -lkdevelop +Link with: -ltdevelop -Include path: -I\$(kde_includes)/kdevelop/interfaces +Include path: -I\$(kde_includes)/tdevelop/interfaces */ diff --git a/lib/interfaces/Makefile.am b/lib/interfaces/Makefile.am index ecb318c4..44a9ff53 100644 --- a/lib/interfaces/Makefile.am +++ b/lib/interfaces/Makefile.am @@ -16,8 +16,8 @@ libkdevinterfaces_la_LIBADD = $(top_builddir)/lib/interfaces/external/libkinterf $(top_builddir)/lib/util/libkdevutil.la \ $(LIB_TDEUI) $(LIB_KHTML) $(LIB_KPARTS) -lktexteditor -lkscript -lDCOP -kdevelopincludedir = $(includedir)/kdevelop/interfaces -kdevelopinclude_HEADERS = kdevlanguagesupport.h kdevmainwindow.h \ +tdevelopincludedir = $(includedir)/tdevelop/interfaces +tdevelopinclude_HEADERS = kdevlanguagesupport.h kdevmainwindow.h \ kdevpartcontroller.h kdevplugin.h kdevproject.h kdevcore.h kdevcoderepository.h codemodel.h \ codemodel_utils.h codemodel_treeparser.h kdevgenericfactory.h kdevapi.h \ kdevdesignerintegration.h kdevplugincontroller.h kdevplugininfo.h KDevCoreIface.h \ @@ -26,8 +26,8 @@ kdevelopinclude_HEADERS = kdevlanguagesupport.h kdevmainwindow.h \ servicetypedir = $(kde_servicetypesdir) -servicetype_DATA = kdevelopproject.desktop kdeveloplanguagesupport.desktop \ - kdevelopplugin.desktop +servicetype_DATA = tdevelopproject.desktop tdeveloplanguagesupport.desktop \ + tdevelopplugin.desktop METASOURCES = AUTO diff --git a/lib/interfaces/codemodel.cpp b/lib/interfaces/codemodel.cpp index e2e211ad..6cdbfc7e 100644 --- a/lib/interfaces/codemodel.cpp +++ b/lib/interfaces/codemodel.cpp @@ -1,5 +1,5 @@ /* This file is part of KDevelop - Copyright (C) 2003 Roberto Raggi + Copyright (C) 2003 Roberto Raggi This library is free software; you can redistribute it and/or modify it under the terms of the GNU Library General Public diff --git a/lib/interfaces/codemodel.h b/lib/interfaces/codemodel.h index 343c6169..871de327 100644 --- a/lib/interfaces/codemodel.h +++ b/lib/interfaces/codemodel.h @@ -1,7 +1,7 @@ /* This file is part of KDevelop - Copyright (C) 2003 Roberto Raggi + Copyright (C) 2003 Roberto Raggi Copyright (C) 2004 Matt Rogers - Copyright (C) 2004 Alexander Dymo + Copyright (C) 2004 Alexander Dymo This library is free software; you can redistribute it and/or modify it under the terms of the GNU Library General Public diff --git a/lib/interfaces/codemodel_treeparser.cpp b/lib/interfaces/codemodel_treeparser.cpp index b9a995d9..d3037b8d 100644 --- a/lib/interfaces/codemodel_treeparser.cpp +++ b/lib/interfaces/codemodel_treeparser.cpp @@ -1,5 +1,5 @@ /* This file is part of KDevelop - Copyright (C) 2003 Roberto Raggi + Copyright (C) 2003 Roberto Raggi This library is free software; you can redistribute it and/or modify it under the terms of the GNU Library General Public diff --git a/lib/interfaces/codemodel_treeparser.h b/lib/interfaces/codemodel_treeparser.h index 89cdcbd3..ac40f684 100644 --- a/lib/interfaces/codemodel_treeparser.h +++ b/lib/interfaces/codemodel_treeparser.h @@ -1,6 +1,6 @@ /* This file is part of KDevelop - Copyright (C) 2003 Roberto Raggi - Copyright (C) 2004 Alexander Dymo + Copyright (C) 2003 Roberto Raggi + Copyright (C) 2004 Alexander Dymo This library is free software; you can redistribute it and/or modify it under the terms of the GNU Library General Public diff --git a/lib/interfaces/codemodel_utils.cpp b/lib/interfaces/codemodel_utils.cpp index afb946bd..c70e6f47 100644 --- a/lib/interfaces/codemodel_utils.cpp +++ b/lib/interfaces/codemodel_utils.cpp @@ -1,6 +1,6 @@ /* This file is part of KDevelop - Copyright (C) 2003 Roberto Raggi - Copyright (C) 2003 Alexander Dymo + Copyright (C) 2003 Roberto Raggi + Copyright (C) 2003 Alexander Dymo Copyright (C) 2004 Jonas Jacobi This library is free software; you can redistribute it and/or diff --git a/lib/interfaces/codemodel_utils.h b/lib/interfaces/codemodel_utils.h index 2879a424..1fd1ce76 100644 --- a/lib/interfaces/codemodel_utils.h +++ b/lib/interfaces/codemodel_utils.h @@ -1,6 +1,6 @@ /* This file is part of KDevelop - Copyright (C) 2003 Roberto Raggi - Copyright (C) 2003-2004 Alexander Dymo + Copyright (C) 2003 Roberto Raggi + Copyright (C) 2003-2004 Alexander Dymo Copyright (C) 2004 Jonas Jacobi This library is free software; you can redistribute it and/or diff --git a/lib/interfaces/extensions/CMakeLists.txt b/lib/interfaces/extensions/CMakeLists.txt index 238e6a2e..459c1197 100644 --- a/lib/interfaces/extensions/CMakeLists.txt +++ b/lib/interfaces/extensions/CMakeLists.txt @@ -25,13 +25,13 @@ install( FILES codebrowserfrontend.h kdevappfrontend.h kdevcreatefile.h kdevdifffrontend.h kdevmakefrontend.h kdevquickopen.h kdevsourceformatter.h kdevversioncontrol.h - DESTINATION ${INCLUDE_INSTALL_DIR}/kdevelop/interfaces/extensions ) + DESTINATION ${INCLUDE_INSTALL_DIR}/tdevelop/interfaces/extensions ) install( FILES - kdevelopappfrontend.desktop kdevelopcodebrowserfrontend.desktop - kdevelopcreatefile.desktop kdevelopdifffrontend.desktop - kdevelopmakefrontend.desktop kdevelopquickopen.desktop - kdevelopsourceformatter.desktop kdevelopversioncontrol.desktop + tdevelopappfrontend.desktop tdevelopcodebrowserfrontend.desktop + tdevelopcreatefile.desktop tdevelopdifffrontend.desktop + tdevelopmakefrontend.desktop tdevelopquickopen.desktop + tdevelopsourceformatter.desktop tdevelopversioncontrol.desktop DESTINATION ${SERVICETYPES_INSTALL_DIR} ) diff --git a/lib/interfaces/extensions/Mainpage.dox b/lib/interfaces/extensions/Mainpage.dox index d306a1e8..c9b3af92 100644 --- a/lib/interfaces/extensions/Mainpage.dox +++ b/lib/interfaces/extensions/Mainpage.dox @@ -3,9 +3,9 @@ This library contains extension interfaces used by KDevelop plugin architecture. -Link with: -lkdevelop +Link with: -ltdevelop -Include path: -I\$(kde_includes)/kdevelop/interfaces/extensions +Include path: -I\$(kde_includes)/tdevelop/interfaces/extensions \section whatisextension What is the KDevelop extension diff --git a/lib/interfaces/extensions/Makefile.am b/lib/interfaces/extensions/Makefile.am index 4e12ca56..29ab44e4 100644 --- a/lib/interfaces/extensions/Makefile.am +++ b/lib/interfaces/extensions/Makefile.am @@ -1,13 +1,13 @@ -kdevelopincludeextdir = $(includedir)/kdevelop/interfaces/extensions -kdevelopincludeext_HEADERS = codebrowserfrontend.h kdevappfrontend.h \ +tdevelopincludeextdir = $(includedir)/tdevelop/interfaces/extensions +tdevelopincludeext_HEADERS = codebrowserfrontend.h kdevappfrontend.h \ kdevcreatefile.h kdevdifffrontend.h kdevmakefrontend.h kdevquickopen.h \ kdevsourceformatter.h kdevversioncontrol.h servicetypedir = $(kde_servicetypesdir) -servicetype_DATA = kdevelopappfrontend.desktop \ - kdevelopcodebrowserfrontend.desktop kdevelopcreatefile.desktop kdevelopdifffrontend.desktop \ - kdevelopmakefrontend.desktop kdevelopquickopen.desktop kdevelopsourceformatter.desktop \ - kdevelopversioncontrol.desktop +servicetype_DATA = tdevelopappfrontend.desktop \ + tdevelopcodebrowserfrontend.desktop tdevelopcreatefile.desktop tdevelopdifffrontend.desktop \ + tdevelopmakefrontend.desktop tdevelopquickopen.desktop tdevelopsourceformatter.desktop \ + tdevelopversioncontrol.desktop SUBDIRS = dcop libkdevextensions_la_LDFLAGS = $(all_libraries) diff --git a/lib/interfaces/extensions/codebrowserfrontend.h b/lib/interfaces/extensions/codebrowserfrontend.h index 6084496f..7cef01c9 100644 --- a/lib/interfaces/extensions/codebrowserfrontend.h +++ b/lib/interfaces/extensions/codebrowserfrontend.h @@ -1,5 +1,5 @@ /* This file is part of the KDE project - Copyright (C) 2006 David Nolden + Copyright (C) 2006 David Nolden This library is free software; you can redistribute it and/or modify it under the terms of the GNU Library General Public diff --git a/lib/interfaces/extensions/dcop/CMakeLists.txt b/lib/interfaces/extensions/dcop/CMakeLists.txt index 03e2d622..b6255fc6 100644 --- a/lib/interfaces/extensions/dcop/CMakeLists.txt +++ b/lib/interfaces/extensions/dcop/CMakeLists.txt @@ -22,7 +22,7 @@ include_directories( install( FILES KDevAppFrontendIface.h KDevMakeFrontendIface.h - DESTINATION ${INCLUDE_INSTALL_DIR}/kdevelop/interfaces/extensions/dcop ) + DESTINATION ${INCLUDE_INSTALL_DIR}/tdevelop/interfaces/extensions/dcop ) ##### kdevdcopextensions (static) ############### diff --git a/lib/interfaces/extensions/dcop/KDevAppFrontendIface.cpp b/lib/interfaces/extensions/dcop/KDevAppFrontendIface.cpp index 1eca4bfc..40c75302 100644 --- a/lib/interfaces/extensions/dcop/KDevAppFrontendIface.cpp +++ b/lib/interfaces/extensions/dcop/KDevAppFrontendIface.cpp @@ -2,8 +2,8 @@ /* This file is part of the KDE project Copyright (C) 2001 Matthias Hoelzer-Kluepfel - Copyright (C) 2002 Roberto Raggi - Copyright (C) 2002 Bernd Gehrmann + Copyright (C) 2002 Roberto Raggi + Copyright (C) 2002 Bernd Gehrmann Copyright (C) 2003 Amilcar do Carmo Lucas This library is free software; you can redistribute it and/or diff --git a/lib/interfaces/extensions/dcop/KDevAppFrontendIface.h b/lib/interfaces/extensions/dcop/KDevAppFrontendIface.h index 3903e897..17a3bc50 100644 --- a/lib/interfaces/extensions/dcop/KDevAppFrontendIface.h +++ b/lib/interfaces/extensions/dcop/KDevAppFrontendIface.h @@ -1,7 +1,7 @@ /* This file is part of the KDE project Copyright (C) 2001 Matthias Hoelzer-Kluepfel - Copyright (C) 2002 Roberto Raggi - Copyright (C) 2002 Bernd Gehrmann + Copyright (C) 2002 Roberto Raggi + Copyright (C) 2002 Bernd Gehrmann Copyright (C) 2003 Amilcar do Carmo Lucas This library is free software; you can redistribute it and/or diff --git a/lib/interfaces/extensions/dcop/KDevMakeFrontendIface.cpp b/lib/interfaces/extensions/dcop/KDevMakeFrontendIface.cpp index 73305e4a..2d23a761 100644 --- a/lib/interfaces/extensions/dcop/KDevMakeFrontendIface.cpp +++ b/lib/interfaces/extensions/dcop/KDevMakeFrontendIface.cpp @@ -2,8 +2,8 @@ /* This file is part of the KDE project Copyright (C) 2001 Matthias Hoelzer-Kluepfel - Copyright (C) 2001 Bernd Gehrmann - Copyright (C) 2002 Roberto Raggi + Copyright (C) 2001 Bernd Gehrmann + Copyright (C) 2002 Roberto Raggi This library is free software; you can redistribute it and/or modify it under the terms of the GNU Library General Public diff --git a/lib/interfaces/extensions/dcop/KDevMakeFrontendIface.h b/lib/interfaces/extensions/dcop/KDevMakeFrontendIface.h index 53217359..339b1146 100644 --- a/lib/interfaces/extensions/dcop/KDevMakeFrontendIface.h +++ b/lib/interfaces/extensions/dcop/KDevMakeFrontendIface.h @@ -1,7 +1,7 @@ /* This file is part of the KDE project Copyright (C) 2001 Matthias Hoelzer-Kluepfel - Copyright (C) 2001 Bernd Gehrmann - Copyright (C) 2002 Roberto Raggi + Copyright (C) 2001 Bernd Gehrmann + Copyright (C) 2002 Roberto Raggi This library is free software; you can redistribute it and/or modify it under the terms of the GNU Library General Public diff --git a/lib/interfaces/extensions/dcop/Makefile.am b/lib/interfaces/extensions/dcop/Makefile.am index 0b904eeb..116c4979 100644 --- a/lib/interfaces/extensions/dcop/Makefile.am +++ b/lib/interfaces/extensions/dcop/Makefile.am @@ -6,5 +6,5 @@ libkdevdcopextensions_la_LDFLAGS = $(all_libraries) libkdevdcopextensions_la_SOURCES = KDevAppFrontendIface.cpp \ KDevMakeFrontendIface.cpp KDevAppFrontendIface.skel KDevMakeFrontendIface.skel -dcopincludeextdir = $(includedir)/kdevelop/interfaces/extensions/dcop +dcopincludeextdir = $(includedir)/tdevelop/interfaces/extensions/dcop dcopincludeext_HEADERS = KDevAppFrontendIface.h KDevMakeFrontendIface.h diff --git a/lib/interfaces/extensions/kdevappfrontend.h b/lib/interfaces/extensions/kdevappfrontend.h index 9bac0ff8..5a16984b 100644 --- a/lib/interfaces/extensions/kdevappfrontend.h +++ b/lib/interfaces/extensions/kdevappfrontend.h @@ -1,7 +1,7 @@ /* This file is part of the KDE project Copyright (C) 2001 Matthias Hoelzer-Kluepfel - Copyright (C) 2001-2002 Bernd Gehrmann - Copyright (C) 2002-2003 Roberto Raggi + Copyright (C) 2001-2002 Bernd Gehrmann + Copyright (C) 2002-2003 Roberto Raggi Copyright (C) 2002 Simon Hausmann Copyright (C) 2002 John Firebaugh Copyright (C) 2003 Amilcar do Carmo Lucas diff --git a/lib/interfaces/extensions/kdevcreatefile.h b/lib/interfaces/extensions/kdevcreatefile.h index 031c7ffc..ee30f555 100644 --- a/lib/interfaces/extensions/kdevcreatefile.h +++ b/lib/interfaces/extensions/kdevcreatefile.h @@ -1,6 +1,6 @@ /* This file is part of the KDE project Copyright (C) 2003 Julian Rockey - Copyright (C) 2003 Roberto Raggi + Copyright (C) 2003 Roberto Raggi This library is free software; you can redistribute it and/or modify it under the terms of the GNU Library General Public diff --git a/lib/interfaces/extensions/kdevdifffrontend.cpp b/lib/interfaces/extensions/kdevdifffrontend.cpp index 745703e4..89a9e36d 100644 --- a/lib/interfaces/extensions/kdevdifffrontend.cpp +++ b/lib/interfaces/extensions/kdevdifffrontend.cpp @@ -1,7 +1,7 @@ /* This file is part of the KDE project - Copyright (C) 2002 Harald Fernengel - Copyright (C) 2002 F@lk Brettschneider - Copyright (C) 2003 Roberto Raggi + Copyright (C) 2002 Harald Fernengel + Copyright (C) 2002 F@lk Brettschneider + Copyright (C) 2003 Roberto Raggi This library is free software; you can redistribute it and/or modify it under the terms of the GNU Library General Public diff --git a/lib/interfaces/extensions/kdevdifffrontend.h b/lib/interfaces/extensions/kdevdifffrontend.h index ecf360ad..75cd59f3 100644 --- a/lib/interfaces/extensions/kdevdifffrontend.h +++ b/lib/interfaces/extensions/kdevdifffrontend.h @@ -1,7 +1,7 @@ /* This file is part of the KDE project - Copyright (C) 2002 Harald Fernengel - Copyright (C) 2002 F@lk Brettschneider - Copyright (C) 2003 Roberto Raggi + Copyright (C) 2002 Harald Fernengel + Copyright (C) 2002 F@lk Brettschneider + Copyright (C) 2003 Roberto Raggi This library is free software; you can redistribute it and/or modify it under the terms of the GNU Library General Public diff --git a/lib/interfaces/extensions/kdevmakefrontend.h b/lib/interfaces/extensions/kdevmakefrontend.h index c1d0319b..485f4b43 100644 --- a/lib/interfaces/extensions/kdevmakefrontend.h +++ b/lib/interfaces/extensions/kdevmakefrontend.h @@ -1,10 +1,10 @@ /* This file is part of the KDE project Copyright (C) 2001 Matthias Hoelzer-Kluepfel - Copyright (C) 2001 Sandy Meier - Copyright (C) 2001-2002 Bernd Gehrmann - Copyright (C) 2002-2003 Roberto Raggi + Copyright (C) 2001 Sandy Meier + Copyright (C) 2001-2002 Bernd Gehrmann + Copyright (C) 2002-2003 Roberto Raggi Copyright (C) 2002 Simon Hausmann - Copyright (C) 2002 F@lk Brettschneider + Copyright (C) 2002 F@lk Brettschneider Copyright (C) 2003 Amilcar do Carmo Lucas Copyright (C) 2003 Hamish Rodda diff --git a/lib/interfaces/extensions/kdevquickopen.h b/lib/interfaces/extensions/kdevquickopen.h index f4f6358c..78280c6c 100644 --- a/lib/interfaces/extensions/kdevquickopen.h +++ b/lib/interfaces/extensions/kdevquickopen.h @@ -1,5 +1,5 @@ /* This file is part of the KDE project - Copyright (C) 2007 Alexander Dymo + Copyright (C) 2007 Alexander Dymo This library is free software; you can redistribute it and/or modify it under the terms of the GNU Library General Public @@ -64,7 +64,7 @@ public: #endif /* This file is part of the KDE project - Copyright (C) 2007 Alexander Dymo + Copyright (C) 2007 Alexander Dymo This library is free software; you can redistribute it and/or modify it under the terms of the GNU Library General Public diff --git a/lib/interfaces/extensions/kdevsourceformatter.h b/lib/interfaces/extensions/kdevsourceformatter.h index 5ca33079..8eea950c 100644 --- a/lib/interfaces/extensions/kdevsourceformatter.h +++ b/lib/interfaces/extensions/kdevsourceformatter.h @@ -1,5 +1,5 @@ /* This file is part of the KDE project - Copyright (C) 2003-2004 Alexander Dymo + Copyright (C) 2003-2004 Alexander Dymo This library is free software; you can redistribute it and/or modify it under the terms of the GNU Library General Public diff --git a/lib/interfaces/extensions/kdevversioncontrol.h b/lib/interfaces/extensions/kdevversioncontrol.h index ba6c0d70..2dcfe869 100644 --- a/lib/interfaces/extensions/kdevversioncontrol.h +++ b/lib/interfaces/extensions/kdevversioncontrol.h @@ -1,9 +1,9 @@ /* This file is part of the KDE project Copyright (C) 2001 Matthias Hoelzer-Kluepfel - Copyright (C) 2002-2003 Roberto Raggi + Copyright (C) 2002-2003 Roberto Raggi Copyright (C) 2002 Simon Hausmann Copyright (C) 2003 Mario Scalas - Copyright (C) 2004 Alexander Dymo + Copyright (C) 2004 Alexander Dymo This library is free software; you can redistribute it and/or modify it under the terms of the GNU Library General Public diff --git a/lib/interfaces/extras/CMakeLists.txt b/lib/interfaces/extras/CMakeLists.txt index 522a9c10..eb4cdb75 100644 --- a/lib/interfaces/extras/CMakeLists.txt +++ b/lib/interfaces/extras/CMakeLists.txt @@ -23,10 +23,10 @@ link_directories( install( FILES kdevcompileroptions.h kdevvcsintegrator.h - DESTINATION ${INCLUDE_INSTALL_DIR}/kdevelop/interfaces/extras ) + DESTINATION ${INCLUDE_INSTALL_DIR}/tdevelop/interfaces/extras ) install( FILES - kdevelopcompileroptions.desktop kdevelopvcsintegrator.desktop + tdevelopcompileroptions.desktop tdevelopvcsintegrator.desktop DESTINATION ${SERVICETYPES_INSTALL_DIR} ) diff --git a/lib/interfaces/extras/Mainpage.dox b/lib/interfaces/extras/Mainpage.dox index f72dade5..454e292e 100644 --- a/lib/interfaces/extras/Mainpage.dox +++ b/lib/interfaces/extras/Mainpage.dox @@ -6,6 +6,6 @@ but that can be implemented by extra plugins or "plugins for plugins". Link with: -lkdevextras -Include path: -I\$(kde_includes)/kdevelop/interfaces/extras +Include path: -I\$(kde_includes)/tdevelop/interfaces/extras */ diff --git a/lib/interfaces/extras/Makefile.am b/lib/interfaces/extras/Makefile.am index 37aa2244..d97c6d77 100644 --- a/lib/interfaces/extras/Makefile.am +++ b/lib/interfaces/extras/Makefile.am @@ -4,13 +4,13 @@ METASOURCES = AUTO libkdevextras_la_LIBADD = $(LIB_QT) libkdevextras_la_LDFLAGS = $(all_libraries) lib_LTLIBRARIES = libkdevextras.la -kdevelopincludedir = $(includedir)/kdevelop/interfaces/extras +tdevelopincludedir = $(includedir)/tdevelop/interfaces/extras servicetypedir = $(kde_servicetypesdir) -kdevelopinclude_HEADERS = kdevcompileroptions.h kdevvcsintegrator.h +tdevelopinclude_HEADERS = kdevcompileroptions.h kdevvcsintegrator.h libkdevextras_la_SOURCES = kdevcompileroptions.cpp kdevvcsintegrator.cpp -servicetype_DATA = kdevelopcompileroptions.desktop \ - kdevelopvcsintegrator.desktop +servicetype_DATA = tdevelopcompileroptions.desktop \ + tdevelopvcsintegrator.desktop DOXYGEN_REFERENCES = dcop interfaces tdecore tdefx tdeui khtml kmdi kio kjs kparts kutils kdevinterfaces DOXYGEN_PROJECTNAME = KDevelop Extra Interfaces Library diff --git a/lib/interfaces/extras/kdevcompileroptions.h b/lib/interfaces/extras/kdevcompileroptions.h index 220956f5..abdcf2ea 100644 --- a/lib/interfaces/extras/kdevcompileroptions.h +++ b/lib/interfaces/extras/kdevcompileroptions.h @@ -1,6 +1,6 @@ /* This file is part of the KDE project Copyright (C) 2001 Matthias Hoelzer-Kluepfel - Copyright (C) 2002 Roberto Raggi + Copyright (C) 2002 Roberto Raggi This library is free software; you can redistribute it and/or modify it under the terms of the GNU Library General Public diff --git a/lib/interfaces/extras/kdevvcsintegrator.cpp b/lib/interfaces/extras/kdevvcsintegrator.cpp index 5a6ab429..f26349b7 100644 --- a/lib/interfaces/extras/kdevvcsintegrator.cpp +++ b/lib/interfaces/extras/kdevvcsintegrator.cpp @@ -1,5 +1,5 @@ /* This file is part of the KDE project - Copyright (C) 2004 Alexander Dymo + Copyright (C) 2004 Alexander Dymo This library is free software; you can redistribute it and/or modify it under the terms of the GNU Library General Public diff --git a/lib/interfaces/extras/kdevvcsintegrator.h b/lib/interfaces/extras/kdevvcsintegrator.h index b5098e6c..c12d87c4 100644 --- a/lib/interfaces/extras/kdevvcsintegrator.h +++ b/lib/interfaces/extras/kdevvcsintegrator.h @@ -1,5 +1,5 @@ /* This file is part of the KDE project - Copyright (C) 2004 Alexander Dymo + Copyright (C) 2004 Alexander Dymo This library is free software; you can redistribute it and/or modify it under the terms of the GNU Library General Public diff --git a/lib/interfaces/hashedstring.cpp b/lib/interfaces/hashedstring.cpp index 4043d8a7..f974df10 100644 --- a/lib/interfaces/hashedstring.cpp +++ b/lib/interfaces/hashedstring.cpp @@ -1,6 +1,6 @@ /*************************************************************************** copyright : (C) 2006 by David Nolden - email : david.nolden.kdevelop@art-master.de + email : david.nolden.tdevelop@art-master.de ***************************************************************************/ /*************************************************************************** diff --git a/lib/interfaces/hashedstring.h b/lib/interfaces/hashedstring.h index ac0d2e67..a039a771 100644 --- a/lib/interfaces/hashedstring.h +++ b/lib/interfaces/hashedstring.h @@ -1,6 +1,6 @@ /*************************************************************************** copyright : (C) 2006 by David Nolden - email : david.nolden.kdevelop@art-master.de + email : david.nolden.tdevelop@art-master.de ***************************************************************************/ /*************************************************************************** diff --git a/lib/interfaces/kdevapi.cpp b/lib/interfaces/kdevapi.cpp index 04cf078d..0f838783 100644 --- a/lib/interfaces/kdevapi.cpp +++ b/lib/interfaces/kdevapi.cpp @@ -1,6 +1,6 @@ /* This file is part of the KDE project - Copyright (C) 2000-2001 Bernd Gehrmann - Copyright (C) 2004 Alexander Dymo + Copyright (C) 2000-2001 Bernd Gehrmann + Copyright (C) 2004 Alexander Dymo This library is free software; you can redistribute it and/or modify it under the terms of the GNU Library General Public diff --git a/lib/interfaces/kdevapi.h b/lib/interfaces/kdevapi.h index 36fc3605..9af6d074 100644 --- a/lib/interfaces/kdevapi.h +++ b/lib/interfaces/kdevapi.h @@ -1,6 +1,6 @@ /* This file is part of the KDE project - Copyright (C) 2000-2001 Bernd Gehrmann - Copyright (C) 2004 Alexander Dymo + Copyright (C) 2000-2001 Bernd Gehrmann + Copyright (C) 2004 Alexander Dymo This library is free software; you can redistribute it and/or modify it under the terms of the GNU Library General Public diff --git a/lib/interfaces/kdevcoderepository.cpp b/lib/interfaces/kdevcoderepository.cpp index 26249544..025a5183 100644 --- a/lib/interfaces/kdevcoderepository.cpp +++ b/lib/interfaces/kdevcoderepository.cpp @@ -1,5 +1,5 @@ /* This file is part of the KDE project - Copyright (C) 2003 Roberto Raggi + Copyright (C) 2003 Roberto Raggi This library is free software; you can redistribute it and/or modify it under the terms of the GNU Library General Public diff --git a/lib/interfaces/kdevcoderepository.h b/lib/interfaces/kdevcoderepository.h index 791ae580..768c8030 100644 --- a/lib/interfaces/kdevcoderepository.h +++ b/lib/interfaces/kdevcoderepository.h @@ -1,5 +1,5 @@ /* This file is part of the KDE project - Copyright (C) 2003 Roberto Raggi + Copyright (C) 2003 Roberto Raggi This library is free software; you can redistribute it and/or modify it under the terms of the GNU Library General Public diff --git a/lib/interfaces/kdevcore.cpp b/lib/interfaces/kdevcore.cpp index dda66cbf..4ccfc5eb 100644 --- a/lib/interfaces/kdevcore.cpp +++ b/lib/interfaces/kdevcore.cpp @@ -1,10 +1,10 @@ /* This file is part of the KDE project Copyright (C) 2001-2002 Matthias Hoelzer-Kluepfel - Copyright (C) 2002-2003 Roberto Raggi + Copyright (C) 2002-2003 Roberto Raggi Copyright (C) 2003 Mario Scalas Copyright (C) 2003 Amilcar do Carmo Lucas Copyright (C) 2003 Jens Dagerbo - Copyright (C) 2004 Alexander Dymo + Copyright (C) 2004 Alexander Dymo This library is free software; you can redistribute it and/or modify it under the terms of the GNU Library General Public diff --git a/lib/interfaces/kdevcore.h b/lib/interfaces/kdevcore.h index 7e3aa6ee..efba7d50 100644 --- a/lib/interfaces/kdevcore.h +++ b/lib/interfaces/kdevcore.h @@ -1,14 +1,14 @@ /* This file is part of the KDE project Copyright (C) 2001-2002 Matthias Hoelzer-Kluepfel - Copyright (C) 2001-2002 Bernd Gehrmann - Copyright (C) 2001 Sandy Meier + Copyright (C) 2001-2002 Bernd Gehrmann + Copyright (C) 2001 Sandy Meier Copyright (C) 2002 Daniel Engelschalt Copyright (C) 2002 Simon Hausmann - Copyright (C) 2002-2003 Roberto Raggi + Copyright (C) 2002-2003 Roberto Raggi Copyright (C) 2003 Mario Scalas - Copyright (C) 2003 Harald Fernengel + Copyright (C) 2003 Harald Fernengel Copyright (C) 2003 Hamish Rodda - Copyright (C) 2004 Alexander Dymo + Copyright (C) 2004 Alexander Dymo This library is free software; you can redistribute it and/or modify it under the terms of the GNU Library General Public @@ -102,7 +102,7 @@ class Context public: /**Pre-defined context types. More may be added so it is possible to add custom contexts. We reserve enum values until 1000 (yeah, it is one thousand ) - for kdevelop official context types.*/ + for tdevelop official context types.*/ enum Type { EditorContext, /** + Copyright (C) 2004 Alexander Dymo This library is free software; you can redistribute it and/or modify it under the terms of the GNU Library General Public diff --git a/lib/interfaces/kdevdesignerintegration.h b/lib/interfaces/kdevdesignerintegration.h index 99b9dbc0..33ec4b69 100644 --- a/lib/interfaces/kdevdesignerintegration.h +++ b/lib/interfaces/kdevdesignerintegration.h @@ -1,5 +1,5 @@ /* This file is part of the KDE project - Copyright (C) 2004 Alexander Dymo + Copyright (C) 2004 Alexander Dymo This library is free software; you can redistribute it and/or modify it under the terms of the GNU Library General Public diff --git a/lib/interfaces/kdevgenericfactory.h b/lib/interfaces/kdevgenericfactory.h index f928d815..839a2267 100644 --- a/lib/interfaces/kdevgenericfactory.h +++ b/lib/interfaces/kdevgenericfactory.h @@ -1,6 +1,6 @@ /* This file is part of the KDE project - * Copyright (C) 2003 Harald Fernengel - * Copyright (C) 2004 Alexander Dymo + * Copyright (C) 2003 Harald Fernengel + * Copyright (C) 2004 Alexander Dymo * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Library General Public diff --git a/lib/interfaces/kdevlanguagesupport.cpp b/lib/interfaces/kdevlanguagesupport.cpp index aa5b560c..a3f2ccdd 100644 --- a/lib/interfaces/kdevlanguagesupport.cpp +++ b/lib/interfaces/kdevlanguagesupport.cpp @@ -1,10 +1,10 @@ /* This file is part of the KDE project Copyright (C) 2001 Matthias Hoelzer-Kluepfel - Copyright (C) 2001-2002 Bernd Gehrmann - Copyright (C) 2002-2003 Roberto Raggi + Copyright (C) 2001-2002 Bernd Gehrmann + Copyright (C) 2002-2003 Roberto Raggi Copyright (C) 2002 Simon Hausmann - Copyright (C) 2002 F@lk Brettschneider - Copyright (C) 2003 Alexander Dymo + Copyright (C) 2002 F@lk Brettschneider + Copyright (C) 2003 Alexander Dymo Copyright (C) 2003 Amilcar do Carmo Lucas This library is free software; you can redistribute it and/or diff --git a/lib/interfaces/kdevlanguagesupport.h b/lib/interfaces/kdevlanguagesupport.h index 87c91a41..f366c303 100644 --- a/lib/interfaces/kdevlanguagesupport.h +++ b/lib/interfaces/kdevlanguagesupport.h @@ -1,11 +1,11 @@ /* This file is part of the KDE project Copyright (C) 2001 Matthias Hoelzer-Kluepfel - Copyright (C) 2001-2002 Bernd Gehrmann - Copyright (C) 2002-2003 Roberto Raggi + Copyright (C) 2001-2002 Bernd Gehrmann + Copyright (C) 2002-2003 Roberto Raggi Copyright (C) 2002 Simon Hausmann - Copyright (C) 2002 F@lk Brettschneider + Copyright (C) 2002 F@lk Brettschneider Copyright (C) 2003 Amilcar do Carmo Lucas - Copyright (C) 2003-2004 Alexander Dymo + Copyright (C) 2003-2004 Alexander Dymo This library is free software; you can redistribute it and/or modify it under the terms of the GNU Library General Public diff --git a/lib/interfaces/kdevmainwindow.cpp b/lib/interfaces/kdevmainwindow.cpp index 15a2e1e7..92a92989 100644 --- a/lib/interfaces/kdevmainwindow.cpp +++ b/lib/interfaces/kdevmainwindow.cpp @@ -1,5 +1,5 @@ /* This file is part of the KDE project - Copyright (C) 2002 F@lk Brettschneider + Copyright (C) 2002 F@lk Brettschneider Copyright (C) 2003 John Firebaugh This library is free software; you can redistribute it and/or diff --git a/lib/interfaces/kdevmainwindow.h b/lib/interfaces/kdevmainwindow.h index c68dac77..27f63273 100644 --- a/lib/interfaces/kdevmainwindow.h +++ b/lib/interfaces/kdevmainwindow.h @@ -1,8 +1,8 @@ /* This file is part of the KDE project - Copyright (C) 2003 F@lk Brettschneider + Copyright (C) 2003 F@lk Brettschneider Copyright (C) 2003 John Firebaugh Copyright (C) 2003 Amilcar do Carmo Lucas - Copyright (C) 2004 Alexander Dymo + Copyright (C) 2004 Alexander Dymo This library is free software; you can redistribute it and/or modify it under the terms of the GNU Library General Public diff --git a/lib/interfaces/kdevpartcontroller.h b/lib/interfaces/kdevpartcontroller.h index 37abf603..65baa0e4 100644 --- a/lib/interfaces/kdevpartcontroller.h +++ b/lib/interfaces/kdevpartcontroller.h @@ -1,11 +1,11 @@ /* This file is part of the KDE project Copyright (C) 2002 Matthias Hoelzer-Kluepfel - Copyright (C) 2002 Bernd Gehrmann - Copyright (C) 2003 Roberto Raggi + Copyright (C) 2002 Bernd Gehrmann + Copyright (C) 2003 Roberto Raggi Copyright (C) 2003 Hamish Rodda - Copyright (C) 2003 Harald Fernengel + Copyright (C) 2003 Harald Fernengel Copyright (C) 2003 Jens Dagerbo - Copyright (C) 2004 Alexander Dymo + Copyright (C) 2004 Alexander Dymo This library is free software; you can redistribute it and/or modify it under the terms of the GNU Library General Public diff --git a/lib/interfaces/kdevplugin.cpp b/lib/interfaces/kdevplugin.cpp index 5b4de199..8a431dc7 100644 --- a/lib/interfaces/kdevplugin.cpp +++ b/lib/interfaces/kdevplugin.cpp @@ -1,13 +1,13 @@ /* This file is part of the KDE project Copyright (C) 2002 Simon Hausmann Copyright (C) 2002 Matthias Hoelzer-Kluepfel - Copyright (C) 2002 Harald Fernengel - Copyright (C) 2002 F@lk Brettschneider + Copyright (C) 2002 Harald Fernengel + Copyright (C) 2002 F@lk Brettschneider Copyright (C) 2003 Julian Rockey - Copyright (C) 2003 Roberto Raggi + Copyright (C) 2003 Roberto Raggi Copyright (C) 2003 Jens Dagerbo Copyright (C) 2003 Mario Scalas - Copyright (C) 2003-2004 Alexander Dymo + Copyright (C) 2003-2004 Alexander Dymo This library is free software; you can redistribute it and/or modify it under the terms of the GNU Library General Public @@ -63,7 +63,7 @@ KDevPlugin::KDevPlugin(const KDevPluginInfo *info, TQObject *parent, const char actionCollection()->setHighlightingEnabled( true ); d->info = info; - KGlobal::iconLoader()->addAppDir("kdevelop"); + KGlobal::iconLoader()->addAppDir("tdevelop"); } KDevPlugin::~KDevPlugin() diff --git a/lib/interfaces/kdevplugin.h b/lib/interfaces/kdevplugin.h index 36c4e576..2809fbde 100644 --- a/lib/interfaces/kdevplugin.h +++ b/lib/interfaces/kdevplugin.h @@ -1,6 +1,6 @@ /* This file is part of the KDE project - Copyright (C) 1999-2001 Bernd Gehrmann - Copyright (C) 2004 Alexander Dymo + Copyright (C) 1999-2001 Bernd Gehrmann + Copyright (C) 2004 Alexander Dymo This library is free software; you can redistribute it and/or modify it under the terms of the GNU Library General Public @@ -180,7 +180,7 @@ public: the newly loaded project. For instance, the debugger plugin might restore the list of breakpoints from the previous debug session for the certain project. @note Take attention to the difference to common not-project-related session stuff. - They belong to the application rc file (kdeveloprc) + They belong to the application rc file (tdeveloprc) @note Project session file is useful for settings which cannot be shared between developers. If a setting should be shared, modify projectDom instead. @param el The parent DOM element for plugins session settings.*/ diff --git a/lib/interfaces/kdevplugincontroller.cpp b/lib/interfaces/kdevplugincontroller.cpp index d2459d17..86384440 100644 --- a/lib/interfaces/kdevplugincontroller.cpp +++ b/lib/interfaces/kdevplugincontroller.cpp @@ -1,5 +1,5 @@ /* This file is part of the KDE project - Copyright (C) 2004 Alexander Dymo + Copyright (C) 2004 Alexander Dymo This library is free software; you can redistribute it and/or modify it under the terms of the GNU Library General Public diff --git a/lib/interfaces/kdevplugincontroller.h b/lib/interfaces/kdevplugincontroller.h index ee583ff4..fab3a6a6 100644 --- a/lib/interfaces/kdevplugincontroller.h +++ b/lib/interfaces/kdevplugincontroller.h @@ -1,5 +1,5 @@ /* This file is part of the KDE project - Copyright (C) 2004 Alexander Dymo + Copyright (C) 2004 Alexander Dymo This library is free software; you can redistribute it and/or modify it under the terms of the GNU Library General Public diff --git a/lib/interfaces/kdevplugininfo.cpp b/lib/interfaces/kdevplugininfo.cpp index 613c759d..ae5ddf2d 100644 --- a/lib/interfaces/kdevplugininfo.cpp +++ b/lib/interfaces/kdevplugininfo.cpp @@ -1,5 +1,5 @@ /* This file is part of the KDE project - Copyright (C) 2004 Alexander Dymo + Copyright (C) 2004 Alexander Dymo This library is free software; you can redistribute it and/or modify it under the terms of the GNU Library General Public diff --git a/lib/interfaces/kdevplugininfo.h b/lib/interfaces/kdevplugininfo.h index 746098c7..2aa5f32c 100644 --- a/lib/interfaces/kdevplugininfo.h +++ b/lib/interfaces/kdevplugininfo.h @@ -1,5 +1,5 @@ /* This file is part of the KDE project - Copyright (C) 2004 Alexander Dymo + Copyright (C) 2004 Alexander Dymo This library is free software; you can redistribute it and/or modify it under the terms of the GNU Library General Public diff --git a/lib/interfaces/kdevproject.cpp b/lib/interfaces/kdevproject.cpp index e8616df1..fdf16da2 100644 --- a/lib/interfaces/kdevproject.cpp +++ b/lib/interfaces/kdevproject.cpp @@ -1,10 +1,10 @@ /* This file is part of the KDE project Copyright (C) 2001 Matthias Hoelzer-Kluepfel - Copyright (C) 2002-2003 Roberto Raggi + Copyright (C) 2002-2003 Roberto Raggi Copyright (C) 2002 Simon Hausmann Copyright (C) 2003 Jens Dagerbo Copyright (C) 2003 Mario Scalas - Copyright (C) 2003-2004 Alexander Dymo + Copyright (C) 2003-2004 Alexander Dymo This library is free software; you can redistribute it and/or modify it under the terms of the GNU Library General Public diff --git a/lib/interfaces/kdevproject.h b/lib/interfaces/kdevproject.h index edf206bd..4fcd7539 100644 --- a/lib/interfaces/kdevproject.h +++ b/lib/interfaces/kdevproject.h @@ -1,11 +1,11 @@ /* This file is part of the KDE project Copyright (C) 2001 Matthias Hoelzer-Kluepfel - Copyright (C) 2001-2002 Bernd Gehrmann - Copyright (C) 2002-2003 Roberto Raggi + Copyright (C) 2001-2002 Bernd Gehrmann + Copyright (C) 2002-2003 Roberto Raggi Copyright (C) 2002 Simon Hausmann Copyright (C) 2003 Jens Dagerbo Copyright (C) 2003 Mario Scalas - Copyright (C) 2003-2004 Alexander Dymo + Copyright (C) 2003-2004 Alexander Dymo This library is free software; you can redistribute it and/or modify it under the terms of the GNU Library General Public diff --git a/lib/util/Mainpage.dox b/lib/util/Mainpage.dox index dad04de5..7cd0974c 100644 --- a/lib/util/Mainpage.dox +++ b/lib/util/Mainpage.dox @@ -3,8 +3,8 @@ This library contains utility classes for the KDevelop architecture. -Link with: -lkdevelop +Link with: -ltdevelop -Include path: -I\$(kde_includes)/kdevelop/util +Include path: -I\$(kde_includes)/tdevelop/util */ diff --git a/lib/util/Makefile.am b/lib/util/Makefile.am index 7789cd5f..3a31f258 100644 --- a/lib/util/Makefile.am +++ b/lib/util/Makefile.am @@ -8,8 +8,8 @@ libkdevutil_la_SOURCES = blockingkprocess.cpp configwidgetproxy.cpp domutil.cpp METASOURCES = AUTO -kdevelopincludedir = $(includedir)/kdevelop/util -kdevelopinclude_HEADERS = domutil.h execcommand.h filetemplate.h urlutil.h \ +tdevelopincludedir = $(includedir)/tdevelop/util +tdevelopinclude_HEADERS = domutil.h execcommand.h filetemplate.h urlutil.h \ configwidgetproxy.h rurl.h kscriptactionmanager.h DOXYGEN_REFERENCES = dcop interfaces tdecore tdefx tdeui khtml kmdi kio kjs kparts kutils kdevextensions kdevinterfaces diff --git a/lib/util/configwidgetproxy.h b/lib/util/configwidgetproxy.h index 1c48d4c7..145483b1 100644 --- a/lib/util/configwidgetproxy.h +++ b/lib/util/configwidgetproxy.h @@ -85,7 +85,7 @@ public: * @param pagenumber A per-proxy unique identifier, used when responding to insertConfigWidget() signal. * @param icon The name of the icon to use. */ - void createGlobalConfigPage( TQString const & title, unsigned int pagenumber, TQString const & icon = "kdevelop" ); + void createGlobalConfigPage( TQString const & title, unsigned int pagenumber, TQString const & icon = "tdevelop" ); /** * Tells the proxy you want a page in the Project Settings. @@ -93,7 +93,7 @@ public: * @param pagenumber A per-proxy unique identifier, used when responding to insertConfigWidget() signal. * @param icon The name of the icon to use. */ - void createProjectConfigPage( TQString const & title, unsigned int pagenumber, TQString const & icon = "kdevelop" ); + void createProjectConfigPage( TQString const & title, unsigned int pagenumber, TQString const & icon = "tdevelop" ); /** * Removes a config page from the proxy. Next time the settings dialog opens, this page will not be available. diff --git a/lib/util/domutil.cpp b/lib/util/domutil.cpp index a8f036e6..0c9a2491 100644 --- a/lib/util/domutil.cpp +++ b/lib/util/domutil.cpp @@ -1,6 +1,6 @@ /*************************************************************************** * Copyright (C) 2001-2002 by Bernd Gehrmann * - * bernd@kdevelop.org * + * bernd@tdevelop.org * * default support: Eray Ozkural (exa) * * additions: John Firebaugh * * Jakob Simon-Gaarde * diff --git a/lib/util/domutil.h b/lib/util/domutil.h index db9cd184..ea28a407 100644 --- a/lib/util/domutil.h +++ b/lib/util/domutil.h @@ -1,6 +1,6 @@ /*************************************************************************** * Copyright (C) 2001 by Bernd Gehrmann * - * bernd@kdevelop.org * + * bernd@tdevelop.org * * jakob@simon-gaarde.dk * * * * This program is free software; you can redistribute it and/or modify * diff --git a/lib/util/execcommand.cpp b/lib/util/execcommand.cpp index 9692b29e..b3d83746 100644 --- a/lib/util/execcommand.cpp +++ b/lib/util/execcommand.cpp @@ -1,5 +1,5 @@ /* This file is part of the KDE project - Copyright (C) 2002 Harald Fernengel + Copyright (C) 2002 Harald Fernengel This library is free software; you can redistribute it and/or modify it under the terms of the GNU Library General Public diff --git a/lib/util/execcommand.h b/lib/util/execcommand.h index ca403cfc..abdcd687 100644 --- a/lib/util/execcommand.h +++ b/lib/util/execcommand.h @@ -1,5 +1,5 @@ /* This file is part of the KDE project - Copyright (C) 2002 Harald Fernengel + Copyright (C) 2002 Harald Fernengel This library is free software; you can redistribute it and/or modify it under the terms of the GNU Library General Public diff --git a/lib/util/filetemplate.cpp b/lib/util/filetemplate.cpp index c3538040..e0425614 100644 --- a/lib/util/filetemplate.cpp +++ b/lib/util/filetemplate.cpp @@ -1,5 +1,5 @@ /* This file is part of the KDE project - Copyright (C) 2002 Sandy Meier + Copyright (C) 2002 Sandy Meier This library is free software; you can redistribute it and/or modify it under the terms of the GNU Library General Public diff --git a/lib/util/filetemplate.h b/lib/util/filetemplate.h index 8f863535..a3d2c2dc 100644 --- a/lib/util/filetemplate.h +++ b/lib/util/filetemplate.h @@ -1,5 +1,5 @@ /* This file is part of the KDE project - Copyright (C) 2002 Bernd Gehrmann + Copyright (C) 2002 Bernd Gehrmann This library is free software; you can redistribute it and/or modify it under the terms of the GNU Library General Public diff --git a/lib/util/settings.cpp b/lib/util/settings.cpp index 908df54e..f91c91f0 100644 --- a/lib/util/settings.cpp +++ b/lib/util/settings.cpp @@ -35,7 +35,7 @@ TQString Settings::terminalEmulatorName( KConfig & config ) TQString Settings::profileByAttributes(const TQString &language, const TQStringList &keywords) { - KConfig config(locate("data", "kdevelop/profiles/projectprofiles")); + KConfig config(locate("data", "tdevelop/profiles/projectprofiles")); config.setGroup(language); TQStringList profileKeywords = TQStringList::split("/", "Empty"); diff --git a/lib/util/urlutil.cpp b/lib/util/urlutil.cpp index a31aa789..12b00065 100644 --- a/lib/util/urlutil.cpp +++ b/lib/util/urlutil.cpp @@ -30,7 +30,7 @@ #include "urlutil.h" -#include +#include /////////////////////////////////////////////////////////////////////////////// // Namespace URLUtil diff --git a/lib/util/urlutil.h b/lib/util/urlutil.h index 4a063961..d8119292 100644 --- a/lib/util/urlutil.h +++ b/lib/util/urlutil.h @@ -118,10 +118,10 @@ namespace URLUtil * If baseDirUrl == url.path() then it will return ".". * @code * KURL baseUrl, dirUrl; - * baseUrl.setPath( "/home/mario/src/kdevelop/" ); - * dirUrl.setPath( "/home/mario/src/kdevelop/parts/cvs/" ); + * baseUrl.setPath( "/home/mario/src/tdevelop/" ); + * dirUrl.setPath( "/home/mario/src/tdevelop/parts/cvs/" ); * TQString relPathName = extractDirPathRelative( baseUrl, url ); // == "parts/cvs/" - * TQString absPathName = extractDirPathAbsolute( url ); // == "/home/mario/src/kdevelop/parts/cvs/" + * TQString absPathName = extractDirPathAbsolute( url ); // == "/home/mario/src/tdevelop/parts/cvs/" * @endcode * Note that if you pass a file name in @p url (instead of a directory) or the * @p baseUrl is not contained in @p url then the function will return "" (void string). diff --git a/lib/widgets/CMakeLists.txt b/lib/widgets/CMakeLists.txt index aae0455b..b819bc91 100644 --- a/lib/widgets/CMakeLists.txt +++ b/lib/widgets/CMakeLists.txt @@ -30,12 +30,12 @@ install( FILES ksavealldialog.h resizablecombo.h kcomboview.h kdevhtmlpart.h processlinemaker.h processwidget.h fancylistviewitem.h - DESTINATION ${INCLUDE_INSTALL_DIR}/kdevelop/widgets ) + DESTINATION ${INCLUDE_INSTALL_DIR}/tdevelop/widgets ) ##### other data ################################ -install( FILES kdevhtml_partui.rc DESTINATION ${DATA_INSTALL_DIR}/kdevelop ) +install( FILES kdevhtml_partui.rc DESTINATION ${DATA_INSTALL_DIR}/tdevelop ) ##### kdevwidgets (shared) ###################### diff --git a/lib/widgets/Mainpage.dox b/lib/widgets/Mainpage.dox index 82ae4551..1208c02f 100644 --- a/lib/widgets/Mainpage.dox +++ b/lib/widgets/Mainpage.dox @@ -5,6 +5,6 @@ This library contains a collection of widgets. Link with: -lkdevwidgets -Include path: -I\$(kde_includes)/kdevelop/widgets +Include path: -I\$(kde_includes)/tdevelop/widgets */ diff --git a/lib/widgets/Makefile.am b/lib/widgets/Makefile.am index 59962b1c..f42447e7 100644 --- a/lib/widgets/Makefile.am +++ b/lib/widgets/Makefile.am @@ -4,7 +4,7 @@ METASOURCES = AUTO lib_LTLIBRARIES = libkdevwidgets.la -kdevwidgetsincludedir = $(includedir)/kdevelop/widgets +kdevwidgetsincludedir = $(includedir)/tdevelop/widgets libkdevwidgets_la_SOURCES = flagboxes.cpp qcomboview.cpp klistviewaction.cpp \ kcomboview.cpp resizablecombo.cpp kdevhtmlpart.cpp processlinemaker.cpp \ @@ -20,7 +20,7 @@ SUBDIRS = propeditor libkdevwidgets_la_LIBADD = $(top_builddir)/lib/interfaces/libkdevinterfaces.la libkdevwidgets_la_LDFLAGS = -no-undefined $(all_libraries) -rcdir = $(kde_datadir)/kdevelop +rcdir = $(kde_datadir)/tdevelop rc_DATA = kdevhtml_partui.rc diff --git a/lib/widgets/fancylistviewitem.cpp b/lib/widgets/fancylistviewitem.cpp index 26677de6..ef911ca0 100644 --- a/lib/widgets/fancylistviewitem.cpp +++ b/lib/widgets/fancylistviewitem.cpp @@ -1,5 +1,5 @@ /* This file is part of the KDE project - Copyright (C) 2006 David Nolden + Copyright (C) 2006 David Nolden This library is free software; you can redistribute it and/or modify it under the terms of the GNU Library General Public @@ -20,7 +20,7 @@ #include #include #include -#include +#include #include "fancylistviewitem.h" diff --git a/lib/widgets/fancylistviewitem.h b/lib/widgets/fancylistviewitem.h index ab8b3310..49dc5600 100644 --- a/lib/widgets/fancylistviewitem.h +++ b/lib/widgets/fancylistviewitem.h @@ -1,5 +1,5 @@ /* This file is part of the KDE project - Copyright (C) 2006 David Nolden + Copyright (C) 2006 David Nolden This library is free software; you can redistribute it and/or modify it under the terms of the GNU Library General Public diff --git a/lib/widgets/flagboxes.cpp b/lib/widgets/flagboxes.cpp index 0f1f9193..038d7936 100644 --- a/lib/widgets/flagboxes.cpp +++ b/lib/widgets/flagboxes.cpp @@ -1,5 +1,5 @@ /* This file is part of the KDE project - Copyright (C) 2000-2001 Bernd Gehrmann + Copyright (C) 2000-2001 Bernd Gehrmann Copyright (C) 2003 Alexander Dymo This library is free software; you can redistribute it and/or @@ -22,7 +22,7 @@ #include #include #include -#include +#include #include #include diff --git a/lib/widgets/flagboxes.h b/lib/widgets/flagboxes.h index ba04fd10..76e7ab84 100644 --- a/lib/widgets/flagboxes.h +++ b/lib/widgets/flagboxes.h @@ -1,5 +1,5 @@ /* This file is part of the KDE project - Copyright (C) 2000-2001 Bernd Gehrmann + Copyright (C) 2000-2001 Bernd Gehrmann Copyright (C) 2003 Alexander Dymo This library is free software; you can redistribute it and/or diff --git a/lib/widgets/kdevhtmlpart.cpp b/lib/widgets/kdevhtmlpart.cpp index 690c39ac..bb9bc892 100644 --- a/lib/widgets/kdevhtmlpart.cpp +++ b/lib/widgets/kdevhtmlpart.cpp @@ -22,7 +22,7 @@ KDevHTMLPart::KDevHTMLPart() : KHTMLPart(0L, 0L, 0L, "KDevHTMLPart", DefaultGUI ) { - setXMLFile(locate("data", "kdevelop/kdevhtml_partui.rc"), true); + setXMLFile(locate("data", "tdevelop/kdevhtml_partui.rc"), true); connect(browserExtension(), TQT_SIGNAL(openURLRequestDelayed(const KURL &,const KParts::URLArgs &)), this, TQT_SLOT(openURLRequest(const KURL &)) ); diff --git a/lib/widgets/klistviewaction.h b/lib/widgets/klistviewaction.h index d8f53eb8..dfe3414a 100644 --- a/lib/widgets/klistviewaction.h +++ b/lib/widgets/klistviewaction.h @@ -20,7 +20,7 @@ #define KLISTVIEWACTION_H #include -#include +#include #include class KComboView; diff --git a/lib/widgets/ksavealldialog.cpp b/lib/widgets/ksavealldialog.cpp index 0a922b7d..72618589 100644 --- a/lib/widgets/ksavealldialog.cpp +++ b/lib/widgets/ksavealldialog.cpp @@ -1,5 +1,5 @@ /* This file is part of the KDE project - Copyright (C) 2002 Harald Fernengel + Copyright (C) 2002 Harald Fernengel This library is free software; you can redistribute it and/or modify it under the terms of the GNU Library General Public diff --git a/lib/widgets/ksavealldialog.h b/lib/widgets/ksavealldialog.h index 8aee6870..36b5089a 100644 --- a/lib/widgets/ksavealldialog.h +++ b/lib/widgets/ksavealldialog.h @@ -1,5 +1,5 @@ /* This file is part of the KDE project - Copyright (C) 2002 Harald Fernengel + Copyright (C) 2002 Harald Fernengel This library is free software; you can redistribute it and/or modify it under the terms of the GNU Library General Public diff --git a/lib/widgets/processwidget.cpp b/lib/widgets/processwidget.cpp index 3de31905..1b4cb3ab 100644 --- a/lib/widgets/processwidget.cpp +++ b/lib/widgets/processwidget.cpp @@ -1,5 +1,5 @@ /* This file is part of the KDE project - Copyright (C) 1999-2001 Bernd Gehrmann + Copyright (C) 1999-2001 Bernd Gehrmann This library is free software; you can redistribute it and/or modify it under the terms of the GNU Library General Public @@ -20,7 +20,7 @@ #include "processwidget.h" #include "processlinemaker.h" -#include +#include #include #include #include diff --git a/lib/widgets/processwidget.h b/lib/widgets/processwidget.h index 15ae5b85..5c33dd86 100644 --- a/lib/widgets/processwidget.h +++ b/lib/widgets/processwidget.h @@ -1,5 +1,5 @@ /* This file is part of the KDE project - Copyright (C) 1999-2001 Bernd Gehrmann + Copyright (C) 1999-2001 Bernd Gehrmann This library is free software; you can redistribute it and/or modify it under the terms of the GNU Library General Public diff --git a/lib/widgets/propeditor/CMakeLists.txt b/lib/widgets/propeditor/CMakeLists.txt index 792ff33c..08a1b665 100644 --- a/lib/widgets/propeditor/CMakeLists.txt +++ b/lib/widgets/propeditor/CMakeLists.txt @@ -35,7 +35,7 @@ install( FILES pyesnobutton.h purledit.h psymbolcombo.h pstringlistedit.h pcolorcombo.h pcolorbutton.h pcheckbox.h plinestyleedit.h - DESTINATION ${INCLUDE_INSTALL_DIR}/kdevelop/propeditor ) + DESTINATION ${INCLUDE_INSTALL_DIR}/tdevelop/propeditor ) ##### kdevpropertyeditor (shared) ############### diff --git a/lib/widgets/propeditor/Mainpage.dox b/lib/widgets/propeditor/Mainpage.dox index 6bc81be0..a46f0eb5 100644 --- a/lib/widgets/propeditor/Mainpage.dox +++ b/lib/widgets/propeditor/Mainpage.dox @@ -1,9 +1,9 @@ /** @mainpage The KDevelop Property Editing Library -Link with: -lkdevelop +Link with: -ltdevelop -Include path: -I\$(kde_includes)/kdevelop/propeditor +Include path: -I\$(kde_includes)/tdevelop/propeditor \section whatis What is Property Editor? diff --git a/lib/widgets/propeditor/Makefile.am b/lib/widgets/propeditor/Makefile.am index 08fff469..00bc07ca 100644 --- a/lib/widgets/propeditor/Makefile.am +++ b/lib/widgets/propeditor/Makefile.am @@ -10,7 +10,7 @@ pcheckbox.cpp pdateedit.cpp pfontcombo.cpp property.cpp ps pcolorbutton.cpp pdatetimeedit.cpp plineedit.cpp propertyeditor.cpp psizepolicyedit.cpp pyesnobutton.cpp\ pcolorcombo.cpp pdoublenuminput.cpp ppixmapedit.cpp propertylist.cpp pspinbox.cpp propertywidgetproxy.cpp plinestyleedit.cpp qeditlistbox.cpp -kdevpropeditorincludedir = $(includedir)/kdevelop/propeditor +kdevpropeditorincludedir = $(includedir)/tdevelop/propeditor kdevpropeditorinclude_HEADERS = childproperty.h pcombobox.h pdummywidget.h ppointedit.h propertymachinefactory.h pcursoredit.h pfontbutton.h prectedit.h propertywidget.h pdateedit.h pfontcombo.h property.h psizeedit.h pdatetimeedit.h plineedit.h propertyeditor.h psizepolicyedit.h pdoublenuminput.h ppixmapedit.h propertylist.h pspinbox.h propertywidgetproxy.h multiproperty.h pyesnobutton.h purledit.h psymbolcombo.h pstringlistedit.h pcolorcombo.h pcolorbutton.h pcheckbox.h plinestyleedit.h DOXYGEN_REFERENCES = dcop interfaces tdecore tdefx tdeui khtml kmdi kio kjs kparts kutils diff --git a/lib/widgets/qcomboview.cpp b/lib/widgets/qcomboview.cpp index 68e940ae..2dcfb9f3 100644 --- a/lib/widgets/qcomboview.cpp +++ b/lib/widgets/qcomboview.cpp @@ -14,7 +14,7 @@ **********************************************************************/ #include "qcomboview.h" -#include +#include #ifndef TQT_NO_COMBOBOX #include "tqpopupmenu.h" #include "tqlistview.h" diff --git a/parts/Makefile.am b/parts/Makefile.am index ca6b7f6b..67f279f8 100644 --- a/parts/Makefile.am +++ b/parts/Makefile.am @@ -1,5 +1,5 @@ # This is the collection of parts. These are derived from various -# interfaces in kdevelop/lib/interfaces which are in turn derived +# interfaces in tdevelop/lib/interfaces which are in turn derived # from KPart. SUBDIRS = abbrev appwizard astyle bookmarks classview diff filecreate fileview \ diff --git a/parts/abbrev/CMakeLists.txt b/parts/abbrev/CMakeLists.txt index 8d1df697..219ad73d 100644 --- a/parts/abbrev/CMakeLists.txt +++ b/parts/abbrev/CMakeLists.txt @@ -38,6 +38,6 @@ tde_add_kpart( libkdevabbrev AUTOMOC abbrevpart.cpp abbrevconfigwidget.cpp abbrevconfigwidgetbase.ui addtemplatedlg.cpp addtemplatedlgbase.ui - LINK kdevelop-shared + LINK tdevelop-shared DESTINATION ${PLUGIN_INSTALL_DIR} ) diff --git a/parts/abbrev/Makefile.am b/parts/abbrev/Makefile.am index 0319852f..f5c3ec2e 100644 --- a/parts/abbrev/Makefile.am +++ b/parts/abbrev/Makefile.am @@ -4,7 +4,7 @@ INCLUDES = -I$(top_srcdir)/lib/interfaces -I$(top_srcdir)/lib/interfaces/extensi kde_module_LTLIBRARIES = libkdevabbrev.la libkdevabbrev_la_LDFLAGS = $(all_libraries) $(KDE_PLUGIN) -libkdevabbrev_la_LIBADD = $(top_builddir)/lib/libkdevelop.la +libkdevabbrev_la_LIBADD = $(top_builddir)/lib/libtdevelop.la libkdevabbrev_la_SOURCES = abbrevpart.cpp abbrevconfigwidget.cpp abbrevconfigwidgetbase.ui addtemplatedlg.cpp addtemplatedlgbase.ui diff --git a/parts/abbrev/README.dox b/parts/abbrev/README.dox index 1c8b3002..f67a6306 100644 --- a/parts/abbrev/README.dox +++ b/parts/abbrev/README.dox @@ -1,9 +1,9 @@ /** \class AbbrevPart Provides support for customizable abbrevations - short words which expand into commonly needed code structures. -\authors Bernd Gehrmann +\authors Bernd Gehrmann -\maintainer Roberto Raggi +\maintainer Roberto Raggi \feature Feature 1 \feature Feature 2 diff --git a/parts/abbrev/abbrevconfigwidget.cpp b/parts/abbrev/abbrevconfigwidget.cpp index 6e174603..97f5c02a 100644 --- a/parts/abbrev/abbrevconfigwidget.cpp +++ b/parts/abbrev/abbrevconfigwidget.cpp @@ -1,8 +1,8 @@ /*************************************************************************** * Copyright (C) 2002 Roberto Raggi * - * roberto@kdevelop.org * + * roberto@tdevelop.org * * Copyright (C) 2002 by Bernd Gehrmann * - * bernd@kdevelop.org * + * bernd@tdevelop.org * * Copyright (C) 2003 by Alexander Dymo * * cloudtemple@mksat.net * * * diff --git a/parts/abbrev/abbrevconfigwidget.h b/parts/abbrev/abbrevconfigwidget.h index 071bff70..7d1e8ecf 100644 --- a/parts/abbrev/abbrevconfigwidget.h +++ b/parts/abbrev/abbrevconfigwidget.h @@ -1,8 +1,8 @@ /*************************************************************************** * Copyright (C) 2002 Roberto Raggi * - * roberto@kdevelop.org * + * roberto@tdevelop.org * * Copyright (C) 2002 by Bernd Gehrmann * - * bernd@kdevelop.org * + * bernd@tdevelop.org * * Copyright (C) 2003 by Alexander Dymo * * cloudtemple@mksat.net * * * diff --git a/parts/abbrev/abbrevpart.cpp b/parts/abbrev/abbrevpart.cpp index 5a13a32a..09fb97bf 100644 --- a/parts/abbrev/abbrevpart.cpp +++ b/parts/abbrev/abbrevpart.cpp @@ -1,8 +1,8 @@ /*************************************************************************** * Copyright (C) 2002 Roberto Raggi * - * roberto@kdevelop.org * + * roberto@tdevelop.org * * Copyright (C) 2002 by Bernd Gehrmann * - * bernd@kdevelop.org * + * bernd@tdevelop.org * * Copyright (C) 2003 by Alexander Dymo * * cloudtemple@mksat.net * * * diff --git a/parts/abbrev/abbrevpart.h b/parts/abbrev/abbrevpart.h index 2a1f9416..a04c378f 100644 --- a/parts/abbrev/abbrevpart.h +++ b/parts/abbrev/abbrevpart.h @@ -1,8 +1,8 @@ /*************************************************************************** * Copyright (C) 2002 Roberto Raggi * - * roberto@kdevelop.org * + * roberto@tdevelop.org * * Copyright (C) 2002 by Bernd Gehrmann * - * bernd@kdevelop.org * + * bernd@tdevelop.org * * Copyright (C) 2003 by Alexander Dymo * * cloudtemple@mksat.net * * * diff --git a/parts/abbrev/addtemplatedlg.cpp b/parts/abbrev/addtemplatedlg.cpp index a837c08a..a9678b78 100644 --- a/parts/abbrev/addtemplatedlg.cpp +++ b/parts/abbrev/addtemplatedlg.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2002 Roberto Raggi (roberto@kdevelop.org) + * Copyright (C) 2002 Roberto Raggi (roberto@tdevelop.org) * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public diff --git a/parts/abbrev/addtemplatedlg.h b/parts/abbrev/addtemplatedlg.h index 2721ec3b..28721749 100644 --- a/parts/abbrev/addtemplatedlg.h +++ b/parts/abbrev/addtemplatedlg.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2002 Roberto Raggi (roberto@kdevelop.org) + * Copyright (C) 2002 Roberto Raggi (roberto@tdevelop.org) * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public diff --git a/parts/appwizard/CMakeLists.txt b/parts/appwizard/CMakeLists.txt index 181246bd..bdeaf541 100644 --- a/parts/appwizard/CMakeLists.txt +++ b/parts/appwizard/CMakeLists.txt @@ -47,6 +47,6 @@ tde_add_kpart( libkdevappwizard AUTOMOC importdlg.cpp filepropspagebase.ui filepropspage.cpp appwizarddlgbase.ui importdlgbase.ui misc.cpp vcs_form.ui kdevfile.cpp kdevlicense.cpp profilesupport.cpp - LINK profileengine-shared kdevelop-shared + LINK profileengine-shared tdevelop-shared DESTINATION ${PLUGIN_INSTALL_DIR} ) diff --git a/parts/appwizard/Makefile.am b/parts/appwizard/Makefile.am index cd37f1cb..34af3163 100644 --- a/parts/appwizard/Makefile.am +++ b/parts/appwizard/Makefile.am @@ -9,7 +9,7 @@ INCLUDES = -I$(top_srcdir)/lib/interfaces \ kde_module_LTLIBRARIES = libkdevappwizard.la libkdevappwizard_la_LDFLAGS = $(all_libraries) $(KDE_PLUGIN) -libkdevappwizard_la_LIBADD = $(top_builddir)/lib/libkdevelop.la \ +libkdevappwizard_la_LIBADD = $(top_builddir)/lib/libtdevelop.la \ $(top_builddir)/lib/interfaces/extras/libkdevextras.la $(top_builddir)/lib/util/libkdevutil.la \ $(top_builddir)/lib/widgets/propeditor/libkdevpropertyeditor.la $(top_builddir)/src/profileengine/lib/libprofileengine.la diff --git a/parts/appwizard/README.dox b/parts/appwizard/README.dox index 4e2858b0..ab051e05 100644 --- a/parts/appwizard/README.dox +++ b/parts/appwizard/README.dox @@ -41,7 +41,7 @@ ShowFilesAfterGeneration=README.devel DefaultDestinatonDir=HOMEDIR/public_html FileTemplates=php,ShellStyle -The template project files (*.kdevelop) defines which parts are +The template project files (*.tdevelop) defines which parts are loaded for the project and how they are configured. The set of loaded parts is primarily determined by a set of key words. The following keywords are currently used: @@ -65,13 +65,13 @@ KDevelop KDevelop plugin GNOME GNOME application \endverbatim -\authors Bernd Gehrmann +\authors Bernd Gehrmann \feature Provide a basic application framework (for plugins and applications for many languages) that you can use as a starting point. \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/appwizard/appwizarddlg.cpp b/parts/appwizard/appwizarddlg.cpp index a5fbe33d..eb3fb4f6 100644 --- a/parts/appwizard/appwizarddlg.cpp +++ b/parts/appwizard/appwizarddlg.cpp @@ -1,8 +1,8 @@ /*************************************************************************** * Copyright (C) 2001-2002 by Bernd Gehrmann * - * bernd@kdevelop.org * + * bernd@tdevelop.org * * Copyright (C) 2001 by Sandy Meier * - * smeier@kdevelop.org * + * smeier@tdevelop.org * * * * This program is free software; you can redistribute it and/or modify * * it under the terms of the GNU General Public License as published by * @@ -177,7 +177,7 @@ AppWizardDialog::AppWizardDialog(AppWizardPart *part, TQWidget *parent, const ch // Build builtins map to bootstrap. TQString source = kdevRoot( info->templateName ); - info->subMap.insert("kdevelop", source ); + info->subMap.insert("tdevelop", source ); // Add includes to the main template... TQStringList::Iterator include = info->includes.begin(); @@ -206,7 +206,7 @@ AppWizardDialog::AppWizardDialog(AppWizardPart *part, TQWidget *parent, const ch TQString type = templateConfig.readEntry( "ValueType", "String" ); TQVariant::Type variantType = TQVariant::nameToType( type.latin1()); TQVariant value = templateConfig.readPropertyEntry( "Default", variantType ); - value.cast( variantType ); // fix this in kdelibs... + value.cast( variantType ); // fix this in tdelibs... if( !name.isEmpty() && !label.isEmpty() ) info->propValues->addProperty( new PropertyLib::Property( (int)variantType, name, label, value ) ); @@ -270,7 +270,7 @@ AppWizardDialog::AppWizardDialog(AppWizardPart *part, TQWidget *parent, const ch if (item) { item = new KListViewItem(item, ait.current()->name); - item->setPixmap(0, SmallIcon("kdevelop")); + item->setPixmap(0, SmallIcon("tdevelop")); } else kdDebug(9010) << "Error can't find category in categoryMap: " @@ -528,7 +528,7 @@ void AppWizardDialog::accept() TQStringList cleanUpSubstMap; - cleanUpSubstMap << "src" << "I18N" << "kdevelop"; + cleanUpSubstMap << "src" << "I18N" << "tdevelop"; kdDebug(9010) << "add template files" << endl; @@ -542,7 +542,7 @@ void AppWizardDialog::accept() m_pCurrentAppInfo->dirList.prepend( baseDir ); // This is too silly for words, but it's either this or reimplementing FileTemplate - TQString tempProjectDomSource = "%1%2%3"; + TQString tempProjectDomSource = "%1%2%3"; tempProjectDomSource = tempProjectDomSource.tqarg( author_edit->text() ).tqarg( email_edit->text() ).tqarg( version_edit->text() ); TQDomDocument tempProjectDom; tempProjectDom.setContent( tempProjectDomSource ); @@ -585,7 +585,7 @@ void AppWizardDialog::accept() for( ; it != files.end(); ++it ) { installFile file; - file.source = TQString( "%{kdevelop}/template-common/%1" ).tqarg( *it ); + file.source = TQString( "%{tdevelop}/template-common/%1" ).tqarg( *it ); file.dest = TQString("%{dest}/%1").tqarg( *it ); file.process = true; file.isXML = false; @@ -999,7 +999,7 @@ ApplicationInfo *AppWizardDialog::templateForItem(TQListViewItem *item) void AppWizardDialog::openAfterGeneration() { - TQString projectFile( finalLoc_label->text() + "/" + appname_edit->text().lower() + ".kdevelop" ); + TQString projectFile( finalLoc_label->text() + "/" + appname_edit->text().lower() + ".tdevelop" ); // Read the DOM of the newly created project TQFile file( projectFile ); @@ -1114,7 +1114,7 @@ void AppWizardDialog::addFavourite(TQListViewItem* item, TQString favouriteName) { info->favourite = new KIconViewItem(favourites_iconview, ((favouriteName=="")?info->name:favouriteName), - DesktopIcon("kdevelop")); + DesktopIcon("tdevelop")); info->favourite->setRenameEnabled(true); } @@ -1282,7 +1282,7 @@ void AppWizardDialog::loadLicenses() { // kdDebug(9010) << "======================== Entering loadLicenses" << endl; KStandardDirs* dirs = KGlobal::dirs(); - dirs->addResourceType( "licenses", KStandardDirs::kde_default( "data" ) + "kdevelop/licenses/" ); + dirs->addResourceType( "licenses", KStandardDirs::kde_default( "data" ) + "tdevelop/licenses/" ); TQStringList licNames = dirs->findAllResources( "licenses", TQString(), false, true ); TQStringList::Iterator it; diff --git a/parts/appwizard/appwizarddlg.h b/parts/appwizard/appwizarddlg.h index d441fb6e..a7aff28d 100644 --- a/parts/appwizard/appwizarddlg.h +++ b/parts/appwizard/appwizarddlg.h @@ -1,8 +1,8 @@ /*************************************************************************** * Copyright (C) 2001 by Bernd Gehrmann * - * bernd@kdevelop.org * + * bernd@tdevelop.org * * Copyright (C) 2001 by Sandy Meier * - * smeier@kdevelop.org * + * smeier@tdevelop.org * * * * This program is free software; you can redistribute it and/or modify * * it under the terms of the GNU General Public License as published by * diff --git a/parts/appwizard/appwizardfactory.cpp b/parts/appwizard/appwizardfactory.cpp index 2ed254be..76b25836 100644 --- a/parts/appwizard/appwizardfactory.cpp +++ b/parts/appwizard/appwizardfactory.cpp @@ -1,6 +1,6 @@ /*************************************************************************** * Copyright (C) 2000-2001 by Bernd Gehrmann * - * bernd@kdevelop.org * + * bernd@tdevelop.org * * * * This program is free software; you can redistribute it and/or modify * * it under the terms of the GNU General Public License as published by * diff --git a/parts/appwizard/appwizardfactory.h b/parts/appwizard/appwizardfactory.h index b162d1a2..23fdfe29 100644 --- a/parts/appwizard/appwizardfactory.h +++ b/parts/appwizard/appwizardfactory.h @@ -1,6 +1,6 @@ /*************************************************************************** * Copyright (C) 2000-2001 by Bernd Gehrmann * - * bernd@kdevelop.org * + * bernd@tdevelop.org * * * * This program is free software; you can redistribute it and/or modify * * it under the terms of the GNU General Public License as published by * diff --git a/parts/appwizard/appwizardpart.cpp b/parts/appwizard/appwizardpart.cpp index 6b57b320..f08e0c87 100644 --- a/parts/appwizard/appwizardpart.cpp +++ b/parts/appwizard/appwizardpart.cpp @@ -1,6 +1,6 @@ /*************************************************************************** * Copyright (C) 2001 by Bernd Gehrmann * - * bernd@kdevelop.org * + * bernd@tdevelop.org * * * * This program is free software; you can redistribute it and/or modify * * it under the terms of the GNU General Public License as published by * diff --git a/parts/appwizard/appwizardpart.h b/parts/appwizard/appwizardpart.h index c8731f4a..0fc6c7d5 100644 --- a/parts/appwizard/appwizardpart.h +++ b/parts/appwizard/appwizardpart.h @@ -1,6 +1,6 @@ /*************************************************************************** * Copyright (C) 2001 by Bernd Gehrmann * - * bernd@kdevelop.org * + * bernd@tdevelop.org * * * * This program is free software; you can redistribute it and/or modify * * it under the terms of the GNU General Public License as published by * diff --git a/parts/appwizard/common/admin.kdevtemplate b/parts/appwizard/common/admin.kdevtemplate index 67172eda..73573b47 100644 --- a/parts/appwizard/common/admin.kdevtemplate +++ b/parts/appwizard/common/admin.kdevtemplate @@ -1,5 +1,5 @@ [ADMIN] Type=install archive -Source=%{kdevelop}/template-common/admin.tar.gz +Source=%{tdevelop}/template-common/admin.tar.gz Dest=%{dest} Process=false diff --git a/parts/appwizard/common/dockbook.kdevtemplate b/parts/appwizard/common/dockbook.kdevtemplate index a6cacf95..d07da4e6 100644 --- a/parts/appwizard/common/dockbook.kdevtemplate +++ b/parts/appwizard/common/dockbook.kdevtemplate @@ -45,19 +45,19 @@ Option=INSTALL_DOCS [DOCSMAKEFILE.AM1] Type=install -Source=%{kdevelop}/template-common/kde-doc-Makefile.am +Source=%{tdevelop}/template-common/kde-doc-Makefile.am Dest=%{dest}/doc/Makefile.am Option=INSTALL_DOCS [DOCSMAKEFILE.AM2] Type=install -Source=%{kdevelop}/template-common/kde-doc-en-Makefile.am +Source=%{tdevelop}/template-common/kde-doc-en-Makefile.am Dest=%{dest}/doc/en/Makefile.am Option=INSTALL_DOCS [DOCS] Type=install -Source=%{kdevelop}/template-common/kde-index.docbook +Source=%{tdevelop}/template-common/kde-index.docbook Dest=%{dest}/doc/en/index.docbook Option=INSTALL_DOCS diff --git a/parts/appwizard/common/gnome2.kdevtemplate b/parts/appwizard/common/gnome2.kdevtemplate index 02f631bf..ce4e3f3d 100644 --- a/parts/appwizard/common/gnome2.kdevtemplate +++ b/parts/appwizard/common/gnome2.kdevtemplate @@ -1,5 +1,5 @@ [GNOME2] Type=install archive -Source=%{kdevelop}/template-common/gnome2.tar.gz +Source=%{tdevelop}/template-common/gnome2.tar.gz Dest=%{dest} diff --git a/parts/appwizard/common/gnu.kdevtemplate b/parts/appwizard/common/gnu.kdevtemplate index 29e75291..e1876440 100644 --- a/parts/appwizard/common/gnu.kdevtemplate +++ b/parts/appwizard/common/gnu.kdevtemplate @@ -1,5 +1,5 @@ [GNU] Type=install archive -Source=%{kdevelop}/template-common/gnu.tar.gz +Source=%{tdevelop}/template-common/gnu.tar.gz Dest=%{dest} diff --git a/parts/appwizard/common/incadmin.kdevtemplate b/parts/appwizard/common/incadmin.kdevtemplate index c94c2be5..d7fbfb61 100644 --- a/parts/appwizard/common/incadmin.kdevtemplate +++ b/parts/appwizard/common/incadmin.kdevtemplate @@ -1,5 +1,5 @@ [INCADMIN] Type=install archive -Source=%{kdevelop}/template-common/incadmin.tar.gz +Source=%{tdevelop}/template-common/incadmin.tar.gz Dest=%{dest} Process=false diff --git a/parts/appwizard/common/kde-index.docbook b/parts/appwizard/common/kde-index.docbook index 80031f00..aacd7a48 100644 --- a/parts/appwizard/common/kde-index.docbook +++ b/parts/appwizard/common/kde-index.docbook @@ -2,7 +2,7 @@ %{APPNAME} %{VERSION}"> - + @@ -489,7 +489,7 @@ application -->
- The &kdevelop; documentation window (IDEAl mode) + The &tdevelop; documentation window (IDEAl mode)