~ubuntu-branches/ubuntu/lucid/mythtv/lucid

« back to all changes in this revision

Viewing changes to programs/mythfrontend/statusbox.h

  • Committer: Bazaar Package Importer
  • Author(s): Mario Limonciello, Mario Limonciello, John Baab
  • Date: 2009-09-29 01:33:23 UTC
  • mfrom: (1.1.35 upstream)
  • Revision ID: james.westby@ubuntu.com-20090929013323-6pvn8encm757zbxw
Tags: 0.22.0~trunk22101-0ubuntu1
[ Mario Limonciello ]
* New upstream checkout (r22101)
* Try to guard and make sure that ~mythtv is read from /etc/passwd 
  rather than assuming it's /home/mythtv.

[ John Baab ]
* debian/mythtv-common.postinst:
  - Added symlink for /home/mythtv/.mythtv/config.xml

Show diffs side-by-side

added added

removed removed

Lines of Context:
29
29
  signals:
30
30
    void updateLog();
31
31
 
 
32
  protected:
 
33
    virtual void Init(void);
 
34
    
32
35
  private slots:
33
36
    void setHelpText(MythUIButtonListItem *item);
34
37
    void updateLogList(MythUIButtonListItem *item);
43
46
    void doAutoExpireList();
44
47
 
45
48
  private:
46
 
    void Load();
47
 
 
48
49
    MythUIButtonListItem* AddLogLine(QString line, QString detail="",
49
50
                                     QString state="", QString data="");
50
51