| Age | Commit message (Expand) | Author |
| 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 |
| 2009-01-31 | Display correct folder names in tabs, if they contain a '&' character. Thanks... | Peter Penz |
| 2009-01-30 | minor coding style fixes (http://techbase.kde.org/Policies/Kdelibs_Coding_Sty... | Peter Penz |
| 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 |