This is an automated email from the git hooks/post-receive script. New change to branch feature/7424 in repository faxtomail. See http://git.codelutin.com/faxtomail.git from fd1d108 début de l'interface d'admin (possibilité de créer des tampons texte seulement) (refs #7424) new 37d8f5b Ajout des tampons dans l'éditeur de pdf (seulement type texte) (refs #7424) The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference. Detailed log of new commits: commit 37d8f5bc7e5faf3c28a89a03b4b29e5b7282dd14 Author: Kevin Morin <morin@codelutin.com> Date: Wed Aug 12 18:03:17 2015 +0200 Ajout des tampons dans l'éditeur de pdf (seulement type texte) (refs #7424) Summary of changes: .../services/service/MailFolderService.java | 3 + .../services/service/MailFolderServiceImpl.java | 18 ++ .../ui/swing/actions/EditAttachmentAction.java | 23 +- .../actions/GenerateAnnotatedAttachmentAction.java | 318 +++++++++++++-------- ...DFEditorNoteUI.css => PDFEditorStampTextUI.css} | 25 +- ...EditorNoteUI.jaxx => PDFEditorStampTextUI.jaxx} | 28 +- .../ui/swing/content/pdfeditor/PDFEditorUI.jaxx | 2 +- .../content/pdfeditor/PDFEditorUIHandler.java | 125 ++++++-- .../swing/content/pdfeditor/PDFEditorUIModel.java | 49 +++- .../src/main/resources/icons/stamp.png | Bin 0 -> 588 bytes 10 files changed, 388 insertions(+), 203 deletions(-) copy faxtomail-ui-swing/src/main/java/com/franciaflex/faxtomail/ui/swing/content/pdfeditor/{PDFEditorNoteUI.css => PDFEditorStampTextUI.css} (76%) copy faxtomail-ui-swing/src/main/java/com/franciaflex/faxtomail/ui/swing/content/pdfeditor/{PDFEditorNoteUI.jaxx => PDFEditorStampTextUI.jaxx} (69%) create mode 100644 faxtomail-ui-swing/src/main/resources/icons/stamp.png -- To stop receiving notification emails like this one, please contact codelutin.com SCM administrator <admin+scm@codelutin.com>.