You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
tdebase/kate/utils
Slávek Banko 3e88ddfbc3
Additional k => tde renaming and fixes
11 years ago
..
CMakeLists.txt Additional kde to tde renaming 13 years ago
Makefile.am Additional k => tde renaming and fixes 11 years ago
README Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
dockviewbase.cpp Rename old tq methods that no longer need a unique name 13 years ago
dockviewbase.h Trinity Qt initial conversion 14 years ago
listboxview.cpp Rename many classes and header files to avoid conflicts with KDE4 11 years ago
listboxview.h Rename a number of classes to enhance compatibility with KDE4 11 years ago
messageview.cpp Revert "Rename a number of old tq methods that are no longer tq specific" 13 years ago
messageview.h Rename KGlobal, KProcess, and KClipboard to avoid conflicts with KDE4 11 years ago

README

README for libkateutils

Contents:
* What it is
* Maintainer

What it is
==========

This library is a container for classes that may be usefull for
Kate and for kate plugins. If you have a class that you think would
be usefull for other plugins, ask the maintainer of this library
to put it here.

If you find a class in a plugin (ore even elsewhere) that you need to
copy in order to use it inside kate or a kate plugin, consider debating with
the author of that class to move it here.

To fit in, the class must be generic enough that it can be usefull for
many purposes.

Apart from the convenience (and avoided copies of code) putting classes in this
library will help us maintain a common feel of how kate works. 

Maintainer
==========

This library was started in july 2002 and is maintained by
Anders Lund <anders@alweb.dk>