summaryrefslogtreecommitdiffstats
path: root/quanta
diff options
context:
space:
mode:
Diffstat (limited to 'quanta')
-rw-r--r--quanta/ChangeLog8
-rw-r--r--quanta/data/config/plugins.rc4
-rw-r--r--quanta/data/config/quantaui.rc2
-rw-r--r--quanta/data/doc/tips.html2
-rw-r--r--quanta/data/tips2
-rw-r--r--quanta/src/quanta.cpp2
-rw-r--r--quanta/src/quanta_init.cpp6
7 files changed, 13 insertions, 13 deletions
diff --git a/quanta/ChangeLog b/quanta/ChangeLog
index 9d1dc833..1c98a1f6 100644
--- a/quanta/ChangeLog
+++ b/quanta/ChangeLog
@@ -34,7 +34,7 @@ Version 3.5.7 (Release date: xx-xx-2006; Started 06-02-2006)
Version 3.5.6 (Release date: 26-01-2006; Started 12-10-2006):
- bugfixes:
- - show Find in Files menu if KFileReplace is installed [related to #132530]
+ - show Find in Files menu if TDEFileReplace is installed [related to #132530]
- fix various crashes in the debugger [#137483]
- fix crash when editing a <style> CSS area
- use the correct encoding in the file dialogs [#138343]
@@ -55,7 +55,7 @@ Version 3.5.5 (Release date: 11-10-2006; Started 01-09-2006):
- fix crash when copying to clipboard inside VPL [#130212]
- show the correct column number if tabs are used in the document [#133313]
- only one upload dialog can be shown at any time [#132535]
- - do not show Find in Files menu if KFileReplace is not installed [#132530]
+ - do not show Find in Files menu if TDEFileReplace is not installed [#132530]
- allow logging to files outside of project directory [#131782]
- don't send closing events for untitled, unmodified documents [#131782]
- respect the order of items in the .docrc [#133704]
@@ -480,7 +480,7 @@ bugfixes might not be listed here.
- behavioral/user interface changes:
- enable the configure toolbars item in the toolbar context menu [#80643]
- rename Edit Toolbar to Configure Toolbars...
- - KFileReplace is used for "Find in Files"
+ - TDEFileReplace is used for "Find in Files"
- Remove From Disc (and Project) renamed to Delete in the Project Tree
- you cannot open the same project file in two different Quanta instances anymore
@@ -750,7 +750,7 @@ correctly, or to work at all.
- script management facility: a new scrip treeview
- a lot of script helping XML development
- XSLT debugger: kxsldbg by Keith Isdale
- - KFileReplace: search & replace in files
+ - TDEFileReplace: search & replace in files
- new DTD menu with the following new items:
- DTD->DTEP converter
- Load DTEP
diff --git a/quanta/data/config/plugins.rc b/quanta/data/config/plugins.rc
index d8035b9e..44df10d6 100644
--- a/quanta/data/config/plugins.rc
+++ b/quanta/data/config/plugins.rc
@@ -1,5 +1,5 @@
[General]
-Plugins=KFileReplace, CVS Management (Cervisia),XSLT Debugger, KImageMapEditor, Link Checker, Konsole
+Plugins=TDEFileReplace, CVS Management (Cervisia),XSLT Debugger, KImageMapEditor, Link Checker, Konsole
SearchPaths=
[CVS Management (Cervisia)]
@@ -13,7 +13,7 @@ Standard Name=cervisia_kpart
Type=KPart
Input=3
-[KFileReplace]
+[TDEFileReplace]
Arguments=
FileName=trinity/libtdefilereplacepart.la
Icon=tdefilereplace
diff --git a/quanta/data/config/quantaui.rc b/quanta/data/config/quantaui.rc
index 48306fba..10383c73 100644
--- a/quanta/data/config/quantaui.rc
+++ b/quanta/data/config/quantaui.rc
@@ -196,7 +196,7 @@
<ToolBar noMerge="1" name="mainPluginsToolBar" >
<text>Plugins Toolbar</text>
<Action name="tidy_check" />
- <Action name="KFileReplace" />
+ <Action name="TDEFileReplace" />
<Action name="CVS Management (Cervisia)" />
<Action name="XSLT Debugger" />
</ToolBar>
diff --git a/quanta/data/doc/tips.html b/quanta/data/doc/tips.html
index 9efe6822..f512ff71 100644
--- a/quanta/data/doc/tips.html
+++ b/quanta/data/doc/tips.html
@@ -102,7 +102,7 @@
<li>Legacy projects get default templating abilities, so nothing is lost. </li>
<li>You can choose where to locate your template files, so they can be in your server root and easy to upload or you can make them secure to link to below server root which is a very cool trick. </li>
<li>When linking to a file not in the project templates, you will be prompted to copy the file to the project templates prior to linking. This will prevent broken links on upload. </li>
- <li>You always have control where you place your templates so you can choose to move them. However, Quanta Plus does not track this, so you will need to change links. This is a good task for KFileReplace, which is now a plug-in as a KPart!</li>
+ <li>You always have control where you place your templates so you can choose to move them. However, Quanta Plus does not track this, so you will need to change links. This is a good task for TDEFileReplace, which is now a plug-in as a KPart!</li>
</ul>
<p class="minihdr">Templates conclusion</p>
<p>Our goal with templates is to extend them to include multi-file "concept" templates, useful for certain things, like placing an order or creating an about section. Ideally this will be a tool for making your work more productive and dynamic. An eventual goal is to have a structural template design mode to deal with site layout and structure which you could use to design and interactively update your sites. If you would like to be involved, then contact us. </p>
diff --git a/quanta/data/tips b/quanta/data/tips
index a5bd234a..3db0c892 100644
--- a/quanta/data/tips
+++ b/quanta/data/tips
@@ -257,7 +257,7 @@ Just go to <b>Settings > Configure Shortcuts</b>.
<tip category="Application">
<html>
-<p>...that you can use KFileReplace to find and replace across your entire project? <b>Click on the KFileReplace button</b> and you can set extensive configurations, use multi line values and wild cards, and even go to the files found in Quanta.
+<p>...that you can use TDEFileReplace to find and replace across your entire project? <b>Click on the TDEFileReplace button</b> and you can set extensive configurations, use multi line values and wild cards, and even go to the files found in Quanta.
</p>
</html>
</tip>
diff --git a/quanta/src/quanta.cpp b/quanta/src/quanta.cpp
index aa28dc4b..ff9d6705 100644
--- a/quanta/src/quanta.cpp
+++ b/quanta/src/quanta.cpp
@@ -695,7 +695,7 @@ void QuantaApp::slotFileQuit()
void QuantaApp::slotEditFindInFiles()
{
- QuantaPlugin *fileReplacePlugin = m_pluginInterface->plugin("KFileReplace");
+ QuantaPlugin *fileReplacePlugin = m_pluginInterface->plugin("TDEFileReplace");
if (fileReplacePlugin)
fileReplacePlugin->run();
}
diff --git a/quanta/src/quanta_init.cpp b/quanta/src/quanta_init.cpp
index 49e1e057..c0bcf32e 100644
--- a/quanta/src/quanta_init.cpp
+++ b/quanta/src/quanta_init.cpp
@@ -1091,7 +1091,7 @@ void QuantaInit::initPlugins()
TQT_TQOBJECT(m_quanta), TQT_SLOT(slotStatusMsg(const TQString & )));
m_quanta->m_pluginInterface->readConfig();
- if (!m_quanta->m_pluginInterface->pluginAvailable("KFileReplace"))
+ if (!m_quanta->m_pluginInterface->pluginAvailable("TDEFileReplace"))
{
delete m_quanta->actionCollection()->action("find_in_files");
}
@@ -1420,8 +1420,8 @@ void QuantaInit::checkRuntimeDependencies()
dependency.type = Dependency::Executable;
dependencies.append(dependency);
- dependency.name = "KFileReplace";
- dependency.execName = "KFileReplace";
+ dependency.name = "TDEFileReplace";
+ dependency.execName = "TDEFileReplace";
dependency.description = i18n("search and replace in files");
dependency.type = Dependency::Plugin;
dependencies.append(dependency);