~openlp-core/openlp/trunk

« back to all changes in this revision

Viewing changes to openlp/core/lib/eventreceiver.py

  • Committer: Andreas Preikschat
  • Date: 2011-10-05 18:18:42 UTC
  • mfrom: (1766.1.8 bug-856296)
  • Revision ID: googol@lavabit.com-20111005181842-1tz6at8o3oyipegg
- improved the preview frame display performance
- removed dead code

Show diffs side-by-side

added added

removed removed

Lines of Context:
51
51
    ``config_screen_changed``
52
52
        The display monitor has been changed
53
53
 
54
 
    ``slidecontroller_{live|preview}_first``
55
 
        Moves to the first slide
56
 
 
57
54
    ``slidecontroller_{live|preview}_next``
58
55
        Moves to the next slide
59
56
 
66
63
    ``slidecontroller_{live|preview}_previous_noloop``
67
64
        Moves to the previous slide, without auto advance
68
65
 
69
 
    ``slidecontroller_{live|preview}_last``
70
 
        Moves to the last slide
71
 
 
72
66
    ``slidecontroller_{live|preview}_set``
73
67
        Moves to a specific slide, by index
74
68
 
82
76
    ``slidecontroller_{live|preview}_changed``
83
77
        Broadcasts that the slidecontroller has changed the current slide
84
78
 
85
 
    ``slidecontroller_{live|preview}_text_request``
86
 
        Request the text for the current item in the controller
87
 
        Returns a slidecontroller_{live|preview}_text_response with an
88
 
        array of dictionaries with the tag and verse text
89
 
 
90
79
    ``slidecontroller_{live|preview}_blank``
91
80
        Request that the output screen is blanked
92
81