[mythtv-commits] mythtv branch master updated by stuartm. v0.27-pre2-820-g1805637b

Git Repo Owner noreply at mythtv.org
Fri Mar 29 20:24:58 UTC 2013


The branch, master has been updated on the
mythtv repository by gitolite user stuartm.
       via  1805637b488d7ecab6e110017b9b1a93883b6ac9 (commit)
       via  55751e65b97391de025cc79f74e181da33e2ae26 (commit)
      from  4b66f82cf89e2b50fd2e7a728897a7fd173aca87 (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 1805637b488d7ecab6e110017b9b1a93883b6ac9
Author:    Stuart Morgan <smorgan at mythtv.org> at Fri, 29 Mar 2013 19:31:02 +0000
Committer: Stuart Morgan <smorgan at mythtv.org> at Fri, 29 Mar 2013 20:24:37 +0000
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=1805637b488d7ecab6e110017b9b1a93883b6ac9

Cleanup some old/unused code from MythGenericTree and fix sorting.
Strip it back to basics, a less bloated and more managable class that offers
just the features it needs to. In this first pass I've mostly slashed
and burned the fat, there's scope for further improvements through
refactoring what remains.

Member variables have been renamed to meet coding standards, methods
need similar treatment but I'll do that as a separate commit because
of the potential to break plugins.



commit 55751e65b97391de025cc79f74e181da33e2ae26
Author:    Stuart Morgan <smorgan at mythtv.org> at Fri, 29 Mar 2013 18:35:01 +0000
Committer: Stuart Morgan <smorgan at mythtv.org> at Fri, 29 Mar 2013 20:24:36 +0000
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=55751e65b97391de025cc79f74e181da33e2ae26

Sort tracks/artist/albums and genres correctly in mythmusic playlist editor



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

Summary of changes:
 mythplugins/mythgame/mythgame/gameui.cpp           |   12 +-
 .../mythmusic/mythmusic/playlisteditorview.cpp     |   45 ++--
 .../mythnetvision/mythnetvision/nettree.cpp        |   16 +-
 mythtv/libs/libmythbase/mythversion.h              |    2 +-
 mythtv/libs/libmythui/mythgenerictree.cpp          |  291 ++------------------
 mythtv/libs/libmythui/mythgenerictree.h            |   30 +--
 mythtv/libs/libmythui/mythuibuttontree.cpp         |    2 +-
 mythtv/programs/mythfrontend/videodlg.cpp          |   32 +--
 mythtv/programs/mythfrontend/videolist.cpp         |   16 +-
 9 files changed, 84 insertions(+), 362 deletions(-)

-- 



More information about the mythtv-commits mailing list