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/kbabeldict/modules/dbsearchengine2
Michele Calgaro ffe6ae3dcc
Replaced 'includehints' with 'includes' in *.ui files.
2 years ago
..
AUTHOR Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
KDBSearchEngine2.cpp Rename additional header files to avoid conflicts with KDE4 11 years ago
KDBSearchEngine2.h Rename KCModule, KConfig, KIO, KServer, and KSocket to avoid conflicts with KDE4 11 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
algorithms.cpp rename the following methods: 13 years ago
algorithms.h Remove spurious TQ_OBJECT instances 12 years ago
chunk.cpp Trinity Qt initial conversion 14 years ago
chunk.h Trinity Qt initial conversion 14 years ago
database.cpp KBabel: fixed support for Berkekey DB. This resolves issue #7. 4 years ago
database.h TQt4 convert kdesdk 13 years ago
dbentries.cpp rename the following methods: 13 years ago
dbentries.h Trinity Qt initial conversion 14 years ago
dbscan.cpp Rename common header files for consistency with class renaming 11 years ago
dbscan.h Rename KCModule, KConfig, KIO, KServer, and KSocket to avoid conflicts with KDE4 11 years ago
dbse2.ui Add includes to UI files to resolve FTBFS. 6 years ago
dbse2_factory.cpp Rename additional header files to avoid conflicts with KDE4 11 years ago
dbse2_factory.h Rename KInstance and KAboutData to avoid conflicts with KDE4 11 years ago
dbsearchengine2.desktop Desktop file translations: 4 years ago
dbseprefwidget.ui Add includes to UI files to resolve FTBFS. 6 years ago
preferenceswidget.cpp Rename additional header files to avoid conflicts with KDE4 11 years ago
preferenceswidget.h Remove spurious TQ_OBJECT instances 12 years ago
sourcedialog.ui Replaced 'includehints' with 'includes' in *.ui files. 2 years ago

README

If you want to test this new plugin:
launch
# make ; make install in this directory
then (to create the database)
# source compile
# cp scan ~/mytestdir
# cd ~/mytestdir
# ./scan file.po    (I suggest to download and scan $LANG.messages)

ok now you can launch kbabel, you should be in the same 
directory you launched "scan" from.

# kbabel


change kbabel settings to use  "DB Search Engine II" or use
CTRL+2 to search.


Bye
Andrea