~thelinuxguy/openlp/backport-fix

« back to all changes in this revision

Viewing changes to openlp/core/ui/maindisplay.py

  • Committer: Tim Bentley
  • Author(s): raoul at snyman
  • Date: 2017-03-22 17:45:47 UTC
  • mfrom: (2676.1.6 fix-db-upgrades-2.4)
  • Revision ID: tim.bentley@gmail.com-20170322174547-7u6lqrdiah68uh6b
Revert the database upgrade, fix a few more bugs, and add some tests.

Bugs fixed:
- Sometimes the timer goes off as OpenLP is shutting down, and the application has already been deleted (reported via support system)
- Fix opening the data folder (KDE thought the old way was an SMB share)
- Fix a problem with the new QMediaPlayer not controlling the playlist anymore


Add this to your merge proposal:
--------------------------------
lp:~raoul-snyman/openlp/fix-db-upgrade-2.4 (revision 2681)
[...

Show diffs side-by-side

added added

removed removed

Lines of Context:
672
672
        """
673
673
        Skip forward to the next track in the list
674
674
        """
675
 
        self.player.next()
 
675
        self.playlist.next()
676
676
 
677
677
    def go_to(self, index):
678
678
        """