| Age | Commit message (Expand) | Author |
| 2009-01-29 | The mouse wheel now works on Dolphin's tabs (to switch tabs), like just about... | Shaun Reich |
| 2009-01-19 | Use a custom SearchWidget instead directly using a KLineEdit. Currently the D... | Peter Penz |
| 2009-01-19 | Provide a search box for the nepomuksearch:/ KIO slave. This is just an initi... | Peter Penz |
| 2009-01-17 | Relayout of the settings dialog, so that all Dolphin KPart relevant settings ... | Peter Penz |
| 2009-01-16 | provide icons for "Places", "Folders", "Information" and "Terminal" actions, ... | Peter Penz |
| 2009-01-14 | Cleanup panel related class names: The terms "sidebar"/"sidebarpage" are reli... | Peter Penz |
| 2009-01-14 | Group classes into folders, Dolphin is too big in the meantime for having a f... | Peter Penz |
| 2009-01-13 | prevent that the user can open more than one instance of the settings dialog | Peter Penz |
| 2009-01-11 | add action "Close Tab" to the file menu, so that users get the chance to disc... | Peter Penz |
| 2009-01-10 | raise() and activateWindow() are not needed in this case | Peter Penz |
| 2009-01-09 | there is no reason that the settings dialog is modal... | Peter Penz |
| 2008-12-12 | if "split view" is used as startup setting, also open new tabs in the split v... | Peter Penz |
| 2008-12-12 | SVN_SILENT: removed trailing spaces | Peter Penz |
| 2008-12-02 | open the tab in the background when "Open in new tab" is selected with the co... | Peter Penz |
| 2008-12-01 | * assure that the keyboard focus is in the view when switching between tabs | Peter Penz |
| 2008-11-19 | Disable the "quick view" feature: I like the Previewer plasmoid, but I think ... | Peter Penz |
| 2008-11-14 | provide a 'Create New' entry for a context menu above a directory | Peter Penz |
| 2008-11-13 | * show an error message instead of an information message when an invalid dra... | Peter Penz |
| 2008-11-08 | * implement the DragAndDropHelper as singleton derived from QObject, so that ... | Peter Penz |
| 2008-10-25 | If the context menu is opened above a directory, add the actions "Open in New... | Peter Penz |
| 2008-10-25 | * renamed "[x] Show Full Location" to "[x] Editable Location" | Peter Penz |
| 2008-10-25 | SVN_SILENT: minor coding style fixes | Peter Penz |
| 2008-10-25 | You can now switch the tabs in dolphin via keyboard shortcuts like in konqueror | Mathias Soeken |
| 2008-10-24 | * Move code from DolphinDropController to DragAndDropHelper. | Peter Penz |
| 2008-10-15 | Assure that the docks get informed about an URL change before the GUI is setu... | Peter Penz |
| 2008-10-07 | improvement to previous commit: check whether the URL can be listed by asking... | Peter Penz |
| 2008-10-07 | If an URL cannot be listed, just let the view and the panels show the last li... | Peter Penz |
| 2008-10-07 | when changing the settings it is necessary to refresh all tabs, not only the ... | Peter Penz |
| 2008-10-06 | allow to configure whether the zoom slider and/or the space information shoul... | Peter Penz |
| 2008-10-01 | * adjusted Dolphin to use KonqOperations::doDrop() instead of using a custom ... | Peter Penz |
| 2008-09-29 | Fix connect. | David Faure |
| 2008-09-28 | Use KonqOperations::doDrop() instead of a custom dropping code. Still some mi... | Peter Penz |
| 2008-09-23 | Fixed issue that the "Show Menu Bar" state is not updated correctly (workarou... | Peter Penz |
| 2008-09-04 | don't use SPACE as shortcut for Quick View, as this conflicts with the Termin... | Peter Penz |
| 2008-08-26 | Booo... false alarm. After going to the XMLGUI code this is perfect. I also w... | Rafael Fernández López |
| 2008-08-26 | Do not create with Save flag. OMG, this is a very bad problem of XMLGUI... if... | Rafael Fernández López |
| 2008-08-14 | Fix for show_filter_bar action of tools-menu, which is not correctly set (whe... | Sascha Peilicke |
| 2008-08-12 | Activate the tab when an item is dragged above an inactive tab. Thanks to Dmi... | Peter Penz |
| 2008-08-12 | Assure that the "Close Tab" action gets disabled when only one tab is open. | Peter Penz |
| 2008-07-31 | We want to change the tab, not just the view. | Alex Merry |
| 2008-07-26 | forgot to remove unused variable in last commit | Peter Penz |
| 2008-07-26 | use DBus interface instead of KRun::runCommand() | Peter Penz |
| 2008-07-26 | Provide a "Quick View" in the Tools menu, which uses the Previewer plasmoid. | Peter Penz |
| 2008-07-22 | fixed issue that the close-action for the split view has been applied to the ... | Peter Penz |
| 2008-07-11 | Code factorization: move "properties" action and slot to DolphinViewActionHan... | David Faure |
| 2008-06-30 | Move the "Find File..." action from DolphinMainWindow to DolphinViewActionHan... | Peter Penz |
| 2008-06-29 | Don't disable the "Properties" action when no file is selected, just use the ... | Peter Penz |
| 2008-06-29 | provide Ctrl+T as alternative shortcut to Ctrl+Shift+N for "New Tab" like Kon... | Peter Penz |
| 2008-06-28 | Don't check for "kompare" each time 2 items are selected (thanks to Andreas S... | Peter Penz |
| 2008-06-10 | Move code for disabling the paste action into DolphinView::pasteInfo() -> Dol... | Peter Penz |