forked from ziemniak/kadu
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathChangeLog
739 lines (707 loc) · 49.8 KB
/
ChangeLog
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
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
+++ version 0.6.7
* gadu: removed depreceated ip/port/version code - gg server does not send this info anymore (Vogel)
* modules: Library class removed, we can use QLibrary (Vogel)
* cmake: faster linking, not using final.cpp on Windows compilation (Darom, beevvy, Vogel)
* gui: #2048 fixed: opening percent-encoded URL's with system web browser (beevvy)
* gui: new syntax editor window layout (ultr)
+++ version 0.6.6-rc5
* configuration: configuration is now always properly imported on Windows (Vogel)
+++ version 0.6.6-rc4
* single_window: fixed crash when docking was unloaded (beevvy)
* single_window: fixed hiding Kadu widget instead of Single Window in some cases (beevvy)
* buddies: fixed priorities that were broken since rc2 (beevvy)
* translations: enabled Czech translation in configuration window and configuration wizard (Vogel)
* gui: #2056 fixed: only one buddy can be selected in merge buddies combobox (Vogel)
* gui: fixed rare crash at startup (beevvy)
* hints: #2060 fixed: remove configuration widgets after unloading module (Vogel)
+++ version 0.6.6-rc3
* buddies: disable merging buddy with itself (Vogel)
* tabs: fixed some issues with blinking icons/titles (beevvy)
* notify: do not notify about status change if the status did not change actually (beevvy)
* buddies: fixed possible crash at start or restoring main window from tray (beevvy)
* gui: fix Ctrl+C copying from chat edit box (WhE)
* gui: #2046 fixed: info panel is empty for buddies without contacts (WhE)
* gui: fix crash in "Open chat with..." window after accepting empty input (WhE)
* emoticons, icons, sound: fixed non-working custom theme paths on Windows (beevvy)
* gadu: #1992 fixed: (un)registering GG account on Windows (Dorr)
* buddies: adding new buddy from chat window does not require changing display name (Vogel)
* accounts: properly set ownerBuddy for account contacts for all new accounts (Vogel)
* jabber: fixed stupid bug in account connection options when changing SSL settings (Vogel)
* jabber: #2047 fixed: properly send authorization after adding contact to roster (WhE)
* tabs: better tabs look (beevvy/Vogel)
* modules: fixed bug when protocols modules were not loaded after Kadu upgrade (Vogel)
* contacts: fixed bad avatar pixmaps in some cases for contacts without avatars (WhE)
+++ version 0.6.6-rc2
* jabber: #2026 fixed: incorrect XEP-0085: Chat State Notifications implementation (WhE, beevvy)
* xmms_mediaplayer: compilation fixed (Dorr)
* sms: #1727 fixed: Plus GSM gateway is now working again (Dorr)
* hints: fix crashes when two different modules providing hints are loaded at the same time (WhE)
* syntax: #2018 fixed: cleanup chat and infopanel syntax files (Vogel)
* desktop_docking: fixed crash and menu setup (Vogel)
* config_wizard: #2013 fixed: moved configuration widget trigger back to menu (Vogel)
* gui: Fixes for config preview widgets (ultr)
* encryption: #2015 fixed: moved generate-keys action from configuration window to menu (Vogel)
* status: #2031 fixed: Add missing statuses to "On startup, set" ComboBox (WhE)
* core: #2036 fixed: shortcuts with "Alt" midifier don't work in chat window (WhE)
* gui: #2038 fixed: unloading firewall or mimetex modules, when configuration window is opened, crashes Kadu (WhE)
* history_migration: action in Tools menu is no more displayed if there is nothing to import (beevvy)
* encryption_ng_simlite: #2040 fixed: new lines were sent as "?" (beevvy)
* gadu: #2003 fixed: do not allow to import yourself from gadu gadu server (Vogel)
* gadu: #2002 fixed: crash on Kadu close after importing list from gadu gadu server (Vogel)
* gadu: #2016 fixed: sending images to Gadu-Gadu 10 (Vogel)
* kde_notify: do not allow too big icons in notifications (Vogel)
* notify: #2037 fixed: add account id/name to connection error notification (Vogel)
* gui: #2008 fixed: some icons are not visible in info panel (WhE)
+++ version 0.6.6-rc1
* chat: #1963 fixed: crash on opening chats, when citing from history is greater than message prunning setting (WhE)
* jabber: #1972: Kadu sends invalid version string in capabilities information - XEP-0115: Entity Capabilities (WhE)
* docking/simple_view: #1984 fixed: "simple view" option disappears from docking menu (WhE)
* gadu: #1758 fixed: invalid behaviour of status buttons and menus when server disconnects (WhE)
* gui: #1889 fixed: possibility of not displaying status icon (WhE)
* gui: #1903 fixed: Invalid icon of "Change Status" action (Vogel, WhE)
* jabber: #1988 fixed: "Send inactivity events" options is always active after opening "Your accounts" window (WhE)
* gadu: #1967 fixed: multilogon ips are displayed improperly (Vogel)
* chat: #1819 fixed: properly display system messages in Satin style (Vogel)
* history: #1564 fixed: save contacts statuses after login (Vogel)
* gui: #1886 fixed: removed unused proxy configuration widgets (Vogel)
* jabber: #1914 fixed: added information about Facebook username (Vogel)
* status: #1845 fixed: if Identity has a connected Gadu-Gadu account, always use its status (i.e., status icon, status menu, etc.) (beevvy, WhE)
* icons: #1989 fixed: Oxygen's dialog-warning icons works again (ultr)
* gui: copying folded links from chat view now copies the entire links, not their folded versions (beevvy)
* buddies: added possibility to choose preferred contact only by priority, regardless of its status (off by default) (beevvy)
* gadu: fixed resolver to work with more than one gadu account (beevvy)
* gui: #1999 fixed: display avatar for dummy buddy when using default icon style (Vogel)
* gui: #1994 fixed: add break-word to CSS styles for Satin (Vogel)
* history_migration: #1990 fixed: running simultaneously more than one history import for the same history is possible (WhE)
* gui: SpinBox widgets translate their suffixes now (ultr)
* gadu: #2001 fixed: crash on changing account password (WhE)
+++ version 0.6.6-beta17
* gui: always use bold font on buddies with new messages (Vogel)
* gadu: #1966 fixed: use only 443 port when connecting with TLS (Vogel)
* core: fix serious regression from beta16, when Kadu sometimes lost some contacts after upgrade to beta16 (WhE)
* docking: mac docking helper rewritten using Cocoa (Dorr/Vertex)
+++ version 0.6.6-beta16
* gadu: fixed invalid encoding and invalid formatting in some received messages, especially from GG10 (still not compatible with Infobot) (beevvy)
* encryption_ng: fixed possible crash when closing chat (beevvy)
* encryption_ng_simlite: #1933 really fixed: do not turn on encryption if received unencrypted message (beevvy)
* gui: fixed way too high chat edit box on clean installation (beevvy)
* encryption_ng, encryption_ng_simlite: fixed modules loading on Windows (beevvy)
* gui: close buddy data window when buddy is removed (Vogel)
* gui: fix email action for non-contacts buddies (Vogel)
* gui: added fake email account to new buddy window, similar to fake mobile account (Vogel)
* gui: sort "Add button" actions in toolbar menu by name (Vogel)
* gui: #1923 fixed: crash on Windows after right clicking on a toolbar (WhE, beevvy)
* avatars: added timeout to avatar jobs, so buggy servers do not stop avatar fetching (Vogel)
* sql-history: #1860, #1805 fixed: fixed messages sorting in some cases (Vogel)
* jabber: #1926 fixed: do not clean roster on account removal (Vogel)
* gui: restored max saved descriptions functionality (Vogel)
* screenshot: fixed format/quality settings (Vogel)
* sms: sms progress window can now be closed at any time (Vogel)
* gadu: added TLS encryption support for users of new libgadu 1.10 (Vogel)
* gadu: better multilogon support for users of new libgadu 1.10 - all sent messages are shared (Vogel)
* core: restored flushing configuration when setting status (beevvy)
* jabber: added "Show XML Console for Account" submenu to Tools menu (beevvy)
* gui: #1901 fixed: update icons after changing icon theme (WhE)
* history: allow removing statuses and smses history in history window (WhE)
* history: allow removing history for given date (WhE)
* history: allow opening chats from history windows (WhE)
* history: added filtering of status buddies in history window (WhE)
* gadu: added full multilogon support - with possibility to kill other sessions (Vogel)
* gadu: fixed connecting with HUB (Vogel)
* status: #1869 fixed: Sometimes statuses set by autoaway are stored in configuration on exit (WhE)
* gui: #1942 fixed: during filtering anonymous contacts are shown on the list (WhE)
* history_migration: #1938 fixed: crash when storing Chat data if the module was unloaded after importing history (WhE)
* hints: #1784 fixed: setting border color and border width doesn't work (WhE)
* core: #1855 fixed: removed non-working and unneeded config option ActivateWithNewMessages (Juzef)
* protocols: #1910 fixed: after cancelling of connecting to server, status is not changed to "Offline" (WhE)
* sms: #1945 fixed: crash when confirming token by pressing Return (beevvy)
* gui: #1917 fixed: show an information that restart is needed to language settings change take effect (WhE)
* icons: #1955 fixed: wrong "?" icons for Kadu for example in taskbar (ultr)
* gadu: drop DCCv6 support, even GG servers doen't support it now (Vogel)
* gui: #1943 fixed: fixed crashes in Search Window; rewritten some parts of it (beevvy)
* gadu: added typing notifications support (WhE)
* jabber: #1953 fixed: chat events aren't sent (WhE)
+++ version 0.6.6-beta15
* url-handlers: #1908 fixed: links containing HTML entities were not escaped (beevvy)
* url-handlers: #1894 fixed: HTTP links containing e-mail addresses were wrongly interpreted (beevvy)
* modules: creating static modules is again possible (WhE)
* protocols: #1887 fixed: restored importing contact list after adding Gadu-Gadu account (beevvy)
* gui: #1922 fixed: when adding buddy with "Add Buddy..." action from chat, Buddy ID and account should not be editable to not confuse users (beevvy)
* profiles_import: #1748 half-way done: importing old profiles into new identities, no history import yet (Vogel)
* core: #1895 fixed: added screensaver detection for automatic fullscreen silent mode (ultr)
* gui: #1610 fixed: flashing hints over buddies list fixed (ultr)
* gadu: #1640 fixed: no tokens when creating a new account on Windows (dorr)
* config_wizard: #1912 fixed: Next and Cancel buttons were invisible on Windows Vista/7 (beevvy)
* docking: #1915 fixed: minimizing Kadu to tray by clicking on tray icon didn't work on Windows (beevvy)
* profiles_import: #1748 done: history import added (Vogel)
* profiles: module removed (Vogel)
* encryption_ng_simlite: #1936 fixed: invalid encoding when encrypting messages between 0.6.6 and 0.6.6 (Vogel)
* search: #1931 fixed: double toolbars in search window (Vogel)
* gui: #1899 fixed: do not display "Ungroupped" group when it is empty (Vogel)
* gui: #1724 fixed: better "cannot send image" messages (Vogel)
* sms: #1727 fixed: removed plus gateway (Vogel)
* nextinfo: module ported to Kadu 0.6.6 (ultr)
* encryption_ng: #1933 fixed: do not turn on encryption when received unencrypted message (Vogel)
* gui: added "more actions" action to chat toolbars (Vogel)
* gui: #1733 fixed: new default layout of chat toolbars (Vogel)
* encryption_ng_simlite: #1921 fixed: could not read some public keys (Vogel)
* gui: #1679, #1940 fixed: scrolling chat window with emoticons and images (ultr)
* screenshot: #1941 fixed: disable screenshot action for protocols without chat image service (Juzef)
* gadu: download avatar from server after connection (Vogel)
* jabber: download avatar from server after connection (Vogel)
* jabber: PEP avatars can now be fetched for contacts (Vogel)
* jabber: #1750 fixed: account avatar can now be removed (Vogel)
* gadu: #1852 fixed: crash while receiving files (beevvy)
* qt: Qt 4.6.1 is now required
* gui: #1928 fixed: hide tooltip over conference window' buddies list when the window is closed (ultr)
* gui: #1924 partially fixed: keep chat edit box height fixed - user must maually resize (Vogel)
* gui: all chat edit boxes have the same size now (Vogel)
* core: #1925 fixed: disappearing StatusMenu after Kadu restart after removing an account (beevvy)
* gui: #1939 fixed: buddies with pending messages are shown on top of buddies list and are always visible (Vogel)
* gui: #1782 fixed: crash when opening chat window by pressing Enter, when a filter is active (Vogel)
* configuration: #1839 fixed: disable some advanced chat options for Adium styles (Vogel)
* imagelink: module to show images and youtube videos in chat added (neox/Vogel)
* gui: #1903 mostly fixed: fixed wrong icons for "Change Status" action (Vogel)
+++ version 0.6.6-beta14.2
* tabs: #1906 fixed: crash on tabs module load (regression from beta14) (beevvy)
* chat: #1905 fixed: send image action enabled only for protocols that support it (Vogel)
* chat: #1799 fixed: leave conference button now has title in two lines (ultr)
* config_wizard: fixed crash when pressing Back button on setup account page (beevvy)
+++ version 0.6.6-beta14
* core: #1720 fixed: ignore button in invalid password window really cancels connection (Juzef)
* core: #1804 fixed: cancel button in PasswordWindow really cancels connection (Juzef)
* jabber: #1778 fixed: correct CertificateErrorDialog behaviour (Juzef)
* gui: #1792 fixed: do not notify about new messages if window is not active but still fully visible to the user (beevvy)
* docking: #1857 fixed: do not bounce the dock icon in silent mode on Mac (dorr)
* growl_notify: #1755 fixed: show avatar in growl notification on Mac (dorr)
* actions: removed on/off texts and icons, all checkable actions have only one text and icon now (Vogel)
* jabber: more memory leaks removed (WhE)
* notify: #1853 fixed: invalid behaviour of NotificationManager::setSilentMode() (WhE)
* chat styles: #1856 fixed: Conference titles are too long (WhE)
* gui: #1847 fixed: cancel should be the default action in BuddyDeleteWindow (beevvy)
* tabs: #1835 fixed: chat's geometry is not saved on closing program (WhE)
* core: #1822 fixed: save opened windows option is not working without tabs module (WhE)
* gui: #1864 fixed: can not turn off save opened windows option (WhE)
* gadu: #1141, #1868 fixed: crash when sending message containing specific combination of newlines and spaces (beevvy)
* gui: fixed regression in beta13: icon in tab-less chat window is incorrect until it has to update (beevvy)
* encryption_ng: #1575 fixed: module encryption fully ported to new Kadu (Vogel)
* chat styles: #1872 fixed: only message's receive date is shown in irc style (WhE)
* gui: #1634 fixed: do not display status buttons or menu when no account is available (Vogel)
* gui: #1884 fixed: crash when opening Buddy Properties Window for buddy with contact with unloaded protocol (beevvy)
* gui: #1882 fixed: pressing Return and Enter on keypad in chat gives different effects (beevvy)
* gui: #1779 probably fixed: display all contacts for each buddy at start (Vogel)
* chat: #1694 fixed: do not allow to chat with self (Vogel)
* gui: #1757 fixed: display proper status icons (with description) when in simple mode (Vogel)
* contacts: #1743 fixed: changing contact protocol/account does not crash Kadu anymore (Vogel)
* gui: #1837, #1808 fixed: bugs in sorting contacts (Vogel)
* config_wizard: #1756 fixed: allow to add account from config wizard (Vogel)
* jabber: #1884 fixed: crash when opening Buddy Properties Window for buddy with only one jabber contact (WhE)
* gui: #1890 fixed: do not disable "Edit Buddy" action for buddies without contacts (Vogel)
* gui: #1632 fixed: display proper sent image even if source file changed (Vogel)
* gui: #1690 fixed: possible wrong identity or group combo box behavior when deleting identities or groups (beevvy)
* core: #1704 fixed: proper kadu closing after receiving SIGINT or SIGTRM signal (WhE)
* history/chat styles: #1888 fixed: wrong protocol information when displaying combined history in chat in for example Satin style (WhE)
* avatar: #1718 fixed: avatarContact property is never set (Vogel)
* sms: #1721 fixed: parsing errors from era gateway added (Vogel)
* gui: #747, #1875 fixed: toolbars in chat windows are now synchronized (Vogel)
* single_window: #1867 fixed: unminimize window after openning new chat (WhE)
* gui: #1863 fixed: toolbar buttons could be wrongly positioned after module load (Vogel)
* gui: #1877 fixed: filtering buddies by name disables all other filters (Vogel)
* gui: #1676 fixed: ask for authorization option in add buddy window added (Vogel)
* jabber: #1898 fixed: '>' character is not displayed displayed in chat's view (WhE)
* jabber: #1840 fixed: crash in CertificateHelpers::checkCertificate() (WhE)
* modules: #1883 fixed: properly destroy all singletons in modules (WhE, Vogel)
* gui: #1862 fixed: occassionally incorrect text-area size when opening a tab (WhE)
* jabber: added menu for contacts with subscription options (Vogel)
* icons: update icons naming, added new Oxygen theme (ultr)
+++ version 0.6.6-beta13
* sound: #1376 fixed: long delays on Kadu exit and warnings from Qt regarding mutexes (beevvy)
* history_migration: #1820 fixed for good: crash when loading the module with opened configuration window (beevvy)
* spellchecker: add enchant backend (Caolan McNamara, dorr, beevvy)
* gui: #1825 fixed: input box doesn't get keyboard focus in conference (beevvy)
* spellchecker: fixed crash after module unload (dorr, beevvy)
* gadu: fixed almost always not showing reveived images in chat window (it was broken in betas 11 and 12) (beevvy)
* gui: now ChangeLog is nicely highlighted in About window (beevvy)
* gui: #1762 fixed: fake identity "All" is displayed when it shouldn't be in certain circumstances (beevvy)
* gui: #1760 fixed: remove ability to set custom shortcut for "Send Message" action (beevvy)
* sms/history: #1826 fixed: sent sms is not saved in history (WhE)
* chat styles: #1693 fixed: first message disappeared in chat history when both "Prune messages" and "Remove duplicate headers" option are active (WhE)
* gui: #1810 fixed: Info panel is not properly cleared after deselecting contacts on contact list (WhE)
* jabber: conneting to facebook chats is again possible (fixed regression from beta12) (WhE)
* jabber: #1850 fixed: remove big memory leak after unsuccessful downloading avatar (WhE)
* gui: #1769 fixed: centering OpenChatWith window on screen (Juzef)
* chat styles: #1705 fixed: restoring emoticon img on mouse click works incorrectly in Satin style (beevvy)
* gui: #1848 fixed: if chat icon should be updated but chat title not, chat icon is not updated (beevvy)
* gui: #1844 fixed: disable OpenChatOnMessage option by default (beevvy)
* encryption_ng: new encryption module added (Vogel)
* encryption_ng_simlite: port of old encryption module added (Vogel)
* modules: encryption, encryption_ng_caesar, echo blacklisted (Vogel)
+++ version 0.6.6-beta12
* gui: #1745 fixed: invalid encoding of text in About window on Windows (beevvy)
* autoaway: fixed bad working description changing with interval of auto-refreshing status set to 0 (beevvy)
* gui: now Ctrl+Return enters a new line if autosend enabled, otherwise sends the message (beevvy)
* gui: #1751 fixed: Ctrl or Shift press cancels filtering (beevvy)
* avatars: #1749 fixed: wrong avatars (with empty uuid) are stored and incorrectly displayed in buddy info and chat (beevvy)
* chat: #1759 fixed: kadu chat styles with line end style other than "\n" didn't work (beevvy)
* modules: #1753 fixed: added blacklist for modules in CMakeLists.txt, so invalid modules cannot be compiled (Vogel)
* gui: #1531 probably fixed: white font on selected items in buddies window on Windows Vista/7 (Vogel)
* gui: #1670 fixed: Ctrl+A (Select All) in BuddiesListView doesn't work (beevvy)
* gui: #1504 fixed: Buddy list filtering works different on Mac OS X (dorr)
* gui: Clicking on bouncing dock icon opens only chat windows (dorr)
* kde_notify: #1793 fixed: wrong module description coding (beevvy)
* gadu: #1801 fixed: cannot register new GG account (beevvy)
* cenzor: #1752 fixed: swear words list is empty (WhE)
* jabber: fix a couple of memory leaks after reconneting to server (WhE)
* core: #1764 fixed: manually added avatars are scalled to 128x128 px (WhE)
* jabber: #1776 fixed: "More options" button in create new account widget doesn't work (WhE)
* gui: #1789 fixed: double click on contact in conferences list opens chat with preferred contact (WhE)
* gui: #1790 fixed: Your accouns/default network not implemented (WhE)
* sound: #1729 fixed: "Play a sound" checkbox in notifications configuration doesn't have an icon (WhE)
* gadu: #1763 fixed: restore information about successful export contacts to server (WhE)
* gadu: #1795 fixed: kadu wants to remove anonymous contacts after importing contacts from server (WhE)
* gadu: #1797, #1794 fixed: kadu crashes after removing contacts, which are not on a server (WhE)
* jabber: #1768 fixed: OpenChatWith should require node name in JID (beevvy)
* gui: keyboard focus is properly given to buddies list after filter close because of activation change such as minimalization or opening a chat (beevvy)
* gui: #1703 fixed: Warnings when closing kadu with opened "Buddy data" window (WhE)
* chat: fixed a bug in beta11 causing paths to received images to be saved incorrectly in history (beevvy)
* gui: #1135 fixed: if new description is set that differs with one of 10 last descriptions only in case, the latter is actually set (WhE, beevvy)
* gui: if a module cannot be unloaded, display list of modules using it (dorr, beevvy)
* core: #1725 fixed: --config-dir fixes and support for absolute paths (ultr)
* tabs: #1815 fixed: "Chat in New Window" action doesn't work properly for conferences (WhE)
* gui: #1816 fixed: contacts' actions should be disabled, when contact is not selected (WhE)
* core: #1803 fixed: many fixes for handling pending messages on buddy list, when messages were received in conferences (WhE)
* jabber: #1777 fixed: SSL host mismatch when custom host/port is set (Juzef)
* jabber: #1591 probably fixed: random crashes in jabber protocol trigerred by connection problems (WhE)
* gui: #1666 fixed: backtrace from _activateWindow (ultr)
* history_migration: #1820 fixed: crashes in configuration window after unloading module (WhE)
* core: #1766 fixed: save buddy's gender in configuration (WhE)
+++ version 0.6.6-beta11
* history: speed up history window opening (Vogel)
* chat: fix loading Adium style variants when switching from Kadu style or when in clean profile (beevvy)
* gadu: #1656 fixed: proper invalid password server error handling (Vogel)
* gui: #1506 fixed: nice invalid password message and dialog for entering new one (Vogel)
* gui: #1674 fixed: asking for new identity after deleting account that had its own identity (beevvy)
* gui: chat titles are properly updated without restart after setting custom syntax in configration (beevvy)
* gui: #1686 fixed: selection doesn't update visually in certain Qt styles, like Plastik (beevvy)
* build: enable autodownload on windows (dorr)
* theme: one icon theme glass introduced instead of glass16 and glass22 (dorr)
* api: AvatarManager class split into 3 other classes (Vogel)
* gui: #1667 fixed: clickable links in buddy personal info (badboy)
* jabber: move uploading avatars to JabberAvatarUploader (Juzef)
* gui: #1616 fixed: Add Buddy window now allows to add mobile-only buddies (Vogel)
* history: #1673 fixed: messages from all buddy's chats should be quoted in chat window (WhE)
* gui: #1699: fixed: "Allow to see..." option is not used in Add Buddy window (WhE)
* gui: #1606 fixed: use buddy custom avatar in parser when available (Vogel)
* gui: #1619 fixed: display info about mobile-only buddies in infopanel (Vogel)
* gui: #1687 fixed: add information about kadu's irc channel to about window (WhE)
* gui: #1706 fixed: copying by "Ctrl + C" doesn't work in chat window (WhE)
* jabber: #1642 fixed: skip messages with ErrorType == Cancel (WhE)
* jabber: #1675 fixed: send subscription to added contact, when "Allow to see.." option is enabled (WhE)
* gui: #1692 fixed: cannot set avatar on imported account (Vogel)
* gadu: #1649 fixed: bug that auto blocked some contacts (Vogel)
* gui: #1606 another fix: remove web kit cache support so avatars in info panel are refreshed (Vogel)
* gui: #1606 another fix: support for removing custom avatars (Vogel)
* jabber: #1707 fixed: after clicking Cancel in add GTalk account widget, "gmail.com" domain disappears (beevvy)
* gui: filter in Open chat with... window behaves more like filter widget in main window (beevvy)
* gui: #1691 fixed: after restart first group in tabbar always works as All group (WhE, beevvy)
* gui: #1677 fixed: add possibility to add contact to existing buddy in subscription window (WhE)
* gui: #1617 fixed: disable buddy actions when contacts are selected, this removes confusion (Vogel)
* gadu: #1668 fixed: store list of gadu-gadu servers in external file (Vogel)
* chat: #1679, #1702 fixed: messages with emoticons are not scrolled properly in kadu styles (WhE)
* jabber: #1650 fixed: add an option to disable typing and gone notifications (WhE)
* jabber: #1678 fixed: do not ask for adding a contact requesting authorization when the contact is already on list (WhE)
* history: #1623 fixed: cleanup history module configuration (WhE)
* history: add an option to not save chats with anonymous buddies in history (WhE)
* gui: #1715 fixed: information panel preview doesn't work (WhE)
* core: #1665 fixed: prefer contacts from connected accounts to disconnected ones (WhE)
* jabber: clickable emails in buddy personal info (badboy)
* gui: #1697 fixed: Satin style now supports non-rectangual avatars (Vogel)
* gui: general configuration window cleanup (Vogel)
* sms: #1417 fixed: Era GSM Gateway support added (WhE)
* gui: #1722 fixed: insert emoticons action should be disabled, when emoticons are disabled in configuration (WhE)
* gui: #1723 fixed: fix refreshing emoticons after changing theme in configuration (WhE)
* chat, gui: #1635 fixed: saving full paths for received images in history (beevvy)
* chat styles: bigger fonts in Satin style (beevvy)
* sms: #1742 fixed: double error messages after sending sms without signature (WhE)
* gui: #1719 fixed: chat title is not updated after setting buddy name (WhE)
* gui: #1746 fixed: invalid behaviour of "Edit buddy" action in main window (WhE)
* history: #1739 part1 fixed: use FilterWidget for filtering chats view in history window (WhE)
* gui: #1739 part2 fixed: use LineEditWithClearButton as a base for DelayedLineEdit (WhE)
* gui: #1740 fixed: avatar in chat preview (Vogel)
* config_wizard: #1736 fixed: applications and sound tab removed (Vogel)
+++ version 0.6.6-beta10
* modules: don't build echo module by default (beevvy)
* history_migration: #1476 fixed: start migration without asking user and give no way to cancel it (Juzef)
* idle: #1630 fixed: idle module doesn't load (beevvy)
* tabs: #1629 fixed: blinking of tabs window during moving of tabs, when only one tabs is opened (WhE)
* firewall: #1426 fixed: module ported to 0.6.6 (WhE)
* jabber: #1636 fixed: auto merge contacts with the same display name (Vogel)
* jabber: #1404 fixed: gmail.com domain set default for GTalk protocol (Vogel)
* gadu: #1460 fixed: proper image sending to gg10 (Vogel)
* gadu: #1536 fixed: remove gadu contacts after account is removed (Vogel)
* gadu: #1644 fixed: unable to remind password of gadu-gadu account (WhE)
* gui: #1638 fixed: colors from configuration in buddies list should be respected only in Kadu main window (beevvy)
* sms: show sms window for buddies without contacts but with mobile (Vogel)
* gui: #1389 fixed: use full window with for status button when in simple mode and only single identity is used (Vogel)
* docking: #1648 fixed: animated icon is not shown in system tray (WhE)
* history: #1647 fixed: viewing statuses' history doesn't work (WhE)
* gui: #1652 fixed: Cancel button in edit account widgets doesn't work (beevvy)
* pcspeaker: add support for Windows and MacOS (dorr)
* core: use "KADU_" prefix in "DATADIR", "LIBDIR", "BINDIR" path definitions (dorr)
* jabber: #1486 fixed: connection error notification fixed (Vogel)
* sms: Plus GSM Gateway support added (dorr)
* chat styles: #1551 fixed: adium chat styles don't work on MS Windows (WhE)
* gui: #1391 fixed: pressing arrows when filtering buddies list causes strange and unexpected behavior (beevvy)
* core: #1655 fixed: "Start docked" option from docking module doesn't work (beevvy)
* gadu: #1661 fixed: searching buddies by UIN doesn't work (WhE)
* history: #1622, #1645, #1663 fixed: outgoing messages are formatted as incoming in history (WhE)
* wordfix: #1646 fixed: module breaks sending of ">" and "<" characters (WhE)
* jabber: implemented proxy (Vogel)
* core: #1552 fixed: use most available account icon and status for identity in simple mode (Vogel)
* core: #1555 fixed: allow to set description while online, will be used on next login (Vogel)
* core: fixed linking on Fedora 14 (beevvy)
* gui: #759 fixed: moved emoticon setting (Vogel)
* gadu: #1581 fixed: added "store to file" button to account buddies window (Vogel)
* core: #1587 fixed: better chat account selection when simple mode is used or buddy is activated (Vogel)
* core: #1657 fixed: status notification are shown after applying data in "Buddy data" window (WhE)
* gui: #1593 fixed: restore red font color for blocked/blocking buddies (Vogel)
* mediaplayer: #1595 fixed: proper icon on mediaplayer button (Vogel)
* gui: #1606 workaround: use buddy custom avatar in parser when available (Vogel)
* gui: #1051 fixed: better default chat theme for kadu 0.6.6 (patpi/WhE)
+++ version 0.6.6-beta9
* gui: #1539 fixed: removed problematic PL chars in main window menu remote URLs (Juzef)
* gui: #1535 fixed: set default action to Cancel in account remove confirmation (Juzef)
* core: thanks to changes started in beta8 and finished in beta9, it's easier to check Kadu for memleaks using valgrind's memcheck tool; further improvements are possible (beevvy)
* cenzor: #1424 fixed: ported to 0.6.6 (Vogel)
* gui: #1601 fixed: display contact data on info panel, not only buddy data (Vogel)
* gui: #1599 fixed: user list now looks good when using small/large fonts (Vogel)
* jabber: #1570 fixed: facebook contacts can not force to change display names for buddies (Vogel)
* gui: #1600.2 fixed: disable "notify about user" when "notify about all" is enabled (Vogel)
* gadu: #1600.3 fixed: personal info fixed (Vogel)
* core: #1577 fixed: black font in adium message styles (WhE)
* gui/gadu: #1409, #1597: restore "private status" option (WhE)
* gui: #1609 fixed: proper contacts hints (Vogel)
* gui: #1610 fixed: no more blinking contacts hints (Vogel)
* gui: #1604 fixed: update info panel when contact/buddy/avatar updates (Vogel)
* gui: #1554 fixed: changing description from docking icon does not change statuses, only descriptions (Vogel)
* core: #1661 fixed: Contacts are not properly imported after adding new Gadu account (WhE)
* gadu: add support for import contacts from GG8 and GG10 (WhE)
* gui: new updates dialog (Patpi, WhE)
* gui: #1605 fixed: info panel is not cleared after deselecting contact on list (WhE)
* performance: avatars are now fetched one after another, not all at once (Vogel)
* contacts: fixed displaying incorrect status icons in simple mode (beevvy/WhE)
* gui: fixed crash when closing Kadu with opened YourAccounts window (beevvy)
* model: fixed freeze when unloading protocol module in specific situations (beevvy)
* jabber: #1621 fixed: store trusted certificates binary data as printable text (Juzef)
* other: #1427 fixed: add tango emoticons (patpi, WhE)
* jabber: switcher to own libiris clone with 2 crash fixed (beevvy, Vogel)
+++ version 0.6.6-beta8
* gui: buddies list now has focus right after Kadu's main window creation, so filtering works without clicking (beevvy)
* gui: fixed: clicking on links in About window doesn't open web browser (beevvy)
* #1522 fixed: autoaway doesn't work in simple mode (beevvy)
* gadu: #1565 fixed: gadu_protocol doesn't load if linked with --as-needed (beevvy)
* server_monitor: fixed: server_monitor doesn't work as intended and crashes (beevvy, shade/beevvy)
* gui: fixed crash when closing Kadu with yet unused OpenChatWith window opened (beevvy)
* gui: #1473 fixed: display offline-to contacts as disabled (Vogel)
* gui: added separators and spaces to toolbars (ultr)
* gui: #1550 fixed: auto-add "file:///" to paths in syntax files (Vogel)
* gui: use "blocking" icon as chat icon when contact is blocking (ultr)
* gui: #1526 fixed: update validation after each change in contacts in buddy's window (ultr)
* jabber: #1416 fixed: remove proxy settings from XMPP account dialog (Vogel)
* autostatus: #1423 fixed: module ported to 0.6.6 (Vogel)
* gui: fixed a bug that caused configuration widget to disappear in certain scenarios (beevvy)
* gui: don't activate first config section when loading a module (autoaway) with opened configuration window (beevvy)
* use translation files provided by Qt (fixes Qt translations) (beevvy)
* history: #1592 fixed: window selection behaviour fixed (Vogel)
* speech: module ported to 0.6.6 (WhE)
* notify: when fullscreen application is detected, notifications are not shown (ultr)
* jabber: fixed Facebook support (Juzef)
* gui: #1553 fixed: update action after contact is addef (WhE)
* gui: #668, #1457, #1542, #1582 fixed: remeber vertical and horizontal sizes of a chat (WhE)
+++ version 0.6.6-beta7
* gui: #1541 fixed: avatar displaying on Qt 4.5 (Vogel)
* gui: #1544 fixed: message icon displayed on top of status icon (Vogel)
* gui: #1411 fixed: open chat with does not work (Vogel)
* gui: #1413 fixed: adding buddies from group tab bar now possible (Vogel)
* gui: #1436 fixed: disable clear chat window button when there is nothing to clear (Vogel)
* gui: #1449 fixed: emoticon theme should not change after adding new theme path (Vogel)
* jabber: #1455 fixed: do not set change-status event when no real change was performed (Vogel)
* history: #1397 fixed: display status-change dates and times (Vogel)
* gadu-gadu: #1502 fixed: use small icon for gadu-gadu in comboboxes (Vogel)
* jabber: #1503 fixed: use small icon for XMPP in comboboxes (Vogel)
* gui: #1501 fixed: buddy-is-blocking icon added (Vogel)
* gui :#1475 fixed: proper order of buddy menu items (Vogel)
* gui: new icon support code (Vogel)
* autoresponder: #1467 fixed: silent mode added to ChatService (Vogel)
* autoaway: #1508 fixed: autostatus is now disabled after manual status change immediately (Vogel)
* gui: #1515 fixed: show descriptions action restored (Vogel)
* file_desc: #1421 fixed: module ported to 0.6.6 (Darom/Vogel)
* antistring: #1422 fixed: module ported to 0.6.6 (Vogel)
+++ version 0.6.6-beta6
* gui: #1487 fixed: combobox in personal info for buddies does not work (Vogel)
* gui: #1477 fixed: account info was not updating in Your Accounts window (Vogel)
* gui: #1462 fixed: avatars duplication and fixes in painting (Vogel)
* gui: #1329 fixed: anonymous contacts have blank name (WhE)
* history: #1500 fixed: properly display merged histories (Vogel)
* history: #1431 fixed: crash during history migration (Vogel)
* notify: #1458 fixed: contacts added to notify list aren't remembered between kadu sessions(WhE)
* gui: fixed avatar display in infopanel (Vogel)
* gui: #1242 fixed: update size hints in buddies list view on avatar changes (Vogel)
* gui: #1448, 1462 fixed: duplicate avatars in buddy list (Vogel)
* gui: #1391 fixed: enhanced implementation of Buddy searching in user list (Vogel)
* gui: #1447 fixed: Kadu doesn't defines roles for their windows (ultr)
* hints: #1465 fixed: hints module shows black hint over buddy list by default (WhE)
* jabber: #1485 fixed: crash after setting personal informations of XMPP account (Juzef)
* core: #1480 fixed: crash after opening conference with anononymous contact (WhE)
* core: #1395 fixed: adding contacts from search window does not work (WhE)
* core: #1468 fixed: crash after changing contact account in Buddy Data window (WhE)
* core: #1530, #1310 fixed: INS hot-key is not working properly (WhE)
* history_migration: Import also status changes from old history (beevvy)
* history_migration: #1366 fixed: only about 300k of history entries are properly imported (beevvy)
* gui: #1484 fixed: formatted messages aren't shown in chat view (WhE)
* all: many other fixes all around the code
+++ version 0.6.6-beta5
* gui: #1415 fixed: ability to manage account's personal info in YourAccounts window (Juzef)
* gadu: #1183 fixed: allow DNS name for proxy servers (Vogel)
* gui: #1257 fixed: some shortcuts are not working (Vogel)
* gui: #1306 fixed: changing accounts updated status buttons (Vogel)
* gui: #1400 fixed: invalid size of some widgets in config window (Vogel)
* gui: #1414 fixed: anonymous buddies displayed on account buddy list (Vogel)
* core: removing unneccessary combobox items (beevvy)
* core: #1401 fixed: displaying contact personal info in buddy data window (Juzef)
* gui: #1373 fixed: creating default toolbars in search window works again (Juzef)
* core: simple mode bug fixed, all accounts are now properly loaded in simple mode (Vogel)
* gui: added simple view mode (prudy)
* gui: added contact list transparency (prudy)
* core: fixed status saving (Vogel)
* gadu: #1377 fixed: importing account (Vogel)
* gui: simplified configuration of web browser and e-mail client (Vogel)
* storage: make all managers thread safe (Vogel)
+++ version 0.6.6-beta4
* gui: #1119 fixed: copying emoticons works again (beevvy)
* gadu: #1160 fixed: contacts promoted from anonymous are added to gg notifications list (Vogel)
* gadu: #1202 fixed: "offline to" does not work (Vogel)
* gadu: #1212 fixed: "block user" does not work (Vogel)
* gui: #1313 fixed: save state of ShowOnlineAndDescription action (Juzef)
* gui: #1330 fixed: envelope icon in contacts list doesn't disappear after clicking systray icon (Vogel)
* gadu: #1379 fixed: automagically import contact list after creating GG account (Juzef)
* gadu: #1380 fixed: enable SimpleMode by default after importing account from 0.6.5.x (Juzef)
* core: #799 fixed: removed contacts become anonymous in conference lists (Vogel)
* history: #354 fixed again: marking search text in history (Darom, Vogel)
* core: #1106 fixed: invalid actions in context menu of conference user box (Vogel)
* core: #1347 fixed: custom avatars are now properly stored (Vogel)
* gui: #1398 fixed: unable to start conference with buddies with different preffered accounts (Vogel)
* gui: #1316 fixed: problems with tray and Compiz (ultr)
* jabber: #1405 fixed: proper default connection settings for GTalk accounts (Juzef)
+++ version 0.6.6-beta3
* jabber: proper URL handler for xmpp:// (Juzef)
* gadu: #1356 fixed: setting gadu servers manually works now (Vogel)
* history: #1068 fixed: removing buddy and history in single window (Vogel)
* sound: #1360 fixed: crash during loading module (Vogel)
* gui: #1354 fixed: chat window does not display \ (Vogel)
* chat: #1311 fixed: unicode characters in URLs (Vogel)
* autoaway: #1344 fixed: crash when closing kadu with configuration opened (Vogel)
* macos: #1368 fixed: crash when opening configuration window (Vogel)
* gadu: #1320 fixed: unable to clear "new account gg number" field (Vogel)
* history: #1317 fixed: some offline messages would not be displayed in chat window, only in history (Vogel)
* gui: #1365 fixed: contact changes not reflected in info view (Vogel)
* gui: #1364 fixed: disappeaing link tool tips (Vogel)
* gui: #1307 fixed: context menu with "Create new Toolbar" hidden when toolbars locked (Vogel)
* macos: kadu builds and works on Mac OS X (Dorr)
* gui: #661 fixed: menu visible on all windows on Mac OS X (Dorr)
* growl_notify: ported to 0.6.6 (Dorr)
* maemo: kadu builds and works on Maemo 5 (Nokia N900) devices (Dorr)
* windows: kadu builds and works on Windows platform (Dorr)
* cmake: fixed autodownload of icons and emoticons (Dorr)
+++ version 0.6.6-beta2
* jabber: added URL handler for jabber:// protocol (Juzef)
* gui: #1332 fixed: dock icon now in 22x22 size (Juzef)
* gui: fix avatar scaling, configurable avatars: add border and gray out offline contacts' avatars (badboy)
* core: #1321 fixed: crash when clicking on contacts without protocol (Juzef)
* mediaplayer: #1319 fixed: force mediaplayer to work only when enabled (Juzef)
* core: #1325 fixed: hide identities without accounts in simple mode (Juzef)
* gui: #1328 fixed: infopanel turned off by default (Juzef)
* tlen: module restored, authorization fixed (Juzef)
* core: removed Instaluj.sh (Vogel)
* desktop_docking: ported to 0.6.6 (Vogel)
* de_translations: fixed (Robert K.)
* config_wizard: #1322 fixed: move ConfigWizard from menu to configuration window (Juzef)
* gui: #1327 fixed: rename Chat action in contacts menu (Juzef)
* gui: #1323 fixed: changed contacts list messages according to KDE HIG (Juzef)
* gui: #1304 fixed: don't show account name on contacts list in simple mode (Juzef)
* gui: #1254 fixed: clear button if filter field added (Juzef)
* gui: #1325 fixed: hide identities with no accounts in simple mode (Juzef)
* core: #1324 fixed: added some default identities (Juzef)
* core: #1321 fixed: crash on contacts without protocol (Juzef)
* mediaplayer: #1319 fixed: force mediaplayer to work only when we want it (Juzef)
* gui: fixed minimized windows actiwation (ultr)
* gui: #1260 fixed: icons for add-new-account and add-existing-account added (Juzef)
* qt4_sound: many fixed (Dorr)
* single_window: module ported to 0.6.6 (Dorr)
* word_fix: module ported to 0.6.6 (Dorr)
* pc_speaker: module ported to 0.6.6 (Dorr)
* last_seen: module ported to 0.6.6 (Darom)
* core: #1336 fixed: don't use Invisible on start when Offline is selected (Juzef)
* gui: #1302 fixed: proper main configuration tab (Juzef)
* echo: module ported to 0.6.6 (Darom)
* autoresponder: module ported to 0.6.6 (Darom)
* core: #1337 fixed: require zlib on cmake configuration (Darom)
* phonon_sound: #1338 fixed: require libphonon_dev (Darom)
* gui: #1345 fixed: fetch avatar directly after adding contact (Juzef)
* macos_docking: moved functionality to docking module (Dorr)
* gui: #1302 fixed: introduced ConfigRadioButton (Juzef)
* jabber: some QA work (Vogel)
* history: #354 fixed: marking search text in history (Darom)
+++ version 0.6.6-beta1
* config_wizard: reworked (Vogel)
* gui: use avatars in adium styles (WhE)
* sound: cleanup (Vogel)
* alsa_sound: cleanup (Vogel)
* core: #1201 fixed: del on contacts list does not remove contacts (Vogel)
* core: #1301 fixed: allow not to set Visible name on adding buddy (Juzef)
* core: #877 fixed: disable chat actions when there's no contact having chat feature (Juzef)
* gadu: #1232 fixed: use cp1250 when importing/exporting Gadu user list (Vogel)
* gui: #1223, #1288 fixed: rearranged status buttons (Vogel/WhE)
* gui: #1299 fixed: doubled groups on user list (Vogel)
* hints: #1200 fixed: enable removing chat/ignore buttons from hints (Vogel)
* jabber: #1263 fixed: jabber ID displayed instead of "Me" in every chat window (Vogel)
* core: #1286 fixed: infinite loop and crash after changing "Simple Mode" (Vogel)
* gui: #1268 fixed: invalid contacts name in Personal Properties tab (Vogel)
* gui: #1284 fixed: invalid info displayed at Personal Properties tab (Vogel)
* jabber: invisible status removed (not in XMPP standard) (Juzef)
* ext_sound: port to 0.6.6 (Vogel)
* history_migration: #1280 fixed: invalid characters after history import (Vogel)
* jabber: fixed crashes on account registration (Vogel)
* store: no more garbage in kadu-0.6.6.conf.xml file (Vogel)
+++ version 0.6.6-alpha8
* core: simple-mode introduced (Vogel)
* gadu: better account registration (Vogel)
* sms: gateway selection moved to javaScript (Vogel)
* sms: sending sms moved to javaScript, only Orange is supported now (Vogel)
* sms: rework of SmsDialog window and behaviour (Vogel)
* jabber: simple xml-console added (WhE)
* tlen: allow [email protected] as Tlen Id (uzi)
* misc: many fixes ports from 0.6.5 branch (Juzef)
* chat: message count in chat windows (badboy)
* gui: menu layout rework (WhE)
* chat: use account avatar in adium styles (WhE)
* storage: fixed very stupid bug in whole Storage layer (WhE)
* jabber: fixed StateGone in XMPP (Juzef)
+++ version 0.6.6-alpha7
* screenshot: module rewritten, now based on QGraphicsView (Vogel)
* gadu: image sending fixed (Vogel)
* core: #331 fixed: save description after change (Vogel)
* search: #1249 fixed: crash + invalid 'no results' message (Vogel)
* core: #1255 fixed: added contacts are not visible on userlist (Vogel)
* core: #1240 fixed: adding contacts from Buddy Properties window (Vogel)
* notify: silent mode ported from 0.6.5 (Vogel)
+++ version 0.6.6-alpha6
* gui: rework on YourAccounts window (Vogel)
* spellchecker: works on Windows (Michał)
* gadu: gg8.0 protocol support (Dorr/Vogel)
* gadu: remind password window restored (WhE)
* gadu: gg:// links support resetored (WhE)
* core: support for running kadu with urls as program arguments (WhE)
* mediaplayer: mpd_mediaplayer module introduced (badboy)
* kde_notify: fix module compatibility with KDE SC 4.4 (Michał Ziąbkowski)
* autoaway: support for NotAvailable status (badboy)
* refreshed default icon theme (Patpi/Vogel)
* jabber: support for uploading account's avatar (VCard) and fetching contact's avatars (PEP)
+++ version 0.6.6-alpha5
* gadu: uploading avatars possible (Vogel)
* notify: many fixes (WhE)
* server_monitor: new module available (Ziemniak)
* history: sms are stored in history (Vogel)
* chat styles: rewrite of adium styles support finished (WhE)
* chat styles: add transparency support in adium styles on X11 systems (WhE)
+++ version 0.6.6-alpha4
* gadu: exporting contacts list works again (Vogel)
* protocols: disabling protocol module disconnects all accounts correctly (Vogel)
* gui: fixed buddies list refreshing (Vogel)
* history: display list of stored statuses (Vogel)
* jabber: fix removing contacts from roster (Vogel)
* mediaplayer: mediaplayer can now set status (Vogel)
* kde_notify: module from Jacek Jabłoński imported (Vogel)
* notify: add actions for every notification with chat - Chat and Ignore (Vogel)
* notify: do not flood with notifications after connection to server (Vogel)
+++ version 0.6.6-alpha3
* history: chat list cleanup in history window (Vogel)
* history: using transaction, import is 10-50x faster, no more freezes (uzi/Vogel)
* core: class CrashAwareObject added, it reacts on all crashes (Vogel)
* history: send commit to database even if crash occured (Vogel)
* ChangeLog: split into 2 files (old and new) (Vogel)
* notify: fixed fetching data from parent notification if 'use custom settings' is off (Vogel)
* gui: OpenChatWith window does not add to contacts list everything that was written (Vogel)
* gui: new selector window (beevvy)
* gui: do not detach tabs when Kadu is closing (Kermit)
* mediaplayer: initial port of mediaplayer moduled (Uzi)
* dbus: module added (Uzi)
* history: filtering in history-window fixed (Vogel)
* gui: new expand icon in buddy list (WhE)
* .config: converted to UTF8 (Uzi)
* copyright: new copyright format (based on KDE)
+++ version 0.6.6-alpha2
* gui: hint position preview added (Kermit)
* gui: recent chats can be stored between runs (Vogel)
* core: StatusChanger API is now aware of multiple accounts (Vogel)
* idle: module ported (Vogel)
* autoaway: module ported (Vogel)
* history: only one history tool button (Juzef)
* gadu: allow gadu_protocol to be dynamic module (Vogel)
* gui: buddy list is now expandable (to show all contacts) (Vogel)
* gui: better display of contacts on buddy list (Vogel)
* gui: avatar logic updated, enabled setting custom avatars on buddies (Vogel)
* gui: allow to sort contacts in buddy (Vogel)
* file-transfer: better 'continue' logic (Vogel)
+++ version 0.6.6-alpha1
* gadu: fixed receiving conference messages (Vogel)
* gui: better SelectBuddyCombobox (Vogel)
* core: PendingMessages ported to new API (Vogel)
* gui: contacts with pending messages have envelope icon next to protocol icon (Vogel)
* gui: BuddyDataWindow contacts widget upgraded (Vogel)
* gui: XFixes extension for X11 is now required (WhE)
* file-transfer: file transfer ported to new API with new logic (split FileTransferHandler from FileTransfer) (Vogel)
* gui: YourAccounts window allows adding accounts again (Juzef)
* gui: SubscriptionWindow added (Juzef)
+++ version 0.6.6-alpha0
* better build system for modules - kadu_module macro instead of dozen lines in each module (vogel)
* signals messageReceived/Queued... removed, replaces by messageStatusChanged (vogel)
* big rewrite of UserListElements into Contact/ContactData/ContactsList/ContactsSet/ContactsManager/ContactsModel and so on (vogel)
* Account, AccountManager classes added (vogel)
* old history module replaced by new history and history_sql modules (Juzef, vogel)
* basic history migration module (WhE)
* better history window (Juzef, vogel)
* DelayedLineEdit class added (vogel)
* removed compatibility with 0.5.0 configuration files, expect some things to be broken if you had not 0.6.0 or 0.6.5 (vogel)
* main menu splited into 3 parts (WhE)
* new configuration API - uses StoragePoint, StorableObject and so on (vogel)
* new concept of AwareObject - ContactsAwareObject and so on (vogel)
* new ContactList widget - displays tree, uses model-view (vogel)
* new ContactList filter API (vogel)
* new Status API - allows to add any status/statut type a protocol wants (vogel)
* most of big files splited - each file = one class
* hints and osd_hints modules joines (WhE)
* gadu code moved to module, create Protocol API (vogel)
* protocol classes splited into Services (vogel)
* gadu dcc fixes, still does not work for 100% of cases (vogel)
* Qt3Support removed (kadu team)
* improved gadu-connection logic, supports multiple gadu accounts (vogel)
* new Core API (vogel)
* new Chat API (Juzef)
* using QApplication.alert for new message notification (vogel)
* restored ContactList background images (vogel)
* new API for messages acks (vogel)
* ChatStyleManager with pluggable chat style engines class introduced (WhE)
* add basic adium message styles support (WhE)
* files moved from kadu-core/ to kadu-core/something/that/has/meaning directories (vogel)
* new classes: StatusMenu, StatusButton, StatusButtons (vogel, WhE)
* new StatusContainer API (vogel)
* suport for avatars and gadu avatars (vogel, Juzef)
* sound API fixed (vogel)
* new module providing basic Jabber/XMPP protocol support (Juzef, uzi)
* improvements in Jabber/XMPP: support for avatars, detailed connection options, account registration, receiving file transfers, other minor fixes and cleanups (Juzef)
* new windows: AddBuddyWindow, MergeBuddiesWindow
* automatic Ungrouped contact group added with possibility to hide All group (WhE)
* many improvements in group management (WhE)
* new tray menu (WhE)
* new contact context menu layout (longer)