[mythtv-commits] mythtv commit: r8111 - in trunk/mythtv/libs by paulh

mythtv at cvs.mythtv.org mythtv at cvs.mythtv.org
Sun Dec 4 14:45:06 UTC 2005


      Author: paulh
        Date: 2005-12-04 14:45:04 +0000 (Sun, 04 Dec 2005)
New Revision: 8111
   Changeset: http://cvs.mythtv.org/trac/changeset/8111

Modified:

   trunk/mythtv/libs/libmyth/mythcontext.h
   trunk/mythtv/libs/libmyth/uilistbtntype.cpp
   trunk/mythtv/libs/libmyth/uilistbtntype.h
   trunk/mythtv/libs/libmyth/uitypes.cpp
   trunk/mythtv/libs/libmyth/uitypes.h
   trunk/mythtv/libs/libmythtv/dbcheck.cpp

Log:

Add an incremental search feature to UIManagedTreeListType, UIListTreeType
and UIListBtnType which allows you to search for items in the lists that 
either start with the text you enter or contains the text you enter.

Because it can also be used for first letter navigation I've removed
the existing jumpToLetter() function in UIManagedTreeListType which is no 
longer required.

Removes the JUMP keybindings from the DB which are no longer required.
 
Changes the ABI. Requires a make clean.




More information about the mythtv-commits mailing list