| Age | Commit message (Expand) | Author |
| 2008-06-02 | Fix dolphinpart context menu so that the delete/rename/send to trash options ... | George Goldberg |
| 2008-05-28 | Handle redirections (e.g. from fish://localhost) without breaking the column ... | David Faure |
| 2008-05-07 | allow Konqueror to open also files inside a new tab, not only directories | Peter Penz |
| 2008-05-05 | Re-enable name filtering (e.g. /home/dfaure/*.txt) in konqueror | David Faure |
| 2008-05-04 | Ooops, fix name of componentdata so that the dolphinpart GUI is found again. | David Faure |
| 2008-04-27 | don't allow to trash files which are inside trash:/ already | David Faure |
| 2008-04-23 | provide middle-mouse-button support for Konqueror (= create new window or tab) | Peter Penz |
| 2008-04-17 | Ported dolphinpart to K_PLUGIN_FACTORY | David Faure |
| 2008-04-10 | Load plugins at the end of the ctor, so that everything is set up already. Wi... | David Faure |
| 2008-04-09 | Readd as in libkonq "part" this signal ""aboutToOpenURL"" | Laurent Montel |
| 2008-04-01 | assure that the Dolphin KPart inside Konqueror gets updated when the settings... | Peter Penz |
| 2008-03-05 | Fix a crash when right clicking on the viewport and no items selected. | Rafael Fernández López |
| 2008-03-05 | Make Konqueror and Dolphin use the new KFileItem::targetUrl() method. | Norbert Frese |
| 2008-03-04 | Bugfix for konqueror for in dolphin: open in new tab/window opens one of the ... | Eduardo Robles Elvira |
| 2008-02-18 | No longer use Obsolete Member for QWidget: | Bill Egert |
| 2008-02-13 | Provide the "sort by" actions in dolphinpart (konqueror); share and simplify ... | David Faure |
| 2008-02-13 | Provide the dolphinpart view modes (Icons, Details, Columns) in konqueror's V... | David Faure |
| 2008-02-11 | Factorize all the view-related action handling to DolphinViewActionHandler, t... | David Faure |
| 2008-01-28 | Centralize three more actions so that they are available in DolphinPart: 'Sho... | David Faure |
| 2008-01-22 | And finally: provide those "additional info" actions in the part too. | David Faure |
| 2008-01-21 | Make sort/descending available in dolphinpart | David Faure |
| 2008-01-21 | Revert the moving of the action to the DolphinView instance, this doesn't wor... | David Faure |
| 2008-01-21 | merge -c764347 by Peter, needed for dolphinpart bugfixing | David Faure |
| 2008-01-15 | make sure that other apps using this part find Dolphin's view-file-columns icons | André Wöbbeking |
| 2008-01-04 | Make it possible to run applications from the applications:/ kioslave again. | David Faure |
| 2007-12-25 | Icon naming spec compliance (code changes - KDE/): | Jakob Petsovits |
| 2007-12-24 | Move (broken) action "Edit/Properties" to dolphinpart and made it work there. | David Faure |
| 2007-12-24 | Move (broken) editMimeType action from konqueror to dolphinpart (and made it ... | David Faure |
| 2007-12-24 | Move a bunch of Go menu actions from konqueror to dolphinpart, so that they d... | David Faure |
| 2007-12-20 | If we should open the URL right away, then let's do it right away. | David Faure |
| 2007-12-20 | Fix the problem with the column views. | Rafael Fernández López |
| 2007-12-14 | Moving code around in dolphin fixes DnD support in konqueror :) | David Faure |
| 2007-11-28 | When listing already visited dir, completed() would be emitted from within se... | Jakub Stachowski |
| 2007-11-23 | and now the correct fix by master dfaure | Albert Astals Cid |
| 2007-11-23 | Ahhh, fixing the bugs you report, that rocks ;-) | Albert Astals Cid |
| 2007-11-23 | Move F10 (create directory) shortcut from konq to dolphinpart. | David Faure |
| 2007-11-17 | Moved popupmenu logic for trash+del to dolphinpart | David Faure |
| 2007-11-17 | Fix "delete" and "move to trash" actions in dolphinpart; moved all logic for ... | David Faure |
| 2007-11-15 | Implement cut/copy/paste in dolphinpart. | David Faure |
| 2007-11-15 | fix crash when pressing F2 on startup | David Faure |
| 2007-11-15 | Implement renaming in dolphinpart. | David Faure |
| 2007-11-11 | Fix the other bug reported by BCoppens: the tab title was the full path, unti... | David Faure |
| 2007-10-23 | Fixed issue that within Konqueror changing the active column from the column-... | Peter Penz |
| 2007-10-10 | DolphinPart: provide a way to switch between view modes in konqueror. | David Faure |
| 2007-10-02 | replace QList<KFileItem> by KFileItemList, as KFileItemList is not QList<KFil... | Peter Penz |
| 2007-10-01 | Ported KonqPopupMenu away from xmlgui to make things debuggable (we had code ... | David Faure |
| 2007-10-01 | Making KFileItemList value based. | Tobias Koenig |
| 2007-09-24 | Pass ref instead of pointer in mouseOverInfo signal | David Faure |
| 2007-09-19 | Fix crash in dolphinpart when doing RMB on viewport. | David Faure |
| 2007-09-17 | Create the new architecture for KCategorizedView. Now DolphinModel is created... | Rafael Fernández López |