User talk:Bygdog

From KDE TechBase
Revision as of 11:58, 20 March 2007 by Bygdog (talk | contribs)

Draft idea lavalamp event filter: 0.0.0.2

How can activity-oriented messages be used in KDE4? This applies to tooltips and Konqueror-style accessibility shortcuts in the desktop (toggled by Ctrl). Using a taskbar or desktop extension, the user will set the context of messages. Context, defined as declared user activity results in different messages depending on the user's chosen context.

DCOP can be used to display the messages, after the program (applet) and its GUI retreived the display method content.

Tip


For example, if the user wanted to work with development they would declare it using the program GUI so that tooltips for widgets would supply relevant information. For example, showing the relevant source code (development activity context). In other activities, the tooltips showing a position in a defined task trail (workflow context) or displaying a translation (language work context). The information to display would not be compiled in, but lifted from a specified reference file or directory.

This proposed implementation seeks to be small, simple, effective and extensible. It could help contributors who want to participate more effectively in KDE development. The infrastructure is presumably already in the KDE code base.

There may be a problem getting applications to give up their regular tooltips for alternative tooltips.

Code links: