kde-playground/kdepim/knotes/print
2015-04-14 21:49:29 +00:00
..
themes import working copies of kdepim and kdepimlibs 2015-04-14 21:49:29 +00:00
knoteprinter.cpp import working copies of kdepim and kdepimlibs 2015-04-14 21:49:29 +00:00
knoteprinter.h import working copies of kdepim and kdepimlibs 2015-04-14 21:49:29 +00:00
knoteprintobject.cpp import working copies of kdepim and kdepimlibs 2015-04-14 21:49:29 +00:00
knoteprintobject.h import working copies of kdepim and kdepimlibs 2015-04-14 21:49:29 +00:00
knoteprintselectednotesdialog.cpp import working copies of kdepim and kdepimlibs 2015-04-14 21:49:29 +00:00
knoteprintselectednotesdialog.h import working copies of kdepim and kdepimlibs 2015-04-14 21:49:29 +00:00
knoteprintselectthemecombobox.cpp import working copies of kdepim and kdepimlibs 2015-04-14 21:49:29 +00:00
knoteprintselectthemecombobox.h import working copies of kdepim and kdepimlibs 2015-04-14 21:49:29 +00:00
knoteprintselectthemedialog.cpp import working copies of kdepim and kdepimlibs 2015-04-14 21:49:29 +00:00
knoteprintselectthemedialog.h import working copies of kdepim and kdepimlibs 2015-04-14 21:49:29 +00:00
README.themes import working copies of kdepim and kdepimlibs 2015-04-14 21:49:29 +00:00

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"