Convert remaining references to kde3 (e.g. in paths) to trinity

git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdewebdev@1248408 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
v3.5.13-sru
tpearson 13 years ago
parent 3f0d735364
commit d3aa19ae50

@ -114,7 +114,7 @@ The place to define abbreviations (some kind of templates), that can be expanded
<listitem><para><guilabel>Name:</guilabel> the user visible name</para></listitem> <listitem><para><guilabel>Name:</guilabel> the user visible name</para></listitem>
<listitem><para><guilabel>Output window:</guilabel> plugins can appear in a tab of the editor area or in a separate toolview at the bottom</para></listitem> <listitem><para><guilabel>Output window:</guilabel> plugins can appear in a tab of the editor area or in a separate toolview at the bottom</para></listitem>
<listitem><para><guilabel>Location:</guilabel> the path to the plugin, if it is not located in the standard locations, like <filename class="directory">$<envar>KDEDIR</envar>/lib</filename> .</para></listitem> <listitem><para><guilabel>Location:</guilabel> the path to the plugin, if it is not located in the standard locations, like <filename class="directory">$<envar>KDEDIR</envar>/lib</filename> .</para></listitem>
<listitem><para><guilabel>File name:</guilabel> the relative path and the filename to the plugin's libtool file, like <filename class="libraryfile">kde3/libcervisiapart.la</filename></para></listitem> <listitem><para><guilabel>File name:</guilabel> the relative path and the filename to the plugin's libtool file, like <filename class="libraryfile">trinity/libcervisiapart.la</filename></para></listitem>
<listitem><para><guilabel>Input:</guilabel> the plugin will get this information on startup, so it can open the <guilabel>Current File</guilabel>, the folder of the current file (<guilabel>Current File Path</guilabel>) or the <guilabel>Project Folder</guilabel>.</para></listitem> <listitem><para><guilabel>Input:</guilabel> the plugin will get this information on startup, so it can open the <guilabel>Current File</guilabel>, the folder of the current file (<guilabel>Current File Path</guilabel>) or the <guilabel>Project Folder</guilabel>.</para></listitem>
<listitem><para><guilabel>Read only part:</guilabel> check if the plugin refuses to load. Read-only KParts usually refuse to load without this option checked.</para></listitem> <listitem><para><guilabel>Read only part:</guilabel> check if the plugin refuses to load. Read-only KParts usually refuse to load without this option checked.</para></listitem>
<listitem><para><guilabel>Validate plugin:</guilabel> if checked, &quantaplus; will test if the entered information is correct or not. Uncheck if the plugin is not yet available, but you will install later, so you can close the dialog.</para></listitem> <listitem><para><guilabel>Validate plugin:</guilabel> if checked, &quantaplus; will test if the entered information is correct or not. Uncheck if the plugin is not yet available, but you will install later, so you can close the dialog.</para></listitem>

@ -127,7 +127,7 @@
<envvars> <envvars>
<envvar value="kommander klinkstatus kxsldbg kimagemapeditor quanta" name="DO_NOT_COMPILE" /> <envvar value="kommander klinkstatus kxsldbg kimagemapeditor quanta" name="DO_NOT_COMPILE" />
</envvars> </envvars>
<configargs>--enable-debug=full --prefix=/opt/kde3 --enable-editors</configargs> <configargs>--enable-debug=full --prefix=/opt/trinity --enable-editors</configargs>
<builddir>/home/andris/development/build/kde-head/kdewebdev</builddir> <builddir>/home/andris/development/build/kde-head/kdewebdev</builddir>
<topsourcedir>/home/andris/development/sources/kde-head/kdewebdev</topsourcedir> <topsourcedir>/home/andris/development/sources/kde-head/kdewebdev</topsourcedir>
<cppflags>-DKDE_NO_COMPAT -DQT_NO_COMPAT -DDEBUG_PARSER</cppflags> <cppflags>-DKDE_NO_COMPAT -DQT_NO_COMPAT -DDEBUG_PARSER</cppflags>

@ -102,7 +102,7 @@
<kdevdebugger> <kdevdebugger>
<general> <general>
<dbgshell/> <dbgshell/>
<programargs>/opt/kde3/bin/DVDAuthorWizard.kmdr</programargs> <programargs>/opt/trinity/bin/DVDAuthorWizard.kmdr</programargs>
<gdbpath/> <gdbpath/>
<breakonloadinglibs>true</breakonloadinglibs> <breakonloadinglibs>true</breakonloadinglibs>
<separatetty>false</separatetty> <separatetty>false</separatetty>

