| Summary: | Cannot create-open file by full path | ||
|---|---|---|---|
| Product: | [Developer tools] kdevplatform | Reporter: | Alexander Potashev <aspotashev> |
| Component: | general | Assignee: | kdevelop-bugs-null |
| Status: | RESOLVED INTENTIONAL | ||
| Severity: | normal | CC: | nilesh.sah13 |
| Priority: | LO | Keywords: | junior-jobs, triaged |
| Version First Reported In: | git master | ||
| Target Milestone: | --- | ||
| Platform: | Compiled Sources | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
Alexander Potashev
2016-03-10 09:29:25 UTC
@Alexander: Want to give it a try and prepare a patch? @Alexander: In what other app do you see this behavior by the way? I'm urged to close this as a WONTFIX. Doesn't look like we can get QFileDialog to do what we want easily... We use QFileDialog::getOpenFileUrls which will only give us existing files. [1] https://github.com/KDE/kdevplatform/blob/d42d074299295308f22d36fe4ce456e26e4cd398/shell/documentcontroller.cpp#L149 Dear Bug Submitter, This bug has been in NEEDSINFO status with no change for at least 15 days. Please provide the requested information as soon as possible and set the bug status as REPORTED. Due to regular bug tracker maintenance, if the bug is still in NEEDSINFO status with no change in 30 days, the bug will be closed as RESOLVED > WORKSFORME due to lack of needed information. For more information about our bug triaging procedures please read the wiki located here: https://community.kde.org/Guidelines_and_HOWTOs/Bug_triaging If you have already provided the requested information, please set the bug status as REPORTED so that the KDE team knows that the bug is ready to be confirmed. Thank you for helping us make KDE software even better for everyone! OK, I understand there's no clean solution with Qt. Kate has the same problem. |