<table><tr><td style="">rjvbb added a comment.
</td><a style="text-decoration: none; padding: 4px 8px; margin: 0 8px 8px; float: right; color: #464C5C; font-weight: bold; border-radius: 3px; background-color: #F7F7F9; background-image: linear-gradient(to bottom,#fff,#f1f0f1); display: inline-block; border: 1px solid rgba(71,87,120,.2);" href="https://phabricator.kde.org/D11074">View Revision</a></tr></table><br /><div><div><p>In addition to the inline comments:</p>

<p>There is no specific reason to hide the QFileOpenEvent handling in a Mac-specific file and behind #ifdefs . I seem to recall that the same event mechanism was used on another, now defunct Qt platform. Other KDE applications (notably Kate) don't bother and just include the extra code unconditionally.</p>

<p>I'd suggest having a look at the QtSingleApplication class used by Kate (and KDevelop, plus undoubtedly others). That'd be a nod to Luigi's wish to defer the required functionality to an external library (QSA could probably be integrated in KGuiAddons or KWidgetsAddons at some point).</p>

<p>It also provides the additional benefit of allowing a single instance approach. I don't know what the Okular team thinks of that I find that it'd make sense (as a user option?), esp. with Sergio's other proposed feature to provide an open documents menu under the Dock tile. That feature would be much more user-friendly if you don't have to try each and every Okular Dock tile until you find the instance that has the document open you want to activate.</p>

<p>I'll hold off giving a +1 until someone from the Okular team reacts to this.</p></div></div><br /><div><strong>INLINE COMMENTS</strong><div><div style="margin: 6px 0 12px 0;"><div style="border: 1px solid #C7CCD9; border-radius: 3px;"><div style="padding: 0; background: #F7F7F7; border-color: #e3e4e8; border-style: solid; border-width: 0 0 1px 0; margin: 0;"><div style="color: #74777d; background: #eff2f4; padding: 6px 8px; overflow: hidden;"><a style="float: right; text-decoration: none;" href="https://phabricator.kde.org/D11074#inline-53805">View Inline</a><span style="color: #4b4d51; font-weight: bold;">CMakeLists.txt:26-28</span></div>
<div style="font: 11px/15px "Menlo", "Consolas", "Monaco", monospace; white-space: pre-wrap; clear: both; padding: 4px 0; margin: 0;"><div style="padding: 0 8px; margin: 0 4px; background: rgba(151, 234, 151, .6);">    set(okular_SRCS
</div><div style="padding: 0 8px; margin: 0 4px; background: rgba(151, 234, 151, .6);">        ${okular_SRCS}
</div><div style="padding: 0 8px; margin: 0 4px; background: rgba(151, 234, 151, .6);">        macapplication.cpp)
</div></div></div>
<div style="margin: 8px 0; padding: 0 12px;"><p style="padding: 0; margin: 8px;">You could use <tt style="background: #ebebeb; font-size: 13px;">list(APPEND ...)</tt> here.</p></div></div><br /><div style="border: 1px solid #C7CCD9; border-radius: 3px;"><div style="padding: 0; background: #F7F7F7; border-color: #e3e4e8; border-style: solid; border-width: 0 0 1px 0; margin: 0;"><div style="color: #74777d; background: #eff2f4; padding: 6px 8px; overflow: hidden;"><a style="float: right; text-decoration: none;" href="https://phabricator.kde.org/D11074#inline-53806">View Inline</a><span style="color: #4b4d51; font-weight: bold;">macapplication.h:24</span></div>
<div style="font: 11px/15px "Menlo", "Consolas", "Monaco", monospace; white-space: pre-wrap; clear: both; padding: 4px 0; margin: 0;"><div style="padding: 0 8px; margin: 0 4px; background: rgba(151, 234, 151, .6);">    <span style="color: #a0a000">public</span><span class="p">:</span>
</div><div style="padding: 0 8px; margin: 0 4px; background: rgba(151, 234, 151, .6);">        <span class="n">MacApplication</span><span class="p">(</span><span style="color: #aa4000">int</span> <span style="color: #aa2211">&</span><span class="n">argc</span><span class="p">,</span> <span style="color: #aa4000">char</span> <span style="color: #aa2211">**</span><span class="n">argv</span><span class="p">);</span>
</div></div></div>
<div style="margin: 8px 0; padding: 0 12px;"><p style="padding: 0; margin: 8px;">public, private etc. keywords are usually left-aligned in KDE code.</p></div></div></div></div></div><br /><div><strong>REPOSITORY</strong><div><div>R223 Okular</div></div></div><br /><div><strong>REVISION DETAIL</strong><div><a href="https://phabricator.kde.org/D11074">https://phabricator.kde.org/D11074</a></div></div><br /><div><strong>To: </strong>sbragin<br /><strong>Cc: </strong>ltoscano, rjvbb, Okular, michaelweghorn, ngraham, aacid<br /></div>