25'ten fazla konu seçemezsiniz Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.
koffice/kounavail
Michele Calgaro d63c9d696e
Renaming of files in preparation for code style tools.
3 yıl önce
..
CMakeL10n.txt Add CMakeL10n rules. 5 yıl önce
Makefile.am Renaming of files in preparation for code style tools. 3 yıl önce
README Added old abandoned KDE3 version of koffice 15 yıl önce
kounavail.cpp Renaming of files in preparation for code style tools. 3 yıl önce
kounavail.desktop Fix ServiceTypes, ExcludeServiceTypes, and DocPath desktop file entries to match XDG specifications 10 yıl önce
kounavail.h Rename KInstance and KAboutData to avoid conflicts with KDE4 11 yıl önce
test-kounavail.kwd Added old abandoned KDE3 version of koffice 15 yıl önce
test-kounavail2.kwd Added old abandoned KDE3 version of koffice 15 yıl önce

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>