| Age | Commit message (Expand) | Author |
| 2007-03-27 | use the Qt standard way to prevent a cloning of the object | Peter Penz |
| 2007-03-27 | Initial version for a column view support (thanks a lot to Benjamin Meyer for... | Peter Penz |
| 2007-03-27 | One more step towards kdelibs: d-pointer-ify, including moving all members, a... | David Faure |
| 2007-03-26 | Ported to KBookmarkManager::closestBookmark - which even solves another TODO ... | David Faure |
| 2007-03-26 | cleanups | David Faure |
| 2007-03-26 | A small step in trying to make urlnavigator useable in kdelibs for the file d... | David Faure |
| 2007-03-26 | Using a QLinkedList mostly for "accessing element at index i" is not the best... | David Faure |
| 2007-03-26 | there is only one lib, no need to have two macros | David Faure |
| 2007-03-26 | Avoid to use QUrl::toString, as per Davids suggestion. | Luca Gugelmann |
| 2007-03-26 | KDEDesktopMimeType -> KDesktopFileActions | David Faure |
| 2007-03-26 | SVN_SILENT made messages (.desktop file) | Script Kiddy |
| 2007-03-25 | fix export | Christian Ehrlicher |
| 2007-03-25 | * Fixed a bug that caused dolphin to crash when clicking on the "Root" button | Luca Gugelmann |
| 2007-03-25 | fixed wrong state of the paste action | Peter Penz |
| 2007-03-25 | Patch by Luca Gugelmann: get rid of any mainwindow dependency from the sidebars. | Peter Penz |
| 2007-03-24 | when renaming only one item, suggest the original item name instead of "New N... | Peter Penz |
| 2007-03-24 | improve error handling by queueing old messages | Peter Penz |
| 2007-03-23 | SVN_SILENT made messages (.desktop file) | Script Kiddy |
| 2007-03-23 | Q3PopupMenu-- | Laurent Montel |
| 2007-03-23 | Create shared lib as discussed with David and Peter | Laurent Montel |
| 2007-03-23 | Not necessary to create private class if we don't use it | Laurent Montel |
| 2007-03-23 | Not necessary here | Laurent Montel |
| 2007-03-22 | Prevent dolphin from crashing when selecting several files and the | Luca Gugelmann |
| 2007-03-22 | That's one parenthesis too much | Luca Gugelmann |
| 2007-03-22 | less Qt 3 compant classes | Daniel Molkentin |
| 2007-03-22 | improve the handling when applying item effects to cut items | Peter Penz |
| 2007-03-22 | KUniqueApplication::newInstance() already takes care about DBus (thanks to Da... | Peter Penz |
| 2007-03-22 | less KDE 3 dependencies | Daniel Molkentin |
| 2007-03-22 | Use KUniqueApplication::newInstance() as David suggested some time ago. This ... | Peter Penz |
| 2007-03-22 | use correct icons | Peter Penz |
| 2007-03-20 | Converted to the standard mimetype names | David Faure |
| 2007-03-20 | Fixed crash on startup, when the treeview has been activated. Thanks to David... | Peter Penz |
| 2007-03-20 | after checking the kdirmodel implementation for setData() and data() this sho... | Peter Penz |
| 2007-03-20 | "fixed" crash when Nepomuk is not used (the crash occurs when going into a di... | Peter Penz |
| 2007-03-20 | Mimetypes renamed to the xdg names using qt4/fix-mimetypes.pl | David Faure |
| 2007-03-20 | Left a stupid debugging line which caused a utf8 problem. | Sebastian Trueg |
| 2007-03-20 | ok, now it compiles without kmetadata. | Sebastian Trueg |
| 2007-03-20 | compile without kmetadata | Sebastian Trueg |
| 2007-03-20 | make this include optional | Dirk Mueller |
| 2007-03-20 | Improved KMetaData integration. The Dolphin info sidebar now uses KMetaData t... | Sebastian Trueg |
| 2007-03-19 | Step 1 of 2 to fix the issue that reloading of a directory resets the content... | Peter Penz |
| 2007-03-19 | don't invoke a non existent slot | Peter Penz |
| 2007-03-18 | last commit for this day: I think I was quite tired when I wrote the code... | Peter Penz |
| 2007-03-18 | assigning the rename-action might make sense ;-) | Peter Penz |
| 2007-03-17 | implemented cut, copy & paste for sidebar context | Peter Penz |
| 2007-03-17 | respect context for 'Move To Trash' and 'Delete' action | Peter Penz |
| 2007-03-17 | Allow to cut, copy, paste, ... the currently selected item from a sidebar by ... | Peter Penz |
| 2007-03-17 | fixed typo | Peter Penz |
| 2007-03-16 | Let's keep it simple: only offer a basic context menu for the treeview sidebar. | Peter Penz |
| 2007-03-15 | Don't force the context menu to be valid only for DolphinView instances, make... | Peter Penz |