]> cloud.milkyroute.net Git - dolphin.git/commit
Add the KFilePlacesModel class. It allows to list user's "places" (a mix
authorKevin Ottens <ervin@kde.org>
Sun, 1 Apr 2007 22:28:03 +0000 (22:28 +0000)
committerKevin Ottens <ervin@kde.org>
Sun, 1 Apr 2007 22:28:03 +0000 (22:28 +0000)
commit056ac9a271f3a8fec02326ed0b478c3a71baaf0c
tree9bd64d384f42fbd3fe7f59845a92572864395e22
parent6b50b873ec8a9fb0fac84fc4d77f6cdf31a9df9a
Add the KFilePlacesModel class. It allows to list user's "places" (a mix
of bookmarks and volume devices). Still incomplete, for now it simply
list the places (drag and drop, and more interaction needs to be
implemented). It's supposed to move into kdelibs/kio soon.

svn path=/trunk/KDE/kdebase/apps/; revision=649038
src/CMakeLists.txt
src/dolphinmainwindow.cpp
src/kfileplacesitem.cpp [new file with mode: 0644]
src/kfileplacesitem_p.h [new file with mode: 0644]
src/kfileplacesmodel.cpp [new file with mode: 0644]
src/kfileplacesmodel.h [new file with mode: 0644]