From c6cb3f27942501d24b0ded69c90ebbf7c43c755e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sl=C3=A1vek=20Banko?= Date: Tue, 3 Sep 2013 20:02:30 +0200 Subject: Additional k => tde renaming and fixes --- kate/ChangeLog | 18 +++++++++--------- kate/Mainpage.dox | 2 +- kate/Makefile.am | 2 +- kate/data/javascript.xml | 2 +- kate/interfaces/Makefile.am | 2 +- kate/part/Makefile.am | 2 +- kate/part/katecodecompletion.cpp | 2 +- kate/part/katecodecompletion.h | 2 +- kate/part/katecursor.cpp | 2 +- kate/part/katecursor.h | 2 +- kate/part/katedocument.cpp | 2 +- kate/part/katefont.cpp | 2 +- kate/part/katefont.h | 2 +- 13 files changed, 21 insertions(+), 21 deletions(-) (limited to 'kate') diff --git a/kate/ChangeLog b/kate/ChangeLog index 0da6d5cc2..ac81fc022 100644 --- a/kate/ChangeLog +++ b/kate/ChangeLog @@ -42,7 +42,7 @@ by using run length encoding for the attributes if they are dumped into the bytearray -2002-06-01 Christian Couder +2002-06-01 Christian Couder * Move view stuff from katedocument to kateviewinternal. 2002-05-20 Christoph Cullmann @@ -51,11 +51,11 @@ (mem leak, KateUndo is now only for internal use in KateUndoGroup) * start of convertion my*** to m_*** and add m_ to any other private stuff -2002-05-17 Christian Couder +2002-05-17 Christian Couder * Move font stuff from katedocument into new katefont.h and katefont.cpp files, and clean up katedocument font stuff. -2002-05-14 Christian Couder +2002-05-14 Christian Couder * Big clean up in katedocument using new katecursor stuff. 2002-05-12 Bernd Gehrmann @@ -63,17 +63,17 @@ * If servicetype in the browser extension specifies an encoding, use that instead of user's local encoding -2002-05-11 Christian Couder +2002-05-11 Christian Couder * implement the KTextEditor::Cursor in the KateCursor class 2002-05-04 Christoph Cullmann * first KTextEditor::ViewPlugin which works drop the helloworld plugin, as it is really no good example (bad code, ..) -2002-05-04 Christian Couder +2002-05-04 Christian Couder * fix undo for comment and uncomment -2002-05-01 Christian Couder +2002-05-01 Christian Couder * cleanups related to the uncomment feature in katetextline and katedocument 2002-01-04 Christoph Cullmann @@ -166,16 +166,16 @@ * myself back again ;) * now kate is clean (only qt3), no backports ;) -2001-08-24 christian@tdevelop.org +2001-08-24 christian@kdevelop.org * reimplement the commenting of selections on some languages -2001-08-19 christian@tdevelop.org +2001-08-19 christian@kdevelop.org * added back Sather highlighting support * improved Eiffel language syntax highlighting support * added Eiffel language comment directive in eiffel.xml * added Ada language comment directive in ada.xml -2001-08-15 christian@tdevelop.org +2001-08-15 christian@kdevelop.org * committed Eiffel language syntax highlighting support 2001-08-08 rokrau@yahoo.com diff --git a/kate/Mainpage.dox b/kate/Mainpage.dox index 0fc1d9490..99ddc9c7a 100644 --- a/kate/Mainpage.dox +++ b/kate/Mainpage.dox @@ -31,6 +31,6 @@ Christoph Cullmann \ @lgpl */ -// DOXYGEN_REFERENCES = tdecore kio tdeui tdeparts interfaces/kdocument interfaces/tdetexteditor kjs +// DOXYGEN_REFERENCES = tdecore tdeio tdeui tdeparts interfaces/kdocument interfaces/tdetexteditor kjs // DOXYGEN_SET_PROJECT_NAME = Kate // vim:ts=4:sw=4:expandtab:filetype=doxygen diff --git a/kate/Makefile.am b/kate/Makefile.am index e39af3b7f..3c37de122 100644 --- a/kate/Makefile.am +++ b/kate/Makefile.am @@ -6,6 +6,6 @@ messages: $(EXTRACTATTR) --attr=language,name,Language --attr="language,section,Language Section" data/*.xml >> rc.cpp $(XGETTEXT) `find . -name "*.cpp"` part/*.h -o $(podir)/katepart.pot -DOXYGEN_REFERENCES = tdecore dcop kio tdeui tdeparts +DOXYGEN_REFERENCES = tdecore dcop tdeio tdeui tdeparts include ../admin/Doxyfile.am diff --git a/kate/data/javascript.xml b/kate/data/javascript.xml index 3a7a8b855..c4e280cc0 100644 --- a/kate/data/javascript.xml +++ b/kate/data/javascript.xml @@ -3,7 +3,7 @@ - diff --git a/kate/interfaces/Makefile.am b/kate/interfaces/Makefile.am index d14e58f89..1d9102033 100644 --- a/kate/interfaces/Makefile.am +++ b/kate/interfaces/Makefile.am @@ -3,7 +3,7 @@ METASOURCES = document.moc view.moc lib_LTLIBRARIES = libkatepartinterfaces.la libkatepartinterfaces_la_SOURCES = interfaces.cpp katecmd.cpp -libkatepartinterfaces_la_LIBADD = $(top_builddir)/interfaces/tdetexteditor/libtdetexteditor.la $(LIB_QT) $(LIB_TDEUI) $(LIB_KPARTS) $(LIB_TDECORE) +libkatepartinterfaces_la_LIBADD = $(top_builddir)/interfaces/tdetexteditor/libtdetexteditor.la $(LIB_QT) $(LIB_TDEUI) $(LIB_TDEPARTS) $(LIB_TDECORE) libkatepartinterfaces_la_LDFLAGS = $(all_libraries) $(KDE_RPATH) -no-undefined kateinclude_HEADERS = document.h view.h diff --git a/kate/part/Makefile.am b/kate/part/Makefile.am index 71b201485..276abf536 100644 --- a/kate/part/Makefile.am +++ b/kate/part/Makefile.am @@ -16,7 +16,7 @@ libkate_la_SOURCES = katesearch.cpp katebuffer.cpp katecmds.cpp \ libkatepart_la_SOURCES = dummy.cpp -libkatepart_la_LIBADD = libkate.la ../interfaces/libkatepartinterfaces.la $(LIB_TDEPRINT) $(top_builddir)/tdeutils/libtdeutils.la $(top_builddir)/kjs/libkjs.la $(LUA_LIBS) $(LIB_QT) $(LIB_TDEUI) $(LIB_TDECORE) $(LIB_KPARTS) $(top_builddir)/interfaces/tdetexteditor/libtdetexteditor.la $(LIB_TDEFILE) $(top_builddir)/dcop/libDCOP.la +libkatepart_la_LIBADD = libkate.la ../interfaces/libkatepartinterfaces.la $(LIB_TDEPRINT) $(top_builddir)/tdeutils/libtdeutils.la $(top_builddir)/kjs/libkjs.la $(LUA_LIBS) $(LIB_QT) $(LIB_TDEUI) $(LIB_TDECORE) $(LIB_TDEPARTS) $(top_builddir)/interfaces/tdetexteditor/libtdetexteditor.la $(LIB_TDEFILE) $(top_builddir)/dcop/libDCOP.la libkatepart_la_LDFLAGS = $(all_libraries) $(KDE_PLUGIN) diff --git a/kate/part/katecodecompletion.cpp b/kate/part/katecodecompletion.cpp index 892a1d429..4617ecb66 100644 --- a/kate/part/katecodecompletion.cpp +++ b/kate/part/katecodecompletion.cpp @@ -2,7 +2,7 @@ Copyright (C) 2001 Joseph Wenninger Copyright (C) 2002 John Firebaugh Copyright (C) 2001 by Victor Röder - Copyright (C) 2002 by Roberto Raggi + Copyright (C) 2002 by Roberto Raggi This library is free software; you can redistribute it and/or modify it under the terms of the GNU Library General Public diff --git a/kate/part/katecodecompletion.h b/kate/part/katecodecompletion.h index ce4af0ecf..8279d396e 100644 --- a/kate/part/katecodecompletion.h +++ b/kate/part/katecodecompletion.h @@ -3,7 +3,7 @@ Copyright (C) 2001 Joseph Wenninger Copyright (C) 2002 John Firebaugh Copyright (C) 2001 by Victor Röder - Copyright (C) 2002 by Roberto Raggi + Copyright (C) 2002 by Roberto Raggi This library is free software; you can redistribute it and/or modify it under the terms of the GNU Library General Public diff --git a/kate/part/katecursor.cpp b/kate/part/katecursor.cpp index e951dcd32..dcd7c38bf 100644 --- a/kate/part/katecursor.cpp +++ b/kate/part/katecursor.cpp @@ -1,5 +1,5 @@ /* This file is part of the KDE libraries - Copyright (C) 2002 Christian Couder + Copyright (C) 2002 Christian Couder Copyright (C) 2001, 2003 Christoph Cullmann Copyright (C) 2001 Joseph Wenninger Copyright (C) 1999 Jochen Wilhelmy diff --git a/kate/part/katecursor.h b/kate/part/katecursor.h index 749bb0f76..1b1a5322a 100644 --- a/kate/part/katecursor.h +++ b/kate/part/katecursor.h @@ -1,5 +1,5 @@ /* This file is part of the KDE libraries - Copyright (C) 2002 Christian Couder + Copyright (C) 2002 Christian Couder Copyright (C) 2001, 2003 Christoph Cullmann Copyright (C) 2001 Joseph Wenninger Copyright (C) 1999 Jochen Wilhelmy diff --git a/kate/part/katedocument.cpp b/kate/part/katedocument.cpp index e42bfb0bd..5e2cef175 100644 --- a/kate/part/katedocument.cpp +++ b/kate/part/katedocument.cpp @@ -2399,7 +2399,7 @@ bool KateDocument::openFile(TDEIO::Job * job) if (pos != -1) setEncoding (serviceType.mid(pos+1)); - // if the encoding is set here - on the command line/from the dialog/from KIO + // if the encoding is set here - on the command line/from the dialog/from TDEIO // we prevent file type and document variables from changing it bool encodingSticky = m_encodingSticky; m_encodingSticky = m_config->isSetEncoding(); diff --git a/kate/part/katefont.cpp b/kate/part/katefont.cpp index c00953469..9d734b6e7 100644 --- a/kate/part/katefont.cpp +++ b/kate/part/katefont.cpp @@ -1,5 +1,5 @@ /* This file is part of the KDE libraries - Copyright (C) 2002 Christian Couder + Copyright (C) 2002 Christian Couder Copyright (C) 2001 Christoph Cullmann Copyright (C) 2001 Joseph Wenninger Copyright (C) 1999 Jochen Wilhelmy diff --git a/kate/part/katefont.h b/kate/part/katefont.h index ac82338ea..f9e0c1d83 100644 --- a/kate/part/katefont.h +++ b/kate/part/katefont.h @@ -1,5 +1,5 @@ /* This file is part of the KDE libraries - Copyright (C) 2002 Christian Couder + Copyright (C) 2002 Christian Couder Copyright (C) 2001 Christoph Cullmann Copyright (C) 2001 Joseph Wenninger Copyright (C) 1999 Jochen Wilhelmy -- cgit v1.2.1