| Age | Commit message (Expand) | Author |
| 2008-12-03 | use KDirModel::mimeData() for cut/copy operations as suggested by David Faure | 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-02 | interop fix: don't give an empty mostLocalUrls list | David Faure |
| 2008-12-01 | * assure that the keyboard focus is in the view when switching between tabs | Peter Penz |
| 2008-12-01 | Fixed regression that triggering of items with the keyboard did not work anym... | Peter Penz |
| 2008-11-30 | revert last patch: KFileItem::getTooltipText() has been patched to provide al... | Peter Penz |
| 2008-11-30 | use the defined tooltip text color | Peter Penz |
| 2008-11-30 | fixed issue that the text width gets very small when turning on previews in t... | Peter Penz |
| 2008-11-30 | krazy fixes: | Urs Wolfer |
| 2008-11-24 | SVN_SILENT made messages (.desktop file) | Script Kiddy |
| 2008-11-23 | win32 link++ | Christian Ehrlicher |
| 2008-11-23 | SVN_SILENT: doku fix | Peter Penz |
| 2008-11-23 | Opening a tab with the middle mouse button should always be done with one cli... | Peter Penz |
| 2008-11-23 | Fixes MS Windows related issue that when opening a context menu above an item... | Peter Penz |
| 2008-11-23 | Activate the column when a drag enter event has been received. This assures a... | Peter Penz |
| 2008-11-22 | The opening/closing animation of subtrees flickers in combination with the si... | Peter Penz |
| 2008-11-22 | We require Qt 4.4.0 | André Wöbbeking |
| 2008-11-20 | assure that the meta information labels get not clipped vertically when using... | Peter Penz |
| 2008-11-20 | fixed wrapping of the name label (QLabel only supports wrapping on words) | Peter Penz |
| 2008-11-20 | SVN_SILENT made messages (.desktop file) | Script Kiddy |
| 2008-11-19 | * fixed issue that the autoresizing of columns is applied when adding/removin... | Peter Penz |
| 2008-11-19 | Disable the "quick view" feature: I like the Previewer plasmoid, but I think ... | Peter Penz |
| 2008-11-19 | assure that no expensive operations are done when the Information Panel has b... | Peter Penz |
| 2008-11-19 | don't request a tooltip during a selection | Peter Penz |
| 2008-11-19 | removed unnecessary line | Peter Penz |
| 2008-11-19 | fixed issue that the zoom slider might not have enough vertical space when ha... | Peter Penz |
| 2008-11-18 | makeItCompile, sorry and thanks to Tm_T | Albert Astals Cid |
| 2008-11-18 | more correct english | Albert Astals Cid |
| 2008-11-18 | Use i18ncp for proper plural handling | Albert Astals Cid |
| 2008-11-17 | i18n style guide fixes | Stephan Binner |
| 2008-11-17 | SVN_SILENT made messages (.desktop file) | Script Kiddy |
| 2008-11-17 | replace "Show selection toggle" by "Show selection marker" | Peter Penz |
| 2008-11-15 | added metainfo-support for album, artist, genre, width, height, lines, title,... | Peter Penz |
| 2008-11-14 | disable the 'Create New' entry in the context menu, if the directory does not... | Peter Penz |
| 2008-11-14 | provide a 'Create New' entry for a context menu above a directory | Peter Penz |
| 2008-11-14 | when renaming a variable number of items, it is important that the selection ... | Peter Penz |
| 2008-11-13 | used 18ncp() in a wrong manner: for a single selection a different number of ... | Peter Penz |
| 2008-11-13 | we can rely on having Qt 4.4 with KDE 4.2 | Peter Penz |
| 2008-11-13 | * get rid of magic values like QSize(20 + 5, 5) | Peter Penz |
| 2008-11-13 | minor fix when no desktop effects are enabled | Peter Penz |
| 2008-11-13 | improved look of tooltips | Peter Penz |
| 2008-11-13 | When only one item is selected, show the item name in the statusbar instead o... | Peter Penz |
| 2008-11-13 | when changing the view mode if the preview is turned on, the directory must g... | Peter Penz |
| 2008-11-13 | fixed issue that the preview size might get applied to the previous view when... | Peter Penz |
| 2008-11-13 | * don't launch Konqueror when the protocol is invalid | Peter Penz |
| 2008-11-13 | * show an error message instead of an information message when an invalid dra... | Peter Penz |
| 2008-11-12 | typo | Jordi Polo |
| 2008-11-12 | Changed a bunch of QCombobox to KCombobox and other similar classes as | Jordi Polo |
| 2008-11-12 | Launch Konqueror if the user enters an unsupported protocol | Jordi Polo |
| 2008-11-10 | Fix "two instances of the DragAndDropHelper" singleton: Vir found the reason,... | David Faure |