Patch by Anders Holst:
authorFelix Domke <tmbinc@elitedvb.net>
Wed, 5 Nov 2008 23:17:52 +0000 (00:17 +0100)
committerFelix Domke <tmbinc@elitedvb.net>
Thu, 11 Dec 2008 13:02:03 +0000 (14:02 +0100)
commit2db3e8afead0a9ee14871c8436691755be22a5ca
treee54a3334b375b6ace70fa79799fff4f16af58218
parenta95eebf5f729e64a319383e81ca142274b73974d
Patch by Anders Holst:
* ConfigElement.addNotifier takes a new optional argument
  immediate_feedback (which is True by default). If True the notifier
  is called whenever an editing key is pressed in the element. When
  False, the notifier is only called when editing is finished, i.e
  the element is deselected or the dialog closed.
* ConfigSet is updated in accordance with Teros suggestion so that
  it behaves like the others and feedback can be given immediately.
* All ConfigElements are modified to check whether they have changed
  since last selected (by a new variable last_value).
* UsageConfig.py is updated to use immediate_feedback=False in the case
  of validating the speeds. (The only case so far where this setting
  is needed, but with the possibility more uses may follow.)
lib/python/Components/UsageConfig.py
lib/python/Components/config.py