┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
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
2009-03-10A change in focus between the split view, would not update the icon on the ta...Shaun Reich
2009-03-10The tab icon now obeys the icon of the folder that it is currently browsing. ...Shaun Reich
2009-03-09Added a few things to the "Recently Closed Tabs" menu:Shaun Reich
2009-03-09The "Recently Closed Tabs" action menu now has a limit of 10, before it could...Shaun Reich
2009-03-09There is no point in setting the text of a tab, each time a tab is selected, ...Shaun Reich
2009-03-08SVN_SILENT made messages (.desktop file)Script Kiddy
2009-03-05SVN_SILENT made messages (.desktop file)Script Kiddy
2009-03-04SVN_SILENT made messages (.desktop file)Script Kiddy
2009-03-03added dialog to configure which meta data should be shown in the Information ...Peter Penz
2009-03-03§$%$ revert last commit, this does not compile (sorry!)Peter Penz
2009-03-03SVN_SILENT: coding style fixPeter Penz
2009-03-03don't show the phonon widget, if more than one file is selectedPeter Penz
2009-03-03reset the information panel if an item is shown that got deletedPeter Penz
2009-03-03only add the service to the list, if there is no other service using the same...Peter Penz
2009-03-03SVN_SILENT made messages (.desktop file)Script Kiddy
2009-03-03Changed activated() signal usages... to currentIndexChanged();Shaun Reich
2009-03-02Fixed a security bug in dolphin when handling malformed http urls.Jose Carlos Norte
2009-03-01Use currentIndexChanged() signal instead of activated(), the latter does not ...Shaun Reich
2009-03-01Changed deprecated use of signal closeRequested(int) to tabCloseRequested(int)Shaun Reich
2009-03-01SVN_SILENT made messages (.desktop file, second try)Script Kiddy
2009-03-01SVN_SILENT: minor coding style cleanupsPeter Penz
2009-03-01removed Quick-View code (it has already been disabled before)Peter Penz
2009-03-01don't make the struct ClosedTab accessible for other classesPeter Penz
2009-03-01Fixed a bug in the "Recently Closed Tabs" menu that would cause it to show mo...Shaun Reich
2009-03-01Closed tabs are now remembered within Dolphin, so if you accidentally close t...Shaun Reich
2009-02-28SVN_SILENT made messages (.desktop file)Script Kiddy
2009-02-28Fix warning about shortcutLaurent Montel
2009-02-27SVN_SILENT made messages (.desktop file)Script Kiddy
2009-02-26add KCM for the services settings, so that they are also accessible in KonquerorPeter Penz
2009-02-26adjust size hints of group boxesPeter Penz
2009-02-26Calling the "Show" group "hiddenGroup" is a bit surprising to the casual read...David Faure
2009-02-26remember which service menus should be shown in the context menuPeter Penz
2009-02-25Provide a basic UI for the "Services" settings dialog. It's open yet whether ...Peter Penz