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 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161
|
licq-osd (1.3.2.1) unstable; urgency=low
* usernames are always UTF-8 encoded now (thanks to Eugene Paskevich
for the patch)
-- Martin MAURER <martinmaurer@gmx.at> Thu, 1 Dec 2005 12:20:37 +0100
licq-osd (1.2.7.6) unstable; urgency=low
* added Slovak translation
-- Martin MAURER <martinmaurer@gmx.at> Mon, 17 May 2004 12:20:37 +0100
licq-osd (1.2.7.5) unstable; urgency=low
* different colours for status informations and messages
* messages coming from secure channel are optically marked now
(if enabled)
-- Martin MAURER <martinmaurer@gmx.at> Mon, 17 May 2004 12:20:37 +0100
licq-osd (1.2.7.4) unstable; urgency=low
* show autoreponse check is now configurable
* ShowInModes support (see config file)
* new configure switch for cvs version: --with-cvs
* some code cleanup in licq-osd.cpp
hopefully i didnt break anything
* DelayPerCharacter works now for StatusChange too.
-- Martin MAURER <martinmaurer@gmx.at> Wed, 3 Dec 2003 12:20:37 +0200
licq-osd (1.2.7.3a) unstable; urgency=low
* added some new translations
- 2 russion translation (see readme)
- pt and pt_BR (they are the same at the moment)
-- Martin MAURER <martinmaurer@gmx.at> Tue, 2 Sep 2003 12:20:37 +0200
licq-osd (1.2.7.3) unstable; urgency=low
* added patches from Tomas Janousek <tomi@nomi.cz>:
- added localisation
- fixed xosd initialisation (set font after shadow and/or outline offsets
but before setting position)
- usernames are translated too
- my_translate now gets user encoding from LICQ, not by reading conf. file
- fixed charset detection
* messages from users of ignore list and invisible list will not
be shown any more
* outputs of my_xosd.cpp will now go to the licq logger instead of stdout
* tuned configfile and synced licq_osd.conf.h with licq_osd.conf and defines
* moved the subversion repository to the publically available
http://svn.nomi.cz:81/svn/licq_osd/. thanks to Ondrej Novy for providing
this service.
* output invisible instead of offline when a user gets invisible.
-- Martin MAURER <martinmaurer@gmx.at> Tue, 29 Jul 2003 12:20:37 +0200
licq-osd (1.2.7.2) unstable; urgency=low
* fixed a bug where long messages where shown for a too long time
(because of the DelayPerCharacter function)
* added patch from Ondrej Novy:
- support for ShadowColour
- support for OutlineColour
* added patch from Tomas Janousek <tomi@nomi.cz>
- fixed codepage translation
-- Martin Maurer <martinmaurer@gmx.at> Tue, 17 Jun 2003 13:00:00 +0100
licq-osd (1.2.7.1) unstable; urgency=low
* fixed a build error (had messed up automake stuff)
(thanks to Michael Flohr for solving this problem)
* added patches by Ondrej Novy:
- adds black outline to xosd messages
- adds center and middle to halign and valign
* fixed licq_osd.conf.h (there were some newlines missing)
* added some debug outputs to my_xosd.cpp
* added patch from Andy Shevchenko
- allows to display only that a message has arrived instead of the message itself
-- Martin Maurer <martinmaurer@gmx.at> Tue, 17 Jun 2003 13:00:00 +0100
licq-osd (1.2.7) unstable; urgency=low
* added DelayPerCharacter support
* added ShowStatusChange support
* added ShadowOffset config file option
this adds a black shadow to the displayed text
-- Martin Maurer <martinmaurer@gmx.at> Thu, 29 May 2003 13:00:00 +0100
licq-osd (1.2.6) unstable; urgency=low
* improved automake/autoconf stuff (thanks to Juan F. Codagnone for his
improvements to my scripts)
* config file will be automatically generated if none exists
(patch from Andy Shevchenko)
* finally fixed the startup problem some people had reported
(thanks to Christian Kaeunicke for helping me to debug this problem)
* introduced showmessages config value
(turn osd for messages on/off/(on for online notify))
-- Martin Maurer <martinmaurer@gmx.at> Sat, 12 Apr 2003 13:00:00 +0100
licq-osd (1.2.4a) unstable; urgency=low
* reenabled licq-osd to show umlauts (you ve got to select a font of the correct locale for this)
* eliminated timeout while loading
-- Martin Maurer <martinmaurer@gmx.at> Sat, 15 Mar 2003 19:00:00 +0100
licq-osd (1.2.4) unstable; urgency=low
* added config.h to automake - solves a compile problem
* added debian package support (do a dpkg-buildpackage -rfakeroot)
* break lines only at word boundaries
* added horizontal offset support
* added position support
-- Martin Maurer <martinmaurer@gmx.at> Sat, 15 Mar 2003 10:00:00 +0100
licq-osd (1.2.3) unstable; urgency=low
* added logon and logoff messages
* set default font to standardfont - previous one was not available on all
machines you might want to edit the config file !!!
* modified Makefile to use install instead of cp
* added /usr/include/licq to include path.
so it should compile on debian when you install licq-dev
* adapted to licq version system.
-- Martin Maurer <martinmaurer@gmx.at> Thu, 06 Mar 2003 22:00:00 +0100
licq-osd (1.2) unstable; urgency=low
* plugin works now when configfile is missing
* corrected timetamp in changelog (version 1.1 - not 03 Mar but 04 Mar)
-- Martin Maurer <martinmaurer@gmx.at> Wed, 05 Mar 2003 22:00:00 +0100
licq-osd (1.1) unstable; urgency=low
* added configfile support and simple automake file
-- Martin Maurer <martinmaurer@gmx.at> Tue, 04 Mar 2003 22:00:00 +0100
licq-osd (1.0) unstable; urgency=low
* replaced QT osd display funtion by libxosd - QT is no longer needed now
-- Martin Maurer <martinmaurer@gmx.at> Mon, 03 Mar 2003 22:00:00 +0100
licq-osd (0.9) unstable; urgency=low
* first version using QT
-- Martin Maurer <martinmaurer@gmx.at> Sun, 02 Mar 2003 22:00:00 +0100
|