D8704: Don't use exec() to open dialogs

2017-11-12 Thread Elvis Angelaccio
This revision was automatically updated to reflect the committed changes. Closed by commit R223:40afb8292690: Don't use exec() to open dialogs (authored by elvisangelaccio). REPOSITORY R223 Okular CHANGES SINCE LAST UPDATE https://phabricator.kde.org/D8704?vs=22046&id=22219 REVISION DETAIL

D8704: Don't use exec() to open dialogs

2017-11-11 Thread Albert Astals Cid
aacid accepted this revision. This revision is now accepted and ready to land. REPOSITORY R223 Okular BRANCH master REVISION DETAIL https://phabricator.kde.org/D8704 To: elvisangelaccio, #okular, aacid Cc: ngraham, okular-devel, aacid

D8704: Don't use exec() to open dialogs

2017-11-07 Thread Elvis Angelaccio
elvisangelaccio added a subscriber: okular-devel. REPOSITORY R223 Okular REVISION DETAIL https://phabricator.kde.org/D8704 To: elvisangelaccio, #okular Cc: okular-devel, aacid

D8704: Don't use exec() to open dialogs

2017-11-07 Thread Elvis Angelaccio
elvisangelaccio created this revision. elvisangelaccio added a reviewer: Okular. Restricted Application added a project: Okular. REVISION SUMMARY exec() is blocking and should not be used if possible. Currently it makes impossible to interact with a 2nd okular window if the first window h