@ -160,17 +160,17 @@ copytos.h:17: forward declaration of `class KURLRequester'
(or the same error in other files for other K... classes), try the following: (or the same error in other files for other K... classes), try the following:
- check if there is a kdewidgets.so (and kdewidgets.la) in your - check if there is a kdewidgets.so (and kdewidgets.la) in your
$KDEDIR/lib/kde3/plugins/designer. If there isn't, you have a broken $KDEDIR/lib/trinity/plugins/designer. If there isn't, you have a broken
KDE (kdelibs) install. KDE (kdelibs) install.
- check your $HOME/.qt/qtrc file. Add the above path as the first entry to - check your $HOME/.qt/qtrc file. Add the above path as the first entry to
the libraryPath (like: the libraryPath (like:
libraryPath=/opt/kde-cvs/lib/kde3/plugins/:/home/user/cvs/head/qt-copy/plugins). libraryPath=/opt/kde-cvs/lib/trinity/plugins/:/home/user/cvs/head/qt-copy/plugins).
You can use the qtconfig tool to do this. You can use the qtconfig tool to do this.
- recompile the QT tools (uic, designer) if you have upgraded kdelibs - recompile the QT tools (uic, designer) if you have upgraded kdelibs
(or QT). (or QT).
- check that your $KDEDIR and $QTDIR path is set correctly. - check that your $KDEDIR and $QTDIR path is set correctly.
- do an - do an
export kde_widgetdir="$KDEDIR/lib/kde3/plugins/designer" export kde_widgetdir="$KDEDIR/lib/trinity/plugins/designer"
(or whatever command your shell uses for environment variable setting) (or whatever command your shell uses for environment variable setting)
before running make. before running make.
In most cases one of the above is the problem (and the solution). In most cases one of the above is the problem (and the solution).

@ -4,7 +4,7 @@ SearchPaths=
[CVS Management (Cervisia)] [CVS Management (Cervisia)]
Arguments= Arguments=
FileName=kde3/libcervisiapart.la FileName=trinity/libcervisiapart.la
Icon=cervisia Icon=cervisia
Location= Location=
OutputWindow=Editor View OutputWindow=Editor View
@ -15,7 +15,7 @@ Input=3
[KFileReplace] [KFileReplace]
Arguments= Arguments=
FileName=kde3/libkfilereplacepart.la FileName=trinity/libkfilereplacepart.la
Icon=kfilereplace Icon=kfilereplace
Input=3 Input=3
Location= Location=
@ -26,7 +26,7 @@ Type=KPart
[XSLT Debugger] [XSLT Debugger]
Arguments= Arguments=
FileName=kde3/libkxsldbgpart.la FileName=trinity/libkxsldbgpart.la
Icon=xsltproc.png Icon=xsltproc.png
Input=0 Input=0
Location= Location=
@ -36,7 +36,7 @@ Standard=false
Type=KPart Type=KPart
[KImageMapEditor] [KImageMapEditor]
FileName=kde3/libkimagemapeditor.la FileName=trinity/libkimagemapeditor.la
Icon=kimagemapeditor Icon=kimagemapeditor
Input=1 Input=1
Location= Location=
@ -46,7 +46,7 @@ Standard=false
Type=KPart Type=KPart
[Link Checker] [Link Checker]
FileName=kde3/libklinkstatuspart.la FileName=trinity/libklinkstatuspart.la
Icon=klinkstatus Icon=klinkstatus
Input=1 Input=1
Location= Location=
@ -56,7 +56,7 @@ Standard=false
Type=KPart Type=KPart
[Konsole] [Konsole]
FileName=kde3/libkonsolepart.la FileName=trinity/libkonsolepart.la
Icon=konsole Icon=konsole
Input=1 Input=1
Location= Location=

@ -28,7 +28,7 @@
<activetarget>src/quanta</activetarget> <activetarget>src/quanta</activetarget>
</general> </general>
<configure> <configure>
<configargs>--prefix=/opt/kde3 --enable-debug\s</configargs> <configargs>--prefix=/opt/trinity --enable-debug\s</configargs>
</configure> </configure>
<make> <make>
<abortonerror>true</abortonerror> <abortonerror>true</abortonerror>
@ -92,7 +92,7 @@
</envvars> </envvars>
</default> </default>
<withkommander> <withkommander>
<configargs>--enable-debug=full --prefix=/opt/kde3</configargs> <configargs>--enable-debug=full --prefix=/opt/trinity</configargs>
<builddir>/data/development/build/kde-head/kdewebdev</builddir> <builddir>/data/development/build/kde-head/kdewebdev</builddir>
<topsourcedir/> <topsourcedir/>
<ccompiler>kdevgccoptions</ccompiler> <ccompiler>kdevgccoptions</ccompiler>
@ -108,7 +108,7 @@
<ldflags/> <ldflags/>
</withkommander> </withkommander>
<all> <all>
<configargs>--enable-debug=full --prefix=/opt/kde3 --enable-editors</configargs> <configargs>--enable-debug=full --prefix=/opt/trinity --enable-editors</configargs>
<builddir>/data/development/build/kde-head/kdewebdev</builddir> <builddir>/data/development/build/kde-head/kdewebdev</builddir>
<topsourcedir>/data/development/sources/kde-head/kdewebdev</topsourcedir> <topsourcedir>/data/development/sources/kde-head/kdewebdev</topsourcedir>
<ccompiler>kdevgccoptions</ccompiler> <ccompiler>kdevgccoptions</ccompiler>
@ -124,7 +124,7 @@
<ldflags/> <ldflags/>
</all> </all>
<withoutkafka> <withoutkafka>
<configargs>--enable-debug=full --without-kommander --without-kafkapart --prefix=/opt/kde3</configargs> <configargs>--enable-debug=full --without-kommander --without-kafkapart --prefix=/opt/trinity</configargs>
<builddir>/data/development/build/kde-head/kdewebdev-simple</builddir> <builddir>/data/development/build/kde-head/kdewebdev-simple</builddir>
<topsourcedir/> <topsourcedir/>
<cppflags/> <cppflags/>
@ -140,7 +140,7 @@
<f77flags/> <f77flags/>
</withoutkafka> </withoutkafka>
<final> <final>
<configargs>--enable-debug=full --without-kommander --prefix=/opt/kde3 --enable-final</configargs> <configargs>--enable-debug=full --without-kommander --prefix=/opt/trinity --enable-final</configargs>
<builddir>/data/development/build/kde-head/kdewebdev-final</builddir> <builddir>/data/development/build/kde-head/kdewebdev-final</builddir>
<topsourcedir>/data/development/sources/kde-head/kdewebdev</topsourcedir> <topsourcedir>/data/development/sources/kde-head/kdewebdev</topsourcedir>
<cppflags/> <cppflags/>

Loading…
Cancel
Save