┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/kfileplacesmodel.cpp
AgeCommit message (Collapse)Author
2007-04-02Places and url navigator are now provided by kfile. Port Dolphin to this Kevin Ottens
change. svn path=/trunk/KDE/kdebase/apps/; revision=649541
2007-04-02Add some conveniences.Kevin Ottens
svn path=/trunk/KDE/kdebase/apps/; revision=649451
2007-04-02Make it proper english. :-)Kevin Ottens
svn path=/trunk/KDE/kdebase/apps/; revision=649246
2007-04-02Fix more URL breakage.Kevin Ottens
svn path=/trunk/KDE/kdebase/apps/; revision=649203
2007-04-02Fixes the URL handling in this model. QVariant breaks KUrl in strange Kevin Ottens
ways, hence the nasty code. If anybody has a better idea feel free to point me to the right solution. svn path=/trunk/KDE/kdebase/apps/; revision=649200
2007-04-01Add the KFilePlacesModel class. It allows to list user's "places" (a mix Kevin Ottens
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