-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
http://git.reviewboard.kde.org/r/107442/#review29227
-----------------------------------------------------------



core/document.h
<http://git.reviewboard.kde.org/r/107442/#comment21835>

    Do we need the bool? Seems it's only called once with true, no?



core/document.cpp
<http://git.reviewboard.kde.org/r/107442/#comment21833>

    I am wondering why do we need this map for the prev contents, as far as i 
can see annotwindow does not modify the annotation anymore, so the annotation * 
you get here should have the old values still no?



ui/annotationpropertiesdialog.cpp
<http://git.reviewboard.kde.org/r/107442/#comment21836>

    Maybe we could not modify the annot in ::slotapply but modify it in 
Document::modifyPageAnnotationProperties? And then you wouldn't need the map in 
there either because you would get the "old" annotation as parameter?



ui/annotwindow.h
<http://git.reviewboard.kde.org/r/107442/#comment21832>

    We don't seem to use it anymore, or maybe we didn't already, but can you 
kill the annotation() method?


- Albert Astals Cid


On March 12, 2013, 1:26 a.m., Jon Mease wrote:
> 
> -----------------------------------------------------------
> This is an automatically generated e-mail. To reply, visit:
> http://git.reviewboard.kde.org/r/107442/
> -----------------------------------------------------------
> 
> (Updated March 12, 2013, 1:26 a.m.)
> 
> 
> Review request for Okular.
> 
> 
> Description
> -------
> 
> This patch adds undo/redo support to Okular annotation manipulation commands.
> 
> Functionality:
> The following actions can be undone and redone: creation and removal of 
> annotations, editing arbitrary annotation properties, relocating annotations 
> with Ctrl+drag, and editing the text contents of an annotation.
> 
> This patch does not include support for undoing and redoing editing actions 
> on forms.
> 
>   
> 
> 
> This addresses bug 177501.
>     http://bugs.kde.org/show_bug.cgi?id=177501
> 
> 
> Diffs
> -----
> 
>   core/annotations.h 72abdff 
>   core/annotations.cpp 49ab5bd 
>   core/annotations_p.h 221572d 
>   core/document.h 6ff6536 
>   core/document.cpp 5ab759e 
>   core/document_p.h fb3aec6 
>   core/page.cpp 1db2763 
>   part.rc 39c1571 
>   ui/annotationpropertiesdialog.cpp 4b02258 
>   ui/annotwindow.h f7df9f6 
>   ui/annotwindow.cpp c1bafb9 
>   ui/pageview.cpp b018dfe 
> 
> Diff: http://git.reviewboard.kde.org/r/107442/diff/
> 
> 
> Testing
> -------
> 
> I have tested the undoing and redoing of the specified annotation actions 
> using .dvi and .pdf documents.
> 
> 
> Thanks,
> 
> Jon Mease
> 
>

_______________________________________________
Okular-devel mailing list
Okular-devel@kde.org
https://mail.kde.org/mailman/listinfo/okular-devel

Reply via email to