┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2007-04-02don't use KUrl::upUrl() (thanks to David for the hint!)Peter Penz
2007-04-02Use KonqOperations::del() as David suggested. In opposite to the old approach...Peter Penz
2007-04-01Add the KFilePlacesModel class. It allows to list user's "places" (a mix Kevin Ottens
2007-04-01activate basic drag & drop for the column view (although it's quite buggy at ...Peter Penz
2007-04-01use default 'do you really want to delete...' dialog from libkonqPeter Penz
2007-04-01don't just ask for confirmation for deleting, also delete the item :-)Peter Penz
2007-04-01implement renaming, moving to trash and deleting for the treeview panelPeter Penz
2007-04-01changed EOL from windows to unixPeter Penz
2007-04-01reload view when the settings are appliedPeter Penz
2007-04-01integrate column view into settingsPeter Penz
2007-03-30take care when reloading KDirLister if a column view is shownPeter Penz
2007-03-30don't connect to non-existent signalPeter Penz
2007-03-30fixed "duplicate items issue" for the column view (don't invoke KDirLister::o...Peter Penz
2007-03-27Minimize the duplicate items problem when using a proxy model and letting KDi...Peter Penz
2007-03-27Hide the HistoryElem class from the public API of UrlNavigatorDavid Faure
2007-03-27use sort proxy modelPeter Penz
2007-03-27Fix issue that the sort proxy model does not work for QTreeView and QColumnVi...Peter Penz
2007-03-27More use of KIconDavid Faure
2007-03-27Added setters in urlnavigator to remove dependency on dolphinsettings.David Faure
2007-03-27quick ;)David Faure
2007-03-27use the Qt standard way to prevent a cloning of the objectPeter Penz
2007-03-27Initial version for a column view support (thanks a lot to Benjamin Meyer for...Peter Penz
2007-03-27One more step towards kdelibs: d-pointer-ify, including moving all members, a...David Faure
2007-03-26Ported to KBookmarkManager::closestBookmark - which even solves another TODO ...David Faure
2007-03-26cleanupsDavid Faure
2007-03-26A small step in trying to make urlnavigator useable in kdelibs for the file d...David Faure
2007-03-26Using a QLinkedList mostly for "accessing element at index i" is not the best...David Faure
2007-03-26there is only one lib, no need to have two macrosDavid Faure
2007-03-26Avoid to use QUrl::toString, as per Davids suggestion.Luca Gugelmann
2007-03-26KDEDesktopMimeType -> KDesktopFileActionsDavid Faure
2007-03-26SVN_SILENT made messages (.desktop file)Script Kiddy
2007-03-25fix exportChristian Ehrlicher
2007-03-25* Fixed a bug that caused dolphin to crash when clicking on the "Root" buttonLuca Gugelmann
2007-03-25fixed wrong state of the paste actionPeter Penz
2007-03-25Patch by Luca Gugelmann: get rid of any mainwindow dependency from the sidebars.Peter Penz
2007-03-24when renaming only one item, suggest the original item name instead of "New N...Peter Penz
2007-03-24improve error handling by queueing old messagesPeter Penz
2007-03-23SVN_SILENT made messages (.desktop file)Script Kiddy
2007-03-23Q3PopupMenu--Laurent Montel
2007-03-23Create shared lib as discussed with David and PeterLaurent Montel
2007-03-23Not necessary to create private class if we don't use itLaurent Montel
2007-03-23Not necessary hereLaurent Montel
2007-03-22Prevent dolphin from crashing when selecting several files and theLuca Gugelmann
2007-03-22That's one parenthesis too muchLuca Gugelmann
2007-03-22less Qt 3 compant classesDaniel Molkentin
2007-03-22improve the handling when applying item effects to cut itemsPeter Penz
2007-03-22KUniqueApplication::newInstance() already takes care about DBus (thanks to Da...Peter Penz
2007-03-22less KDE 3 dependenciesDaniel Molkentin
2007-03-22Use KUniqueApplication::newInstance() as David suggested some time ago. This ...Peter Penz
2007-03-22use correct iconsPeter Penz