┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2009-03-11Changed a tab's KMenu to have it's accelerators managed automatically.Shaun Reich
svn path=/trunk/KDE/kdebase/apps/; revision=938417
2009-03-11Revert my previous commit, dfaure is right, this should be done through ↵Shaun Reich
KAcceleratorManager::manage(). svn path=/trunk/KDE/kdebase/apps/; revision=938412
2009-03-11added subtle transparency for tooltipsPeter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=938051
2009-03-11Added keyboard accelerators to various actions that were missing them...Shaun Reich
svn path=/trunk/KDE/kdebase/apps/; revision=938031
2009-03-10allow to disable the preview of the Information PanelPeter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=937927
2009-03-10insert the meta text information alphabetically sortedPeter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=937920
2009-03-10allow to hide the rating, comments and tags of the Information PanelPeter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=937915
2009-03-10provide a context menu for the Information Panel, which allows to show/hide ↵Peter Penz
meta information svn path=/trunk/KDE/kdebase/apps/; revision=937910
2009-03-10Fixed issue that when renaming an item that still the old item name will be ↵Peter Penz
shown in the Information Panel. CCBUG: 181534 CCBUG: 186071 svn path=/trunk/KDE/kdebase/apps/; revision=937630
2009-03-10Provide an "Open Terminal" entry for the Tools menu (thanks to Rahman Duran ↵Peter Penz
for the patch!) BUG: 164746 svn path=/trunk/KDE/kdebase/apps/; revision=937624
2009-03-10SVN_SILENT: comment updatePeter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=937623
2009-03-10Call updatePasteAction() in DolphinPart::openUrl(). Fixes the problem that ↵Frank Reininghaus
the paste action is disabled in Konqueror on startup. BUG: 186482 svn path=/trunk/KDE/kdebase/apps/; revision=937598
2009-03-10A change in focus between the split view, would not update the icon on the ↵Shaun Reich
tab that it was in-now does. svn path=/trunk/KDE/kdebase/apps/; revision=937597
2009-03-10The tab icon now obeys the icon of the folder that it is currently browsing. ↵Shaun Reich
Before it would just use the "folder" icon, but it now finds the icon of that folder, and uses it. BUG: 182702 svn path=/trunk/KDE/kdebase/apps/; revision=937595
2009-03-09Added a few things to the "Recently Closed Tabs" menu:Shaun Reich
* Paths now ellide when they get too big. That is, according to the font size, not character length. * Added automatic mnemomics (or however you spell that crazy word) to the menu's items. svn path=/trunk/KDE/kdebase/apps/; revision=937504
2009-03-09The "Recently Closed Tabs" action menu now has a limit of 10, before it ↵Shaun Reich
could just go on for practically ever, which would yield an annoyingly huge list of closed tabs. svn path=/trunk/KDE/kdebase/apps/; revision=937477
2009-03-09There is no point in setting the text of a tab, each time a tab is selected, ↵Shaun Reich
the only time we should have to do that is when we are using a split view. This also kind of hides the Qt 4.5 tab bug (a very ugly one) from "regular" users (who don't use the split view). svn path=/trunk/KDE/kdebase/apps/; revision=937116
2009-03-08SVN_SILENT made messages (.desktop file)Script Kiddy
svn path=/trunk/KDE/kdebase/apps/; revision=936838
2009-03-05SVN_SILENT made messages (.desktop file)Script Kiddy
svn path=/trunk/KDE/kdebase/apps/; revision=935529
2009-03-04SVN_SILENT made messages (.desktop file)Script Kiddy
svn path=/trunk/KDE/kdebase/apps/; revision=935170
2009-03-03added dialog to configure which meta data should be shown in the Information ↵Peter Penz
Panel svn path=/trunk/KDE/kdebase/apps/; revision=934828
2009-03-03§$%$ revert last commit, this does not compile (sorry!)Peter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=934823
2009-03-03SVN_SILENT: coding style fixPeter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=934820
2009-03-03don't show the phonon widget, if more than one file is selectedPeter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=934812
2009-03-03reset the information panel if an item is shown that got deletedPeter Penz
BUG: 186071 svn path=/trunk/KDE/kdebase/apps/; revision=934807
2009-03-03only add the service to the list, if there is no other service using the ↵Peter Penz
same name svn path=/trunk/KDE/kdebase/apps/; revision=934788
2009-03-03SVN_SILENT made messages (.desktop file)Script Kiddy
svn path=/trunk/KDE/kdebase/apps/; revision=934676
2009-03-03Changed activated() signal usages... to currentIndexChanged();Shaun Reich
svn path=/trunk/KDE/kdebase/apps/; revision=934414
2009-03-02Fixed a security bug in dolphin when handling malformed http urls.Jose Carlos Norte
svn path=/trunk/KDE/kdebase/apps/; revision=933947
2009-03-01Use currentIndexChanged() signal instead of activated(), the latter does not ↵Shaun Reich
always do what you would think. svn path=/trunk/KDE/kdebase/apps/; revision=933889
2009-03-01Changed deprecated use of signal closeRequested(int) to tabCloseRequested(int)Shaun Reich
svn path=/trunk/KDE/kdebase/apps/; revision=933837
2009-03-01SVN_SILENT made messages (.desktop file, second try)Script Kiddy
svn path=/trunk/KDE/kdebase/apps/; revision=933737
2009-03-01SVN_SILENT: minor coding style cleanupsPeter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=933598
2009-03-01removed Quick-View code (it has already been disabled before)Peter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=933591
2009-03-01don't make the struct ClosedTab accessible for other classesPeter Penz
CCMAIL: [email protected] svn path=/trunk/KDE/kdebase/apps/; revision=933589
2009-03-01Fixed a bug in the "Recently Closed Tabs" menu that would cause it to show ↵Shaun Reich
more recent tabs at the bottom. The most recent tab will now always be shown right below the separator, which is right below the "Clear Recently Closed Tabs" action. svn path=/trunk/KDE/kdebase/apps/; revision=933487
2009-03-01Closed tabs are now remembered within Dolphin, so if you accidentally close ↵Shaun Reich
them, or need to reopen a previous one-go crazy. Closed tabs now become stored in the "Go"->"Recently Closed Tabs" menu. To clear this list, there is an action within that menu. Clicking on a remembered tab's action, will remove that entry, restore that tab, and focus it. svn path=/trunk/KDE/kdebase/apps/; revision=933483
2009-02-28SVN_SILENT made messages (.desktop file)Script Kiddy
svn path=/trunk/KDE/kdebase/apps/; revision=933233
2009-02-28Fix warning about shortcutLaurent Montel
svn path=/trunk/KDE/kdebase/apps/; revision=933227
2009-02-27SVN_SILENT made messages (.desktop file)Script Kiddy
svn path=/trunk/KDE/kdebase/apps/; revision=932916
2009-02-26add KCM for the services settings, so that they are also accessible in KonquerorPeter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=932520
2009-02-26adjust size hints of group boxesPeter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=932509
2009-02-26Calling the "Show" group "hiddenGroup" is a bit surprising to the casual ↵David Faure
reader ;) svn path=/trunk/KDE/kdebase/apps/; revision=932508
2009-02-26remember which service menus should be shown in the context menuPeter Penz
CCMAIL: [email protected] svn path=/trunk/KDE/kdebase/apps/; revision=932504
2009-02-25Provide a basic UI for the "Services" settings dialog. It's open yet whether ↵Peter Penz
installing services by the internet will make it into Dolphin/Konqueror for KDE 4.3, but at least turning off services (without deinstalling applications...) will be supported. svn path=/trunk/KDE/kdebase/apps/; revision=931854
2009-02-25SVN_SILENT made messages (.desktop file)Script Kiddy
svn path=/trunk/KDE/kdebase/apps/; revision=931776
2009-02-25Restore support for pasting clipboard data (e.g. text) into a file, like ↵David Faure
konq-kde3 could do. CCMAIL: [email protected] svn path=/trunk/KDE/kdebase/apps/; revision=931496
2009-02-24KUrl::path() != KUrl::toLocalFile() - at least not on windowsChristian Ehrlicher
svn path=/trunk/KDE/kdebase/apps/; revision=931093
2009-02-24Stupid me: The inconsistent behavior between QListView::scrollTo() and ↵Peter Penz
QTreeView::scrollTo() has been fixed in Qt 4.5 :-) I should have tested this _before_ committing the huge patch for bug 185191... So: * Remove the workaround in DolphinIconsView::scrollTo() to bypass an issue in Qt 4.4 (-> fixed in Qt 4.5) * Revert the "use the DolphinController"-parts of commit 930754 and just use QAbstractItemView::scrollTo() instead. CCBUG: 185191 svn path=/trunk/KDE/kdebase/apps/; revision=930777
2009-02-24After renaming an item the view should be scrolled in a way to still have a ↵Peter Penz
fully visible renamed item. The implementation required a lot of more code changes as such a fix should require: QAbstractItemView::scrollTo() cannot be used directly (inconsistent default behavior in QListView and QTreeView, a special case for the column view), so the communication has to be done with the DolphinController... BUG: 185191 svn path=/trunk/KDE/kdebase/apps/; revision=930754