| Age | Commit message (Expand) | Author |
| 2009-11-06 | * provide descriptive tooltip texts for actions | Peter Penz |
| 2009-10-28 | After some discussions at http://reviewboard.kde.org/r/1938 it turned out tha... | Peter Penz |
| 2009-10-21 | Typo | Markus Meik Slopianka |
| 2009-10-20 | Less technical language in status bar messages | Markus Meik Slopianka |
| 2009-10-17 | give the splitter more space than the (optional) search options | Peter Penz |
| 2009-10-17 | add A search options widget, which later on will include Adam Kidder's search... | Peter Penz |
| 2009-10-17 | * move classes for searching into an own folder (new classes will be added soon) | Peter Penz |
| 2009-10-11 | The text of the paste-action is modified dynamically by Dolphin (e. g. to "Pa... | Peter Penz |
| 2009-08-30 | Add view-filter icon as discussed on kde-devel with ppenz. | Will Stephenson |
| 2009-08-20 | Use KApplication::sessionSaving() to determine if Dolphin is closed by | Frank Reininghaus |
| 2009-08-13 | Do not warn the user about closing Dolphin windows with multiple tabs | Frank Reininghaus |
| 2009-08-01 | move statusbar code into the directory "statusbar" | Peter Penz |
| 2009-07-11 | Fixed performance issues related to selections and deleting of files: | Peter Penz |
| 2009-07-10 | - adding missing const | Peter Penz |
| 2009-07-09 | Fixed the annoying bug (for me) that dealt with having a very long folder nam... | Shaun Reich |
| 2009-05-26 | krazy qtclasses fixes | Peter Penz |
| 2009-05-26 | use correct icon name (issue reported by krazy) | Peter Penz |
| 2009-05-19 | krazy fixes | Peter Penz |
| 2009-05-17 | Update the directory of the Terminal Panel if the current URL is not a | Frank Reininghaus |
| 2009-05-05 | Don't show an empty window caption when browsing "/", "trash:", etc. | Frank Reininghaus |
| 2009-04-22 | Make it impossible to hide one of the views in a split view setup | Frank Reininghaus |
| 2009-04-15 | Make Qt 4.5's new "move tab" feature work in Dolphin. Up to now, tabs could b... | Frank Reininghaus |
| 2009-04-01 | KonqFileItemCapabilities -> KFileItemListProperties | David Faure |
| 2009-03-26 | Use KNewMenu::createDirectory() instead of KonqOperations::newDir() when F10 ... | Peter Penz |
| 2009-03-25 | BUG: 175658 | Rahman Duran |
| 2009-03-19 | Fixed issue that tabs are not remembered when restoring a session. Thanks a l... | Peter Penz |
| 2009-03-17 | SVN_SILENT: remove trailing spaces | Peter Penz |
| 2009-03-12 | Ask for confirmation when closing a Dolphin window with more than one tab. Th... | Frank Reininghaus |
| 2009-03-11 | No need to set the accelerator manually, it's done automatically anyways(or i... | Shaun Reich |
| 2009-03-11 | This patch isn't needed anymore thanks to dfaure's up-coming patch to kmenu, ... | Shaun Reich |
| 2009-03-11 | Changed i++ to ++i. I accidentally did the first when I first made the recent... | Shaun Reich |
| 2009-03-11 | The last commit made the menu be on the heap, this switches it back to stack.... | Shaun Reich |
| 2009-03-11 | Changed a tab's KMenu to have it's accelerators managed automatically. | Shaun Reich |
| 2009-03-10 | Provide an "Open Terminal" entry for the Tools menu (thanks to Rahman Duran f... | Peter Penz |
| 2009-03-10 | SVN_SILENT: comment update | Peter Penz |
| 2009-03-10 | A change in focus between the split view, would not update the icon on the ta... | Shaun Reich |
| 2009-03-10 | The tab icon now obeys the icon of the folder that it is currently browsing. ... | Shaun Reich |
| 2009-03-09 | Added a few things to the "Recently Closed Tabs" menu: | Shaun Reich |
| 2009-03-09 | The "Recently Closed Tabs" action menu now has a limit of 10, before it could... | Shaun Reich |
| 2009-03-09 | There is no point in setting the text of a tab, each time a tab is selected, ... | Shaun Reich |
| 2009-03-01 | Changed deprecated use of signal closeRequested(int) to tabCloseRequested(int) | Shaun Reich |
| 2009-03-01 | SVN_SILENT: minor coding style cleanups | Peter Penz |
| 2009-03-01 | removed Quick-View code (it has already been disabled before) | Peter Penz |
| 2009-03-01 | don't make the struct ClosedTab accessible for other classes | Peter Penz |
| 2009-03-01 | Fixed a bug in the "Recently Closed Tabs" menu that would cause it to show mo... | Shaun Reich |
| 2009-03-01 | Closed tabs are now remembered within Dolphin, so if you accidentally close t... | Shaun Reich |
| 2009-02-28 | Fix warning about shortcut | Laurent Montel |
| 2009-02-22 | * Remove deprecated use of KTabBar::setCloseButtonEnabled(), use qt-provided ... | Shaun Reich |
| 2009-02-10 | Middle-clicking on tabs will now close them. | Shaun Reich |
| 2009-02-07 | Changed the order of the shortcut for opening a new tab from Ctrl+Shift+N to ... | Shaun Reich |