1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
|
///////////////////////////////////////////////////////////////////
// Display Control plugin for Miranda. Turns on the screen if in power saving mode, when a message arives
// https://opensvn.csie.org/traccgi/DspControl/
// Copyright © 2006-2007 A. Chilaru (FlexLabs Inc. <flexlabs@gmail.com>)
//
// This program is free software; you can redistribute it and/or
// modify it under the terms of the GNU General Public License
// as published by the Free Software Foundation; either version 2
// of the License, or (at your option) any later version.
//
// This program is distributed in the hope that it will be useful,
// but WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
// GNU General Public License for more details.
//
// You should have received a copy of the GNU General Public License
// along with this program; if not, write to the Free Software
// Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
///////////////////////////////////////////////////////////////////
1. About
--------
The Display Control plugin allows you to know if a message arrived, even if your computer entered the low-consumption mode, and turned off the screen by just turning the screen back on.
2. Features
-----------
- Turning on the screen when a message is received
- Status mode trigger (e.g. turn on only if in away mode)
- Protocol trigger (e.e turning on only on messages from certain protocols)
- Message type trigger
- Time trigger
- Individual contact trigger
- Meta contacts support
4. Todo
-------
- Move everything to new host (and finish this README)
5. History
----------
See CHANGELOG.txt
6. Known issues
---------------
None known
7. Latest development version:
------------------------------
You can download the latest developement version from here:
http://opensvn.csie.org/DspControl/bin/DspControl.zip
Alternatively, you can download the latest source code on the project homepage:
http://svn.mirandaim.ru/mainrepo/dspcontrol
8. Bugs
-------
- Before sending reports check if bugs are still present in the latest developement version
- and that such a bug hasn't been submitted earlier:
https://opensvn.csie.org/traccgi/DspControl/report/3
- [English or Russian] You can send bug reports on the project homepage:
https://opensvn.csie.org/traccgi/DspControl/newticket
9. Discussion & Feature Requests
--------------------------------
- Request features, discuss plugin at Miranda IM forum thread page:
http://forums.miranda-im.org/showthread.php?p=94775
- Or you can e-mail me them..
- Feature requests can also be submitted ot the project homepage:
https://opensvn.csie.org/traccgi/DspControl/newticket
10. Localisation
--------------------------------
- Available since v.0.1.1.14
- Unicode support since v.0.1.1.20
- See TRANSLATION.txt for details
Copyright © 2006-2007 A. Chilaru (FlexLabs Inc. <flexlabs@gmail.com>)
|