blob: 09815bf989bcb0ba9d70230d3135f03b77829d32 (
plain)
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
77
78
79
80
81
82
83
84
|
Wannabe (Miranda's) OSD
(c)2005 Andrej Krutak
Distribute under the GNU GPL 2.0 license
=======================================================
Hello there, I'm happy you are trying out my OSD plugin... I've just started
to make it (in fact, it's the first miranda plugin i ever made ;-) so please
excuse bugs etc. (but you may report them, of course ;-)
The plugin is trying to implement all the functionality of the 'old' OSD plugin.
However, I never got to it's documentation, so I can't tell if everything's gonna
work the way it should... Let me know :o)
And I'll be happy if you send some suggestions/code parts etc., but please,
send it into the forum of this project on miranda's web ;-)
------| Short tips: |----------------------------------
Moving the OSD:
Simply drag it by pressing left mouse button and then move the cursor ;-)
Note that only position changes done while settings dialog is shown are
saved.
Closing the actual OSD:
Press the right button over the OSD - that will close the OSD and
show a message window for the contact who caused the OSD activity.
------| Changelog: |-----------------------------------
0.2.0.5
New: Enable/disable OSD announces for specific own statuses
Fix: User interface improvemets...
Fix: used 100% of the processor time sometimes
0.2.0.1
Fix: Help button
Fix: Translation of status announces
0.2.0.0
Fix: multiline output
New: separate color for status & message announces
New: by pressing the right mouse button you can send message
New: message announce format can be customized a little
Fix: User interface improvemets...
Fix: again a little bit more compatible to win9x ;-)
Info: The unicode version might be broken, sorry if it is
0.1.5.0
New: unicode support (thanx to SilverCircle)
New: multiline output (thanx to SilverCircle)
(Hopefully)Fix: win9x-workaround memory leak
0.1.0.0
New: more comfortable OSD positioning
New: possibility to not show own status changes
New: translation support
Fix: should work under win9x, however the transparency doesn't work well
Fix: some small bugfixes (e.g. saving of announce settings) ;-)
0.0.2.0
New: some more documentation
New: settings applied to osd instantly, saved after apply
New: user offline notification
Fix: only showing status of people in the contact list
0.0.1.1
Tiny little fix ;-)
0.0.1.0
Initial release
------| Some TODOs: |----------------------------------
* different color schemes for messages/online notifications etc. (in progess)
* test (and make work in case it doesn't) under other os than winxp
* add some other formatting options (not sure if it's worth the work)
* other things ;-)
|