[KDE/Mac] Review Request 127932: [OS X] open documents from Finder (= through LaunchServices) and preserve app icon
Aurélien Gâteau
agateau at kde.org
Sun May 22 16:16:10 UTC 2016
-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://git.reviewboard.kde.org/r/127932/#review95704
-----------------------------------------------------------
Nice work overall, just two minor issues.
app/mainwindow.h (line 58)
<https://git.reviewboard.kde.org/r/127932/#comment64793>
You should keep this protected, no need to make it public.
app/mainwindow.cpp (line 808)
<https://git.reviewboard.kde.org/r/127932/#comment64794>
Removing the event filter in the destructor is not required, it's automatically done by QObject destructor.
- Aurélien Gâteau
On May 15, 2016, 7:29 p.m., René J.V. Bertin wrote:
>
> -----------------------------------------------------------
> This is an automatically generated e-mail. To reply, visit:
> https://git.reviewboard.kde.org/r/127932/
> -----------------------------------------------------------
>
> (Updated May 15, 2016, 7:29 p.m.)
>
>
> Review request for Gwenview and KDE Software on Mac OS X.
>
>
> Repository: gwenview
>
>
> Description
> -------
>
> This patch takes care of 2 things on OS X:
> - it prevents the application icon (installed via `ecm_add_app_icon`) to be replaced by an empty icon in main (`QApplication::setWindowIcon(QIcon::fromTheme(QStringLiteral("gwenview")))`)
> - it installs an extended `Info.plist` and an event filter that catches `QFileOpenEvent`s so that gwenview can open documents served through LaunchServices, e.g. when using the Finder's "Open With" function. This same code should also work under MS Windows.
>
>
> Diffs
> -----
>
> app/CMakeLists.txt dcf486f
> app/MacOSXBundleInfo.plist.in PRE-CREATION
> app/main.cpp 806fcab
> app/mainwindow.h 6d252f9
> app/mainwindow.cpp 7b30c4e
>
> Diff: https://git.reviewboard.kde.org/r/127932/diff/
>
>
> Testing
> -------
>
> With OS X 10.9.5, Qt 5.6.0 and K5FWs 5.20.0 . It currently doesn't attempt to queue incoming requests in some sort of temporal buffer so that it can open groups of documents.
>
>
> Thanks,
>
> René J.V. Bertin
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.kde.org/pipermail/kde-mac/attachments/20160522/63a09b23/attachment.html>
More information about the kde-mac
mailing list