- 31 Oct, 2016 1 commit
-
-
Burkhard Lück authored
-
- 12 Oct, 2016 1 commit
-
-
Burkhard Lück authored
with the DocPath entry this ioslave listed in khelcenter but we have no docbook, so remove it from khc for now CCBUG:370573
-
- 27 Oct, 2014 1 commit
-
-
Alex Richardson authored
This is what the core ioslaves such as file or http do. Also dropped the kio_ prefix to the library name since it isn't needed now that we install them into a kio directory REVIEW: 119081
-
- 09 Apr, 2014 1 commit
-
-
Aleix Pol Gonzalez authored
This will become kio-extras
-
- 26 Mar, 2014 1 commit
-
-
Aleix Pol Gonzalez authored
Following the organization suggested by http://community.kde.org/Frameworks/Epics/New_Runtime_Organization
-
- 11 Mar, 2012 1 commit
-
-
Xuetian Weng authored
REVIEW: 103849
-
- 08 Mar, 2009 1 commit
-
-
Michael Pyne authored
svn path=/trunk/KDE/kdebase/runtime/; revision=937071
-
- 10 Apr, 2008 1 commit
-
-
Fredrik Höglund authored
The ioslave also parses the .desktop files and sets the display name in the file items to the value of the Name field in the .desktop file. svn path=/trunk/KDE/kdebase/runtime/; revision=795537
-
- 25 Dec, 2007 1 commit
-
-
Jakob Petsovits authored
svn path=/trunk/KDE/kdebase/runtime/; revision=752589
-
- 29 Jun, 2005 1 commit
-
-
Kevin Ottens authored
that I come back to my initial plan. system:/ is able to forward as expected so no need for this trick to describe a hierarchy between ioslaves. svn path=/trunk/KDE/kdebase/kioslave/; revision=430030
-
- 06 Jun, 2005 1 commit
-
-
Kevin Ottens authored
they are accessible through it (using redirection). svn path=/trunk/KDE/kdebase/kioslave/; revision=422893
-
- 13 Feb, 2005 1 commit
-
-
Jonathan Esk-Riddell authored
svn path=/trunk/kdebase/kioslave/; revision=388976
-
- 07 Feb, 2005 1 commit
-
-
Kevin Ottens authored
as in a classical folder... but we don't want to move or copy the linked folder, only the link itself. It's now fixed. Thanks to dfaure for helping me with this one. BUG: svn path=/trunk/kdebase/kioslave/; revision=387027
-
- 17 Dec, 2004 1 commit
-
-
Kevin Ottens authored
Mainly this commit apply the following changes: 1) Network folders are now really folders from the user point of view. No more desktop file launching, which means that you can access you network folders from kfiledialog (was one of the original goals). 2) More restrictions so that only network folders go into remote:/ svn path=/trunk/kdebase/kioslave/; revision=371249
-
- 29 Nov, 2004 1 commit
-
-
Kevin Ottens authored
as a place to save link to remote locations. svn path=/trunk/kdebase/kioslave/; revision=367276
-
- 04 Nov, 2004 1 commit
-
-
Kevin Ottens authored
svn path=/trunk/kdebase/kioslave/; revision=360515
-
- 07 Oct, 2004 1 commit
-
-
Kevin Ottens authored
fixed. I'll enable it later. svn path=/trunk/kdebase/kioslave/; revision=352610
-
- 01 Oct, 2004 1 commit
-
-
Kevin Ottens authored
problems are linked to kio bugs or limitations, I'm investigating... Introduced the new ForwardingSlaveBase, this way it's easier to write ioslaves that use other ioslaves to do parts of the jobs. For example in media:/ we frequently forward media:/hdaX/foo to file:/mount_point/foo. svn path=/trunk/kdebase/kioslave/; revision=350995
-
- 28 Sep, 2004 1 commit
-
-
Kevin Ottens authored
It's now more generic and will support more media types. We're now freed from the mount/umount paradigm. It'll support media for which no mounting is needed thanks to "base urls". Moreover I expect this one to be less confusing for users since there's no redirection when you acces a media. It use kio chaining to "embed" other protocols (audiocd:/, camera:/, etc.). It still needs more work on the ioslave frontend since only browsing is currently allowed. The kded module is really more flexible than the old one. Only one backend is currently implemented (fstab and mtab monitoring backend) but it should be easier to add support for kvm or kdeautorun now. svn path=/trunk/kdebase/kioslave/; revision=349980
-