D10504: Bug 288042 - Option to reset forms

2018-04-24 Thread Albert Astals Cid
aacid commandeered this revision. aacid edited reviewers, added: ahmadosama; removed: aacid. REPOSITORY R223 Okular REVISION DETAIL https://phabricator.kde.org/D10504 To: aacid, ahmadosama Cc: okular-devel, aacid, ngraham, #okular

D10504: Bug 288042 - Option to reset forms

2018-04-24 Thread Albert Astals Cid
aacid abandoned this revision. REPOSITORY R223 Okular REVISION DETAIL https://phabricator.kde.org/D10504 To: aacid, ahmadosama Cc: okular-devel, aacid, ngraham, #okular

Re: D10504: Bug 288042 - Option to reset forms

2018-03-14 Thread Ahmad Osama
yes I am going to cancel this revision. On Wed, Mar 14, 2018 at 12:49 AM, Albert Astals Cid < nore...@phabricator.kde.org> wrote: > aacid added a comment. View Revision > > So will you cancel this one in favor of the other one? > > *REPOSITORY* > R223 Okular

D10504: Bug 288042 - Option to reset forms

2018-03-13 Thread Albert Astals Cid
aacid added a comment. So will you cancel this one in favor of the other one? REPOSITORY R223 Okular REVISION DETAIL https://phabricator.kde.org/D10504 To: ahmadosama, aacid Cc: aacid, ngraham, #okular, michaelweghorn

D10504: Bug 288042 - Option to reset forms

2018-02-28 Thread Ahmad Osama
ahmadosama added a comment. I implemented the reset option using Okular::FormFields inspired by the comments here: https://git.reviewboard.kde.org/r/130057/ I submitted another patch for this new implementation here: https://phabricator.kde.org/D10932 I am currently working on

D10504: Bug 288042 - Option to reset forms

2018-02-21 Thread Albert Astals Cid
aacid requested changes to this revision. aacid added a comment. This revision now requires changes to proceed. Ok, ask if you have questions :) REPOSITORY R223 Okular REVISION DETAIL https://phabricator.kde.org/D10504 To: ahmadosama, aacid Cc: aacid, ngraham, #okular, michaelweghorn

D10504: Bug 288042 - Option to reset forms

2018-02-20 Thread Ahmad Osama
ahmadosama added a comment. I have not created an auto test before, I am currently going through current auto tests to understand how it works, then I will try creating an auto test for this bug. REPOSITORY R223 Okular REVISION DETAIL https://phabricator.kde.org/D10504 To: ahmadosama,

D10504: Bug 288042 - Option to reset forms

2018-02-18 Thread Albert Astals Cid
aacid added a comment. Do you plan to work on the autotest? REPOSITORY R223 Okular REVISION DETAIL https://phabricator.kde.org/D10504 To: ahmadosama, aacid Cc: aacid, ngraham, #okular, michaelweghorn

D10504: Bug 288042 - Option to reset forms

2018-02-17 Thread Ahmad Osama
ahmadosama updated this revision to Diff 27427. ahmadosama added a comment. Removing unnecessary comments, add clear widget function for other widgets. REPOSITORY R223 Okular CHANGES SINCE LAST UPDATE https://phabricator.kde.org/D10504?vs=27143=27427 REVISION DETAIL

D10504: Bug 288042 - Option to reset forms

2018-02-14 Thread Albert Astals Cid
aacid requested changes to this revision. This revision now requires changes to proceed. REPOSITORY R223 Okular REVISION DETAIL https://phabricator.kde.org/D10504 To: ahmadosama, aacid Cc: aacid, ngraham, #okular, michaelweghorn, simgunz

D10504: Bug 288042 - Option to reset forms

2018-02-14 Thread Albert Astals Cid
aacid added a comment. Same as I asked Gilbert in reviewboard. Do you think you could do an autotest using formSamples.pdf ? INLINE COMMENTS > part.cpp:1548 > { > +/* original > m_formsMessage->setText( i18n( "This document has forms. Click on > the button to

D10504: Bug 288042 - Option to reset forms

2018-02-14 Thread Ahmad Osama
ahmadosama created this revision. ahmadosama added a project: Okular. Restricted Application added a subscriber: Okular. ahmadosama requested review of this revision. REVISION SUMMARY These changes are done to add a button to Reset pdf forms when clicked. Changes are to the following