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.
tdesdk/kbabel
Michele Calgaro 8c249c286e
Replace Q_SIGNALS and Q_SLOTS
2 months ago
..
addons Replace Q_OBJECT with TQ_OBJECT 9 months ago
catalogmanager Replace Q_SIGNALS and Q_SLOTS 2 months ago
common Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines 3 months ago
commonui Replace Q_SIGNALS and Q_SLOTS 2 months ago
datatools Replace Q_OBJECT with TQ_OBJECT 9 months ago
filters Drop USE_TQT4 code 8 months ago
kbabel Replace Q_SIGNALS and Q_SLOTS 2 months ago
kbabeldict Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines 3 months ago
AUTHORS Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
CMakeL10n.txt Desktop file translations: 4 years ago
CMakeLists.txt [kdesdk/kbabel] added cmake support 13 years ago
COPYING Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
ChangeLog Rename KLock and KTrader to avoid conflicts with KDE4 11 years ago
ConfigureChecks.cmake Find for 'flex' or 'lex' to build kbabel 12 years ago
Makefile.am Renaming of files in preparation for code style tools. 3 years ago
README Rename a number of libraries and executables to avoid conflicts with KDE4 11 years ago
TODO Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
VERSION Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
configure.in.in Finish TQt4 porting of kdesdk (kbabel) 13 years ago

README

KBabel
Matthias Kiefer <kiefer@kde.org>
Stanislav Visnovsky <visnovsky@kde.org>
----------------------------------------------------------------------

KBabel is an advanced and easy to use editor for PO files.
It is written using the KDE libs and gives the user an
easy to use GUI.


If you find a bug or if you have any comment or feature request,
please send a mail to Stanislav Visnovsky <visnovsky@kde.org>.


For always up-to-date information about KBabel have a look at its homepage at
http://kbabel.kde.org
The always newest version of KBabel can be found in module tdesdk in
KDE's SVN.


Requirements:
- KDE 3.2/Qt 3.3 or higher
- For the dictionary plugin "Translation database" you need
  Berkeley DB IV. Have a look at http://www.sleepycat.com


KBabel is published under the terms of the GNU GPL.
See file "COPYING" for more details.


    This program is free software; you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published by
    the Free Software Foundation; either version 2 of the License, or
    (at your option) any later version.

    This program is distributed in the hope that it will be useful,
    but WITHOUT ANY WARRANTY; without even the implied warranty of
    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    GNU General Public License for more details.

    You should have received a copy of the GNU General Public License
    along with this program; if not, write to the Free Software
    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.



Credits:
- Claudiu Costin for writing documentation and many bug reports 
  and useful feature requests
- Thomas Diehl for many useful hints to the GUI design and the
  behaviour of KBabel
- Wolfram Diestel for fixing tdespell and many useful hints.
- Stephan Kulow for helping keeping KBabel in sync with
  the frequently changing KDE api and for often giving me a helping hand.
- Andrea Rizzi for writing the dictionary plugin for searching in a database
- Stefan Asserhall for implementing tag highlighting and validation, catalog manager caching
- SuSE GmbH for sponsoring the work of Matthias Kiefer on KBabel
- Marco Wegner <dubbleu@web.de> for KFile plugin, bookmarks and bug fixes
- Dwayne Bailey <dwayne@translate.org.za> some validation plugins
- all the others who spent their time sending bug reports and feature requests.


Have fun,
   Matthias Kiefer