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
162
163
164
165
166
167
168
169
170
171
172
173
174
|
2004-09-10 11:10 Will Stephenson <[email protected]>
* Make it possible to suppress "XXX has left the chat" messages in
group chat. Needed for groupwise.
2004-09-10 11:09 Will Stephenson <[email protected]>
* merge Novell GroupWise Messenger support into HEAD.
2004-09-10 02:42 Olivier Goffart <[email protected]>
* Fix the popup menu over contacts
2004-09-09 22:50 Matt Rogers <[email protected]>
* Fix the reappearing format toolbar. (#59080)
2004-09-07 12:21 Will Stephenson <[email protected]>
* Fix stale chat window member lists on join/leave
2004-09-07 06:24 Olivier Goffart <[email protected]>
* Don't request the picture on group chat. this might have verry
bad side effect
2004-09-07 06:06 Olivier Goffart <[email protected]>
* Allow to drag and drop contact to the chatwindow to invite them
to the chat
2004-09-06 04:58 Will Stephenson <[email protected]>
* Emoticon scheme for GroupWise
2004-09-06 04:09 Olivier Goffart <[email protected]>
* Remove unused file Add tooltip
2004-09-05 16:16 Olivier Goffart <[email protected]>
* Allow configuring the application used for the netmeeting plugin.
So you can now use Konference insteads of Gnomemeeting
2004-09-04 15:52 Matt Rogers <[email protected]>
* default to enter to send messages
2004-09-03 17:58 Ingo Kl�cker <[email protected]>
* Fix bug 88759: (Multiple formulas in one paragraph
confuse Kopete). Approved by Olivier.
2004-09-03 12:33 Olivier Goffart <[email protected]>
* Fix Bug 88751: (right click move contact context menu not
updated)
2004-09-03 12:31 Olivier Goffart <[email protected]>
* Import the popup to ask the public key from KGPG (it has a quick
search line, and show more info) (#88757, #88756)
2004-09-02 08:02 Olivier Goffart <[email protected]>
* Use the highlight color for highlight cells. (#88495)
2004-09-02 04:53 Olivier Goffart <[email protected]>
* Do not crash if the sending movie can't be found. (88594
2004-09-02 04:26 Olivier Goffart <[email protected]>
* Let drag URL in the chatwindow to send files. (#82733)
2004-09-02 02:26 Olivier Goffart <[email protected]>
* Ask for confirmation before deleting a contact. (#76224)
2004-09-02 01:55 Olivier Goffart <[email protected]>
* Add Undo/Redo functions in the contactlist
-Group or metacontacts renames
-Move of metacontacts between groups
-Move of contact between metacontact
-Addition of contacts on the list.
2004-08-30 12:53 Michel Hermier <[email protected]>
* Avoid to remove/destroy protocol managed temporary metacontact
while attempting to remove them of the contactlist. (#81823, #86358)
2004-08-29 03:09 Olivier Goffart <[email protected]>
* Ask confirmation before overwrite a file for incomming file
transfers.
2004-08-28 16:47 Olivier Goffart <[email protected]>
* Remove the edit style dialog, and run the default editor instead.
I used text/plain as mimetype because text/xml or text/x-xslt
don't have default editor by default. I added a tracker to
update the preview when the style is saved (#77649, #63825, #77650)
2004-08-28 01:58 Olivier Goffart <[email protected]>
* Hide the header of the contactlist view (which only contains
"Contacts") (#87974)
2004-08-27 14:20 Olivier Goffart <[email protected]>
* fix bug 73901
2004-08-27 13:41 Olivier Goffart <[email protected]>
* Add tooltips and whatsthis help
2004-08-26 14:03 Michel Hermier <[email protected]>
* Removed KStringHandler::isUtf8 workaround bug, as now
KopeteMessage::decodeString should not trigger the bug anymore.
2004-08-26 13:59 Michel Hermier <[email protected]>
* Make the decodeMessage function more fast for empty CString. As
a side effect it fix possible attempt to decode null string using
KStringHandler::isUtf8 wich make kopete crash with tdelibs prior
to 3.2.92.
2004-08-23 12:54 Gustavo P. Boiko <[email protected]>
* Fix encoding of sent OSCAR messages
2004-08-22 22:27 Matt Rogers <[email protected]>
* Fix bug 87727.
saveOptions() was in the destructor, which meant the window state
was always hidden.
2004-08-19 23:27 Matt Rogers <[email protected]>
* Rearrange the yahoo message parsing a bit so we do it all before we
create the KopeteMessage object for it.
Workaround pidgin's bugginess when sending URLs so that there
aren't parse errors. (#87190)
2004-08-14 14:22 Matt Rogers <[email protected]>
* derive a new class from KActiveLabel so we can control how the
links are opened
2004-08-14 14:11 Will Stephenson <[email protected]>
* Stupid crash bug, now fixed. Always keep a good MC pointer
around to call execute() on. (#87065)
2004-08-13 16:01 Michel Hermier <[email protected]>
* Let's forget about deleting objects, QOject will make it for us.
Don't remove automagically added temporary irc account while
connection disconnected (was causing a crash). The previous
changes remove crashs and invalid reads while quitting.
2004-08-13 13:55 Michel Hermier <[email protected]>
* Removed a possibly usage of a destroyed object, while clossing
kopete and attempting to loggin to IRC.
2004-08-13 13:22 Michel Hermier <[email protected]>
* Avoided usage of a possible null pointer. (#87083, #86928)
|