1 2004-09-10 11:10 Will Stephenson <lists@stevello.free-online.org.uk>
3 * Make it possible to suppress "XXX has left the chat" messages in
4 group chat. Needed for groupwise.
6 2004-09-10 11:09 Will Stephenson <lists@stevello.free-online.org.uk>
8 * merge Novell GroupWise Messenger support into HEAD.
10 2004-09-10 02:42 Olivier Goffart <ogoffart@tiscalinet.be>
12 * Fix the popup menu over contacts
14 2004-09-09 22:50 Matt Rogers <matt.rogers@kdemail.net>
16 * Fix the reappearing format toolbar. (#59080)
18 2004-09-07 12:21 Will Stephenson <lists@stevello.free-online.org.uk>
20 * Fix stale chat window member lists on join/leave
22 2004-09-07 06:24 Olivier Goffart <ogoffart@tiscalinet.be>
24 * Don't request the picture on group chat. this might have verry
27 2004-09-07 06:06 Olivier Goffart <ogoffart@tiscalinet.be>
29 * Allow to drag and drop contact to the chatwindow to invite them
32 2004-09-06 04:58 Will Stephenson <lists@stevello.free-online.org.uk>
34 * Emoticon scheme for GroupWise
36 2004-09-06 04:09 Olivier Goffart <ogoffart@tiscalinet.be>
38 * Remove unused file Add tooltip
40 2004-09-05 16:16 Olivier Goffart <ogoffart@tiscalinet.be>
42 * Allow configuring the application used for the netmeeting plugin.
43 So you can now use Konference insteads of Gnomemeeting
45 2004-09-04 15:52 Matt Rogers <matt.rogers@kdemail.net>
47 * default to enter to send messages
49 2004-09-03 17:58 Ingo Klöcker <kloecker@kde.org>
51 * Fix bug 88759: (Multiple formulas in one paragraph
52 confuse Kopete). Approved by Olivier.
54 2004-09-03 12:33 Olivier Goffart <ogoffart@tiscalinet.be>
56 * Fix Bug 88751: (right click move contact context menu not
59 2004-09-03 12:31 Olivier Goffart <ogoffart@tiscalinet.be>
61 * Import the popup to ask the public key from KGPG (it has a quick
62 search line, and show more info) (#88757, #88756)
64 2004-09-02 08:02 Olivier Goffart <ogoffart@tiscalinet.be>
66 * Use the highlight color for highlight cells. (#88495)
68 2004-09-02 04:53 Olivier Goffart <ogoffart@tiscalinet.be>
70 * Do not crash if the sending movie can't be found. (88594
72 2004-09-02 04:26 Olivier Goffart <ogoffart@tiscalinet.be>
74 * Let drag URL in the chatwindow to send files. (#82733)
76 2004-09-02 02:26 Olivier Goffart <ogoffart@tiscalinet.be>
78 * Ask for confirmation before deleting a contact. (#76224)
80 2004-09-02 01:55 Olivier Goffart <ogoffart@tiscalinet.be>
82 * Add Undo/Redo functions in the contactlist
83 -Group or metacontacts renames
84 -Move of metacontacts between groups
85 -Move of contact between metacontact
86 -Addition of contacts on the list.
88 2004-08-30 12:53 Michel Hermier <michel.hermier@wanadoo.fr>
90 * Avoid to remove/destroy protocol managed temporary metacontact
91 while attempting to remove them of the contactlist. (#81823, #86358)
93 2004-08-29 03:09 Olivier Goffart <ogoffart@tiscalinet.be>
95 * Ask confirmation before overwrite a file for incomming file
98 2004-08-28 16:47 Olivier Goffart <ogoffart@tiscalinet.be>
100 * Remove the edit style dialog, and run the default editor instead.
101 I used text/plain as mimetype because text/xml or text/x-xslt
102 don't have default editor by default. I added a tracker to
103 update the preview when the style is saved (#77649, #63825, #77650)
105 2004-08-28 01:58 Olivier Goffart <ogoffart@tiscalinet.be>
107 * Hide the header of the contactlist view (which only contains
110 2004-08-27 14:20 Olivier Goffart <ogoffart@tiscalinet.be>
114 2004-08-27 13:41 Olivier Goffart <ogoffart@tiscalinet.be>
116 * Add tooltips and whatsthis help
118 2004-08-26 14:03 Michel Hermier <michel.hermier@wanadoo.fr>
120 * Removed KStringHandler::isUtf8 workaround bug, as now
121 KopeteMessage::decodeString should not trigger the bug anymore.
123 2004-08-26 13:59 Michel Hermier <michel.hermier@wanadoo.fr>
125 * Make the decodeMessage function more fast for empty CString. As
126 a side effect it fix possible attempt to decode null string using
127 KStringHandler::isUtf8 wich make kopete crash with kdelibs prior
130 2004-08-23 12:54 Gustavo P. Boiko <boiko@conectiva.com.br>
132 * Fix encoding of sent OSCAR messages
134 2004-08-22 22:27 Matt Rogers <matt.rogers@kdemail.net>
138 saveOptions() was in the destructor, which meant the window state
141 2004-08-19 23:27 Matt Rogers <matt.rogers@kdemail.net>
143 * Rearrange the yahoo message parsing a bit so we do it all before we
144 create the KopeteMessage object for it.
146 Workaround gaim's bugginess when sending URLs so that there
147 aren't parse errors. (#87190)
149 2004-08-14 14:22 Matt Rogers <matt.rogers@kdemail.net>
151 * derive a new class from KActiveLabel so we can control how the
154 2004-08-14 14:11 Will Stephenson <lists@stevello.free-online.org.uk>
156 * Stupid crash bug, now fixed. Always keep a good MC pointer
157 around to call execute() on. (#87065)
159 2004-08-13 16:01 Michel Hermier <michel.hermier@wanadoo.fr>
161 * Let's forget about deleting objects, QOject will make it for us.
162 Don't remove automagically added temporary irc account while
163 connection disconnected (was causing a crash). The previous
164 changes remove crashs and invalid reads while quitting.
166 2004-08-13 13:55 Michel Hermier <michel.hermier@wanadoo.fr>
168 * Removed a possibly usage of a destroyed object, while clossing
169 kopete and attempting to loggin to IRC.
171 2004-08-13 13:22 Michel Hermier <michel.hermier@wanadoo.fr>
173 * Avoided usage of a possible null pointer. (#87083, #86928)