> You can use RunnerContext to get the type of the runner, but it doesn't > provide the semantic difference your lists require. > > You could say that the NetworkLocation type always goes into the search > results, while 'everything else except search' goes into suggestions. But I > don't know how well would that separation work in real life. (naturally, we > can try that, and if it doesn't work as expected, we'll alter something)
Plasma::RunnerContext has the folowing types: None UnknownType Directory File NetworkLocation Executable ShellCommand Help FileSystem Why not categorize: - loadrunner, history, bookmarks, cached google results as NetworkLocation - suggestions as Help We can always remove Directory, File, FileSystem, Executable, ShellCommand results. _______________________________________________ rekonq mailing list [email protected] https://mail.kde.org/mailman/listinfo/rekonq
