Bug 156650 - remote files cannot be imported into a class diagram
Summary: remote files cannot be imported into a class diagram
Status: RESOLVED FIXED
Alias: None
Product: umbrello
Classification: Applications
Component: general (show other bugs)
Version: unspecified
Platform: Debian testing Linux
: NOR wishlist
Target Milestone: ---
Assignee: Umbrello Development Group
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-01-25 16:13 UTC by el bolo
Modified: 2016-09-12 08:30 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In: 2.0.0


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description el bolo 2008-01-25 16:13:17 UTC
Version:           1.5.8 (using KDE 3.5.8)
Installed from:    Debian testing/unstable Packages
OS:                Linux

I tried to import a remote file into a class diagram (using the fish:// protocol) but umbrello replied that only local files can be imported. I think it would be a nice feature to add the ability to import also remote files.
Comment 1 Ralf Habacker 2016-09-12 08:30:12 UTC
Starting with version 2 (KDE 4) umbrello is able to use kio based urls form example https://raw.githubusercontent.com/KDE/umbrello/master/test/test-BVW.xmi, which works on the fly. Accessing ssh based urls using fish://<user>@<host>/<file> works too. If the connections requires credentials, a related dialog will be opened for requesting credentials from the user.