Summary: | Feature request: Dolphin/Konqueror drag-and-drop rsync ("Synchronise here") | ||
---|---|---|---|
Product: | [Frameworks and Libraries] frameworks-kio | Reporter: | Haro de Grauw <me> |
Component: | general | Assignee: | David Faure <faure> |
Status: | RESOLVED INTENTIONAL | ||
Severity: | wishlist | CC: | a.samirh78, katyaberezyaka, kdelibs-bugs, nate, vertago1 |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | openSUSE | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Haro de Grauw
2012-11-01 15:36:36 UTC
I would be willing to look into coding this, but I haven't worked on projects within kde before. Any tips to avoid typical pitfalls when embarking on a task like this? I am already familiar with C++ and have looked at code which uses Qt before. Allen, it's simplest to just start investigating the issue and trying a patch. If you get stuck, you can ask on the kde-devel mailing list, or on other KDE developer support channels. KIO implementing rsync is out of scope; KIO can copy/move files/dirs, a simple tool that's not with features, but implementing rsync algorithms would complicate the code too much, and there is already a perfectly good tool (rsync) that does one job, and does it really well. |