mirror of
https://bitbucket.org/smil3y/kde-playground.git
synced 2025-02-24 02:42:51 +00:00
|
||
---|---|---|
.. | ||
themes | ||
knoteprinter.cpp | ||
knoteprinter.h | ||
knoteprintobject.cpp | ||
knoteprintobject.h | ||
knoteprintselectednotesdialog.cpp | ||
knoteprintselectednotesdialog.h | ||
knoteprintselectthemecombobox.cpp | ||
knoteprintselectthemecombobox.h | ||
knoteprintselectthemedialog.cpp | ||
knoteprintselectthemedialog.h | ||
README.themes |
4.13: ----- KNotes printing theme support: - note name : use "name" - note description: use "description" keyword - current date time: use "currentDateTime" keyword - allow to inform that we have an alarm: use "hasAlarm" keyword - show alarm info: use "alarm" keyword (return date time as long format) - allow to inform that note is locked: use "isLock" keyword - note backgroundcolor name : use "backgroundColorName" keyword 4.14: ----- New i18n that we can use in theme: - alarm_i18n => translate "Alarm:" - note_is_locked_i18n => translate "Note is locked"