~ubuntu-branches/ubuntu/vivid/mythbuntu-common/vivid

« back to all changes in this revision

Viewing changes to mythbuntu_common/dictionaries.py

  • Committer: Package Import Robot
  • Author(s): John Baab, John Baab, Mario Limonciello
  • Date: 2012-04-09 11:38:09 UTC
  • Revision ID: package-import@ubuntu.com-20120409113809-13ulj4smq3k89ccl
Tags: 0.67
[ John Baab ]
* Drop theme tab (installable from mythtv itself)
* Removed obsolete plugins from dictionary.

[ Mario Limonciello ]
* Drop mythvideos and mythmovies plugin checkboxes (gone in 0.25)
* Update precise in repos.db.

Show diffs side-by-side

added added

removed removed

Lines of Context:
36
36
    return list
37
37
 
38
38
####################
39
 
#Theme dictionaries: these are for managing a list of all possible themes
40
 
####################
41
 
def get_theme_dictionary(self):
42
 
    list= {
43
 
        "mythtv-themes": self.supported_themes,                                \
44
 
        "mythtv-theme-mythbuntu": self.mythbuntu_theme }
45
 
    return list
46
 
 
47
 
####################
48
39
#Plugin dictionaries: these are for managing a list of all possible plugins
49
40
####################
50
41
def get_frontend_plugin_dictionary(self):
54
45
        "mythgame": self.mythgame_checkbox,                                    \
55
46
        "mythgallery": self.mythgallery_checkbox,                              \
56
47
        "mythmusic": self.mythmusic_checkbox,                                  \
57
 
        "mythmovies": self.mythmovies_checkbox,                                \
58
48
        "mythnews": self.mythnews_checkbox,                                    \
59
49
        "mythnetvision": self.mythnetvision_checkbox,                          \
60
 
        "mythvideo": self.mythvideo_checkbox,                                  \
61
50
        "mythweather": self.mythweather_checkbox }
62
51
    return list
63
52
 
109
98
        "dhcp3-server": self.diskless_server_dhcp }
110
99
    return list
111
100
 
112
 
def get_artwork_dictionary(self):
113
 
    list = {
114
 
        "mythbuntu-gdm-theme": self.gdm_theme,                                 \
115
 
        "mythbuntu-default-settings": self.xfce_theme }
116
 
    return list
117
 
 
118
101
def get_graphics_dictionary():
119
102
    list = {}
120
103
    ##AMD graphics detection