┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2007-04-02Further cleanup to prepare the move.Kevin Ottens
svn path=/trunk/KDE/kdebase/apps/; revision=649519
2007-04-02Rename all the URL navigator related classes to prepare their migration Kevin Ottens
in kdelibs. svn path=/trunk/KDE/kdebase/apps/; revision=649514
2007-04-02Make use of KFilePlaces instead of the bookmark system in the URL Kevin Ottens
navigator. Yay! svn path=/trunk/KDE/kdebase/apps/; revision=649452
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-02fixesDavid Faure
svn path=/trunk/KDE/kdebase/apps/; revision=649220
2007-04-02Can't export them yet.David Faure
svn path=/trunk/KDE/kdebase/apps/; revision=649217
2007-04-02Introduce KFilePlacesView which is a list view adding the navigation Kevin Ottens
logic. Suitable to interface it in Dolphin or the KFileDialog. svn path=/trunk/KDE/kdebase/apps/; revision=649204
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-02don't force a confirmation for deleting in Dolphin if the user has turned it ↵Peter Penz
off globally for KDE svn path=/trunk/KDE/kdebase/apps/; revision=649112
2007-04-02don't use KUrl::upUrl() (thanks to David for the hint!)Peter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=649108
2007-04-02Use KonqOperations::del() as David suggested. In opposite to the old ↵Peter Penz
approach it's possible now to turn off the confirmation dialog -> provide a way to turn it on again like in Konqi. svn path=/trunk/KDE/kdebase/apps/; revision=649105
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
2007-04-01activate basic drag & drop for the column view (although it's quite buggy at ↵Peter Penz
the moment) svn path=/trunk/KDE/kdebase/apps/; revision=648963
2007-04-01use default 'do you really want to delete...' dialog from libkonqPeter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=648962
2007-04-01don't just ask for confirmation for deleting, also delete the item :-)Peter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=648960
2007-04-01implement renaming, moving to trash and deleting for the treeview panelPeter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=648956
2007-04-01changed EOL from windows to unixPeter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=648942
2007-04-01reload view when the settings are appliedPeter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=648929
2007-04-01integrate column view into settingsPeter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=648926
2007-03-30take care when reloading KDirLister if a column view is shownPeter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=648001
2007-03-30don't connect to non-existent signalPeter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=647991
2007-03-30fixed "duplicate items issue" for the column view (don't invoke ↵Peter Penz
KDirLister::openUrl() twice for directories that have been loaded already) svn path=/trunk/KDE/kdebase/apps/; revision=647979
2007-03-27Minimize the duplicate items problem when using a proxy model and letting ↵Peter Penz
KDirLister keep its old directories. svn path=/trunk/KDE/kdebase/apps/; revision=647294
2007-03-27Hide the HistoryElem class from the public API of UrlNavigatorDavid Faure
svn path=/trunk/KDE/kdebase/apps/; revision=647276
2007-03-27use sort proxy modelPeter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=647265
2007-03-27Fix issue that the sort proxy model does not work for QTreeView and ↵Peter Penz
QColumnView (duplicate entries occured). The fix is not perfect yet, but at least it allows to use the proxy model for the treeview sidebar and the column view. svn path=/trunk/KDE/kdebase/apps/; revision=647264
2007-03-27More use of KIconDavid Faure
svn path=/trunk/KDE/kdebase/apps/; revision=647247
2007-03-27Added setters in urlnavigator to remove dependency on dolphinsettings.David Faure
Removed old unused kfileiconview.h header, fixed some unrelated missing includes due to that one being removed. svn path=/trunk/KDE/kdebase/apps/; revision=647244
2007-03-27quick ;)David Faure
svn path=/trunk/KDE/kdebase/apps/; revision=647239
2007-03-27use the Qt standard way to prevent a cloning of the objectPeter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=647238
2007-03-27Initial version for a column view support (thanks a lot to Benjamin Meyer ↵Peter Penz
for QColumnView in Qt4.3!). Currently there is a problem when using the DolphinSortFilterProxyModel: some items get duplicated, but I doubt it's an issue in QColumnView (the same issue occurs when using QTreeView) -> further investigations necessary... svn path=/trunk/KDE/kdebase/apps/; revision=647234
2007-03-27One more step towards kdelibs: d-pointer-ify, including moving all members, ↵David Faure
all private methods, and all private slots, to the private class. svn path=/trunk/KDE/kdebase/apps/; revision=647233
2007-03-26Ported to KBookmarkManager::closestBookmark - which even solves another TODO ↵David Faure
about code duplication. Improved urlnavigator API to avoid exposing the full QList (api independent from implementation now). svn path=/trunk/KDE/kdebase/apps/; revision=646954
2007-03-26cleanupsDavid Faure
svn path=/trunk/KDE/kdebase/apps/; revision=646900
2007-03-26A small step in trying to make urlnavigator useable in kdelibs for the file ↵David Faure
dialog: remove dependency on DolphinSettings::bookmarkManager(). svn path=/trunk/KDE/kdebase/apps/; revision=646880
2007-03-26Using a QLinkedList mostly for "accessing element at index i" is not the ↵David Faure
best solution performance-wise... use a QList instead. svn path=/trunk/KDE/kdebase/apps/; revision=646813
2007-03-26there is only one lib, no need to have two macrosDavid Faure
CCMAIL: Christian Ehrlicher <[email protected]> svn path=/trunk/KDE/kdebase/apps/; revision=646692
2007-03-26Avoid to use QUrl::toString, as per Davids suggestion.Luca Gugelmann
svn path=/trunk/KDE/kdebase/apps/; revision=646643
2007-03-26KDEDesktopMimeType -> KDesktopFileActionsDavid Faure
svn path=/trunk/KDE/kdebase/libkonq/; revision=646598
2007-03-26SVN_SILENT made messages (.desktop file)Script Kiddy
svn path=/trunk/KDE/kdebase/apps/; revision=646545
2007-03-25fix exportChristian Ehrlicher
svn path=/trunk/KDE/kdebase/apps/; revision=646436
2007-03-25* Fixed a bug that caused dolphin to crash when clicking on the "Root" buttonLuca Gugelmann
in the url navigation bar. * As a side effect this also prevents a small graphics glitch, where the path labels in the navigation bar would shift a few pixels to the left when clicked twice. svn path=/trunk/KDE/kdebase/apps/; revision=646362
2007-03-25fixed wrong state of the paste actionPeter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=646260
2007-03-25Patch by Luca Gugelmann: get rid of any mainwindow dependency from the sidebars.Peter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=646256
2007-03-24when renaming only one item, suggest the original item name instead of "New ↵Peter Penz
Name" svn path=/trunk/KDE/kdebase/apps/; revision=646100
2007-03-24improve error handling by queueing old messagesPeter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=646091
2007-03-23SVN_SILENT made messages (.desktop file)Script Kiddy
svn path=/trunk/KDE/kdebase/konqueror/; revision=645846
2007-03-23Q3PopupMenu--Laurent Montel
svn path=/trunk/KDE/kdebase/apps/; revision=645781