summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorDarrell Anderson <humanreadable@yahoo.com>2012-07-04 16:46:19 -0500
committerDarrell Anderson <humanreadable@yahoo.com>2012-07-04 16:46:19 -0500
commit998ebd2e683e45140493910f76e692e96887b5d2 (patch)
tree4d75be7d82ab9ba5ebd7c95c5b64a265971183d2 /ChangeLog
parent9ba3adb356665bc27c3416c0b916efa89b366bde (diff)
downloadtdevelop-998ebd2e683e45140493910f76e692e96887b5d2.tar.gz
tdevelop-998ebd2e683e45140493910f76e692e96887b5d2.zip
Fix help files, kdevelop->tdevelop branding, fix startup.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog16
1 files changed, 8 insertions, 8 deletions
diff --git a/ChangeLog b/ChangeLog
index 9b89c682..05eb7ba2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -214,10 +214,10 @@
Qt classes is possible in the wizard.
2004-12-15 Alexander Dymo <adymo@tdevelop.org>
- * Finished the implementation of plugin profiles for KDevelop shell
+ * Finished the implementation of plugin profiles for TDevelop shell
and shell extension architecture.
- This means that KDevelop IDE becomes a KDevelop Platform now. And
- KDevelop IDE is now only a program built on KDevelop Platform.
+ This means that TDevelop IDE becomes a KDevelop Platform now. And
+ TDevelop IDE is now only a program built on KDevelop Platform.
* Made KDevelop Assistant to use KDevelop Platfrom.
* Implemented profile detection for projects. Now, for example, when you open
C++ language project KDevelop loads "CppIDE" profile. If a project file
@@ -268,7 +268,7 @@
as the gdb debugger uses stdin and stdout to send and receive.
2004-11-17 Alexander Dymo <adymo@tdevelop.org>
- * KDevelop interfaces cleanup and enchancements. Interfaces are now smaller, additional, not so important
+ * TDevelop 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.
@@ -340,7 +340,7 @@
* KDevelop Platform:
- implemented profiles library and editor engine;
- implemented profiles editor (kdevprofileeditor application);
- - set up X-KDevelop-Property properties in .desktop files of KDevelop parts.
+ - set up X-TDevelop-Property properties in .desktop files of KDevelop parts.
2004-10-21 Richard Dale <Richard_Dale@tipitina.demon.co.uk>
@@ -1722,7 +1722,7 @@
* Added toolbarbuttons in the project tree
2002-08-06 Harald Fernengel <harry@tdevelop.org>
- * AppWizard fix, KDevelop plugin template ported to new architecture
+ * AppWizard fix, TDevelop plugin template ported to new architecture
2002-08-05 Matthias Hlzer-Klpfel <mhk@kde.org>
* Removed tdevelop source, to prepare for an alpha release
@@ -2139,7 +2139,7 @@
2002-04-20 Bernd Gehrmann <bernd@mail.berlios.de>
* If no compiler is set explicitly by the user,
use the options widget of the default compiler
- (Property X-KDevelop-Default in the .desktop file)
+ (Property X-TDevelop-Default in the .desktop file)
2002-04-19 Bernd Gehrmann <bernd@mail.berlios.de>
* In script projects, scan the source file list
at loading time with configurable include
@@ -2238,7 +2238,7 @@
* centralized the trader queries for KDevelop/Part (Plugin) with
the additional constraint for the plugin scope into a static
PluginController::pluginServices method
- * moved the duplicated code for extracting the X-KDevelop-Args
+ * moved the duplicated code for extracting the X-TDevelop-Args
property of a service into a QStringList into a static private
method of PluginController
* install tdevelop components as KDE modules, not as libraries