Additional renaming of kde to tde

pull/1/head
Timothy Pearson 13 years ago
parent 88a071548f
commit 6108be3919

@ -1,4 +1,4 @@
## kdebindings/Makefile.am
## tdebindings/Makefile.am
## (C) 1997 Stephan Kulow
COMPILE_BEFORE_kdejava = qtjava

@ -219,12 +219,12 @@ dnl **********
dnl check whether we need the qextmdi lib
dnl (Shamlesly stolen from gideon souorces and
dnl modified for quanta by fredi)
dnl ..and borrowed again for a kdebindings test by rdale
dnl ..and borrowed again for a tdebindings test by rdale
dnl **********
AC_DEFUN([KDE_CHECK_MDI],
[
AC_MSG_CHECKING(whether to use kmdi lib from kdelibs)
AC_MSG_CHECKING(whether to use kmdi lib from tdelibs)
AC_CACHE_VAL(ac_cv_mdi_setup,
[
AC_LANG_SAVE
@ -233,7 +233,7 @@ AC_DEFUN([KDE_CHECK_MDI],
CXXFLAGS="$KDE_INCLUDES $QT_INCLUDES $all_includes"
AC_TRY_COMPILE([
#include <kdeversion.h>
#include <tdeversion.h>
],
[
#if TDE_VERSION < ((3<<16) | (2<<8) | (0))
@ -264,7 +264,7 @@ KDE_CHECK_MDI
AC_DEFUN([KDE_CHECK_KNS],
[
AC_MSG_CHECKING(whether to use the knewstuff lib from kdelibs)
AC_MSG_CHECKING(whether to use the knewstuff lib from tdelibs)
AC_CACHE_VAL(ac_cv_kns_setup,
[
AC_LANG_SAVE
@ -273,7 +273,7 @@ AC_DEFUN([KDE_CHECK_KNS],
CXXFLAGS="$KDE_INCLUDES $QT_INCLUDES $all_includes"
AC_TRY_COMPILE([
#include <kdeversion.h>
#include <tdeversion.h>
],
[
#if TDE_VERSION < ((3<<16) | (3<<8) | (92))

@ -198,8 +198,8 @@
* 'KDE Integrates Mono'; added -fkimono option to generate C# bindings
* It doens't use the Qt C bindings, like Qt# but the Smoke lib instead
* To generate the code and review the api, edit kdebindings/smoke/kde/generate.pl.in
and change '-fsmoke' to '-fkimono'. Then configure kdebindings with the
* To generate the code and review the api, edit tdebindings/smoke/kde/generate.pl.in
and change '-fsmoke' to '-fkimono'. Then configure tdebindings with the
'--with-smoke=kde' option. The sources will be generated in smoke/kde.
* It uses custom real proxies as AOP style interceptors, one per instance
and a static interceptor per class.
@ -254,8 +254,8 @@
bindings The '-fjava' option generates code for the forthcoming Dynamic
Proxy/Smoke library based java bindings in KDE 3.3.
* The Qt and KDE bindings just checked in were generated by changing the kalyptus
option '-fsmoke' to '-fjni' in kdebindings/smoke/kde/generate.pl.in. Then
configure kdebindings with '--enable-smoke=kde' option to generate the .cpp
option '-fsmoke' to '-fjni' in tdebindings/smoke/kde/generate.pl.in. Then
configure tdebindings with '--enable-smoke=kde' option to generate the .cpp
and .java sources. The .h files are generated by using javah on the compiled
java .class files.
@ -299,7 +299,7 @@
2003-09-16 Richard Dale <Richard_Dale@tipitina.demon.co.uk>
* Added various parser and code generation fixes so that a libsmokekde.so
can be generated from the kdelibs headers.
can be generated from the tdelibs headers.
2003-08-30 Richard Dale <Richard_Dale@tipitina.demon.co.uk>

@ -1,7 +1,7 @@
#!/bin/sh
if [[ -z $KALYPTUS || ! -d $KALYPTUS ]]
then
echo "Please set enviroment variable KALYPTUS to point to your kdebindings/kaltyptus checkout directory"
echo "Please set enviroment variable KALYPTUS to point to your tdebindings/kaltyptus checkout directory"
exit
fi
perl -I$KALYPTUS $KALYPTUS/kalyptus $2 --allow_k_dcop_accessors -f dcopidl $1 2>/tmp/dcopidlng.stderr.$$

@ -230,7 +230,7 @@ BEGIN
'QStyle::SubControls' => 'int',
);
$headerSubdirectories = "kio/|kdevelop/|kinterfacedesigner/|kontact/|kate/|kparts/|dom/|kabc/|ksettings/|kjs/|ktexteditor/|tdeprint/|tdesu/|knewstuff/"
$headerSubdirectories = "kio/|tdevelop/|kinterfacedesigner/|kontact/|kate/|kparts/|dom/|kabc/|ksettings/|kjs/|ktexteditor/|tdeprint/|tdesu/|knewstuff/"
}

@ -1,5 +1,5 @@
Begin4
Title: kdebindings
Title: tdebindings
Version: 3.5.10
Entered-date: 2008-08-26
Description: Non-C++ bindings for the K Desktop Environment (KDE)

@ -80,9 +80,9 @@
2003-12-23 Richard Dale <Richard_Dale@tipitina.demon.co.uk>
* Regenerated the KDE Koala Java bindings from the kdelibs headers on 20/12/2003
* Regenerated the KDE Koala Java bindings from the tdelibs headers on 20/12/2003
- Code generation greatly improved, and no manual edits or patches needed
anymore. The bindings code could now be generated as part of the kdebindings
anymore. The bindings code could now be generated as part of the tdebindings
configure, and doesn't need to be checked into the cvs.
- Added operator methods, and named them 'op_*', eg op_plus().
- Various friend functions in the global namespace, added as static methods
@ -106,7 +106,7 @@
2003-10-26 Richard Dale <Richard_Dale@tipitina.demon.co.uk>
* KDateInternalYearSelector, KDateInternalMonthPicker classes removed
* Fixed some compile errors against current kdelibs
* Fixed some compile errors against current tdelibs
2002-12-01 <Richard_Dale@tipitina.demon.co.uk>
@ -165,7 +165,7 @@
* Added import statements to KdeMenuSample test app
* Added KDatePickTest.java test app from Kenneth Pouncey
2002-03-18 Richard Dale <duke@tipitina.demon.co.uk>
* Fixed build errors against kdelibs HEAD branch
* Fixed build errors against tdelibs HEAD branch
2002-03-15 Richard Dale <duke@tipitina.demon.co.uk>
* Regenerated classes which no longer built against the KDE_3_0_RELEASE
branch.
@ -216,7 +216,7 @@
* Ralf Nolden's KScribble app translated from C++ by Kenneth Pouncey.
2002-02-02 Dirk Mueller <dmuell@gmx.net>
* koala/kdejava/Makefile.am: removed KKeyChooser as
it doesn't compile anymore with current kdelibs.
it doesn't compile anymore with current tdelibs.
* Remove private method bindings from khtml/MouseEvent
* Removed KAccelAction (private header)
2002-02-01 Richard Dale <duke@tipitina.demon.co.uk>
@ -259,7 +259,7 @@
* In KContainerLayout, fixed incorrect int literal for vertical value
2001-08-17 Richard Dale <duke@tipitina.demon.co.uk
* Removed classes DwProtocolClient and DwObserver, which
used to be in tdesupport lib (now in kdenetwork).
used to be in tdesupport lib (now in tdenetwork).
2001-08-06 Richard Dale <duke@tipitina.demon.co.uk
* Removed obsolete KDirectionButton and KTabButton classes.
* Improved Java -> C++ slot type signature matching.
@ -277,11 +277,11 @@
* Removed DOM and PartBase classes.
2001-07-22 Richard Dale <duke@tipitina.demon.co.uk
* Slot/signal lookup code moved from QtSupport.cpp/.h in qtjava project,
to new KDEJavaSlot class. No KDE dependencies in kdebindings/qtjava anymore.
to new KDEJavaSlot class. No KDE dependencies in tdebindings/qtjava anymore.
2001-07-05 Richard Dale <duke@tipitina.demon.co.uk
* The Part class now implements the KXMLGUIClientInterface
2001-06-06 Richard Dale <duke@tipitina.demon.co.uk
* Removed methods which no longer compile against the kdelibs in
* Removed methods which no longer compile against the tdelibs in
the HEAD branch.
2001-05-31 Richard Dale <duke@tipitina.demon.co.uk
* A 'koala.jar' file is now built and installed. Missing 'setInstance()'

@ -1,8 +1,8 @@
####### kdevelop will overwrite this part!!! (begin)##########
####### tdevelop will overwrite this part!!! (begin)##########
SUBDIRS = koala
EXTRA_DIST = koala.kdevprj AUTHORS ChangeLog INSTALL README TODO NEWS
####### kdevelop will overwrite this part!!! (end)############
####### tdevelop will overwrite this part!!! (end)############

@ -19,8 +19,8 @@ KDESupport.h
BUILD INSTRUCTIONS
1) Ensure that the kdebindings/qtjava project has been built first.
$ cd kdebindings/kdejava
1) Ensure that the tdebindings/qtjava project has been built first.
$ cd tdebindings/kdejava
$ make
$ make install

@ -80,10 +80,10 @@ install_location=
type=DATA
[Workspace_1]
browser_file=file:/opt/trinity/share/doc/HTML/default/kdevelop/about/intro.html
cpp_file=/local/src/kde/kdebindings/kdejava/koala/kdejava/KKeyChooser.cpp
browser_file=file:/opt/trinity/share/doc/HTML/default/tdevelop/about/intro.html
cpp_file=/local/src/kde/tdebindings/kdejava/koala/kdejava/KKeyChooser.cpp
header_file=Untitled.h
openfiles=Untitled.h,Untitled.cpp,/local/src/kde/kdebindings/kdejava/koala/main.cpp,/local/src/kde/kdebindings/kdejava/koala/kdejava/KIO.cpp,/local/src/kde/kdebindings/kdejava/koala/kdejava/KKeyChooser.cpp
openfiles=Untitled.h,Untitled.cpp,/local/src/kde/tdebindings/kdejava/koala/main.cpp,/local/src/kde/tdebindings/kdejava/koala/kdejava/KIO.cpp,/local/src/kde/tdebindings/kdejava/koala/kdejava/KKeyChooser.cpp
show_outputview=true
show_treeview=true

@ -1,7 +1,7 @@
####### kdevelop will overwrite this part!!! (begin)##########
####### tdevelop will overwrite this part!!! (begin)##########
noinst_PROGRAMS = koala
## INCLUDES were found outside kdevelop specific part
## INCLUDES were found outside tdevelop specific part
koala_SOURCES = main.cpp
koala_LDADD = ./kdejava/libkdejava.la ../../qtjava/javalib/qtjava/libqtjava.la $(LIB_KSPELL) -lkparts $(LIB_KIO) -lXext -lX11 $(LIBSOCKET)
@ -10,7 +10,7 @@ SUBDIRS = org kdejava
EXTRA_DIST = main.cpp
####### kdevelop will overwrite this part!!! (end)############
####### tdevelop will overwrite this part!!! (end)############
# this 10 paths are KDE specific. Use them:
# kde_htmldir Where your docs should go to. (contains lang subdirs)
# kde_appsdir Where your application file (.kdelnk) should go to.
@ -42,7 +42,7 @@ koala_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(
CLEANFILES = koala.jar
# make messages.po. Move this one to ../po/ and "make merge" in po
# the -x is for skipping messages already translated in kdelibs
# the -x is for skipping messages already translated in tdelibs
messages:
LIST=`find . -name \*.h -o -name \*.hh -o -name \*.H -o -name \*.hxx -o -name \*.hpp -o -name \*.cpp -o -name \*.cc -o -name \*.cxx -o -name \*.ecpp -o -name \*.C`; \
if test -n "$$LIST"; then \

@ -18,7 +18,7 @@
#include <kapplication.h>
#include <kconfigdata.h>
#include <tqiconset.h>
#include <kdeversion.h>
#include <tdeversion.h>
#include <kicontheme.h>
#include <klocale.h>
#include <kdrawutil.h>

File diff suppressed because one or more lines are too long

@ -1,5 +1,5 @@
####### kdevelop will overwrite this part!!! (begin)##########
####### tdevelop will overwrite this part!!! (begin)##########
SUBDIRS = kde
####### kdevelop will overwrite this part!!! (end)############
####### tdevelop will overwrite this part!!! (end)############

@ -1,5 +1,5 @@
####### kdevelop will overwrite this part!!! (begin)##########
####### tdevelop will overwrite this part!!! (begin)##########
SUBDIRS = koala
####### kdevelop will overwrite this part!!! (end)############
####### tdevelop will overwrite this part!!! (end)############

@ -472,7 +472,7 @@ public class KApplication extends QApplication implements KInstanceInterface {
/**
Updates the last user action timestamp to the given time, or to the current time,
if 0 is given. Do not use unless you're really sure what you're doing.
Consult focus stealing prevention section in kdebase/twin/README.
Consult focus stealing prevention section in tdebase/twin/README.
@short Updates the last user action timestamp to the given time, or to the current time, if 0 is given.
*/
public native void updateUserTimestamp(long time);
@ -488,7 +488,7 @@ public class KApplication extends QApplication implements KInstanceInterface {
to the given time, or to this application's user time, if 0 is given.
Use before causing user interaction in the remote application, e.g. invoking a dialog
in the application using a DCOP call.
Consult focus stealing prevention section in kdebase/twin/README.
Consult focus stealing prevention section in tdebase/twin/README.
@short Updates the last user action timestamp in the application registered to DCOP with dcopId to the given time, or to this application's user time, if 0 is given.
*/
public native void updateRemoteUserTimestamp(String dcopId, long time);

@ -66,7 +66,7 @@ public class KCatalogue implements QtSupport {
*/
public native int pluralType();
/**
Sets the plural type for the catalog. The caller has probably looked it up in a kdelibs.mo-catalog
Sets the plural type for the catalog. The caller has probably looked it up in a tdelibs.mo-catalog
for the appropriate language
@return The plural type for the catalog

@ -7,10 +7,10 @@ import org.kde.qt.QtSupport;
/**
A graphical editor for regular expressions.
The actual editor is located in kdeutils, with an interface in
kdelibs. This means that it is a bit more complicated to create an
The actual editor is located in tdeutils, with an interface in
tdelibs. This means that it is a bit more complicated to create an
instance of the editor, but only a little bit more complicated.
To check if kregexpeditor in kdeutils is installed and available use this line:
To check if kregexpeditor in tdeutils is installed and available use this line:
<pre>
boolean installed=!KTrader.self().query("KRegExpEditor/KRegExpEditor").isEmpty();
</pre>
@ -19,7 +19,7 @@ import org.kde.qt.QtSupport;
<pre>
QDialog editorDialog = KParts.ComponentFactory.createInstanceFromQuery<QDialog>( "KRegExpEditor/KRegExpEditor" );
if ( editorDialog ) {
// kdeutils was installed, so the dialog was found fetch the editor interface
// tdeutils was installed, so the dialog was found fetch the editor interface
KRegExpEditorInterface editor = (KRegExpEditorInterface)( editorDialog.qt_cast( "KRegExpEditorInterface" ) );
Q_ASSERT( editor ); // This should not fail!
// now use the editor.
@ -42,7 +42,7 @@ import org.kde.qt.QtSupport;
KParts.ComponentFactory.createInstanceFromQuery<QWidget>(
"KRegExpEditor/KRegExpEditor", null, parent );
if ( editorWidget ) {
// kdeutils was installed, so the widget was found fetch the editor interface
// tdeutils was installed, so the widget was found fetch the editor interface
KRegExpEditorInterface editor = (KRegExpEditorInterface)( editorWidget.qt_cast( "KRegExpEditorInterface" ) );
Q_ASSERT( editor ); // This should not fail!
// now use the editor.

@ -11,7 +11,7 @@ import org.kde.qt.QWidget;
This is a base class for scanning dialogs. You can derive from this class
and implement your own dialog. An implementation is available in
kdegraphics/libkscan.
tdegraphics/libkscan.
Application developers that wish to add scanning support to their program
can use the static method <code>KScanDialog</code>.getScanDialog() to get an instance
of the user's preferred scanning dialog.

@ -7,7 +7,7 @@ import java.util.ArrayList;
/**
This is one of the most central classes in kdelibs as
This is one of the most central classes in tdelibs as
it provides a basic service: It knows where the files
reside on the user's hard disk. And it's meant to be the
only one that knows -- to make the real location as
@ -22,7 +22,7 @@ import java.util.ArrayList;
/opt/kde/share/apps/kgame/background.jpg
The main idea behind KStandardDirs is that there are several
toplevel prefixes below which the files lie. One of these prefixes is
the one where the user installed kdelibs, one is where the
the one where the user installed tdelibs, one is where the
application was installed, and one is $HOME/.kde, but there
may be even more. Under these prefixes there are several well
defined suffixes where specific resource types are to be found.
@ -35,7 +35,7 @@ import java.util.ArrayList;
in the former steps. They can be useful if the user wants to provide
specific directories that aren't in his $HOME/.kde directory for,
for example, icons.
<li><b>Standard resources that kdelibs allocates are:</b></li>
<li><b>Standard resources that tdelibs allocates are:</b></li>
<li>
apps - Applications menu (.desktop files).
@ -185,7 +185,7 @@ public class KStandardDirs implements QtSupport {
Adds another search dir to front of the <code>fsstnd</code> list.
<li>
When compiling kdelibs, the prefix is added to this.
When compiling tdelibs, the prefix is added to this.
</li>
<li>

@ -543,7 +543,7 @@ public class KURL implements QtSupport {
/**
@brief Tests if the URL has a reference part
@return @c true if the URL has a reference part. In a URL like
<tt>"http://www.kde.org/kdebase.tar#tar:/README"</tt> it would
<tt>"http://www.kde.org/tdebase.tar#tar:/README"</tt> it would
return @c true as well
@short @brief Tests if the URL has a reference part
@ -1105,7 +1105,7 @@ public class KURL implements QtSupport {
@brief Splits nested URLs into a list of URLs
Example for a nested URL:
@code
file:///home/weis/kde.tgz#gzip:/#tar:/kdebase
file:///home/weis/kde.tgz#gzip:/#tar:/tdebase
@endcode
A URL like <tt>"http://www.kde.org#tar:/kde/README.hml#ref1"</tt> will be
split in <tt>"http://www.kde.org#ref1"</tt> and
@ -1129,7 +1129,7 @@ public class KURL implements QtSupport {
@brief Splits nested URLs into a list of URLs
Example for a nested URL:
@code
file:///home/weis/kde.tgz#gzip:/#tar:/kdebase
file:///home/weis/kde.tgz#gzip:/#tar:/tdebase
@endcode
A URL like <tt>"http://www.kde.org#tar:/kde/README.hml#ref1"</tt> will be
split in <tt>"http://www.kde.org#ref1"</tt> and

File diff suppressed because one or more lines are too long

@ -6,7 +6,7 @@ public class KDatePickTest {
public static void main (String[] args) {
KLocale.setMainCatalogue("kdelibs");
KLocale.setMainCatalogue("tdelibs");
KCmdLineArgs.init(args, "kdatepickertest", "KDatePickTest",
"A KDatePicker test..", "0.1");
KApplication app = new KApplication();

@ -26,7 +26,7 @@
#include <kurl.h>
#include <kdebug.h>
#include <kdeversion.h>
#include <tdeversion.h>
#include <ktempfile.h>
namespace KJSEmbed {

@ -1,4 +1,4 @@
# File generated by kdevelop's qmake manager.
# File generated by tdevelop's qmake manager.
# -------------------------------------------
# Subdir relative project main directory: ./builtins
# Target is a library:

@ -1414,14 +1414,14 @@
2004-03-23 Tuesday 10:06 geiseri
Moved the mimetype for javascripts to the kdelibs mimetypes.
Moved the mimetype for javascripts to the tdelibs mimetypes.
Removed useless feilds per davids advice.
Matches the freedesktop.org format.
2004-03-22 Monday 20:29 geiseri
hack to make javascripts open here with kdevelop.
hack to make javascripts open here with tdevelop.
2004-03-17 Wednesday 11:48 faure
@ -2259,7 +2259,7 @@
2003-11-28 Friday 04:27 coolo
kdebindings relying on kdesdk? Next century perhaps
tdebindings relying on tdesdk? Next century perhaps
2003-11-27 Thursday 21:05 rich
@ -2290,7 +2290,7 @@
they currently work.
Added a demo to show off the new dcop stuff, requires
KWeatherService from kdetoys to be running, since i dont
KWeatherService from tdetoys to be running, since i dont
know how to start a service from KJSEmbed yet.
2003-11-22 Saturday 01:49 geiseri
@ -3511,7 +3511,7 @@
2003-07-27 Sunday 18:00 mueller
libkjs is not in my kdebindings
libkjs is not in my tdebindings
2003-07-27 Sunday 16:19 rich

@ -12,7 +12,7 @@
The KJSEmbed library is an easy-to-use wrapper around the KDE
ECMAScript interpreter (kjs) that makes it easy to add scriptability
to an application. The kjsembed library is distributed in the
kdebindings module of KDE. This library provides a binding between
tdebindings module of KDE. This library provides a binding between
Qt/KDE applications and KJS.
<h3>Discussion Forums</h3>

@ -12,7 +12,7 @@
The KJSEmbed library is an easy-to-use wrapper around the KDE
ECMAScript interpreter (kjs) that makes it easy to add scriptability
to an application. The kjsembed library is distributed in the
kdebindings module of KDE. This library provides a binding between
tdebindings module of KDE. This library provides a binding between
Qt/KDE applications and KJS. As well as working in its native KDE environment,
the library supports a Qt-only build that has no KDE dependencies.
@ -62,7 +62,7 @@ who want to write scripts.
<li><b><a href="classdocs/index.html">C++ API Reference</a> (C++)</b><br>
Reference manual for the C++ API of the KJSEmbed library.</li>
<li><b><a
href="http://webcvs.kde.org/kdebindings/kjsembed/kjscmd.cpp?view=markup">Example of embedding</a></b><br>
href="http://webcvs.kde.org/tdebindings/kjsembed/kjscmd.cpp?view=markup">Example of embedding</a></b><br>
KJSCmd is a simple example of embedding the interpreter.
</ul>

@ -1,4 +1,4 @@
# File generated by kdevelop's qmake manager.
# File generated by tdevelop's qmake manager.
# -------------------------------------------
# Subdir relative project main directory: ./kjs
# Target is a library:

@ -1,4 +1,4 @@
# File generated by kdevelop's qmake manager.
# File generated by tdevelop's qmake manager.
# -------------------------------------------
# Subdir relative project main directory: ./kjsembed
# Target is a library:

@ -8,12 +8,12 @@
if test ! -d kjs ; then
echo 'Setting up kjs tree'
cvs co -l kdelibs
cd kdelibs
cvs co -l tdelibs
cd tdelibs
cvs up -dP kjs
mv kjs ..
cd ..
rm -rf kdelibs
rm -rf tdelibs
cd kjs
ln -s ../kjs.pro .

@ -1,4 +1,4 @@
Please see kdebindings/qtruby/README
Please see tdebindings/qtruby/README
KDE Specific Infomation:

@ -2,7 +2,7 @@
# This is an example of a DCOP enabled application written in Ruby, using
# Korundum. Taken from the PyKDE example_dcopexport.py example which was
# derived from server.py example in kdebindings written by Torben Weis
# derived from server.py example in tdebindings written by Torben Weis
# and Julian Rockey
require 'Korundum'

@ -20,7 +20,7 @@
#include <tqmap.h>
#include <tqdatastream.h>
#include <kdeversion.h>
#include <tdeversion.h>
#include <dcopclient.h>
#include <dcopobject.h>
#include <dcopref.h>

@ -18,7 +18,7 @@
#include <qtruby.h>
#include <smokeruby.h>
#include <kdeversion.h>
#include <tdeversion.h>
#include <dcopclient.h>
#include <dcopobject.h>
#include <dcopref.h>

@ -107,7 +107,7 @@
* Regenerated the QtJava bindings from the Qt 3.2.3 headers
- Code generation greatly improved, and no manual edits or patches needed
anymore. The bindings code could now be generated as part of the kdebindings
anymore. The bindings code could now be generated as part of the tdebindings
configure, and doesn't need to be checked into the cvs.
- Added operator methods, and named them 'op_*', eg op_plus().
- Various friend functions in the global namespace, added as static methods

@ -1,8 +1,8 @@
####### kdevelop will overwrite this part!!! (begin)##########
####### tdevelop will overwrite this part!!! (begin)##########
SUBDIRS = javalib
EXTRA_DIST = javalib.kdevprj AUTHORS COPYING ChangeLog INSTALL README TODO NEWS
####### kdevelop will overwrite this part!!! (end)############
####### tdevelop will overwrite this part!!! (end)############

@ -38,7 +38,7 @@ WeakValueMap.java
BUILD INSTRUCTIONS
1) $ cd kdebindings
1) $ cd tdebindings
$ ./configure --with-qt-dir=<your Qt lib path>
$ cd qtjava
$ make

@ -80,10 +80,10 @@ install_location=
type=DATA
[Workspace_1]
browser_file=file:/opt/kde2/share/doc/HTML/default/kdevelop/about/intro.html
browser_file=file:/opt/kde2/share/doc/HTML/default/tdevelop/about/intro.html
cpp_file=Untitled.cpp
header_file=/local/src/kde/kdebindings/qtjava/javalib/qtjava/Makefile.am
openfiles=Untitled.h,Untitled.cpp,/local/src/kde/kdebindings/qtjava/javalib/org/kde/qt/Makefile.am,/local/src/kde/kdebindings/qtjava/javalib/qtjava/Makefile.am
header_file=/local/src/kde/tdebindings/qtjava/javalib/qtjava/Makefile.am
openfiles=Untitled.h,Untitled.cpp,/local/src/kde/tdebindings/qtjava/javalib/org/kde/qt/Makefile.am,/local/src/kde/tdebindings/qtjava/javalib/qtjava/Makefile.am
show_outputview=true
show_treeview=true

File diff suppressed because one or more lines are too long

@ -1,5 +1,5 @@
####### kdevelop will overwrite this part!!! (begin)##########
####### tdevelop will overwrite this part!!! (begin)##########
SUBDIRS = en
####### kdevelop will overwrite this part!!! (end)############
####### tdevelop will overwrite this part!!! (end)############

@ -1,4 +1,4 @@
####### kdevelop will overwrite this part!!! (begin)##########
####### tdevelop will overwrite this part!!! (begin)##########
EXTRA_DIST = index.html index-1.html index-2.html index-3.html index-4.html index-5.html index-6.html
@ -22,4 +22,4 @@ uninstall-local:
-rm -f $(DESTDIR)$(kde_htmldir)/en/javalib/index-5.html
-rm -f $(DESTDIR)$(kde_htmldir)/en/javalib/index-6.html
####### kdevelop will overwrite this part!!! (end)############
####### tdevelop will overwrite this part!!! (end)############

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

@ -197,7 +197,7 @@
etc. Otherwise, the corresponding methods in the Smoke library were
not being invoked correctly.
* Removed a virtual destructor compile warning
* Removed obsolete qtruby-only.patch and kdevelop project file
* Removed obsolete qtruby-only.patch and tdevelop project file
2006-03-14 Richard Dale <rdale@foton.es>
@ -1067,7 +1067,7 @@
splitter.rb:16:in `const_missing': unresolved constant
reference MyMissingConst (ArgumentError)
* Implements suggestion from Jeff on the kdebindings list
* Implements suggestion from Jeff on the tdebindings list
CCMAIL: kde-bindings@kde.org

@ -889,7 +889,7 @@ set_obj_info(const char * className, smokeruby_object * o)
if (classId == 0) {
VALUE new_klass = Qnil;
TQString className(meta->className());
// The konsolePart class is in kdebase, and so it can't be in the Smoke library.
// The konsolePart class is in tdebase, and so it can't be in the Smoke library.
// This hack instantiates a Ruby KDE::KonsolePart instance
if (className == "konsolePart") {
new_klass = konsole_part_class;

@ -118,7 +118,7 @@ kdebug.h
kdedmodule.h
kdesktopfile.h
kde_terminal_interface.h
kdeversion.h
tdeversion.h
kdialogbase.h
kdialog.h
kdirlister.h

Loading…
Cancel
Save