No puede seleccionar más de 25 temas Los temas deben comenzar con una letra o número, pueden incluir guiones ('-') y pueden tener hasta 35 caracteres de largo.
koffice/kounavail
Michele Calgaro cb59219281
Replace Q_OBJECT with TQ_OBJECT
hace 9 meses
..
CMakeL10n.txt Add CMakeL10n rules. hace 5 años
Makefile.am Renaming of files in preparation for code style tools. hace 3 años
README Added old abandoned KDE3 version of koffice hace 14 años
kounavail.cpp Renaming of files in preparation for code style tools. hace 3 años
kounavail.desktop Fix ServiceTypes, ExcludeServiceTypes, and DocPath desktop file entries to match XDG specifications hace 10 años
kounavail.h Replace Q_OBJECT with TQ_OBJECT hace 9 meses
test-kounavail.kwd Added old abandoned KDE3 version of koffice hace 14 años
test-kounavail2.kwd Added old abandoned KDE3 version of koffice hace 14 años

README

This is simply an empty part, that is loaded and displayed when a
document contains an invalid part
- either because the handler for this part isn't available
- or because the embedded document is external (out of the store) and unavailable

The goal of the part is to show a placeholder in the document, to tell
about the unavailable part, but also to be able to save itself as it was,
so that it's possible to edit a document with a missing child document
without losing information.

Test documents:
test-kounavail.kwd points to an invalid mimetype (case 1)
test-kounavail2.kwd points to a non-existing external document (case 2)

David Faure <faure@kde.org>