Review Request 127932: [OS X] open documents from Finder (= through LaunchServices) and preserve app icon

René J.V. Bertin rjvbertin at gmail.com
Thu Jun 2 11:26:35 UTC 2016


-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://git.reviewboard.kde.org/r/127932/
-----------------------------------------------------------

(Updated June 2, 2016, 1:26 p.m.)


Status
------

This change has been marked as submitted.


Review request for Gwenview and KDE Software on Mac OS X.


Changes
-------

Submitted with commit fe4563d9fd922bea3890e7ad5f470f2363a8b43d by René J.V. Bertin to branch master.


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/main.cpp f9c87c3 
  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/gwenview-devel/attachments/20160602/4f609767/attachment.html>


More information about the Gwenview-devel mailing list