| Summary: | wish step would open up after click on a file saved with step before | ||
|---|---|---|---|
| Product: | [Applications] step | Reporter: | Christian Herzberg <mailchrisch> |
| Component: | general | Assignee: | Vladimir Kuznetsov <ks.vladimir> |
| Status: | RESOLVED FIXED | ||
| Severity: | wishlist | ||
| Priority: | NOR | ||
| Version First Reported In: | 0.1.0 | ||
| Target Milestone: | --- | ||
| Platform: | Debian unstable | ||
| OS: | Linux | ||
| Latest Commit: | https://commits.kde.org/step/c55a449ce23bc5ebecaea5fe8eaa930502920d44 | Version Fixed/Implemented In: | |
| Sentry Crash Report: | |||
|
Description
Christian Herzberg
2012-03-19 00:09:12 UTC
Git commit d6354ecfdc087388ce710416907b601c7ba2869c by Yuri Chornoivan.
Committed on 02/08/2019 at 05:58.
Pushed by yurchor into branch 'master'.
Add MIME type for Step files
Summary:
Currently, Step files are just generic XML files for Plasma. This patch adds a MIME type for them and let Step to be a handler for .step files.
Test Plan:
1. Install Step.
2. Open Dolphin in the Step examples folder (/usr/share/step/examples/). All .step files should be shown with their icons.
3. Double click on any file. Step should be opened with the clicked example.
Dolphin with .step files:
{F7133861}
Reviewers: #kde_edu, aacid
Reviewed By: aacid
Subscribers: kde-edu
Tags: #kde_edu
Differential Revision: https://phabricator.kde.org/D22873
M +4 -0 CMakeLists.txt
A +22 -0 XmlMessages.sh
A +11 -0 org.kde.step.xml
M +1 -0 step/org.kde.step.desktop
https://commits.kde.org/step/d6354ecfdc087388ce710416907b601c7ba2869c
Git commit c55a449ce23bc5ebecaea5fe8eaa930502920d44 by Yuri Chornoivan.
Committed on 17/08/2019 at 12:35.
Pushed by yurchor into branch 'Applications/19.08'.
Add MIME type for Step files
Summary:
Currently, Step files are just generic XML files for Plasma. This patch adds a MIME type for them and let Step to be a handler for .step files.
Test Plan:
1. Install Step.
2. Open Dolphin in the Step examples folder (/usr/share/step/examples/). All .step files should be shown with their icons.
3. Double click on any file. Step should be opened with the clicked example.
Dolphin with .step files:
{F7133861}
Reviewers: #kde_edu, aacid
Reviewed By: aacid
Subscribers: kde-edu
Tags: #kde_edu
Differential Revision: https://phabricator.kde.org/D22873
M +4 -0 CMakeLists.txt
A +22 -0 XmlMessages.sh
A +11 -0 org.kde.step.xml
M +1 -0 step/org.kde.step.desktop
https://commits.kde.org/step/c55a449ce23bc5ebecaea5fe8eaa930502920d44
|