From 2ecab1a194b0dc551b478820e1aaa3b8713354cc Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Wed, 16 Nov 2011 13:53:18 -0600 Subject: Additional renaming of kde to tde --- ChangeLog | 400 +++++++++++++++++++++++++++++++------------------------------- 1 file changed, 200 insertions(+), 200 deletions(-) (limited to 'ChangeLog') 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 -- cgit v1.2.3