Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.
tdelibs/dnssd
Michele Calgaro ba3b5b77e1
Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines
před 3 měsíci
..
CMakeLists.txt avahi-tqt include/link directories missing před 4 roky
INSTALL Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. před 15 roky
Mainpage.dox Removed code formatting modelines. před 4 roky
Makefile.am LIB_QT -> LIB_TQT conversion to align to updated admin module před 6 roky
README Fix unintended rename of Checklist před 11 roky
configure.in.bot Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. před 15 roky
configure.in.in Second part of prior commit před 13 roky
domainbrowser.cpp Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines před 3 měsíci
domainbrowser.h Replace Q_OBJECT with TQ_OBJECT před 9 měsíci
kcm_tdednssd.kcfg Rename a number of libraries and executables to avoid conflicts with KDE4 před 11 roky
publicservice.cpp Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines před 3 měsíci
publicservice.h Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines před 3 měsíci
query.cpp Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines před 3 měsíci
query.h Replace Q_OBJECT with TQ_OBJECT před 9 měsíci
remoteservice.cpp Initial conversion for TQt for Qt4 3.4.0 TP2 před 13 roky
remoteservice.h Replace Q_OBJECT with TQ_OBJECT před 9 měsíci
responder.cpp Second part of prior commit před 13 roky
responder.h Replace Q_OBJECT with TQ_OBJECT před 9 měsíci
sdevent.h Initial conversion for TQt for Qt4 3.4.0 TP2 před 13 roky
servicebase.cpp rename the following methods: před 13 roky
servicebase.h Additional k => tde renaming and fixes před 11 roky
servicebrowser.cpp Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines před 3 měsíci
servicebrowser.h Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines před 3 měsíci
settings.kcfgc Additional k => tde renaming and fixes před 11 roky

README

Checklist to ensure that zeroconf will work:

1) Install Avahi, at least version 0.3
2) compile tdednssd-avahi and install it to replace 'stub' libtdednssd.so provided by tdelibs
3) check /etc/nsswitch.conf and ensure that there is 'mdns' before 'dns' in
line starting with 'host:'. It should be something like:
host: files mdns dns
4) ensure that avahi-daemon is being started in initscripts
5) for testing: use kpf kicker applet to publish a directory, then open 'zeroconf:/'
URL in konqueror. You should be able to see a local webserver with that published dir.

For more information go here

http://wiki.kde.org/tiki-index.php?page=Zeroconf%20in%20KDE