| Age | Commit message (Expand) | Author |
| 2008-02-18 | No longer use Obsolete Member for QWidget: | Bill Egert |
| 2008-02-17 | * if the system font is changed during Dolphin is open, take care to update t... | Peter Penz |
| 2008-02-16 | let F6 also select the whole text of the URL navigator to stay consistent wit... | Peter Penz |
| 2008-02-16 | SVN_SILENT made messages (.desktop file) | Script Kiddy |
| 2008-02-16 | update the selection-toggle (+/-) when the selection has been changed "outsid... | Peter Penz |
| 2008-02-16 | Bypassed a bug in QTreeView::mouseMoveEvent() (see comment in code). Submitte... | Peter Penz |
| 2008-02-16 | Provide an option for the details view to expand folders (= tree view), as th... | Peter Penz |
| 2008-02-16 | SVN_SILENT: coding style fix (m_metadataWidget -> m_metaDataWidget) | Peter Penz |
| 2008-02-16 | fix possible crash, as MetaDataWidget::metaDataAvailable() can change during ... | Peter Penz |
| 2008-02-15 | Initially I thought it's better not having code as default value inside dolph... | Peter Penz |
| 2008-02-15 | Currently when the general font of KDE has been changed, the used fonts for t... | Peter Penz |
| 2008-02-15 | David says: "PixmapViewer::setSizeHint should call updateGeometry() instead o... | Peter Penz |
| 2008-02-15 | don't connect to a non-existent slot (the code for updateCutItems() is now pa... | Peter Penz |
| 2008-02-15 | Fix flicker when resizing the central view area in Dolphin. Only applicable ... | Robert Knight |
| 2008-02-15 | SVN_SILENT made messages (.desktop file) | Script Kiddy |
| 2008-02-14 | Bypass a temporary (?) regression (?) with the current Qt 4.4 beta version: i... | Peter Penz |
| 2008-02-14 | display an error message if the the user tries to set an invalid home URL in ... | Peter Penz |
| 2008-02-14 | minor code cleanup | Peter Penz |
| 2008-02-14 | fixed issue that the item height does not match to the number of lines in the... | Peter Penz |
| 2008-02-14 | ~ is no useful home folder in a Windows environment (thanks to Michael O'Shea... | Peter Penz |
| 2008-02-14 | SVN_SILENT made messages (.desktop file) | Script Kiddy |
| 2008-02-13 | Provide the "sort by" actions in dolphinpart (konqueror); share and simplify ... | David Faure |
| 2008-02-13 | --deprecated | David Faure |
| 2008-02-13 | Provide the dolphinpart view modes (Icons, Details, Columns) in konqueror's V... | David Faure |
| 2008-02-13 | SVN_SILENT made messages (.desktop file) | Script Kiddy |
| 2008-02-12 | SVN_SILENT made messages (.desktop file, second try) | Script Kiddy |
| 2008-02-12 | "Part" is a technical term; name it "Dolphin View" for konqueror's view mode ... | David Faure |
| 2008-02-12 | Move the Ctrl-wheel zoom handling to dolphinview. | Luciano Montanaro |
| 2008-02-12 | use different icons dependent on the checked state of the toggle | Peter Penz |
| 2008-02-12 | don't keep a KFileItem inside the selection manager for the whole lifetime, w... | Peter Penz |
| 2008-02-11 | fix a flickering of the horizontal scrollbar when decreasing the width inside... | Peter Penz |
| 2008-02-11 | apply sorting + sort order to the column view | Peter Penz |
| 2008-02-11 | fixed crash when cancelling the "apply view properties" dialog | Peter Penz |
| 2008-02-11 | Forwardport 773570: | David Faure |
| 2008-02-11 | Factorize all the view-related action handling to DolphinViewActionHandler, t... | David Faure |
| 2008-02-07 | SVN_SILENT made messages (.desktop file) | Script Kiddy |
| 2008-02-07 | Fixed issue that the "Show Full Location" action is not synchronized with the... | Peter Penz |
| 2008-02-02 | reset the URL candidate if a resizing is done | Peter Penz |
| 2008-02-02 | Information Panel: If the width of the panel is increased, also increase the ... | Peter Penz |
| 2008-02-02 | stay consistent with Plasma and move the selection icon on the top/left of it... | Peter Penz |
| 2008-02-02 | Improve the selection toggle: Instead of a delay of one second until appearin... | Peter Penz |
| 2008-02-02 | SVN_SILENT made messages (.desktop file) | Script Kiddy |
| 2008-02-01 | Zoom in and out the icon view on Ctrl+Mouse wheel. | Luciano Montanaro |
| 2008-02-01 | Backport. Show the vertical scrollbar only when necessary. | Rafael Fernández López |
| 2008-02-01 | Show the vertical scroll bar only when necessary | Rafael Fernández López |
| 2008-01-30 | Don't offer a Move Here/Copy Here/Link Here menu when dropping items above th... | Peter Penz |
| 2008-01-30 | allow dropping items above a place inside the Places panel | Peter Penz |
| 2008-01-28 | take care to remove the selection toggle when items have been deleted | Peter Penz |
| 2008-01-28 | fixed issue that previews of hidden files had no semitransparent effect (the ... | Peter Penz |
| 2008-01-28 | * replace item.name().startsWith('.') by item.isHidden() | Peter Penz |