[mythtv-commits] mythtv branch master updated by stuartm. v0.28-pre-295-g7c5bb79

Git Repo Owner noreply at mythtv.org
Mon Sep 30 13:16:11 UTC 2013


The branch, master has been updated on the
mythtv repository by gitolite user stuartm.
       via  7c5bb794e954e91333f98e5d7f5e4ebf1ba9ca8e (commit)
      from  788c8f5ee3b5344161e3398d6e9d989fe8eae056 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 7c5bb794e954e91333f98e5d7f5e4ebf1ba9ca8e
Author:    Stuart Morgan <smorgan at mythtv.org> at Mon, 30 Sep 2013 12:51:59 +0100
Committer: Stuart Morgan <smorgan at mythtv.org> at Mon, 30 Sep 2013 13:25:11 +0100
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=7c5bb794e954e91333f98e5d7f5e4ebf1ba9ca8e

Remove the old On-Screen keyboard. The few places it was still used in settings should either be using mythui or alternate, more remote friendly widgets such as a file/directory browser or a select box



-----------------------------------------------------------------------

Summary of changes:
 mythtv/libs/libmyth/libmyth.pro                    |   13 +-
 mythtv/libs/libmyth/mythdialogs.cpp                |  569 +----------
 mythtv/libs/libmyth/mythdialogs.h                  |   82 --
 mythtv/libs/libmyth/mythwidgets.cpp                |  125 +--
 mythtv/libs/libmyth/mythwidgets.h                  |   31 -
 mythtv/libs/libmyth/uitypes.cpp                    | 1123 --------------------
 mythtv/libs/libmyth/uitypes.h                      |  305 ------
 mythtv/libs/libmyth/virtualkeyboard_qt.cpp         |  238 -----
 mythtv/libs/libmyth/virtualkeyboard_qt.h           |   51 -
 mythtv/libs/libmyth/xmlparse.cpp                   |  911 ----------------
 mythtv/libs/libmyth/xmlparse.h                     |   52 -
 mythtv/libs/libmythbase/mythversion.h              |    2 +-
 mythtv/programs/mythfrontend/globalsettings.cpp    |    1 -
 mythtv/programs/mythfrontend/grabbersettings.h     |    4 -
 mythtv/programs/mythfrontend/setupwizard_audio.h   |    4 -
 mythtv/programs/mythfrontend/setupwizard_general.h |    4 -
 mythtv/programs/mythfrontend/setupwizard_video.h   |    4 -
 17 files changed, 11 insertions(+), 3508 deletions(-)
 delete mode 100644 mythtv/libs/libmyth/uitypes.cpp
 delete mode 100644 mythtv/libs/libmyth/uitypes.h
 delete mode 100644 mythtv/libs/libmyth/virtualkeyboard_qt.cpp
 delete mode 100644 mythtv/libs/libmyth/virtualkeyboard_qt.h
 delete mode 100644 mythtv/libs/libmyth/xmlparse.cpp
 delete mode 100644 mythtv/libs/libmyth/xmlparse.h

-- 



More information about the mythtv-commits mailing list