By default, Bugzilla does not search the list of RESOLVED bugs.
You can force it to do so by putting the upper-case word ALL in front of your search query, e.g.: ALL tdelibs
We recommend searching for bugs this way, as you may discover that your bug has already been resolved and fixed in a later release.
Bug 1323 - Add GUI control to configure menu popup delay
Summary: Add GUI control to configure menu popup delay
Status: RESOLVED FIXED
Alias: None
Product: TDE
Classification: Unclassified
Component: tdebase (show other bugs)
Version: R14.0.0 [Trinity]
Hardware: Other Other
: P1 enhancement
Assignee: Timothy Pearson
URL:
Depends on: 1317
Blocks:
  Show dependency treegraph
 
Reported: 2012-11-15 13:49 CST by Darrell
Modified: 2013-03-02 21:30 CST (History)
2 users (show)

See Also:
Compiler Version:
TDE Version String:
Application Version:
Application Name:


Attachments
Patch to add a GUI control for configuring menu popup delay (3.94 KB, patch)
2012-11-16 18:35 CST, Darrell
Details | Diff
Patch to keep tdelibs consistent with tdebase (740 bytes, patch)
2012-11-16 19:18 CST, Darrell
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Darrell 2012-11-15 13:49:01 CST
TDE/Qt3 supports an option to control the delay period for when a selected menu appears. Currently there is no GUI control for this setting.

There is a current work-around that requires manually editing a configuration
file. The underlying control is maintained in $HOME/.qt/kstylerc:

[Settings]
PopupMenuDelay=xxx

I believe the default is 256 milliseconds.

Experimenting with the config file, for example, 0 and 1000, indicates the option is supported and only the GUI control is missing.
Comment 1 Darrell 2012-11-16 18:35:49 CST
Created attachment 987 [details]
Patch to add a GUI control for configuring menu popup delay

This patch works for me on Slackware. Somebody using a different distro should test before pushing to GIT.

The slider/spinner control is added to KControl -> Appearance & Themes -> Style -> Style -> Widget Style.
Comment 2 Darrell 2012-11-16 19:18:59 CST
Created attachment 988 [details]
Patch to keep tdelibs consistent with tdebase
Comment 3 Darrell 2013-03-02 21:29:41 CST
Patch in attachment 987 [details] pushed to GIT in commit 0cb3dd41.

Patch in attachment 988 [details] pushed to GIT in commit 8339faaa.

Resolved.