]> cloud.milkyroute.net Git - dolphin.git/commit
Context-menu cleanups:
authorPeter Penz <peter.penz19@gmail.com>
Fri, 27 Aug 2010 05:26:27 +0000 (05:26 +0000)
committerPeter Penz <peter.penz19@gmail.com>
Fri, 27 Aug 2010 05:26:27 +0000 (05:26 +0000)
commit09e1cc4d7726b649710fe5ce49741ae736ce4d06
treef7dc90c5f263a692afd3c8adce579661186600ea
parentd99e541453bac0bddadd27e87868d9fbe7814d2a
Context-menu cleanups:
- KNewMenu has been deprecated by KNewFileMenu. Reflect this in the names of related Dolphin classes.
- Provide context-sensitive actions also when a context-menu is opened on the viewport

BUG: 191938
FIXED-IN: 4.6.0

svn path=/trunk/KDE/kdebase/apps/; revision=1168586
12 files changed:
src/CMakeLists.txt
src/dolphincontextmenu.cpp
src/dolphincontextmenu.h
src/dolphinmainwindow.cpp
src/dolphinmainwindow.h
src/dolphinnewfilemenu.cpp [moved from src/dolphinnewmenu.cpp with 83% similarity]
src/dolphinnewfilemenu.h [moved from src/dolphinnewmenu.h with 89% similarity]
src/dolphinpart.cpp
src/dolphinpart.h
src/views/dolphinnewfilemenuobserver.cpp [moved from src/views/dolphinnewmenuobserver.cpp with 75% similarity]
src/views/dolphinnewfilemenuobserver.h [moved from src/views/dolphinnewmenuobserver.h with 80% similarity]
src/views/dolphinview.cpp