dolphin/src
Luca Beltrame d23fba320f
Unbreak context menu showing when right clicking on an empty area
In D22149, a request was made to remove a variable assignment ("action",
on line 389 in src/dolphincontextmenu.cpp. However the change went too
far, and it actually removed the exec() call, not just the assignment
which should have stayed.

This resulted in the context menu not being shown at all.

Adding back exec(m_pos) at least allows for the context menu to show.

CCMAIL: nate@kde.org
2019-09-04 11:36:42 +02:00
..
filterbar When filter bar is focused, switch to view when tab key is pressed 2019-05-25 21:32:29 -06:00
icons Add application icon for Mac and MS Windows. 2016-11-22 18:15:42 +01:00
kitemviews Make non-empty textual columns come first in sorting 2019-09-01 17:50:25 +02:00
panels Replace the stop button of the media preview by a pause button 2019-09-02 07:00:31 +02:00
search Use placeholder for search action 2019-04-22 23:03:10 +02:00
settings Fix a typo 2019-08-19 09:57:37 -06:00
statusbar Add "What's This?" to nearly everything in the main window 2019-06-23 21:19:49 +02:00
tests Rewrite servicemenu helper utility in C++ 2019-07-15 01:39:15 +03:00
trash Get rid of ugly static_cast usages in connect() calls 2019-05-05 17:53:29 +02:00
views Don't store view properties on network shares 2019-08-28 09:47:29 +02:00
CMakeLists.txt Rewrite servicemenu helper utility in C++ 2019-07-15 01:39:15 +03:00
config-baloo.h.cmake Port Dolphin to Baloo 2014-02-06 20:29:09 +01:00
config-kactivities.h.cmake Bring back KActivities support 2019-03-18 21:18:04 +01:00
config-terminal.h.cmake Introduce HAVE_TERMINAL 2019-01-28 22:38:21 +01:00
dbusinterface.cpp Adding option to open externally called folder in a new tab 2019-06-23 13:27:25 +02:00
dbusinterface.h Add dbus interface to dolphin 2015-04-22 18:59:39 +05:30
dolphin.qrc Bundle the XMLGUI files into qrc resources. 2017-07-25 11:39:57 +02:00
dolphinbookmarkhandler.cpp Add Bookmark Handling 2019-05-13 16:37:15 +02:00
dolphinbookmarkhandler.h Add Bookmark Handling 2019-05-13 16:37:15 +02:00
dolphincontextmenu.cpp Unbreak context menu showing when right clicking on an empty area 2019-09-04 11:36:42 +02:00
dolphincontextmenu.h Move "Open" actions to the top of the context menu for files 2018-04-22 09:40:50 -06:00
dolphindockwidget.cpp don't use temporaries when uneeded 2018-06-22 16:17:47 +02:00
dolphindockwidget.h don't use temporaries when uneeded 2018-06-22 16:17:47 +02:00
dolphinmainwindow.cpp Merge branch 'Applications/19.08' 2019-09-02 23:18:33 +02:00
dolphinmainwindow.h Add "Add to Places" action to file menu 2019-09-01 15:04:45 -06:00
dolphinnewfilemenu.cpp [CLAZY] Fixed all level 1 and level 2 warnings with small exceptions 2016-03-16 22:17:37 +01:00
dolphinnewfilemenu.h Remove unused #include 2018-03-04 21:00:47 +03:00
dolphinpart.cpp Get rid of ugly static_cast usages in connect() calls 2019-05-05 17:53:29 +02:00
dolphinpart.desktop SVN_SILENT made messages (.desktop file) - always resolve ours 2019-06-11 05:13:47 +02:00
dolphinpart.h Remove unused #include 2018-03-04 21:00:47 +03:00
dolphinpart.qrc Bundle the XMLGUI files into qrc resources. 2017-07-25 11:39:57 +02:00
dolphinpart.rc part: fix name of 'Select All' action 2018-05-20 23:32:24 +02:00
dolphinpart_ext.cpp Remove unused #include 2018-03-04 21:00:47 +03:00
dolphinpart_ext.h Remove unused #include 2018-03-04 21:00:47 +03:00
dolphinplacesmodelsingleton.cpp Introduce singleton for KFilePlacesModel 2018-03-19 09:57:24 +01:00
dolphinplacesmodelsingleton.h Introduce singleton for KFilePlacesModel 2018-03-19 09:57:24 +01:00
dolphinrecenttabsmenu.cpp Remove unused #include 2018-03-04 21:00:47 +03:00
dolphinrecenttabsmenu.h Remove unused #include 2018-03-04 21:00:47 +03:00
dolphinremoveaction.cpp Remove unused #include 2018-03-04 21:00:47 +03:00
dolphinremoveaction.h Remove unused #include 2018-03-04 21:00:47 +03:00
dolphintabbar.cpp Remove unused #include 2018-03-04 21:00:47 +03:00
dolphintabbar.h Modernize: Use override where possible 2017-11-20 23:25:48 +01:00
dolphintabpage.cpp remove deprecated methods 2019-02-27 08:59:18 +01:00
dolphintabpage.h Fix minor typos 2018-10-25 21:23:44 +03:00
dolphintabwidget.cpp Merge branch 'Applications/19.08' 2019-09-02 23:18:33 +02:00
dolphintabwidget.h Fixing bugs in new folders in tabs feature 2019-09-02 23:15:08 +02:00
dolphinui.rc Add "Add to Places" action to file menu 2019-09-01 15:04:45 -06:00
dolphinviewcontainer.cpp Merge branch 'Applications/19.08' 2019-09-02 23:18:33 +02:00
dolphinviewcontainer.h [dolphin] Add an action to toggle the searchbar 2019-09-01 21:59:43 +02:00
global.cpp Match style of if() condition used above 2019-08-11 16:05:42 +02:00
global.h Fix container detaching 2019-06-08 13:11:47 +02:00
main.cpp Making sure that DBus objects are all created before the service 2019-09-02 23:13:53 +02:00
Messages.sh i18n: drop servicemenuinstaller messages from main po file 2019-07-15 08:08:23 +02:00
middleclickactioneventfilter.cpp Support middle clicking of Back/Forward/Up/Home toolbar buttons 2017-08-24 15:45:28 +02:00
middleclickactioneventfilter.h Fix all 'explicit constructor' krazy warnings 2018-02-03 22:21:30 +01:00
org.kde.dolphin.appdata.xml GIT_SILENT made messages (after extraction) 2019-07-31 07:41:55 +02:00
org.kde.dolphin.desktop SVN_SILENT made messages (.desktop file) - always resolve ours 2019-05-22 05:14:39 +02:00