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.
tdelibs/khtml/kmultipart
Timothy Pearson 41b1d53a01
Remove additional unneeded tq method conversions
12 years ago
..
CMakeLists.txt [kdelibs] move "-include tqt.h" directive to CMAKE_CXX_FLAGS; move TQT_CFLAGS_OTHER definitions to main CMakeLists.txt; remove useless defintions 14 years ago
Makefile.am Convert remaining references to kde3 (e.g. in paths) to trinity 13 years ago
README Revert automated changes 14 years ago
kmultipart.cpp Remove additional unneeded tq method conversions 12 years ago
kmultipart.desktop Revert automated changes 14 years ago
kmultipart.h Remove the tq in front of these incorrectly TQt4-converted methods/data members: 13 years ago

README

KMultiPart implements "server push" for KHTML/Konqueror:
it handles the multipart/mixed and multipart/x-mixed-replace
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-replace
data.