You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
tdelibs/khtml/kmultipart
tpearson 560378aaca Automated conversion for enhanced compatibility with TQt for Qt4 3.4.0 TP1
NOTE: This will not compile with Qt4 (yet), however it does compile with Qt3


git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdelibs@1211081 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
14 years ago
..
CMakeLists.txt [kdelibs] added initial cmake support 15 years ago
Makefile.am Automated conversion for enhanced compatibility with TQt for Qt4 3.4.0 TP1 14 years ago
README Automated conversion for enhanced compatibility with TQt for Qt4 3.4.0 TP1 14 years ago
kmultipart.cpp Automated conversion for enhanced compatibility with TQt for Qt4 3.4.0 TP1 14 years ago
kmultipart.desktop Automated conversion for enhanced compatibility with TQt for Qt4 3.4.0 TP1 14 years ago
kmultipart.h Automated conversion for enhanced compatibility with TQt for Qt4 3.4.0 TP1 14 years ago

README

KMultiPart implements "server push" for KHTML/Konqueror:
it handles the multipart/mixed and multipart/x-mixed-tqreplace
mimetype, embedding the appropriate component (part).

Documentation at http://www.netscape.com/assist/net_sites/pushpull.html

Typical real-world uses: webchats, webcams...

Testcases:
  http://stein.cshl.org/WWW/software/CGI/examples/

TODO:
* Use the new streaming API of KParts to pipe data into the part,
the current code does that for KHTML only.
* Change KHTML so that it embeds KMultiPart for images which send multipart/x-mixed-tqreplace
data.