┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
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
2007-03-23Create shared lib as discussed with David and PeterLaurent Montel
It will used to create kparts which will use theses class svn path=/trunk/KDE/kdebase/apps/; revision=645768
2007-03-23Not necessary to create private class if we don't use itLaurent Montel
svn path=/trunk/KDE/kdebase/apps/; revision=645737
2007-03-23Not necessary hereLaurent Montel
svn path=/trunk/KDE/kdebase/apps/; revision=645732
2007-03-22Prevent dolphin from crashing when selecting several files and theLuca Gugelmann
knep{daemon,coreservices} are not running. svn path=/trunk/KDE/kdebase/apps/; revision=645589
2007-03-22That's one parenthesis too muchLuca Gugelmann
svn path=/trunk/KDE/kdebase/apps/; revision=645552
2007-03-22less Qt 3 compant classesDaniel Molkentin
svn path=/trunk/KDE/kdebase/apps/; revision=645548
2007-03-22improve the handling when applying item effects to cut itemsPeter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=645516
2007-03-22KUniqueApplication::newInstance() already takes care about DBus (thanks to ↵Peter Penz
David for the hint). svn path=/trunk/KDE/kdebase/apps/; revision=645447
2007-03-22less KDE 3 dependenciesDaniel Molkentin
svn path=/trunk/KDE/kdebase/apps/; revision=645388
2007-03-22Use KUniqueApplication::newInstance() as David suggested some time ago. This ↵Peter Penz
simplifies the code and solves the issue that the window is not moved to the foreground when opening new main windows. svn path=/trunk/KDE/kdebase/apps/; revision=645276
2007-03-22use correct iconsPeter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=645273