Skip to content
GitLab
Projects Groups Topics Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • KDE Connect KDE Connect
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributor statistics
    • Graph
    • Compare revisions
  • Bugzilla
    • Bugzilla
  • Merge requests 23
    • Merge requests 23
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Releases
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Jobs
  • Commits
Collapse sidebar
  • NetworkNetwork
  • KDE ConnectKDE Connect
  • Merge requests
  • !502

Select sendFileRadioButton when dropping a file:// scheme url

  • Review changes

  • Download
  • Email patches
  • Plain diff
Open Gary Wang requested to merge garywang/kdeconnect-kde:file-scheme into master Oct 22, 2022
  • Overview 21
  • Commits 1
  • Pipelines 5
  • Changes 1

When using kdeconnect-indicator, user might want to drag a file from the file manager and drop it to the URL handler dialog (to send the file to other device). The URL might be a file:// schemed URL that will cause it automatically switch to "Send URL" option rather than stay in "Send File" option.

This patch will check if the URL is a file schemed URL and ensure "Send File" will be selected if that's the case.


btw, I have a question related to this patch. While this patch will work under non-Plasma Linux DEs, It seems the KUrlRequester widget cannot accept file drop on Windows (either this patch is applied or not), is that the intended behavior?

Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: file-scheme