┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2009-03-27A few changes...Shaun Reich
2009-03-26SVN_SILENT: coding style fix (use spaces, no tabs)Peter Penz
2009-03-26disable rating, comments and tags if no meta data is availablePeter Penz
2009-03-26Use KNewMenu::createDirectory() instead of KonqOperations::newDir() when F10 ...Peter Penz
2009-03-26Fixed incorrect grouping of dates. Thanks to Jacopo De Simoi for the patch!Peter Penz
2009-03-26SVN_SILENT made messages (.desktop file)Script Kiddy
2009-03-26Forwardport of r944888Harald Hvaal
2009-03-25SVN_SILENT:Rahman Duran
2009-03-25BUG: 175658Rahman Duran
2009-03-25Moving Remote encoding support to DolphinRahman Duran
2009-03-25Moving Remote encoding support to DolphinRahman Duran
2009-03-24SVN_SILENT made messages (.desktop file)Script Kiddy
2009-03-23Port away from now-deprecated KonqPopupMenuInformationDavid Faure
2009-03-21- Write the settings to the disk as soon as "Apply" or "OK" has been pressed ...Peter Penz
2009-03-20SVN_SILENT made messages (.desktop file)Script Kiddy
2009-03-19Fixed issue that tabs are not remembered when restoring a session. Thanks a l...Peter Penz
2009-03-19win32 compile fixRalf Habacker
2009-03-19Made the accelerator for "Rename" also removed the setMarginHint() or whateve...Shaun Reich
2009-03-18Remove code that's no longer needed now that Qt supports ARGB windows.Fredrik Höglund
2009-03-18SVN_SILENT made messages (.desktop file)Script Kiddy
2009-03-17Assure that KNewMenu from DolphinPart attachs itself to the DolphinNewMenuObs...Peter Penz
2009-03-17After creating an item with the "Create New..." menu, the new item should get...Peter Penz
2009-03-17SVN_SILENT: removed tab and don't add another exit point in a 3-liner methodPeter Penz
2009-03-17SVN_SILENT: remove trailing spacesPeter Penz
2009-03-17SVN_SILENT made messages (.desktop file)Script Kiddy
2009-03-17Fix infinite loop on startup due to r938051 (KToolTipManager ctor creating KT...David Faure
2009-03-15a lot of more KUrl::path() -> KUrl::toLocalFile() changes (mostly after a che...Christian Ehrlicher
2009-03-15SVN_SILENT made messages (.desktop file)Script Kiddy
2009-03-15Added F8 as an alternate shortcut for "Show Hidden Files". Reasoning: Open fi...Shaun Reich
2009-03-14SVN_SILENT made messages (.desktop file)Script Kiddy
2009-03-13Added "document-properties" icon to "Properties", I added in another menu als...Shaun Reich
2009-03-12Ask for confirmation when closing a Dolphin window with more than one tab. Th...Frank Reininghaus
2009-03-12SVN_SILENT: coding style fixPeter Penz
2009-03-11Using the "document-properties" icon for the Properties entry of the RMB cont...Shaun Reich
2009-03-11No need to set the accelerator manually, it's done automatically anyways(or i...Shaun Reich
2009-03-11This patch isn't needed anymore thanks to dfaure's up-coming patch to kmenu, ...Shaun Reich
2009-03-11Changed i++ to ++i. I accidentally did the first when I first made the recent...Shaun Reich
2009-03-11The last commit made the menu be on the heap, this switches it back to stack....Shaun Reich
2009-03-11Changed a tab's KMenu to have it's accelerators managed automatically.Shaun Reich
2009-03-11Revert my previous commit, dfaure is right, this should be done through KAcce...Shaun Reich
2009-03-11added subtle transparency for tooltipsPeter Penz
2009-03-11Added keyboard accelerators to various actions that were missing them...Shaun Reich
2009-03-10allow to disable the preview of the Information PanelPeter Penz
2009-03-10insert the meta text information alphabetically sortedPeter Penz
2009-03-10allow to hide the rating, comments and tags of the Information PanelPeter Penz
2009-03-10provide a context menu for the Information Panel, which allows to show/hide m...Peter Penz
2009-03-10Fixed issue that when renaming an item that still the old item name will be s...Peter Penz
2009-03-10Provide an "Open Terminal" entry for the Tools menu (thanks to Rahman Duran f...Peter Penz
2009-03-10SVN_SILENT: comment updatePeter Penz
2009-03-10Call updatePasteAction() in DolphinPart::openUrl(). Fixes the problem that th...Frank Reininghaus