D10567: Remove handling of privilege operation confirmation prompts from KIO::Job

2018-04-03 Thread Chinmoy Ranjan Pradhan
This revision was automatically updated to reflect the committed changes. Closed by commit R241:8b34864135f8: Remove handling of privilege operation confirmation prompts from KIO::Job (authored by chinmoyr). REPOSITORY R241 KIO CHANGES SINCE LAST UPDATE https://phabricator.kde.org/D10567?vs=

D10567: Remove handling of privilege operation confirmation prompts from KIO::Job

2018-03-04 Thread David Faure
dfaure accepted this revision. This revision is now accepted and ready to land. REPOSITORY R241 KIO BRANCH D10567 REVISION DETAIL https://phabricator.kde.org/D10567 To: chinmoyr, dfaure Cc: fvogt, #frameworks, michaelh

D10567: Remove handling of privilege operation confirmation prompts from KIO::Job

2018-03-03 Thread Chinmoy Ranjan Pradhan
chinmoyr updated this revision to Diff 28539. chinmoyr marked 3 inline comments as done. chinmoyr added a comment. fix issue with variable declaration REPOSITORY R241 KIO CHANGES SINCE LAST UPDATE https://phabricator.kde.org/D10567?vs=27478&id=28539 BRANCH D10567 REVISION DETAIL htt

D10567: Remove handling of privilege operation confirmation prompts from KIO::Job

2018-02-28 Thread David Faure
dfaure requested changes to this revision. dfaure added inline comments. This revision now requires changes to proceed. INLINE COMMENTS > job.cpp:269 > > +QByteArray jobData; > if (m_parentJob) { This feels like C code ;) > job.cpp:271 > if (m_parentJob) { > -if (!m_pare

D10567: Remove handling of privilege operation confirmation prompts from KIO::Job

2018-02-18 Thread Chinmoy Ranjan Pradhan
chinmoyr added a dependent revision: D10568: Handle privilege operation confirmation prompts in SlaveBase. REPOSITORY R241 KIO REVISION DETAIL https://phabricator.kde.org/D10567 To: chinmoyr, dfaure Cc: fvogt, #frameworks, michaelh

D10567: Remove handling of privilege operation confirmation prompts from KIO::Job

2018-02-18 Thread Chinmoy Ranjan Pradhan
chinmoyr updated this revision to Diff 27478. chinmoyr added a comment. removed m_data REPOSITORY R241 KIO CHANGES SINCE LAST UPDATE https://phabricator.kde.org/D10567?vs=27315&id=27478 BRANCH master REVISION DETAIL https://phabricator.kde.org/D10567 AFFECTED FILES src/core/job.c

D10567: Remove handling of privilege operation confirmation prompts from KIO::Job

2018-02-16 Thread David Faure
dfaure added inline comments. INLINE COMMENTS > job.cpp:328 > > -switch (m_operationType) { > -case ChangeAttr: > -m_caption = i18n("Change Attribute"); > -m_message = i18n("Root privileges are required to change file > attributes. " > - "Do you

D10567: Remove handling of privilege operation confirmation prompts from KIO::Job

2018-02-15 Thread Chinmoy Ranjan Pradhan
chinmoyr edited the test plan for this revision. REPOSITORY R241 KIO REVISION DETAIL https://phabricator.kde.org/D10567 To: chinmoyr, dfaure Cc: fvogt, #frameworks, michaelh

D10567: Remove handling of privilege operation confirmation prompts from KIO::Job

2018-02-15 Thread Chinmoy Ranjan Pradhan
chinmoyr created this revision. chinmoyr added a reviewer: dfaure. Restricted Application added a project: Frameworks. Restricted Application added a subscriber: Frameworks. chinmoyr requested review of this revision. REVISION SUMMARY Letting KIO::Job handle these prompts is pointless because an