~openlp-core/openlp/trunk

« back to all changes in this revision

Viewing changes to openlp/plugins/presentations/presentationplugin.py

  • Committer: Raoul Snyman
  • Author(s): Tomas Groth
  • Date: 2015-04-03 18:36:02 UTC
  • mfrom: (2524.2.5 ppt-fixes)
  • Revision ID: raoul@snyman.info-20150403183602-psskpghhiwbxl47v
Take focus back if Powerpoint steals it - fixes bug 1423913.
Optionally advance a Powerpoint slides animation when clicked in the slidecontroller - fixes bug 1194847.
Made OpenLP respect hidden slides. Improved logging in case of errors.
For Impress, go to previous effect instead of the previous slide.

Show diffs side-by-side

added added

removed removed

Lines of Context:
44
44
                        'presentations/Powerpoint Viewer': QtCore.Qt.Checked,
45
45
                        'presentations/Pdf': QtCore.Qt.Checked,
46
46
                        'presentations/presentations files': [],
47
 
                        'presentations/thumbnail_scheme': ''
 
47
                        'presentations/thumbnail_scheme': '',
 
48
                        'presentations/powerpoint slide click advance': QtCore.Qt.Unchecked
48
49
                        }
49
50
 
50
51