More Info

Revision 802143

(Back to digest)
 

Other in KDE Base

Davide Bettio committed changes in /trunk/KDE/kdebase/workspace:

Replacing exec() with run(): this change wasn't discussed during the tokamak meeting.
run() method is more obvious than exec() (don't forget that a runner run :) ).

Anyway during the meeting we have decided to replace createMatchOptions() with createRunOptions() and (set)hasMatchOptions() with (set)hasRunOptions(), now with this commit we have a more coherent naming.

File Changes

Modified 22 files
/trunk/KDE/kdebase/workspace
 
/krunner/interface.cpp
 
/krunner/interface.h
 
/libs/plasma/abstractrunner.cpp
 
/libs/plasma/abstractrunner.h
 
/libs/plasma/searchmatch.cpp
 
/libs/plasma/searchmatch.h
 
/libs/plasma/scripting/runnerscript.cpp
 
/libs/plasma/scripting/runnerscript.h
 
/plasma/runners/bookmarks/bookmarksrunner.cpp
 
/plasma/runners/bookmarks/bookmarksrunner.h
 
/plasma/runners/locations/locationrunner.cpp
 
/plasma/runners/locations/locationrunner.h
 
/plasma/runners/services/servicerunner.cpp
 
/plasma/runners/services/servicerunner.h
 
/plasma/runners/sessions/sessionrunner.cpp
 
/plasma/runners/sessions/sessionrunner.h
 
/plasma/runners/shell/shellrunner.cpp
 
/plasma/runners/shell/shellrunner.h
 
/plasma/runners/webshortcuts/webshortcutrunner.cpp
 
/plasma/runners/webshortcuts/webshortcutrunner.h
 
/plasma/runners/xesam/xesamrunner.cpp
 
/plasma/runners/xesam/xesamrunner.h
22 files changed in total