D6529: KDevelop::MainWindow: use setWindowFilePath()
"René J.V. Bertin"
noreply at phabricator.kde.org
Thu Jul 6 15:57:28 UTC 2017
rjvbb created this revision.
rjvbb added a project: KDevelop.
Restricted Application added a subscriber: kdevelop-devel.
REVISION SUMMARY
Most native Mac applications show the registered icon in the titlebar when a known document type is opened, and provide a path dropdown menu under that icon. Selecting one of the path components in that menu opens the corresponding folder in the Finder.
Qt exposes this feature via `QWidget::setWindowFilePath()`; this change calls the method in `MainWindow::updateCaption()`.
TEST PLAN
works as expected on Mac; has no effect on other platforms (verified on Linux).
REPOSITORY
R33 KDevPlatform
REVISION DETAIL
https://phabricator.kde.org/D6529
AFFECTED FILES
shell/mainwindow.cpp
To: rjvbb, #kdevelop
Cc: kdevelop-devel, kde-mac, geetamc, Pilzschaf, akshaydeo, surgenight, arrowdodger
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.kde.org/pipermail/kde-mac/attachments/20170706/6b88f0cb/attachment.html>
More information about the kde-mac
mailing list