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

mythtv at cvs.mythtv.org mythtv at cvs.mythtv.org
Sun Oct 30 06:41:10 EST 2005


      Author: paulh
        Date: 2005-10-30 11:41:09 +0000 (Sun, 30 Oct 2005)
New Revision: 7637
   Changeset: http://cvs.mythtv.org/trac/changeset/7637

Modified:

   trunk/mythtv/libs/libmyth/libmyth.pro
   trunk/mythtv/libs/libmyth/lirc.cpp
   trunk/mythtv/libs/libmyth/mythcontext.cpp
   trunk/mythtv/libs/libmyth/mythdialogs.cpp
   trunk/mythtv/libs/libmyth/mythdialogs.h
   trunk/mythtv/libs/libmyth/mythwidgets.cpp
   trunk/mythtv/libs/libmyth/mythwidgets.h
   trunk/mythtv/libs/libmyth/themedmenu.cpp
   trunk/mythtv/libs/libmyth/virtualkeyboard.cpp
   trunk/mythtv/libs/libmyth/virtualkeyboard.h
   trunk/mythtv/libs/libmythtv/NuppelVideoPlayer.cpp
   trunk/mythtv/libs/libmythtv/jobqueue.cpp
   trunk/mythtv/libs/libmythtv/programinfo.cpp
   trunk/mythtv/programs/mythfilldatabase/filldata.cpp
   trunk/mythtv/programs/mythfrontend/globalsettings.cpp
   trunk/mythtv/programs/mythwelcome/welcomedialog.cpp
   trunk/mythtv/programs/mythwelcome/welcomedialog.h
   trunk/mythtv/setup/main.cpp

Log:

Allows edit controls to have a preferred position for
the popup keyboard either above or below the edit or
at the top or bottom of the screen.

Add a MythPopupBox::ExecPopupAtXY() so you can specify where
a popup should be placed on screen.

Changed the MythSearchDialog to place the popup keyboard at
the bottom of the screen so you can still see the search results
when the keyboard is shown.

This commit seems to touch more files than it should because
I removed the include of uitypes.h from mythdialogs.h, there
is no point in forward declaring all those uitypes if you then
go ahead and include the uitypes.h anyway. It had a knock on 
affect to a few other files.





More information about the mythtv-commits mailing list